mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
Java: fix "Variable assigned to itself" inspection quick-fix operator assignment bug (IDEA-306674)
GitOrigin-RevId: 92f5ab3b782cd0a2e6af8f83ff80de64f000c3bf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c4c6723e5a
commit
774c6c6d42
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user