Issue Details (XML | Word | Printable)

Key: CASTOR-2622
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Werner Guttmann
Reporter: Allan Gillis
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
castor

Opportunity to remove a comparison operation in org.exolab.castor.xml.schema.reader.ImportUnmarshaller.java

Created: 21/Jan/09 02:10 PM   Updated: 24/Jan/09 11:12 AM   Resolved: 21/Jan/09 02:55 PM
Return to search
Component/s: XML schema support
Affects Version/s: 1.3 rc1
Fix Version/s: 1.3

Time Tracking:
Original Estimate: Not Specified
Remaining Estimate: 0 minutes
Remaining Estimate - 0 minutes
Time Spent: 10 minutes
Time Spent - 10 minutes

File Attachments: 1. Text File patch_ImportUnmarshaller.txt (0.7 kB)


Patch Submitted: Yes


 Description  « Hide

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.



There are no comments yet on this issue.