Java: add error for class extending sealed class from another package (IDEA-358672)

GitOrigin-RevId: d7b0c68100ddc60f42bfedc1f3b88e54cbd3ce74
This commit is contained in:
Bas Leijdekkers
2024-10-29 01:52:20 +00:00
committed by intellij-monorepo-bot
parent 8b80330e6e
commit a016f884d3
8 changed files with 54 additions and 14 deletions
@@ -186,8 +186,9 @@ move.catch.up.family=Move 'catch' up
move.catch.up.text=Move catch for ''{0}'' before ''{1}''
move.class.to.separate.file.family=Move class to separate file
move.class.to.separate.file.text=Move class ''{0}'' to ''{0}.java''
move.class.to.package.family=Move Class to Package
move.class.to.package.family=Move to package
move.class.to.package.text=Move to package ''{0}''
move.class.0.to.package.text=Move {0} ''{1}'' to package ''{2}''
# change if (!a == b) ... => if (!(a == b)) ...
negation.broader.scope.family=Negation broader scope