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
Add "@deprecated" tags as needed on the "debug" variable (and associated getter and setter), since it is no longer used. 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) More... about 22 years ago
add test case similiar to that described at http://issues.apache.org/bugzilla/show_bug.cgi?id=15170 More... about 22 years ago
mark overridden deprecated methods as deprecated to make the eclipse warnings go away More... about 22 years ago
add support for Number types in <Number>Converter classes add tests that demonstrate More... about 22 years ago
Clean up Javadoc generation warnings under JDK 1.4. No functional changes. More... about 22 years ago
Allow the retrieval of the Comparator being used in a BeanComparator instance. More... about 22 years ago
Improved java docs so that users are less likely to mistake the way that copyProperties is supposed to work. More... about 22 years ago
add ConstructorUtils, parallel to MethodUtils 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. More... about 22 years ago
Correctly copy properties from a standard JavaBean to a DynaBean. More... about 22 years ago
Fixed bug #10167. Now PropertyUtils should be able to find mapped properties with setters but no getters. More... about 22 years ago
Added code to prevent excessive logging at warn level when running in restrictive security environment (bug #14394). More... about 22 years ago
Fixed bug #14620. Fix proposed by larry hamel. More... about 22 years ago
Added a FAQ section to the documentation and added two common answers to a frequently asked question. More... about 22 years ago
Added stylesheets dir as it wasn't used More... about 22 years ago
Added velocity log More... about 22 years ago
Fix descriptor More... about 22 years ago
Added documentation properties 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. 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. More... about 22 years ago
Adding maven build log More... about 22 years ago
doh More... about 22 years ago
Removed unused code. All tests pass using maven test More... about 22 years ago
Removed unused code. All tests pass using maven test More... about 22 years ago
Removed unused code. All tests pass using maven test More... about 22 years ago
Add myself as a committer More... about 22 years ago
rev the version More... about 22 years ago
1.5 release More... about 22 years ago
patch to bug 12544, contributed by Brian Ely with minor modifications. More... about 22 years ago