mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[java-inspections] IDEA-377761 Incorrect usages of annotations. Opposite container annotations together
GitOrigin-RevId: 2a9ceb46787ef8cdff3677cd1c1c72782951c9cc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b97bd089e2
commit
cce68d9b4d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user