[Java] IDEA-375132 Canonize tooltip and option text for nullability conflicts in return statements

GitOrigin-RevId: 436a4cc574266f21cdc83a6ef8e50b6991d749ea
This commit is contained in:
Georgii Ustinov
2025-11-05 10:04:00 +00:00
committed by intellij-monorepo-bot
parent d12ccda981
commit 1485a25d5a
8 changed files with 25 additions and 25 deletions
@@ -562,7 +562,7 @@ inspection.nullable.problems.not.annotated.getters.for.annotated.fields=Report n
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
inspection.nullable.problems.notnull.to.nullable.assignment.conflicts=Report assignment of a @NotNull type parameter to @Nullable type parameter
inspection.nullable.problems.notnull.to.nullable.assignment.conflicts=Report assignment of a not-null type argument to a nullable type argument
inspection.nullable.problems.redundant.nullability.inside.container=Report redundant nullability annotation in the scope of annotated container
inspection.optional.get.without.is.present.message=<code>{0}.#ref()</code> without ''isPresent()'' check
inspection.optional.get.without.is.present.method.reference.message=<code>#ref</code> without 'isPresent()' check