IJ-CR-187719 [java-inspection] IDEA-382441 jspecify inspection doesn't highlight assignments

- fix using labels

GitOrigin-RevId: 59f30bc05372fec687d713dbb7c6d596fd324ee5
This commit is contained in:
Mikhail Pyltsin
2026-01-15 10:34:07 +00:00
committed by intellij-monorepo-bot
parent 1a9de3d791
commit fd36687a77
3 changed files with 7 additions and 6 deletions
@@ -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>