mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 20:20:56 +07:00
no need in overriding getDisplayName for inspections
in production InspectionEP#displayName should be used; highlighting tests just do not use default names GitOrigin-RevId: f0c172e568219499e7b96982fe352c7d1d3acc69
This commit is contained in:
committed by
intellij-monorepo-bot
parent
90159a5f27
commit
abc4a9ae72
@@ -39,13 +39,6 @@ public class NumericOverflowInspection extends AbstractBaseJavaLocalInspectionTo
|
||||
return GroupNames.NUMERIC_GROUP_NAME;
|
||||
}
|
||||
|
||||
@Nls
|
||||
@NotNull
|
||||
@Override
|
||||
public String getDisplayName() {
|
||||
return "Numeric overflow";
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getShortName() {
|
||||
|
||||
Reference in New Issue
Block a user