mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[java-completion] IDEA-344486 support correctness for completion
- allow extending class with no-default constructors GitOrigin-RevId: 12e7ded76a87128b681ceb455ad9fb8c39b9c793
This commit is contained in:
committed by
intellij-monorepo-bot
parent
37d2517f3a
commit
1ff383762f
@@ -130,6 +130,7 @@ is.not.an.enclosing.class=''{0}'' is not an enclosing class
|
||||
local.class.referenced.from.other.switch.branch=Local class ''{0}'' cannot be referenced from another switch branch
|
||||
cannot.be.referenced.from.static.context=''{0}'' cannot be referenced from a static context
|
||||
no.default.constructor.available=There is no parameterless constructor available in ''{0}''
|
||||
no.default.constructor.available.anchor=There is no parameterless constructor available in
|
||||
missing.return.statement=Missing return statement
|
||||
unreachable.statement=Unreachable statement
|
||||
unreachable.statement.false.condition=Loop condition is always false making the loop body unreachable
|
||||
|
||||
Reference in New Issue
Block a user