mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java: better name suggestions for boxed types, filter out common bad names and add special cases for common methods
GitOrigin-RevId: 2bf3977d2873bd133ac6acb85df54aece740f428
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f0be15b132
commit
9a44d02318
+1
-1
@@ -82,7 +82,7 @@ class Test {
|
||||
}
|
||||
|
||||
String flatMapWithOrInside() {
|
||||
Object o1 = null;
|
||||
Object object = null;
|
||||
String empty = null;
|
||||
throw new NoSuchElementException("No value present");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user