[java-intentions] Remove outdated MoveMemberIntoClassFix.java

Superseded by MoveMemberIntoClassFix.java

GitOrigin-RevId: cc3a29aa7089f91ff5c13a61e722c0ad3843985e
This commit is contained in:
Tagir Valeev
2024-04-22 13:44:41 +02:00
committed by intellij-monorepo-bot
parent 0d7b245b21
commit 11097530d4
4 changed files with 0 additions and 116 deletions

View File

@@ -1449,7 +1449,6 @@ intention.error.make.sealed.class.different.packages=Module is unnamed and some
intention.error.make.sealed.class.inheritors.not.in.java.file=Some of the inheritors are not in java files
intention.error.make.sealed.class.different.modules=Some of the inheritors are in different modules
intention.error.make.sealed.class.interface.has.no.inheritors=Interface has no inheritors
intention.family.name.move.member.into.class=Move member into class
inspection.fill.permits.list.no.missing.inheritors=Sealed class has no missing inheritors
inspection.fill.permits.list.display.name=Same file subclasses are missing from permits clause of a sealed class
inspection.fill.permits.list.fix.name=Add missing subclasses to the permits clause