mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-80115 Support Eclipse @SuppressWarnings("static-access")
This commit is contained in:
+5
@@ -50,6 +50,11 @@ public class AccessStaticViaInstance extends BaseJavaLocalInspectionTool {
|
||||
return ACCESS_STATIC_VIA_INSTANCE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getAlternativeID() {
|
||||
return "static-access";
|
||||
}
|
||||
|
||||
public boolean isEnabledByDefault() {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user