Reports string concatenations where the left-hand side does not
end with whitespace or a symbol and the right-hand side does not start with whitespace or a symbol. For example:
String sql = "SELECT column" +
"FROM table";
Use the checkbox below to have this inspection only report when both the left and right side of the concatenation are literals.