mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
[java-inspections] IDEA-299573 Handle Optional.isEmpty() in "Non functional style Optional.isPresent() usage" inspection
PR#2100 Co-authored-by: Tagir Valeev <tagir.valeev@jetbrains.com> GitOrigin-RevId: c0b8495f26bccf51c593deb6be927eb01c37d379
This commit is contained in:
committed by
intellij-monorepo-bot
parent
39174c0024
commit
1c9de6b4cf
@@ -1,4 +1,4 @@
|
||||
// "Replace Optional.isPresent() condition with functional style expression" "true-preview"
|
||||
// "Replace Optional presence condition with functional style expression" "true-preview"
|
||||
import java.util.Optional;
|
||||
|
||||
class Trip implements Comparable<Trip> {
|
||||
|
||||
Reference in New Issue
Block a user