From 2ccbfa57783270049105b8c171d69159d54e578c Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Mon, 26 Aug 2013 20:06:25 +0200 Subject: SI-7783 Don't issue deprecation warnings for inferred TypeTrees Deprecation checks in RefChecks were looking into all TypeTrees to find references to deprecated type aliases. However, when the compiler infers a type argument or type of a member it creates a TypeTree (with a null original) that was also leading to warnings. I ran into this problem often when upgrading a build from SBT 0.12 to 0.13: a plugin I was using used the deprecated type alias, and I suffered transitively when I used methods from its API. This commit disables the checks for inferred TypeTree-s. --- test/files/neg/t7783.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/neg/t7783.flags (limited to 'test/files/neg/t7783.flags') diff --git a/test/files/neg/t7783.flags b/test/files/neg/t7783.flags new file mode 100644 index 0000000000..d1b831ea87 --- /dev/null +++ b/test/files/neg/t7783.flags @@ -0,0 +1 @@ +-deprecation -Xfatal-warnings \ No newline at end of file -- cgit v1.2.3