Changes between Initial Version and Version 2 of Ticket #9


Ignore:
Timestamp:
Mar 8, 2007, 1:32:13 PM (17 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 defectenhancement
    • Property External ID916041
  • 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