Arturo Bernal
Arturo Bernal
Currently when we try to create a new MappedPropertyDescriptor object the constructor check if the propertyName is null. This is redundant because the same check it's execute in the super...
In order to duplicate always the same cheek in the class DefaultResolver if (expression == null || expression.length() == 0) wold we nice have a method like en commons-lang that...
Copy the property values of the given source bean into the given target bean, ignoring the given "ignoreProperties".
JDBCDynaClass.useColumnLabel and columnNameXref are private. All other variables are protected. I am working on a custom dynaclass where I need to know their values.
In DefaultResolver #getKey(String expression), if the expression contains a ")", the returned value is incorrect because the algorithm stops at the first ")" character (#indefOf is used).
… same way MappedPropertyDescriptor does
* fix javadoc * Use constant array * Simplify conditions * inline variable
* Use 'compare()' method * Simplify conditions * Use empty array creations * Redundant 'if' statement * Inline variable