172
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
Dec 18, 2024 — Dec 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BEANUTILS-258 - refactor new lookup() method slightly More... over 18 years ago
BEANUTILS-258 - enhance AbstractConverter to handle Array-->non-Array conversion, but exclude behaviour for ArrayConverter More... over 18 years ago
BEANUTILS-233 Implement equals() and hashCode() methods for DynaProperty - thanks to Russell for the patch and test case! More... over 18 years ago
Adding a test case for BEANUTILS-33 to PropertyUtilsTestCase. This incosistency (can't use "dot" in mapped properties for setProperty or getPropertyDescriptor) has already been fixed by the changes for BEANUTILS-259 (Plugable Property Name Expression Resolver) More... over 18 years ago
Minor javadoc correction More... over 18 years ago
BEANUTILS-88 PropertyUtilsBean.isReadable/isWriteable always returns false for mapped properties - thanks to Chuck Daniels More... over 18 years ago
BEANUTILS-87 - Package scope implementation of a public interface for mapped property fails. Adding a test case to prove that this has been resolved (running the test with BeanUtils 1.7.0 failed, but passes with current BeanUtils trunk) - fixed by changes to MappedPropertyDescriptor associated with BEANUTILS-6) More... over 18 years ago
Improve exception error messages and add Calendar --> Long conversion More... over 18 years ago
Improve BigInteger / BigDecimal conversion handling More... over 18 years ago
Provide a getMap() method in DynaBeanMapDecorator in BasicDynaBean that uses DynaBeanMapDecorator to provide a Map representation of the DynaBean More... over 18 years ago
fix license header More... over 18 years ago
BEANUTILS-185 Provide a Map decorator for a DynaBean (enables DynaBean to be used with other teechnologies such as JSTL) More... over 18 years ago
BEANUTILS-258 - re-factor Converter registration in ConvertUtilsBean to make configuring the standard converters for defaults/throwing exceptions easier More... over 18 years ago
BEANUTILS-258 - switch StringConverter to be based on the new AbstractConveter - provides only limmited advantage, but StringConverter didn't have the usual ConversionException and default logic - which it now has More... over 18 years ago
Improvements to AbstractConverter: - convertToString() to declare throwing Throwable (was declaring any errors on method signature) - convertToType() methods to declare throwing Throwable (rather than Exception) - error handling to now include errors thrown by convertToString() (previously just convertToType()) - error handling to handle Throwable (was Exception) - error handling to initialize the cause for JDK 1.4+ - change Log instance to transient and change all logging methods to use the log() method - modify Converters affected by AbstractConverter API change More... over 18 years ago
BEANUTILS-266 - add a test case to check that PropertyUtilsBean's invoke method is correctly initializing the cause on JDK 1.4+ More... over 18 years ago
Fix for BEANUTILS-266 Log or throw exception in PropertyUtilsBean - thanks to Brian Ewins and Commons HttpClient. Added mechanism to initialize the "cause" on an Exception using reflection (copied from Commons HttpClient). More... over 18 years ago
Add getters for properties to Date and Number converters More... over 18 years ago
BEANUTILS-242 - JavaDoc improvements and change convertToString() method to delegate to convertToCollection(0 method for non-arrays More... over 18 years ago
Minor test changes -remove duplicated test condition (and stack trace) plus comment/method name amendments More... over 18 years ago
Fix for BEANUTILS-112 - deprecate the public static defaultTransformers HashMap and make it unmodifiable More... over 18 years ago
Configure unit tests More... over 18 years ago
java.lang.Boolean implements Comparable from JDK 1.5 onwards - so comparing boolean properties no longer fails More... over 18 years ago
Fix for BEANUTILS-243 - BeanUtils fails to compile under 1.6 - thanks to Henri Yandell More... over 18 years ago
Add test for BEANUTILS-65 (ConvertUtils supports String->String[], but BeanUtils does not call the converter) - resolved by BEANUTILS-258 More... over 18 years ago
Deprecate previous array converters in favour of the new generic ArrayConverter implementation More... over 18 years ago
BEANUTILS-242 - register new generic array converter implementation in place of previous versions More... over 18 years ago
Fix for BEANUTILS-249 - BeanUtilsBean does not convert objects using custom convertors properly - thanks to Brad More... over 18 years ago
BEANUTILS-258 - add new convert() and lookup() methods to ConvertUtils that utilize the capabilities of the improved Converter implementations. Also modify BeanUtils to use the new methods. More... over 18 years ago
BEANUTILS-110 - revert to the original suggestion from Etienne Bernard to resolve the second issue with this bug More... over 18 years ago