Use the first checkbox below to ignore simple assignments and returns and thus allow constructs like this:
String s = (foo == null) ? "" : foo.toString();
Use the second checkbox below to ignore conditional expression in contexts where an if statement is not allowed. For example when the conditional expression is used as an argument to a super() constructor call, or inside a field initializer.