DRY-84: Generics: return types, not declarations
Submitted on 19 June 2005 at 21:07
For generics, methods like get-exceptions should all return types. Returning the corresponding class declarations drops the required actual parameter information and/or bounds. If the declarations are needed, then these should be looked up by the type.
Log in to post comments