Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
FIXME's9FIXME
TODO's6TODO

Each tag is detailed below:

FIXME's

Number of occurrences found in the code: 9

org.apache.commons.beanutils.BeanUtilsBeanLine
- should we create or support a TypedMap?428
org.apache.commons.beanutils.TestResultSetLine
- updateObject()231
org.apache.commons.beanutils.bugs.Jira357TestCaseLine
the isBar() method returning AbstractTestBean.class as the declaring class instead of ConcreteTestBean.class causing this test to fail - so its commented out for now checkReadMethod("bar", ConcreteTestBean.class);92
org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCaseLine
Boolean converters not implemented at this point139
- not implemented162
Boolean converters not implemented389
Character conversion not implemented yet463
- this is a discrepancy with standard converters ( probably not major issue )472
- Short conversion not implemented at this point512

TODO's

Number of occurrences found in the code: 6

org.apache.commons.beanutils.BeanMapTestCaseLine
make sure a call to BeanMap.clear returns the bean to its default initialization values.297
org.apache.commons.beanutils.ConstructorUtilsLine
Why?424
org.apache.commons.beanutils.MappedPropertyDescriptorLine
Why?118
org.apache.commons.beanutils.PropertyUtilsBeanLine
Why?937
org.apache.commons.beanutils.converters.ArrayConverterLine
- probably should catch conversion errors and throw new exception providing better info back to the user305
org.apache.commons.beanutils.converters.BooleanArrayConverterLine
use if (value.getClass().isArray() instead... this requires casting to Object[], then using values[i].toString()200