IDEA-381887 [java]: improve messages of Java 8 inspections

GitOrigin-RevId: 327ebcb28bf8b4a0b7c32709aefffafad0fb7b3a
This commit is contained in:
Bas Leijdekkers
2026-02-11 21:51:34 +00:00
committed by intellij-monorepo-bot
parent c4ea1bfb0b
commit 5b4ced2cd8
2 changed files with 5 additions and 6 deletions
@@ -86,7 +86,7 @@ checkbox.suggest.replacement.even.if.lambda.may.have.side.effects=Suggest replac
checkbox.don.t.warn.in.case.of.multiline.lambda=Don't warn if the parameter of 'List.replaceAll()' is multiline lambda
checkbox.suppress.with.suppresswarnings=Suppress with @SuppressWarnings
checkbox.treat.get.k.null.the.same.as.containskey.k.may.change.semantics=Treat 'get(k) != null' the same as 'containsKey(k)' (may change semantics)
checkbox.warn.if.only.foreach.replacement.is.available=Warn if only 'forEach' replacement is available
checkbox.warn.if.only.foreach.replacement.is.available=Warn if only 'forEach()' replacement is available
checkbox.warn.if.the.loop.is.trivial=Warn if the loop is trivial
choose.class=Choose Class
class.decorator.or.has.default.constructor=''{0}'' should have default constructor or implement ''Decorator'' pattern
@@ -1342,7 +1342,7 @@ highlight.throws.class.name=Highlight Throws {0}
class.patterns.panel.add.class=Add Class
multiple.usages.of.static.import.found=Multiple Usages of the Static Import Found
external.annotations.roots=Annotation Roots
inspection.stream.api.migration.can.be.replaced.with.call=Can be replaced with ''{0}'' call
inspection.stream.api.migration.can.be.replaced.with.call=Can be replaced with ''{0}()'' call
highlight.suppressed.warnings.choose.inspections=Choose Inspections to Highlight Suppressed Problems from
inspection.magic.constants.should.be.one.of.values=Should be one of: {0}{1,choice,0#|1# or their combination}
live.template.context.consumer.function=Consumer function