Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5
-
Component/s: Development
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Sprint:Core 2.5.0-m6 Sprint 2, Core 2.5.0-m7 Sprint 1
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Code Review Status:Not Required
-
Include in Release Notes?:Yes
-
Story Points:2
Description
New deep copy methods were created for KULRICE-13088. We have several places in our code that should attempt to use them instead.
Any issues brought up in https://jira.kuali.org/issues/?jql=text%20~%20%22An%20attempt%20was%20made%20to%20traverse%20a%20relationship%20using%20indirection%20that%20had%20a%20null%22 that are Rice-specific should be addressed, but the classes we fixed seem to be ResponsibilityBo, ContextBo, PropositionBo, and RuleBo.
Attachments
Issue Links
- relies on
-
KULRICE-13088 ObjectUtils deep copy related methods need to be ported over to JPA
-
- Closed
-
Did we really mean the new deep copy or the materialize sub objects function? My work on 13088 was to materialize sub objects (presumably so they could be copied)
I'm checking into the usage of the methods I did replace throughout the Rice code to see what I can adjust. I'm also able to update the KRAD LDA so that it will call the new code.