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 f62483cd Remove redundant modifiers
     new 11f275a2 Use compact array notation
     new 06c3a532 Use compact array notation
     new b858496c Remove redundant modifiers
     new 2602de92 Add serialVersionUID
     new 2441acb8 Remove redundant parentheses
     new 89bbfa10 Use valueOf()
     new 65723c64 Remove redundant parentheses
     new 95ec36ce Remove redundant parentheses
     new 7161fa3a Add serialVersionUID
     new 6386ced5 Remove redundant call to super()
     new 52cc90b8 Use compact array notation
     new 171c25cc Use valueOf()
     new 0512e303 Use valueOf()
     new a958c4d6 Use valueOf()
     new 1eb690ed Add @Override
     new 4badc86f Use diamond
     new d6ee0b2a Use diamond
     new 49a31d0c Use compact array notation
     new 34363214 Use valueOf()
     new 54c217c4 Use valueOf()
     new ea9929f0 Use valueOf()
     new 48a78d3b Add @Override
     new aa0c25f7 Use valueOf()

The 23 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:
 .../org/apache/commons/beanutils/DynaClass.java    |   8 +-
 .../org/apache/commons/beanutils/DynaProperty.java |  85 +++++-----
 .../beanutils/FluentPropertyBeanIntrospector.java  |   5 +-
 .../apache/commons/beanutils/JDBCDynaClass.java    |  23 +--
 .../org/apache/commons/beanutils/LazyDynaBean.java | 118 +++++++-------
 .../beanutils/converters/FileConverter.java        |   1 -
 .../beanutils/converters/FloatArrayConverter.java  |  23 ++-
 .../converters/IntegerArrayConverter.java          |  23 ++-
 .../locale/converters/FloatLocaleConverter.java    |   4 +-
 .../locale/converters/IntegerLocaleConverter.java  |   2 +-
 .../beanutils/DynaBeanMapDecoratorTestCase.java    |  16 +-
 .../commons/beanutils/DynaBeanUtilsTestCase.java   | 174 ++++++++++-----------
 .../commons/beanutils/DynaPropertyTestCase.java    |   2 +-
 .../beanutils/DynaPropertyUtilsTestCase.java       | 154 +++++++++---------
 .../commons/beanutils/DynaResultSetTestCase.java   |   4 +-
 .../commons/beanutils/DynaRowSetTestCase.java      |  10 +-
 .../apache/commons/beanutils/ExtendMapBean.java    |   1 +
 .../FluentPropertyBeanIntrospectorTestCase.java    |   4 +-
 .../commons/beanutils/IndexedPropertyTestCase.java |   6 +-
 .../converters/FloatConverterTestCase.java         |  58 +++----
 .../converters/IntegerConverterTestCase.java       |  58 +++----
 .../converters/FloatLocaleConverterTestCase.java   |  18 +--
 .../converters/IntegerLocaleConverterTestCase.java |  12 +-
 23 files changed, 403 insertions(+), 406 deletions(-)

Reply via email to