IDEA-66790 "Private field is never used" does not appear when @Resource annotation used

This commit is contained in:
Gregory Shrago
2011-03-21 18:56:04 +03:00
parent 25e872447f
commit a2c449009a
3 changed files with 31 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ public class UnusedSymbolLocalTest extends DaemonAnalyzerTestCase {
public void testInnerClass() throws Exception { doTest(); }
public void testInnerUsesSelf() throws Exception { doTest(); }
public void testLocalClass() throws Exception { doTest(); }
public void testInjectedAnno() throws Exception { doTest(); }
public void testChangeInsideCodeBlock() throws Exception {
doTest();