mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
FoldExpressionIntoStreamInspection: deparenthesize when testing whether it's too simple case
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Fold expression into Stream chain" "false"
|
||||
class Test {
|
||||
boolean foo(String a, String b, String c, String d) {
|
||||
return ((a) == (null)) || b == null || c == null || d == <caret>null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user