Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: Development, Version Compatibility
-
Labels:None
-
Rice Module:KNS
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
Description
The Rice version of AutoPopulatingList seems to be directly copied from the Spring source - but this class exists just fine in Spring, so we should probably be using the Spring version directly.
Maybe someone should research any diffs between the rice version and the Spring version? But in any case, I'm betting that the Rice version should be removed.
Jerry noted that this class was probably copied to the Rice code base to make it Serializable. The version of this class in Spring 3.0.1 is Serializable, so chances are this class truly is no longer needed.