You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/16 02:34:09 UTC

DO NOT REPLY [Bug 15004] - BeanUtils.copyProperties goes through wasted processing

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15004>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15004

BeanUtils.copyProperties goes through wasted processing

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From craig.mcclanahan@sun.com  2002-12-16 01:34 -------
Improvements along the lines you suggest have been added to both
BeanUtils.copyProperties() and PropertyUtils.copyProperties() as of the 20021216
nightly build of commons-beanutils.  In addition, copyProperties() running
either from or to a DynaBean will also execute a little faster than before, due
to bypassing calls to getSimpleProperty() and setSimpleProperty().

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>