Changes between Initial Version and Version 2 of Ticket #9
- Timestamp:
- 03/08/07 13:32:13 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9
- Property External ID → 916041
- Property Type defect → enhancement
-
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