[java-inspections] IDEA-377761 Incorrect usages of annotations. Opposite container annotations together

GitOrigin-RevId: 2a9ceb46787ef8cdff3677cd1c1c72782951c9cc
This commit is contained in:
Tagir Valeev
2025-09-30 17:43:53 +00:00
committed by intellij-monorepo-bot
parent b97bd089e2
commit cce68d9b4d
9 changed files with 77 additions and 3 deletions
@@ -128,6 +128,7 @@ annotate.overridden.methods.parameters=Annotate overriding method parameters as
anonymous.ref.loc.can.be.replaced.with.0=Anonymous #ref #loc can be replaced with {0}
anonymous.ref.loc.can.be.replaced.with.lambda=Anonymous #ref #loc can be replaced with lambda
assigning.a.collection.of.nullable.elements=Assigning a collection of nullable elements into a collection of non-null elements
conflicting.nullability.annotations=Conflicting nullability annotations
nullable.stuff.error.overriding.nullable.with.notnull=Overriding a collection of nullable elements with a collection of non-null elements
nullable.stuff.error.overriding.notnull.with.nullable=Overriding a collection of non-null elements with a collection of nullable elements
comparision.between.object.and.primitive=Comparison between Object and primitive is illegal and is accepted in Java 7 only