Skip to content

Fix syntax coloring for fully-qualified constructor call expression #929

@eric-milles

Description

@eric-milles

Consider the following:

def sdf = new java.text.SimpleDateFormat("MM.dd.yyyy")

Syntax coloring should be "default" for java.text. and "constructor call" for SimpleDateFormat.

Java editor:
image

Groovy editor:
image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions