Use the checkbox below to ignore simple assignments and returns and thus allow constructs like this:
String s = (foo == null) ? "" : foo.toString();