mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-inspections] IDEA-371907 Warn about redundant '@NotNull' annotation when the scope is already covered by '@NotNullByDefault'
GitOrigin-RevId: a703f9e76d11471607532063b4c6c55433579080
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4e6dd858b8
commit
06ae5648d1
@@ -240,6 +240,7 @@ inspection.nullable.problems.annotated.field.setter.parameter.not.annotated=Sett
|
||||
inspection.nullable.problems.method.overrides.NotNull=Not annotated method overrides method annotated with @{0}
|
||||
inspection.nullable.problems.parameter.overrides.NotNull=Not annotated parameter overrides @{0} parameter
|
||||
inspection.nullable.problems.primitive.type.annotation=Primitive type members cannot be annotated
|
||||
inspection.nullable.problems.redundant.annotation.under.container=Redundant nullability annotation in the scope of @{0}
|
||||
inspection.nullable.problems.receiver.annotation=Receiver parameter is inherently not-null
|
||||
inspection.nullable.problems.applied.to.package=Annotation on fully-qualified name must be placed before the last component
|
||||
inspection.nullable.problems.outer.type=Outer type is inherently not-null
|
||||
|
||||
Reference in New Issue
Block a user