mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
[java-completion] IDEA-344077 support correctness for completion
- allow not initialized variable GitOrigin-RevId: 7c73aa1660f26ed1ca04ceb9f646074f4f24667d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f9af182c08
commit
9286615c25
@@ -134,6 +134,7 @@ missing.return.statement=Missing return statement
|
||||
unreachable.statement=Unreachable statement
|
||||
unreachable.statement.false.condition=Loop condition is always false making the loop body unreachable
|
||||
variable.not.initialized=Variable ''{0}'' might not have been initialized
|
||||
variable.not.initialized.anchor=might not have been initialized
|
||||
variable.already.assigned=Variable ''{0}'' might already have been assigned to
|
||||
variable.assigned.in.loop=Variable ''{0}'' might be assigned in loop
|
||||
assignment.to.final.variable=Cannot assign a value to final variable ''{0}''
|
||||
|
||||
Reference in New Issue
Block a user