mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
LAB-62 get rid of static *Bundle usages: replace getNAME, getTEXT, getDISPLAY_TEXT etc fields with readable names
GitOrigin-RevId: eccc5481cd2e7174f4107cf3ce456b23f502839b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7a0f9abb26
commit
184607e98e
@@ -701,7 +701,7 @@ public class UnusedDeclarationInspectionBase extends GlobalInspectionTool {
|
||||
return myExtensions;
|
||||
}
|
||||
|
||||
public static String getDISPLAY_NAME() {
|
||||
public static String getDisplayNameText() {
|
||||
return InspectionsBundle.message("inspection.dead.code.display.name");
|
||||
}
|
||||
}
|
||||
@@ -61,7 +61,7 @@ public class UnusedImportInspection extends GlobalSimpleInspectionTool {
|
||||
return false;
|
||||
}
|
||||
|
||||
public static String getDISPLAY_NAME() {
|
||||
public static String getDisplayNameText() {
|
||||
return InspectionsBundle.message("unused.import.display.name");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user