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
171
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 54 of 60
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add "@deprecated" tags as needed on the "debug" variable (and associated getter and setter), since it is no longer used.
Craig R. McClanahan
More...
about 22 years ago
rename private method capitalize(String) to make an eclipse warning go away (something along the lines of "this capitalize doesn't override java.beans.PropertyDescriptor capitalize" because PropertyDescriptor.capitalize has "default" scope)
Rodney Waldhoff
More...
about 22 years ago
add test case similiar to that described at http://issues.apache.org/bugzilla/show_bug.cgi?id=15170
Rodney Waldhoff
More...
about 22 years ago
mark overridden deprecated methods as deprecated to make the eclipse warnings go away
Rodney Waldhoff
More...
about 22 years ago
add support for Number types in <Number>Converter classes add tests that demonstrate
Rodney Waldhoff
More...
about 22 years ago
Clean up Javadoc generation warnings under JDK 1.4. No functional changes.
Craig R. McClanahan
More...
about 22 years ago
Allow the retrieval of the Comparator being used in a BeanComparator instance.
Craig R. McClanahan
More...
about 22 years ago
Improved java docs so that users are less likely to mistake the way that copyProperties is supposed to work.
Robert Burrell Donkin
More...
about 22 years ago
add ConstructorUtils, parallel to MethodUtils
Rodney Waldhoff
More...
about 22 years ago
Fixed bug #14440. A class implementing map can now have it's properties set (in the normal way) by PropertyUtils.setProperty.
Robert Burrell Donkin
More...
about 22 years ago
Correctly copy properties from a standard JavaBean to a DynaBean.
Craig R. McClanahan
More...
about 22 years ago
Fixed bug #10167. Now PropertyUtils should be able to find mapped properties with setters but no getters.
Robert Burrell Donkin
More...
about 22 years ago
Added code to prevent excessive logging at warn level when running in restrictive security environment (bug #14394).
Robert Burrell Donkin
More...
about 22 years ago
Fixed bug #14620. Fix proposed by larry hamel.
Robert Burrell Donkin
More...
about 22 years ago
Added a FAQ section to the documentation and added two common answers to a frequently asked question.
Robert Burrell Donkin
More...
about 22 years ago
Added stylesheets dir as it wasn't used
Dion Gillard
More...
about 22 years ago
Added velocity log
Dion Gillard
More...
about 22 years ago
Fix descriptor
Dion Gillard
More...
about 22 years ago
Added documentation properties
Dion Gillard
More...
about 22 years ago
Add unit tests to prove that PropertyUtils.getPropertyType() functions correctly on nested property names, with no need for a patch.
Craig R. McClanahan
More...
about 22 years ago
Added test case for bug that was (unintentionally) fixed between 1.4.1 and 1.5 release. This test is specifically for the bug reported and should ensure it doesn't come alive again.
Robert Burrell Donkin
More...
about 22 years ago
Adding maven build log
Dion Gillard
More...
about 22 years ago
doh
Dion Gillard
More...
about 22 years ago
Removed unused code. All tests pass using maven test
Dion Gillard
More...
about 22 years ago
Removed unused code. All tests pass using maven test
Dion Gillard
More...
about 22 years ago
Removed unused code. All tests pass using maven test
Dion Gillard
More...
about 22 years ago
Add myself as a committer
Dion Gillard
More...
about 22 years ago
rev the version
Scott Sanders
More...
about 22 years ago
1.5 release
Scott Sanders
More...
about 22 years ago
patch to bug 12544, contributed by Brian Ely with minor modifications.
Scott Sanders
More...
about 22 years ago
←
1
2
…
50
51
52
53
54
55
56
57
58
59
60
→
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