Closed snjeza closed 5 years ago
Does it handle the case when it is just a variable, not necessarily a class property? Can you also add a unit test that verifies the fix? Thanks.
Does it handle the case when it is just a variable, not necessarily a class property?
The issue happens only when it is a class property.
Can you also add a unit test that verifies the fix?
I will try.
I don't think this patch actually fixes the issue.
Signed-off-by: Snjezana Peco snjezana.peco@redhat.com
Requirements
Description of the Change
Fixes highlighting in member-variables. For more details and examples see https://github.com/redhat-developer/vscode-java/issues/707.
Alternate Designs
None were considered, since it is fairly simple fix.
Benefits
Fixes highlighting in member-variables.
Possible Drawbacks
None.
Applicable Issues
Fixes #169 Fixes #176 Fixes redhat-developer/vscode-java#707