Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
Description
Implement clone() on DefaultBeanAccessor:
- create a new instance of the same type as the bean encapsulated by the Accessor
- create a DefaultBeanAccessor for the new instance
- call populate on the new DefaultBeanAccessor with this.describe() as argument
- return the clone