// "Replace with '.ofNullable()'" "true" class A{ void test(){ java.util.Optional.ofNullable(null); } }