mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[java-inspections] IDEA-357009 new option to configure custom classes for IncorrectMessageFormatInspection
GitOrigin-RevId: ab026ee405f78ff29519afb0db62449a682b5bd3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b1e1776977
commit
abb1899900
@@ -2328,6 +2328,10 @@ 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.
|
||||
|
||||
# {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