[java-inspections] IDEA-357323 Propose case null during adding all cases

GitOrigin-RevId: 6d7ffccc28d64ed0f52db0235c41796d1d81284e
This commit is contained in:
Mikhail Pyltsin
2024-08-09 11:10:54 +02:00
committed by intellij-monorepo-bot
parent 0f5aa949cb
commit cb37003541
14 changed files with 223 additions and 5 deletions

View File

@@ -2431,6 +2431,7 @@ create.null.branch.fix.family.name=Insert 'null' branch
create.missing.enum.switch.branches.fix.family.name=Create missing enum switch branches
create.missing.boolean.switch.branches.fix.family.name=Create missing boolean switch branches
create.missing.sealed.class.switch.branches.fix.family.name=Create missing sealed class switch branches
create.missing.branches.with.null.branch.fix.family.name=Create missing switch branches with null branch
create.missing.record.deconstructions.switch.branches.fix.family.name=Create missing record deconstruction switch branches
unnecessary.fully.qualified.name.fix.family.name=Replace fully qualified name
return.of.collection.field.fix.family.name=Make return collection 'unmodifiable'