mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
EA-85711 - E: BaseRefactoringProcessor.run
This commit is contained in:
+5
@@ -174,6 +174,11 @@ public class UnusedReturnValue extends GlobalJavaBatchInspectionTool{
|
||||
makeMethodHierarchyVoid(project, psiMethod);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean startInWriteAction() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
@NotNull
|
||||
public String getFamilyName() {
|
||||
|
||||
Reference in New Issue
Block a user