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 |
|---|---|---|
| NOPMD | 0 | NOPMD |
| NOTE | 4 | NOTE |
| TODO | 9 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 4
| org.apache.commons.codec.binary.Base64 | Line |
|---|---|
| We changed the behaviour of this method from multi-line chunking (commons-codec-1.4) to single-line non-chunking (commons-codec-1.5). | 555 |
| org.apache.commons.codec.language.Metaphone | Line |
| Given that duplicated chars are removed, I don't see how this can ever be true | 222 |
| org.apache.commons.codec.language.MetaphoneTest | Line |
| This does not test for silent GN, but for starting with GN | 436 |
| Trying to test for GNED, but expected code does not appear to execute | 439 |
Number of occurrences found in the code: 9
| org.apache.commons.codec.binary.Base64 | Line |
|---|---|
| could be simplified if there is no requirement to reject invalid line sep when length <=0 | 272 |
| not currently tested; perhaps it is impossible? | 464 |
| org.apache.commons.codec.binary.Base64Test | Line |
| --No comment-- | 172 |
| do we need to check sep if len = -1? | 195 |
| org.apache.commons.codec.binary.BaseNCodecOutputStream | Line |
| should this be protected? | 44 |
| org.apache.commons.codec.binary.BinaryCodec | Line |
| may want to add more bit vector functions like and/or/xor/nand | 30 |
| also might be good to generate boolean[] from byte[] et cetera. | 31 |
| org.apache.commons.codec.binary.HexTest | Line |
| --No comment-- | 134 |
| org.apache.commons.codec.digest.B64 | Line |
| Can Base64 be reused? | 24 |