feature request #7664
Use typified return types where possible
Status:
New
Priority:
Priority14
Assignee:
Category:
cdmlib
Target version:
Start date:
08/17/2018
Due date:
% Done:
0%
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.
Associated revisions
ref #7664 adapt return type for many methods with defined typification
ref #7664 adapt return type for many methods with defined typification
ref #7664 adapt app-import to typified return types
History
#1 Updated by Andreas Müller over 2 years ago
- Target version changed from Release 5.3 to Release 5.5
#2 Updated by Andreas Müller almost 2 years ago
- Target version changed from Release 5.5 to Release 5.6
#3 Updated by Andreas Müller almost 2 years ago
- Priority changed from New to Priority14
- Target version changed from Release 5.6 to Reviewed Next Major Release