InnerAssignmentCheck
Checks for assignments in subexpressions, such as in
String s = Integer.toString(i = 2);
.