[java-intentions] IDEA-270206 Nullability annotation at type parameter/wildcard: add a quick-fix to move it to the bound

GitOrigin-RevId: e8e56c2d27a77414045064c784f48ff712ad0d2d
This commit is contained in:
Tagir Valeev
2024-06-14 15:31:34 +02:00
committed by intellij-monorepo-bot
parent 636172d7db
commit 567e0b0d05
6 changed files with 117 additions and 6 deletions

View File

@@ -591,6 +591,7 @@ inspection.unsatisfied.range.display.name=Return value is outside of declared ra
inspection.unsatisfied.range.message=Return value range ''{0}'' is outside of declared range ''{1}''
inspection.unsatisfied.range.message.value=Return value ''{0}'' is outside of declared range ''{1}''
intention.family.name.move.annotation.to.array=Move annotation to array
intention.family.name.move.annotation.to.upper.bound=Move annotation to upper bound
move.annotations.to.package.info.file.family.name=Move annotations to 'package-info.java'
inspection.redundant.requires.statement.message.transitive.dependencies.on.can.be.used.directly=Transitive dependencies on ''{0}'' can be used directly.