commons-beanutils
commons-beanutils copied to clipboard
Apache Commons Beanutils
This adds the following converters, with test cases: * Color * Dimension * InetAddress * Locale * Pattern * Point You can see the test cases for example inputs/outputs. I've...
This fixes a few warnings in my code editor. I only did the ones with obvious/agreeable fixes. ##### `BeanComparator.java` > Return of boolean expressions should not be wrapped into an...
PR for Jira issue: BEANUTILS-550. Assignment of default value in StringConverter didn’t work as method getDefault(final Class type), only for String.class, returned null instead of default value. I’ve changed this...
This updates existing converters to the implementations referenced in https://github.com/apache/commons-beanutils/pull/47. All existing test cases pass, and new ones have been added. ## Character Accepts hexadecimal representation for characters, to specify...
Issue: https://issues.apache.org/jira/browse/BEANUTILS-547
Fix [BEANUTILS-551](https://issues.apache.org/jira/browse/BEANUTILS-551) ### Description #### Replace test class [IntrospectionContextTestImpl](https://github.com/apache/commons-beanutils/blob/7196d86767e37a382329bb3b087d0f58c7301caf/src/test/java/org/apache/commons/beanutils2/SuppressPropertiesBeanIntrospectorTestCase.java#L101) by mocking object and improve test design ##### Motivation - Decouple test class `IntrospectionContextTestImpl` from production interface `IntrospectionContext`. - Extract attribute...
Porting the changes made in #56 to the 1.X line