Describe the bug
When using a method reference with lambda, a @Nonnull warning will be prompted
To Reproduce
Comparator.comparing(Class::getXxxx); Class::getXxxx warning
Environment
- Operating System: Windows
- JDK version: 25
- Visual Studio Code version: 1.126.0
- Java extension version: 1.55.0
Describe the bug
When using a method reference with lambda, a
@Nonnullwarning will be promptedTo Reproduce
Comparator.comparing(Class::getXxxx); Class::getXxxx warningEnvironment