USE GENERICS FOR BETTER TYPE SAFETY ON TRINIDAD MODEL CLASSES
-------------------------------------------------------------
Key: TRINIDAD-1079
URL: https://issues.apache.org/jira/browse/TRINIDAD-1079
Project: MyFaces Trinidad
Issue Type: Improvement
Reporter: Nicolas Pombourcq
The Trinidad model classes should be extended with type parameters to allow for
better type safety.
Here are some of the parameters that could be added:
- RowKeyIndex<RowKeyType> (and subclasses): RowKeyType would be the type of the
row key;
- RowKeySet<RowKeyType>: same
- CollectionModel<BeanType, RowKeyType>: types of the objects in the collection
and of the row keys.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.