mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-30455 Suspicious name combination inspection false positive on Math functions
GitOrigin-RevId: 6c125bc9350e8e333866a04536365c855a96e522
This commit is contained in:
committed by
intellij-monorepo-bot
parent
87b3425031
commit
1fa6cf8702
+1
-1
@@ -197,7 +197,7 @@ public class SuspiciousNameCombinationInspection extends AbstractBaseJavaLocalIn
|
||||
protected String findItemToAdd() {
|
||||
return Messages.showInputDialog(this,
|
||||
InspectionsBundle.message("suspicious.name.combination.options.prompt"),
|
||||
InspectionsBundle.message("suspicious.name.combination.add.titile"),
|
||||
InspectionsBundle.message("suspicious.name.combination.add.title"),
|
||||
Messages.getQuestionIcon(), "", null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user