All Projects : Commons BeanUtils (Key: BEANUTILS)

Project Lead: Commons Developers
URL: http://commons.apache.org/beanutils/

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   Subversion Commits   Releases   Versions   Components   

Change Log

   Bug BEANUTILS-368 FIXED NullPointerException in BeanUtilsBean .setProperty(), line: 930 Critical Resolved
   Bug BEANUTILS-339 FIXED BeanUtilsBean.setProperty throws IllegalArgumentException if value is null Blocker Resolved
   Bug BEANUTILS-331 DUPLICATE BeanUtils.populate throws IllegalArgumentException when value is null. Critical Resolved
   Bug BEANUTILS-345 FIXED BeanUtilsBean.setProperty does not handle some kind of nested properties Major Resolved
   Bug BEANUTILS-351 FIXED FloatLocaleConverter cannot parse 0 Major Resolved
   Bug BEANUTILS-327 FIXED JDBCDynaClass throws class not found exception under java6 Major Resolved
   Bug BEANUTILS-347 FIXED MappedPropertyDescriptor throws an exception after method reference has been garbage collected Major Resolved
   Bug BEANUTILS-336 FIXED MappedPropertyDescriptor#reLoadClass() possible NPE / odd code; also swallows Throwable Major Resolved
   Bug BEANUTILS-344 FIXED Method createDynaProperty of JDBCDynaClass should first look for column label instead of column name in ResultSetMetadata object.. Major Resolved
   Bug BEANUTILS-300 FIXED NPE in LazyDynaList Major Resolved
   Bug BEANUTILS-354 FIXED Type in BooleanConverter: "Cna't convert value" Major Resolved
   Improvement BEANUTILS-350 FIXED change visibility of method "evaluateValue" belongs to the class BeanPropertyValueEqualsPredicate to "protected". Major Resolved
   Bug BEANUTILS-359 WON'T FIX Difference in setProperty() behavior when invoking setter with a String value that has ':' Major Resolved
   Wish BEANUTILS-343 WON'T FIX With ArrayConverter, need example on how to convert any array to string! Major Resolved
   Bug BEANUTILS-355 DUPLICATE JDBCDynaClass should still support column label Major Resolved
   Improvement BEANUTILS-333 FIXED Avoid calling setAccessible() if not needed Minor Resolved
   Bug BEANUTILS-349 FIXED copyProperties throws NullPointerException if an IllegalArgumentException is thrown due to a null value parameter for a primitive Minor Closed
   Bug BEANUTILS-6 FIXED MappedPropertyDescriptor contains Sun copyrighted code Blocker Closed
   Bug BEANUTILS-249 FIXED BeanUtilsBean does not convert objects using custom convertors properly Critical Closed
   Bug BEANUTILS-294 FIXED BeanUtilsBean.setProperty() does not support nested map Critical Closed
   Bug BEANUTILS-158 CANNOT REPRODUCE BeanUtils describe() subject to infinite loop Critical Closed
   New Feature BEANUTILS-242 FIXED Add general array type conversion Major Closed
   New Feature BEANUTILS-265 FIXED Allow access to non public class's public methods from a public sub-classes Major Closed
   Bug BEANUTILS-247 FIXED Arrays with multiple dimension are not supported Major Closed
   Bug BEANUTILS-274 FIXED BeanUtils cannot set property of type Long with value of Double Major Closed
   Bug BEANUTILS-243 FIXED BeanUtils fails to compile under 1.6 Major Closed
   Bug BEANUTILS-33 FIXED Can't use "dot" in mapped properties for setProperty or getPropertyDescriptor Major Closed
   Task BEANUTILS-280 FIXED Check binary compatibility is still good Major Closed
   Bug BEANUTILS-291 FIXED Circular Reference on WeakHashMap Major Closed
   New Feature BEANUTILS-285 FIXED Consider options for BeanUtils compatibility in light of Conversion improvements Major Closed
   Bug BEANUTILS-283 FIXED ConvertUtilsBean doesn't handl conversion to String correctly Major Closed
   Improvement BEANUTILS-297 FIXED ConvertingWrapDynaBean hides cause exceptions Major Closed
   New Feature BEANUTILS-255 FIXED Date and Calendar Converter implementations Major Closed
   Improvement BEANUTILS-288 FIXED Don't try parsing values that are already Dates/Numbers in Date/Number locale Converters Major Closed
   Bug BEANUTILS-44 FIXED FloatLocaleConverter cannot parse negative values Major Closed
   Bug BEANUTILS-289 FIXED JDBCDynaClass "lowerCase" option causes problems in RowSetDynaClass Major Closed
   Bug BEANUTILS-49 FIXED Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78) Major Closed
   Bug BEANUTILS-318 FIXED Many threads are stuck in infinite loops in MethodUtils because static WeakHashMap is not thread safe Major Closed
   Bug BEANUTILS-43 FIXED Mapped property inside a mapped property is not populated on submit Major Closed
   Bug BEANUTILS-156 FIXED Memory leak on webapp undeploy in MappedPropertyDescriptor Major Closed
   Bug BEANUTILS-287 FIXED Missing unit tests using ant and unit test errors using maven Major Closed
   Bug BEANUTILS-302 FIXED NPE in ArrayConverter when converting a non-quoted string with underscores to a string array Major Closed
   Bug BEANUTILS-87 FIXED Package scope implementation of public interface for mapped property fails Major Closed
   Bug BEANUTILS-162 FIXED PropertyUtils.getNestedProperty() doesn't allow getXxxx on Map-Instances any longer Major Closed
   Bug BEANUTILS-319 FIXED PropertyUtils.getPropertyType fails for DynaBeans contained within a normal bean Major Closed
   Bug BEANUTILS-18 FIXED PropertyUtils.isReadable() and PropertyUtils.getProperty() not consistent Major Closed
   Bug BEANUTILS-92 FIXED PropertyUtilsBean.copyProperties does not catch NoSuchMethodException Major Closed
   Bug BEANUTILS-88 FIXED PropertyUtilsBean.isReadable/isWriteable always returns false for mapped properties Major Closed
   Bug BEANUTILS-273 FIXED Public methods overriden in anonymous or private subclasses are not recognized by PropertyUtils Major Closed
   Bug BEANUTILS-142 FIXED RowSetDynaClass fails to copy ResultSet to DynaBean with Oracle 10g JDBC driver Major Closed
   Task BEANUTILS-254 FIXED Run Checkstyle/PMD on the source and get things fixed up Major Closed
   Bug BEANUTILS-24 FIXED [BeanUtils] Method get in LazyDynaBean don't returns null if the value of the propertie is null Major Closed
   Bug BEANUTILS-54 FIXED [beanutils] "Missing Implementation-Vendor-Id in manifest of commons-beanutils.jar" Major Closed
   Bug BEANUTILS-134 FIXED [beanutils] Call to toString() in should be replaced with getConvertUtils().convert(value) Major Closed
   Bug BEANUTILS-78 FIXED [beanutils] DecimalLocaleConverter und subClasses: ConversionException not thrown Major Closed
   Bug BEANUTILS-17 FIXED [beanutils] IllegalArgumentException in BeanUtils.copyProperties when property types don't match Major Closed
   Bug BEANUTILS-30 FIXED [beanutils] Improve message for "Unknown property" Major Closed
   Bug BEANUTILS-113 FIXED [beanutils] Indexed property inside a mapped property cannot be accessed Major Closed
   Bug BEANUTILS-69 FIXED [beanutils] MappedPropertyDescriptor wont recognize boolean property accessor Major Closed
   Bug BEANUTILS-59 FIXED [beanutils] Memory leak on webapp undeploy in WrapDynaClass Major Closed
   Bug BEANUTILS-97 FIXED [beanutils] Problems on indexed property with JDK 1.4 Major Closed
   Bug BEANUTILS-86 FIXED [beanutils] StringArrayConverter does not handle long[] input Major Closed
   Bug BEANUTILS-68 FIXED [beanutils] Writing to a mapped property requires a setter for a map, but never uses it Major Closed
   Bug BEANUTILS-110 FIXED [beanutils] getArrayProperty does not use ConvertUtils Major Closed
   Bug BEANUTILS-36 FIXED test.wrap.dynabean fails because testSetIndexedValues runs before testGetIndexedValues Major Closed
   Bug BEANUTILS-109 WON'T FIX [beanutils] BeanUtils.setProperty fails with mapped properties containing several MAPPED_DELIM2 characters Major Closed
   Bug BEANUTILS-82 WON'T FIX [beanutils] BeanUtilsBean.setProperty incorrectly parses the property name Major Closed
   Bug BEANUTILS-104 WON'T FIX [beanutils]special characters in mapped property keys are parsed incorrectly Major Closed
   Bug BEANUTILS-282 DUPLICATE BigDecimalLocaleConverter returns Long object Major Closed
   Bug BEANUTILS-65 DUPLICATE [beanutils] ConvertUtils supports String->String[], but BeanUtils does not call the converter Major Closed
   Bug BEANUTILS-140 INVALID LocaleBeanUtils setProperty does not work on nested property Major Closed
   Bug BEANUTILS-251 INVALID PropertyUtils.describe() returns wrong fields names Major Closed
   Bug BEANUTILS-72 INVALID [beanutils] Problem with setting properties which are strings array. Major Closed
   Bug BEANUTILS-241 FIXED BeanComparator throws wrong exception and hides cause Minor Closed
   Improvement BEANUTILS-267 FIXED BeanComparator(String, Comparator) should check the comparator for null and default to ComparableComparator.getInstance() Minor Closed
   Bug BEANUTILS-157 FIXED Beanutils's describe() method cannot determine reader methods for anonymous class Minor Closed
   Bug BEANUTILS-271 FIXED DateLocaleConverter does not always throw an Exception for invalid dates Minor Closed
   Improvement BEANUTILS-233 FIXED Implement equals() and hashCode() methods for DynaProperty Minor Closed
   Improvement BEANUTILS-263 FIXED Improve ClassConverter robustness Minor Closed
   Improvement BEANUTILS-258 FIXED Improve Converter Implementations Minor Closed
   Improvement BEANUTILS-217 FIXED Improvements to maven build Minor Closed
   Improvement BEANUTILS-326 FIXED Iterating by key/value pairs in Map in BeanUtilsBean.populate(...) method Minor Closed
   Bug BEANUTILS-250 FIXED LazyDynaClass can create a DynaProperty with a "null" type Minor Closed
   Bug BEANUTILS-306 FIXED LocaleConvertUtilsBean.convert throws NPE on null Locale when debug logging is enabled Minor Closed
   Improvement BEANUTILS-266 FIXED Log or throw exception in PropertyUtilsBean, not both Minor Closed
   New Feature BEANUTILS-185 FIXED Map decorator for DynaBeans to allow BeanUtils to operate with technologies such as JSTL Minor Closed
   Task BEANUTILS-290 FIXED Merge Bean-Collections back into core BeanUtils and remove Bean-Collections sub-project Minor Closed
   Bug BEANUTILS-298 FIXED MethodUtils.getAccessibleMethod(Method method) could not find right public method Minor Closed
   Bug BEANUTILS-23 FIXED Misleading error message in ConvertingWrapDynaBean Minor Closed
   New Feature BEANUTILS-286 FIXED New Facade converter implementation - hide non-Converter public APIs Minor Closed
   New Feature BEANUTILS-259 FIXED Plugable Property Name Expression Resolver Minor Closed
   Bug BEANUTILS-61 FIXED PropertyUtilsBean isReadable() and isWriteable() methods do not work correctly for WrapDynaBean Minor Closed
   Improvement BEANUTILS-310 FIXED Provide facility to configure and clear MethodUtils cache Minor Closed
   Improvement BEANUTILS-295 FIXED Unnecessary Garbage Objects in Class PropertyUtilsBean Minor Closed
   Improvement BEANUTILS-229 FIXED [beanutils] Add "t/f" to BooleanConverter Minor Closed
   Improvement BEANUTILS-199 FIXED [beanutils] BeanUtils.setProperty is over-zealous at converting types Minor Closed
   Improvement BEANUTILS-239 FIXED [beanutils] Better implementation of SqlDateConverter.convert() Minor Closed
   Improvement BEANUTILS-193 FIXED [beanutils] MethodUtils.invoke for static methods Minor Closed
   Bug BEANUTILS-130 FIXED [beanutils] Misleading error message when beaninfo class conflict occurs Minor Closed
   Improvement BEANUTILS-168 FIXED [beanutils] copyProperties(List, List) does not work - pls warn about this Minor Closed
   Improvement BEANUTILS-224 FIXED [beanutils] provide better error message for "argument type mismatch" Minor Closed
   Bug BEANUTILS-121 FIXED [beanutils][PATCH] Easy warning fixes. Minor Closed
   Improvement BEANUTILS-207 FIXED [beanutils][PATCH] Include bean getClass in PropertyUtilsBean Exceptions Minor Closed
   Bug BEANUTILS-22 FIXED [beanutils][PATCH] Larger warning fixes. Minor Closed
   Bug BEANUTILS-55 FIXED [beanutils][PATCH] Warning fixes, are these a good idea? Minor Closed
   Bug BEANUTILS-262 FIXED getPropertyDescriptor() and setNestedProperty() methods are inconsistent with getNestedProperty() method - should throw a NestedNullException Minor Closed
   Bug BEANUTILS-64 WON'T FIX [beanutils] ConvertUtils.convert returns 0 for Strings with leading blanks at converting String arrays to Integer arrays Minor Closed
   Improvement BEANUTILS-196 WON'T FIX [beanutils] StringArrayConverter does not handle double[] input Minor Closed
   Improvement BEANUTILS-215 DUPLICATE BeanUtilsBean: Set a mapped/indexed property, for example "property(time)[0]" Minor Closed
   Improvement BEANUTILS-179 DUPLICATE [beanutils] BeanUtils could use a premade ISO8601 date converter Minor Closed
   Improvement BEANUTILS-223 DUPLICATE [beanutils] Localizing beanutils Minor Closed
   Improvement BEANUTILS-208 DUPLICATE [beanutils] MethodUtils: Need easy way to invoke static methods Minor Closed
   Improvement BEANUTILS-211 DUPLICATE [beanutils] Multiple mapped properties not possible / Direct maps and indexes not possible Minor Closed
   Improvement BEANUTILS-171 DUPLICATE [beanutils] Nested Bean Collection Minor Closed
   Improvement BEANUTILS-227 DUPLICATE [beanutils] Register converters by both target class and source class Minor Closed
   Improvement BEANUTILS-183 INVALID [beanutils] Problem with index property Minor Closed
   Bug BEANUTILS-133 FIXED [beanutils] Overriding methods in LazyDynaBean Trivial Closed
   Bug BEANUTILS-256 FIXED getIndexedProperty() should javadoc IndexOutOufBoundsException Trivial Closed

Reports

Recently Created Issues Report
Created vs Resolved Issues Report
Resolution Time Report
Average Age Report
Pie Chart Report
Contribution Report
User Workload Report
Version Workload Report
Time Tracking Report
Single Level Group By Report

Preset Filters


Project Summary

Open Open 59
   16%
Reopened Reopened 5
   1%
Resolved Resolved 26
   7%
Closed Closed 278
   76%

Open Issues

By Priority
Major Major 26
   41%
Minor Minor 38
   59%

By Assignee
Niall Pemberton 3
   5%
Unassigned 61
   95%