This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
from 76e5bdfa Add Checkstyle TypecastParenPad new 74227b5c Fix ParenPad new 1758e25e Add Checkstyle ParenPad The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/conf/checkstyle.xml | 1 + .../apache/commons/beanutils/BeanComparator.java | 4 +- .../java/org/apache/commons/beanutils/BeanMap.java | 451 +++++++++------------ .../apache/commons/beanutils/BeanPredicate.java | 2 +- .../org/apache/commons/beanutils/LazyDynaList.java | 8 +- .../org/apache/commons/beanutils/MethodUtils.java | 14 +- .../commons/beanutils/PropertyUtilsBean.java | 35 +- .../apache/commons/beanutils/RowSetDynaClass.java | 2 +- .../beanutils/locale/LocaleConvertUtilsBean.java | 4 +- .../locale/converters/DateLocaleConverter.java | 2 +- .../commons/beanutils/BeanPredicateTestCase.java | 12 +- .../commons/beanutils/BeanificationTestCase.java | 14 +- .../beanutils/DynaPropertyUtilsTestCase.java | 18 +- .../commons/beanutils/MethodUtilsTestCase.java | 5 +- .../commons/beanutils/PropertyUtilsTestCase.java | 66 +-- .../org/apache/commons/beanutils/TestBean.java | 6 +- .../locale/LocaleBeanificationTestCase.java | 13 +- 17 files changed, 263 insertions(+), 394 deletions(-)