-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0.0-beta1
-
Fix Version/s: 6.0.0-beta2
-
Component/s: wicket-extensions
-
Labels:None
The Sort APIs use very generics inconsistently. Classes like SortableDataProvider, ISortState, SortParam etc do not all uniformly cater for sort properties other than string. There is a lot of unchecked casting, which is not really required, if generics were used across the board.
Fixing this will probably cause API changes for 6.