mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
[java-inspections] IDEA-356745 False positive 'Incorrect 'MessageFormat' pattern' when argument is array
- delete outdated comment GitOrigin-RevId: 41cc9b3487451c07ea0ab55f8cd88c6750a51010
This commit is contained in:
committed by
intellij-monorepo-bot
parent
115c0262c1
commit
dc7ef24c78
@@ -110,7 +110,6 @@ public final class IncorrectMessageFormatInspection extends AbstractBaseJavaLoca
|
||||
return;
|
||||
}
|
||||
PsiIdentifier identifier = identifiers[0];
|
||||
//skip if arr
|
||||
if (!notFoundArguments.isEmpty()) {
|
||||
if (notFoundArguments.size() == 1) {
|
||||
holder.registerProblem(identifier, InspectionGadgetsBundle.message("inspection.incorrect.message.format.not.found.argument",
|
||||
|
||||
Reference in New Issue
Block a user