Skip to content

Code assist does not add necessary qualifier for use of constant in type annotation #365

@eric-milles

Description

@eric-milles
@SuppressWarnings(V|)
class C {
  public static final String VALUE = 'nls'
}

Completion at '|' inserts VALUE, when C.VALUE is required due to the scope of the type annotation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions