Changes between Initial Version and Version 2 of Ticket #9

Show
Ignore:
Timestamp:
03/08/07 13:32:13 (6 years ago)
Author:
robertbray
Comment:

If possible we should look at changing the code to generate both the new "enhanced" and old "crufty" Java wrappers. That would provide a resolution to the compatibility issues created by changing the API.

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  
    331. method calls should being with lowercase letters 
    44 
    5 2. methods should not call unchecked exceptions. Easiest thing to do would be for exceptions to extend RuntimeException instead of Exception 
     52. methods should not call unchecked exceptions. Easiest thing to do would be for exceptions to extend !RuntimeException instead of Exception 
    66 
    773. collection classes should implement collection interface from java.util