atom / language-java

Java package for Atom
Other
62 stars 59 forks source link

Wrong highlighting in member-variables #176

Closed snjeza closed 5 years ago

snjeza commented 6 years ago

Prerequisites

Description

Wrong highlighting in member-variables

Steps to Reproduce

  1. Open the following class in VS Code or Atom
public class Bath {
    private String // Initializing at point Definition
    s1 = "Happy";
    public String /**  Initializing at point Definition */
    s2 = "Happy";
}

Expected behavior: after

Actual behavior: before

Reproduces how often: 100%

Versions

Atom : 1.27.2 VS Code : 0.29.1 VSCode Java: 0.34.0

Additional Information

Related issues:

169

https://github.com/redhat-developer/vscode-java/issues/707

Vigilans commented 5 years ago

Current behavior:

image

without comments: image

sadikovi commented 5 years ago

Relates to https://github.com/atom/language-java/issues/186. Closing as "not an issue".