openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache Commons BeanUtils
Settings
|
Report Duplicate
172
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 75 of 75
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update documentation and build scripts in preparation for verison 1.0 release.
Craig R. McClanahan
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.
Craig R. McClanahan
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]
>
Craig R. McClanahan
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.
Craig R. McClanahan
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.
Craig R. McClanahan
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.
Craig R. McClanahan
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:
Craig R. McClanahan
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.
Craig R. McClanahan
More...
over 24 years ago
Update .cvsignore as well.
Craig R. McClanahan
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.
Craig R. McClanahan
More...
over 24 years ago
Conform to majority convention on the name of the Ant properties file in the user's home directory.
Craig R. McClanahan
More...
over 24 years ago
Go with the flow some more (conf --> src/conf).
Craig R. McClanahan
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.
Craig R. McClanahan
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:
Geir Magnusson Jr
More...
over 24 years ago
Small fix. PR: Obtained from: Submitted by: Reviewed by:
Geir Magnusson Jr
More...
over 24 years ago
Moved location of properties file to reflect lack of build directory
Geir Magnusson Jr
More...
over 24 years ago
Update to reflect dist -> build
Craig R. McClanahan
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.
Craig R. McClanahan
More...
over 24 years ago
Migrate "src/share" to "src/java" for consistency.
Craig R. McClanahan
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.
Craig R. McClanahan
More...
over 24 years ago
Migrate the build.xml file into a "build" subdirectory for consistency with other package build processes.
Craig R. McClanahan
More...
over 24 years ago
Copy test resources (if any) to the correct destination directory as well.
Craig R. McClanahan
More...
over 24 years ago
Fix minor typo.
Craig R. McClanahan
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.
Craig R. McClanahan
More...
over 24 years ago
Update the unit tests for PropertyUtils to check out the getNestedProperty() and setNestedProperty() capabilities.
Craig R. McClanahan
More...
over 24 years ago
volunteered for Bean and Convert unit tests PR: Obtained from: Submitted by: Reviewed by:
Geir Magnusson Jr
More...
over 24 years ago
Initial check-in of 'BeanUtils' component.
Craig R. McClanahan
More...
over 24 years ago
Initial check-in of BeanUtils component.
Craig R. McClanahan
More...
over 24 years ago
Initial commit of BeanUtils component.
Craig R. McClanahan
More...
over 24 years ago
New repository initialized by cvs2svn.
No Author
More...
over 24 years ago
←
1
2
…
67
68
69
70
71
72
73
74
75
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree