mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[Java] IDEA-375132 Canonize tooltip and option text for nullability conflicts in return statements
GitOrigin-RevId: 436a4cc574266f21cdc83a6ef8e50b6991d749ea
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d12ccda981
commit
1485a25d5a
@@ -562,7 +562,7 @@ inspection.nullable.problems.not.annotated.getters.for.annotated.fields=Report n
|
||||
inspection.nullable.problems.notnull.overrides.option=Report @NotNull ¶meters 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
|
||||
|
||||
Reference in New Issue
Block a user