Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4
-
Fix Version/s: 1.0.5
-
Component/s: XML code generator
-
Labels:None
-
Number of attachments :
Description
When generating fields/methods in Java 2 mode, Source Generator uses ArrayLists as a drop-in
replacement for Vectors. This overlooks the flexibility possible with Java 2 collections. It would be
better to use parameters/return values of type List so that code that uses the generated object
model are not forced to convert to/from ArrayLists.
Activity
Werner Guttmann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Werner Guttmann
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Werner Guttmann
made changes -
| Attachment | patch.c1677.20061102.txt [ 23795 ] |
Werner Guttmann
made changes -
| Attachment | patch.c1677.20061102-002.txt [ 23796 ] |
Werner Guttmann
logged work - 02/Nov/06 5:20 PM
-
- Time Spent:
- 45 minutes
- Patch creation & testing.
Werner Guttmann
made changes -
| Time Spent | 45 minutes [ 2700 ] | |
| Remaining Estimate | 1 hour, 30 minutes [ 5400 ] | 45 minutes [ 2700 ] |
Werner Guttmann
made changes -
| Fix Version/s | 1.0.5 [ 12953 ] |
Werner Guttmann
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Werner Guttmann
logged work - 08/Nov/06 2:13 PM
-
- Time Spent:
- 15 minutes
- CTF test addition & release notes.
Werner Guttmann
made changes -
| Time Spent | 45 minutes [ 2700 ] | 1 hour [ 3600 ] |
| Remaining Estimate | 45 minutes [ 2700 ] | 30 minutes [ 1800 ] |
Werner Guttmann
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Initial patch for review, basically amending a few classes related to how the code generator handles collections to support distinction between collection interface signatures and collection instantiation.