mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove methods same as super
This commit is contained in:
-5
@@ -754,11 +754,6 @@ public class UnusedDeclarationInspectionBase extends GlobalInspectionTool {
|
||||
myContext = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isGraphNeeded() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@TestOnly
|
||||
public List<EntryPoint> getExtensions() {
|
||||
return myExtensions;
|
||||
|
||||
-5
@@ -49,11 +49,6 @@ import java.util.*;
|
||||
|
||||
public class UnusedLibrariesInspection extends GlobalInspectionTool {
|
||||
|
||||
@Override
|
||||
public boolean isGraphNeeded() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public RefGraphAnnotator getAnnotator(@NotNull RefManager refManager) {
|
||||
|
||||
Reference in New Issue
Block a user