Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.3 rc1
-
Fix Version/s: 1.3
-
Component/s: XML schema support
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
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.