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
NOPMD0NOPMD
NOTE4NOTE
TODO10TODO

Each tag is detailed below:

NOTE

Number of occurrences found in the code: 4

org.apache.commons.codec.binary.Base64Line
We changed the behaviour of this method from multi-line chunking (commons-codec-1.4) to single-line non-chunking (commons-codec-1.5).557
org.apache.commons.codec.language.MetaphoneLine
Given that duplicated chars are removed, I don't see how this can ever be true222
org.apache.commons.codec.language.MetaphoneTestLine
This does not test for silent GN, but for starting with GN428
Trying to test for GNED, but expected code does not appear to execute431

TODO

Number of occurrences found in the code: 10

org.apache.commons.codec.StringEncoderComparatorLine
ought to implement Comparator<String> but that's not possible whilst maintaining binary compatibility.32
org.apache.commons.codec.binary.Base64Line
could be simplified if there is no requirement to reject invalid line sep when length <=0273
not currently tested; perhaps it is impossible?466
org.apache.commons.codec.binary.Base64TestLine
--No comment--192
do we need to check sep if len = -1?215
org.apache.commons.codec.binary.BaseNCodecOutputStreamLine
should this be protected?44
org.apache.commons.codec.binary.BinaryCodecLine
may want to add more bit vector functions like and/or/xor/nand30
also might be good to generate boolean[] from byte[] et cetera.31
org.apache.commons.codec.binary.HexTestLine
--No comment--134
org.apache.commons.codec.digest.B64Line
Can Base64 be reused?24