171
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Migrate fix from Struts 1.0 code base. PR: Struts bug #2494 Submitted by: Olav Reinert More... over 23 years ago
Make the caching of property descriptors (and mapped property descriptors) sensitive to the fact that the same fully qualified class name might be loaded from different class loaders. More... over 23 years ago
Correct property type returned by getMappedPropertyType() when it is not a String. More... over 23 years ago
Getters and setters for non-default conversion values need to be static. More... over 23 years ago
Add unit tests for indexed properties. Along the way, fix a bug where ArrayIndexOutOfBoundsException was being reported inconsistently depending on whether the underlying property was really an array or just had indexed getter and setter methods. More... over 23 years ago
Enhance beanutils to support "mapped" properties, in which a property refrence includes a String key in parentheses. The corresponding bean must have the following method signatures available: More... over 23 years ago
Back to version 1.1-dev. More... over 23 years ago
Re-build 1.0 to fix a snafu in the MANIFEST.MF file. More... over 23 years ago
Update version numbers for development subsequent to 1.0 releases. More... over 23 years ago
Declare our external dependency on the Collections package. More... over 23 years ago
Update documentation and build scripts in preparation for verison 1.0 release. More... over 23 years ago
Update tests from assert() to assertTrue() as introduced in JUnit 3.7, to avoid future conflict with JDK native assertions. More... over 23 years ago
Collections.EMPTY_MAP was added in JDK 1.3. Replace it with something that will compile in JDK 1.2 environments. Submitted by: Kelvin Ho <[email protected]> More... over 23 years ago
Throw IllegalArgumentException (instead of returning misleading results) when the "bean" or "name" arguments to most method calls are null. Add relevant unit test cases to validate this behavior. More... over 23 years ago
Make PropertyUtils.getReadMethod() and PropertyUtils.getWriteMethod() smart enough to locate accessible methods in a non-public class that are declared in a public interface implemented (either directly or indirectly) by that class. Added unit tests to validate the behavior. More... over 23 years ago
Make the getReadMethod() and getWriteMethod() methods of PropertyUtils public, because the task they perform is generally useful to apps using reflection even if they don't use the property getting and setting functionality. More... over 23 years ago
Update the MANIFEST.MF file we generate (for beanutils) to declare the dependency on the collections classes in a manner that can be verified by applications that support the JDK's Optional Package Versioning specification (such as Tomcat 4.0 and other servlet containers implementing the 2.3 specification). For more info, see: More... over 23 years ago
Use FastHashMap instead of HashMap to implement the cache of PropertyDescriptor objects. Declare a dependency on the collections classes package from Commons. More... over 23 years ago
Update .cvsignore as well. More... over 23 years ago
Update to new distribution conventions: * "build" --> "dist". * Include LICENSE file (no README yet for this package) * Include Javadocs under "dist/docs/api". * Do not include source in the binary distribution. More... over 23 years ago
Conform to majority convention on the name of the Ant properties file in the user's home directory. More... over 23 years ago
Go with the flow some more (conf --> src/conf). More... over 23 years ago
Add a describe() method to both BeanUtils and PropertyUtils that returns a Map of all properties of the specified bean that have a property reader method. The BeanUtils version converts property values to Strings (consistent with the rest of the BeanUtils methods), while the PropertyUtils version returns them unmodified. More... over 23 years ago
initial checkin : set of basic tests for BeanUtils (found a small bug in BeanUtils while writing it). Mostly complete. Want to add a 'depopulate()' to parallel populate() in BeanUtils before testing (once I can find a smarter name for it) PR: Obtained from: Submitted by: Reviewed by: More... over 23 years ago
Small fix. PR: Obtained from: Submitted by: Reviewed by: More... over 23 years ago
Moved location of properties file to reflect lack of build directory More... over 23 years ago
Update to reflect dist -> build More... over 23 years ago
Since nobody is paying attention to the existing practice OR to my proposal, give up and go with the flow. More... over 23 years ago
Migrate "src/share" to "src/java" for consistency. More... over 23 years ago
Conform to majority practice on the location of build.xml and build.properties.sample. I don't care all that much, as long as it's not different for every Commons component. More... over 23 years ago