mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IJ-CR-145121 [java-inspections] IDEA-357009 new option to configure custom classes for IncorrectMessageFormatInspection
- fix table for `IncorrectMessageFormatInspection` GitOrigin-RevId: 272d89fafaac63517e990b1d2808ec54d4c58e69
This commit is contained in:
committed by
intellij-monorepo-bot
parent
acbd648c20
commit
9eb0e15e2c
@@ -2331,10 +2331,7 @@ inspection.incorrect.message.format.incorrect.quotes.number=Probably incorrect n
|
||||
inspection.incorrect.message.format.not.found.argument=No argument for index ''{0}''
|
||||
inspection.incorrect.message.format.not.found.arguments=No arguments for indexes: {0}
|
||||
inspection.incorrect.message.format.not.used.argument=Argument with index ''{0}'' is not used in the pattern
|
||||
inspection.incorrect.message.custom.classes.methods=Custom classes and methods:
|
||||
inspection.incorrect.message.custom.classes=Classes
|
||||
inspection.incorrect.message.custom.methods=Methods
|
||||
inspection.incorrect.message.custom.classes.methods.description=Use this inspection setting to mark additional classes and methods as related to string formatting.
|
||||
inspection.incorrect.message.custom.classes.methods=Custom MessageFormat methods:
|
||||
|
||||
# {0} is one of the inspection.incorrect.message.format messages above
|
||||
inspection.incorrect.message.format.pattern={0} in message format pattern ''{1}''
|
||||
|
||||
Reference in New Issue
Block a user