This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
from 2b035580 Make instance variable final
new 770474d5 Better instance variable name
new a22b5be7 Make instance variable final
new ca033470 Make instance variable final
new 17d60ea8 Make instance variable final
new 1ffdb370 Make instance variable final
new 829a1956 Make log static
new c0430884 Use generics
new f3c59529 Use static loggers when the class argument is hard-coded
The 8 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:
.../BeanPropertyValueChangeConsumer.java | 2 +-
.../BeanPropertyValueEqualsPredicate.java | 2 +-
.../beanutils2/BeanToPropertyValueTransformer.java | 2 +-
.../apache/commons/beanutils2/BeanUtilsBean.java | 66 +++++++++++-----------
.../commons/beanutils2/ConvertUtilsBean.java | 36 ++++++------
.../beanutils2/DefaultBeanIntrospector.java | 2 +-
.../apache/commons/beanutils2/LazyDynaBean.java | 8 +--
.../org/apache/commons/beanutils2/MethodUtils.java | 53 +++++++++--------
.../commons/beanutils2/PropertyUtilsBean.java | 30 +++++-----
.../beanutils2/locale/BaseLocaleConverter.java | 22 ++++----
.../beanutils2/locale/LocaleBeanUtilsBean.java | 16 +++---
.../beanutils2/locale/LocaleConvertUtilsBean.java | 22 ++++----
.../locale/converters/DateLocaleConverter.java | 8 +--
.../locale/converters/DecimalLocaleConverter.java | 6 +-
.../locale/converters/StringLocaleConverter.java | 6 +-
.../commons/beanutils2/bugs/Jira157TestCase.java | 8 +--
.../commons/beanutils2/bugs/Jira273TestCase.java | 14 ++---
.../commons/beanutils2/bugs/Jira298TestCase.java | 8 +--
.../commons/beanutils2/bugs/Jira339TestCase.java | 6 +-
.../commons/beanutils2/bugs/Jira349TestCase.java | 8 +--
.../commons/beanutils2/bugs/Jira87TestCase.java | 4 +-
.../beanutils2/locale/LocaleBeanUtilsTestCase.java | 6 +-
.../converters/DateLocaleConverterTestCase.java | 12 ++--
23 files changed, 172 insertions(+), 175 deletions(-)