mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[java-highlighting] Provide quick-fix for the "Package annotations should be in file package-info.java" error
IDEA-216254 GitOrigin-RevId: 9d8c4074babff861b5702caa09dd320de5d63d72
This commit is contained in:
committed by
intellij-monorepo-bot
parent
71ed47f845
commit
7bf9474dac
@@ -615,6 +615,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
|
||||
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.
|
||||
inspection.redundant.requires.statement.message.module.unused=No usages of module packages are found.
|
||||
|
||||
Reference in New Issue
Block a user