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:
Dmitry.Krasilschikov
2020-01-01 18:44:08 +02:00
committed by intellij-monorepo-bot
parent 7a0f9abb26
commit 184607e98e
61 changed files with 113 additions and 113 deletions

View File

@@ -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");
}
}

View File

@@ -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");
}
}