Skip to content

Fix syntax highlighting of static import for mix of deprecated and non-deprecated method overloads #1478

@eric-milles

Description

@eric-milles

Consider the following:

import static java.net.URLEncoder.encode

Not all variants of "encode" are deprecated. Highlighting as deprecated (strikethrough) can give a false impression of needing to change code to use something else if in fact a non-deprecated variant is used. Deprecation will be indicated at point of usage.

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions