mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[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:
committed by
intellij-monorepo-bot
parent
636172d7db
commit
567e0b0d05
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user