[java-completion] IDEA-344077 support correctness for completion

- allow not initialized variable

GitOrigin-RevId: 7c73aa1660f26ed1ca04ceb9f646074f4f24667d
This commit is contained in:
Mikhail Pyltsin
2024-01-25 14:59:08 +01:00
committed by intellij-monorepo-bot
parent f9af182c08
commit 9286615c25

View File

@@ -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}''