Issue Details (XML | Word | Printable)

Key: CJB-22
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Thorsten Kamann
Reporter: Thorsten Kamann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fornax Cartridge JavaBasic

Support for Java 5 Maps with Generic

Created: 22/Jun/07 02:14 PM   Updated: 30/Oct/07 02:53 PM
Component/s: None
Affects Version/s: 2.1.0
Fix Version/s: 2.1.0

Time Tracking:
Not Specified


 Description  « Hide
It were nice if generic Maps are supported. I think this is a suitable solution:

<<Class>> MyClass
   - attr1: MyMap


<<DataType>> MyMap ------------------>(extends) java.util.Map
     - key: MyKeyType
    - value: MyValueType

The generator produce for this:
public class MyClass{
  private MyMap<MyKeyType, MyValueType> attr;
}


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Thorsten Kamann made changes - 30/Oct/07 02:53 PM
Field Original Value New Value
Fix Version/s 2.1.0 [ 10031 ]
Fix Version/s 2.0.0 [ 10021 ]
Affects Version/s 2.1.0 [ 10031 ]
Affects Version/s 2.0.0 [ 10021 ]