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:26 +03:00
parent 25e872447f
commit a2c449009a
3 changed files with 31 additions and 1 deletions
@@ -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) {