[java-inspection] IDEA-374938 Java: 'Static import can be used' reported for List.of().

- rename title to be clear

GitOrigin-RevId: 1c68fe4bc08065136a827a9ef1c7fd949799e7f2
This commit is contained in:
Mikhail Pyltsin
2025-07-30 11:08:29 +00:00
committed by intellij-monorepo-bot
parent ad6783a429
commit 6fab55f031
6 changed files with 9 additions and 9 deletions
@@ -1431,7 +1431,7 @@ inspection.slow.abstract.set.remove.all.fix.family.name=Use 'Set.remove' instead
inspection.slow.list.contains.all.description=Call to 'list.containsAll(collection)' may have poor performance
inspection.slow.list.contains.all.fix.family.name=Wrap in 'HashSet' constructor
inspection.slow.list.contains.all.fix.name=Wrap ''{0}'' in ''HashSet'' constructor
inspection.static.import.can.be.used.display.name=Static import can be used
inspection.static.import.can.be.used.display.name=Static import can be used based on the auto-import table
inspection.static.import.can.be.used.fix.name=Add static import
slice.filter.parse.error.null.filter.not.applicable.for.primitive.type=''null'' filter is not applicable to primitive type {0}
slice.filter.parse.error.not.null.filter.not.applicable.for.primitive.type=''!null'' filter is not applicable to primitive type {0}