Files
openide/java/java-tests/testData/inspection/nullableProblems
Tagir Valeev 69ba31aaf2 [java-inspections] Remove completely 'Not annotated method is used as an override...' on method ref target
As we can call method ref in certain context, it's not evident that only not-null methods should be accepted there. Methods like Map::get with unknown nullability can also be accepted (e.g. if we know that the target method never returns null for method reference parameter)

GitOrigin-RevId: 64460ffed311b6620133a4079293f7b20dec5f46
2022-04-26 16:34:33 +00:00
..