mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IJ-CR-187719 [java-inspection] IDEA-382441 jspecify inspection doesn't highlight assignments
- fix using labels GitOrigin-RevId: 59f30bc05372fec687d713dbb7c6d596fd324ee5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1a9de3d791
commit
fd36687a77
@@ -132,11 +132,12 @@ annotate.overridden.methods.parameters.nonnull=Annotate overriding method parame
|
||||
annotate.overridden.methods.parameters.nullable=Annotate overriding method parameters as nullable
|
||||
anonymous.ref.loc.can.be.replaced.with.0=Anonymous #ref can be replaced with {0}
|
||||
anonymous.ref.loc.can.be.replaced.with.lambda=Anonymous #ref can be replaced with lambda
|
||||
assigning.a.collection.of.nullable.elements=\
|
||||
assigning.a.collection.of.nullable.elements=Assigning a collection of nullable elements into a collection of non-null elements
|
||||
assigning.a.class.with.nullable.elements=\
|
||||
<html><body>\
|
||||
Assigning a class with nullable type arguments when a class with not-null type arguments is expected{0}\
|
||||
</body></html>
|
||||
assigning.a.collection.of.notnull.elements=\
|
||||
assigning.a.class.with.notnull.elements=\
|
||||
<html><body>\
|
||||
Assigning a class with not-null type arguments when a class with nullable type arguments is expected{0}\
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user