IJ-CR-181688 [java-inspections] IDEA-371026 Exclusions from static imports

- more precise fixes

GitOrigin-RevId: 46829ef0b0ccef7d9d19f2686d5abc0700422914
This commit is contained in:
Mikhail Pyltsin
2025-11-10 18:58:36 +00:00
committed by intellij-monorepo-bot
parent 104946b962
commit 4d9e52d8fa
5 changed files with 125 additions and 71 deletions
@@ -1445,9 +1445,9 @@ inspection.slow.list.contains.all.fix.name=Wrap ''{0}'' in ''HashSet'' construct
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
inspection.static.import.can.be.used.remove.from.auto.import.family.name=Remove on-demand static import from the auto-import table
inspection.static.import.can.be.used.remove.from.auto.import.name=Remove ''{0}'' and its parent from the auto-import table
inspection.static.import.can.be.used.remove.from.auto.import.name=Remove ''{0}'' and its parent from the {1, choice, 0#project|1#IDE} auto-import table
inspection.static.import.can.be.used.exclude.from.auto.import.family.name=Add exclusion for on-demand static import to the auto-import table
inspection.static.import.can.be.used.exclude.from.auto.import.name=Add exclusion for ''{0}'' to the auto-import table
inspection.static.import.can.be.used.exclude.from.auto.import.name=Add exclusion for ''{0}'' to the {1, choice, 0#project|1#IDE} auto-import table
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}