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 |
Total number of occurrences |
| @todo |
0 |
| FIXME |
0 |
| TODO |
4 |
Each tag is detailed below:
Number of occurrences found in the code: 4
| org.apache.commons.convert1.ConvertRegistry |
Line |
| Allow the Inheritor's used by the ClassMap to be set by the user so that different ways of looking up may be used |
48 |
| org.apache.commons.convert1.ConvertUtils |
Line |
| Figure out if we have to register primitive arrays |
35 |
| if long[] is not a subclass of Object[], then we cannot register a converter for it, as we have to know the toClass up front. Maybe allow a wildcard entry concept into the registry which maps a fromClass to any toClass. |
36 |
| org.apache.commons.convert1.array.StringArrayParser |
Line |
| This needs to be extracted out so that the parsing part is not tied to an incoming String. |
33 |