mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[Java. Inspections] IDEA-375132 provide better option display name for nullability conflicts in type parameters
GitOrigin-RevId: e916adb6f656bf909a3553c1f74fbe78a4630dfc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9f6615f6ed
commit
7a3a578761
@@ -561,7 +561,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 not null type parameter to nullable type parameter
|
||||
inspection.nullable.problems.notnull.to.nullable.assignment.conflicts=Report assignment of a @NotNull type parameter to @Nullable type parameter
|
||||
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