Java: fix "Variable assigned to itself" inspection quick-fix operator assignment bug (IDEA-306674)

GitOrigin-RevId: 92f5ab3b782cd0a2e6af8f83ff80de64f000c3bf
This commit is contained in:
Bas Leijdekkers
2024-06-20 17:06:55 +02:00
committed by intellij-monorepo-bot
parent c4c6723e5a
commit 774c6c6d42
6 changed files with 31 additions and 23 deletions

View File

@@ -38,7 +38,6 @@ annotate.intention.chooser.title=Choose Annotation to Add
assignment.to.declared.variable.problem.descriptor=Variable ''{0}'' is initialized with self assignment
assignment.to.itself.problem.descriptor=Variable ''{0}'' is assigned to itself
assignment.array.element.to.itself.problem.descriptor=Array element is assigned to itself
assignment.to.itself.quickfix.name=Remove self assignment
bean.property=Bean Property
boolean.method.is.always.inverted.display.name=Boolean method is always inverted
boolean.method.is.always.inverted.problem.descriptor=Calls to boolean method '#ref()' are always inverted