Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1
-
None
Description
Some code still does not use generics, and in some places compiler warning are generated due to the use of unchecked operations.
Generics should be extended to all possible code; when not possible, the @SuppressWarnings annotation should be used.