Missing color scheme configuration or bug ?
已回答
Consider this java code :
Bar bar = new Bar();
Callable c = () -> doStuff(bar)
The bar variable looks like it inherits from Local variable and also from Implicit anonymous class parameter.
My color scheme set local variable to blue, and IACP purple with purple underline.
For the example above, the editor shows a blue variable with a purple underline.
Am I missing something ?
请先登录再写评论。
Hello, it seems to be the feature, please follow the issue at YouTrack for it:
https://youtrack.jetbrains.com/issue/IDEA-152652
The bug you mention is fixed and does not match my description.
The behavior is the same for lambdas and anonymous classes, and it's the wrong one. so it still stands.
Jonathan, thank you for clarification. Please follow the issue created for your report:
https://youtrack.jetbrains.com/issue/IDEA-228217