mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
unchecked warnings: do not reexplain unchecked calls
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ public class UncheckedWarningLocalInspectionBase extends BaseJavaBatchLocalInspe
|
||||
final PsiExpression element = callExpression instanceof PsiMethodCallExpression
|
||||
? ((PsiMethodCallExpression)callExpression).getMethodExpression()
|
||||
: callExpression;
|
||||
registerProblem(description, callExpression, element, myGenerifyFixes);
|
||||
registerProblem(description, null, element, myGenerifyFixes);
|
||||
}
|
||||
else {
|
||||
if (IGNORE_UNCHECKED_ASSIGNMENT) return;
|
||||
|
||||
Reference in New Issue
Block a user