[java-inspections] IDEA-377050 follow-up: better wording

GitOrigin-RevId: c01a1377f50180c5bf3f9e76a26c058faa0e3cf3
This commit is contained in:
Tagir Valeev
2025-11-03 10:15:07 +00:00
committed by intellij-monorepo-bot
parent 8416dfd071
commit 61817f4ac1
@@ -557,7 +557,7 @@ inspection.nullable.problems.display.name=@NotNull/@Nullable problems
inspection.nullable.problems.ignore.external.notnull=&Ignore external @NotNull
inspection.nullable.problems.method.overrides.notnull.option=Report @NotNull &parameters overriding @Nullable and vice versa
inspection.nullable.problems.method.overrides.option=Report non-&annotated parameters or methods overriding @NotNull
inspection.nullable.problems.not.annotated.getters.for.annotated.fields=Report non-annotated &setter parameters or getters of annotated fields
inspection.nullable.problems.not.annotated.getters.for.annotated.fields=Report non-annotated &setter/constructor parameters or getters of annotated fields
inspection.nullable.problems.notnull.overrides.option=Report @NotNull &parameters overriding non-annotated
inspection.nullable.problems.notnull.parameters.with.null.literal.option=Report @NotNull parameters with null-literal argument usages
inspection.nullable.problems.nullability.on.locals=Report nullability annotations on local variables when they are non-applicable