-
Task
-
Resolution: Fixed
-
P4
-
10
-
None
-
b34
-
generic
-
generic
BeanLinker methods getElementGetter and getElementSetter are large, and contain lots of commonalities. It makes sense to factor the common code out and reuse it.
An explicit intent of this refactoring is to support an upcoming Dynalink REMOVE operation and make adding a future getElementRemover method much easier (and avoid triplication of common code).
An explicit intent of this refactoring is to support an upcoming Dynalink REMOVE operation and make adding a future getElementRemover method much easier (and avoid triplication of common code).