Noticed while stepping through code that a boolean is declared to be true if schemaLocation is not null, and on the next line the same comparison is made in an if statement. Could remove a comparison operation by using the variable.
Description
Noticed while stepping through code that a boolean is declared to be true if schemaLocation is not null, and on the next line the same comparison is made in an if statement. Could remove a comparison operation by using the variable.