172
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update documentation and build scripts in preparation for verison 1.0 release. More... about 24 years ago
Update tests from assert() to assertTrue() as introduced in JUnit 3.7, to avoid future conflict with JDK native assertions. More... about 24 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... about 24 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... about 24 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 24 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 24 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 24 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 24 years ago
Update .cvsignore as well. More... over 24 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 24 years ago
Conform to majority convention on the name of the Ant properties file in the user's home directory. More... over 24 years ago
Go with the flow some more (conf --> src/conf). More... over 24 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 24 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 24 years ago
Small fix. PR: Obtained from: Submitted by: Reviewed by: More... over 24 years ago
Moved location of properties file to reflect lack of build directory More... over 24 years ago
Update to reflect dist -> build More... over 24 years ago
Since nobody is paying attention to the existing practice OR to my proposal, give up and go with the flow. More... over 24 years ago
Migrate "src/share" to "src/java" for consistency. More... over 24 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 24 years ago
Migrate the build.xml file into a "build" subdirectory for consistency with other package build processes. More... over 24 years ago
Copy test resources (if any) to the correct destination directory as well. More... over 24 years ago
Fix minor typo. More... over 24 years ago
Add a test for a boolean property that uses an "isX" method as the getter instead of a "getX" method. More... over 24 years ago
Update the unit tests for PropertyUtils to check out the getNestedProperty() and setNestedProperty() capabilities. More... over 24 years ago
volunteered for Bean and Convert unit tests PR: Obtained from: Submitted by: Reviewed by: More... over 24 years ago
Initial check-in of 'BeanUtils' component. More... over 24 years ago
Initial check-in of BeanUtils component. More... over 24 years ago
Initial commit of BeanUtils component. More... over 24 years ago
New repository initialized by cvs2svn. More... over 24 years ago