mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
Part of IDEA-291513 "Constant conditions & exceptions" does not flag 'Objects.requireNonNullElse' GitOrigin-RevId: 0cfd983801e8ed08f6407145215f7f9c6b12a684
7 lines
109 B
Java
7 lines
109 B
Java
// "Remove redundant null-check" "true"
|
|
import java.util.*;
|
|
|
|
public class Test {
|
|
public void test() {
|
|
}
|
|
} |