mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-66790 "Private field is never used" does not appear when @Resource annotation used
This commit is contained in:
@@ -340,7 +340,7 @@ public class PostHighlightingPass extends TextEditorHighlightingPass {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return UnusedSymbolLocalInspection.isInjected(element);
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean isImplicitWrite(final PsiVariable element, ProgressIndicator progress) {
|
||||
|
||||
Reference in New Issue
Block a user