Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4
-
Component/s: Development, User Experience (UX)
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Epic Link:
-
Rice Module:KRAD
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Code Review Status:Not Required
-
Include in Release Notes?:Yes
Description
This work should be done on the performance branch:
https://svn.kuali.org/repos/rice/sandbox/branches/rice-2.4-perf
Go through all the component and layout manager classes and remove the method protected <T> void copyProperties(T component). Also, there are some other non-component classes that implement this method. Search within the org.kuali.rice.krad.uif package to find these. Finally, remove the code that invokes copyProperties. After you remove each method, check the imports for the class and remove those that are not used anymore.