mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
Java: add error for class extending sealed class from another package (IDEA-358672)
GitOrigin-RevId: d7b0c68100ddc60f42bfedc1f3b88e54cbd3ce74
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8b80330e6e
commit
a016f884d3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user