[java, refactorings] reduce number of options in "Type may be weakened" inspection (doNotWeakenToJavaLangObject) IDEA-266696

GitOrigin-RevId: 6b10989645bad435b9fb5bdfc30b5e814a19165d
This commit is contained in:
Aleksey Dobrynin
2023-09-13 11:32:04 +00:00
committed by intellij-monorepo-bot
parent 198cde3888
commit 992f81a880
5 changed files with 16 additions and 24 deletions
@@ -2201,7 +2201,6 @@ inspection.type.may.be.weakened.method.problem.descriptor=Return type of method
inspection.type.may.be.weakened.parameter.problem.descriptor=Type of parameter <code>#ref</code> may be weakened to {0} #loc
inspection.type.may.be.weakened.field.problem.descriptor=Type of field <code>#ref</code> may be weakened to {0} #loc
inspection.type.may.be.weakened.quickfix=Weaken type to ''{0}''
inspection.type.may.be.weakened.do.not.weaken.to.object.option=Do not &weaken to 'java.lang.Object'
inspection.type.may.be.weakened.add.stopper=Add as Stop Class for Weakening
inspection.type.may.be.weakened.add.stopper.single=Add {0} as stop class for weakening
inspection.type.may.be.weakened.add.stopper.preview=The stop class will be added to the list of stop classes for this inspection.