mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-inspections] IDEA-377050 follow-up: better wording
GitOrigin-RevId: c01a1377f50180c5bf3f9e76a26c058faa0e3cf3
This commit is contained in:
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 ¶meters 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 ¶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
|
||||
|
||||
Reference in New Issue
Block a user