Changes between Initial Version and Version 2 of Ticket #9
- Timestamp:
- 03/08/07 13:32:13 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9
- Property type changed from defect to enhancement
- Property external_id changed from to 916041
-
Ticket #9 – description
initial v2 3 3 1. method calls should being with lowercase letters 4 4 5 2. methods should not call unchecked exceptions. Easiest thing to do would be for exceptions to extend RuntimeException instead of Exception5 2. methods should not call unchecked exceptions. Easiest thing to do would be for exceptions to extend !RuntimeException instead of Exception 6 6 7 7 3. collection classes should implement collection interface from java.util
