mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Conservatively disable warning on method call result if isPresent() with the same qualifier was observed (IDEA-CR-18052)
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ class OptionalWithoutIsPresent {
|
||||
opt2.get();
|
||||
}
|
||||
|
||||
static final class Range {
|
||||
class Range {
|
||||
Optional<Integer> min = Optional.of(1);
|
||||
Optional<Integer> max = Optional.of(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user