mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ public class UnnecessaryFullyQualifiedNameInspection extends BaseInspection impl
|
||||
if (!(target instanceof PsiClass)) {
|
||||
return;
|
||||
}
|
||||
final CodeStyleSettings styleSettings = CodeStyle.getSettings(reference.getContainingFile());
|
||||
final CodeStyleSettings styleSettings = CodeStyle.getSettings(containingFile);
|
||||
final PsiDocComment containingComment = PsiTreeUtil.getParentOfType(reference, PsiDocComment.class);
|
||||
boolean reportAsInformationInsideJavadoc = false;
|
||||
if (containingComment != null) {
|
||||
|
||||
Reference in New Issue
Block a user