Rule that checks for if statement with a constant value for the if expression, such as:
if (true) { .. }
if (false) { .. }
if (Boolean.TRUE) { .. }
if (Boolean.FALSE) { .. }
if (null) { .. }
if (0) { .. }
if (99.7) { .. }
if ("") { .. }
if ("abc") { .. }
if ([a:123, b:456]) { .. }
if ([a, b]) { .. }
Type | Name and description |
---|---|
Class |
astVisitorClass |
String |
name |
int |
priority |