mrj760 opened a new issue, #8475:
URL: https://github.com/apache/netbeans/issues/8475
### Apache NetBeans version
Apache NetBeans 25
### What happened
I am using Flatlaf Dark.
When doing the following...
```
switch(foo) {
case(FOO) -> {
this.someField = 5;
this.someField2 = 10;
}
}
```
`someField` will be colored white (the standard color for identifiers).
`someField2` will be colored purple (the standard color for member/static
fields).
The same thing happens regardless if it's a static or member field.
I saw this same issue in NB21 as well so it's been pervasive.
### Language / Project Type / NetBeans Component
_No response_
### How to reproduce
See above
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
Win10
### JDK
JDK21
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists