The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
FIXME's | 9 | FIXME |
TODO's | 6 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 9
org.apache.commons.beanutils.BeanUtilsBean | Line |
---|---|
- should we create or support a TypedMap? | 428 |
org.apache.commons.beanutils.TestResultSet | Line |
- updateObject() | 231 |
org.apache.commons.beanutils.bugs.Jira357TestCase | Line |
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.LocaleConvertUtilsTestCase | Line |
Boolean converters not implemented at this point | 139 |
- not implemented | 162 |
Boolean converters not implemented | 389 |
Character conversion not implemented yet | 463 |
- this is a discrepancy with standard converters ( probably not major issue ) | 472 |
- Short conversion not implemented at this point | 512 |
Number of occurrences found in the code: 6
org.apache.commons.beanutils.BeanMapTestCase | Line |
---|---|
make sure a call to BeanMap.clear returns the bean to its default initialization values. | 297 |
org.apache.commons.beanutils.ConstructorUtils | Line |
Why? | 424 |
org.apache.commons.beanutils.MappedPropertyDescriptor | Line |
Why? | 118 |
org.apache.commons.beanutils.PropertyUtilsBean | Line |
Why? | 937 |
org.apache.commons.beanutils.converters.ArrayConverter | Line |
- probably should catch conversion errors and throw new exception providing better info back to the user | 305 |
org.apache.commons.beanutils.converters.BooleanArrayConverter | Line |
use if (value.getClass().isArray() instead... this requires casting to Object[], then using values[i].toString() | 200 |