mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IDEA-66790 "Private field is never used" does not appear when @Resource annotation used
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user