svn propchange: r1369486 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1369486 - svn:log

jleroux@apache.org
Author: jleroux
Revision: 1369486
Modified property: svn:log

Modified: svn:log at Sun Aug  5 13:54:47 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Aug  5 13:54:47 2012
@@ -1 +1,3 @@
-Fixed a costly call to UtilValidate.
+Fixed a costly call to UtilValidate:
+UtilValidate.isEmpty(Object) calls ObjectType.isEmpty(Object) - which performs a series of instanceof checks. Calling UtilValidate.isEmpty(String) avoids the expensive instanceof checks.
+