Actions
feature request #7664
openUse typified return types where possible
Status:
New
Priority:
Priority14
Assignee:
Category:
cdmlib
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Severity:
normal
Description
- Many method of service layer and persistence use T as return type even if a more specific class is defined by parameters.
We should clean this up by using local generics where possible.
- Also we may want to add more methods defining the expected return type within the parameters to avoid invalid results and to avoid casting.
Updated by Andreas Müller over 4 years ago
- Target version changed from Release 5.3 to Release 5.5
Updated by Andreas Müller about 4 years ago
- Target version changed from Release 5.5 to Release 5.6
Updated by Andreas Müller about 4 years ago
- Priority changed from New to Priority14
- Target version changed from Release 5.6 to Reviewed Next Major Release
Actions