Skip to content

Fix code hover and navigation for multi-catch parameter #1374

@eric-milles

Description

@eric-milles

Consider the following:

try {
} catch (Exception | Error e) {
}

Groovy editor provides navigation to the common superclass:
image

Java editor provides navigation to both types when selecting the parameter variable "e".
image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions