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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
