mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
StaticPseudoFunctionalStyleMethodInspection: more clear options, validation of obtained result, part of problems with type parameters are fixed
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import java.util.Collections;
|
||||
|
||||
class c {
|
||||
void m() {
|
||||
Collections.emptyList().stream().allMatch(getPredicate(100)::apply);
|
||||
Collections.<String>emptyList().stream().allMatch(getPredicate(100)::apply);
|
||||
}
|
||||
|
||||
public Predicate<String> getPredicate(final int param) {
|
||||
|
||||
Reference in New Issue
Block a user