org.apache.commons.codec.StringEncoderComparator |
Line |
ought to implement Comparator<String> but that's not possible whilst maintaining binary compatibility. |
30 |
org.apache.commons.codec.binary.Base64 |
Line |
could be simplified if there is no requirement to reject invalid line sep when length <=0 |
593 |
org.apache.commons.codec.binary.Base64Test |
Line |
--No comment-- |
255 |
do we need to check sep if len = -1? |
275 |
Assert?? |
436 |
org.apache.commons.codec.binary.BaseNCodecOutputStream |
Line |
should this be protected? |
51 |
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.digest.B64 |
Line |
Can Base64 be reused? </p> <p> This class is immutable and thread-safe. </p> |
25 |
org.apache.commons.codec.digest.DigestUtils |
Line |
Decide if this should be public. |
1430 |
org.apache.commons.codec.digest.HmacAlgorithmsTest |
Line |
HMAC_SHA_224 |
96 |
org.apache.commons.codec.language.bm.PhoneticEngineTest |
Line |
Identify if there is a need to an assertTimeout(Duration.ofMillis(10000L) in some point, since this method was marked as @Test(timeout = 10000L) |
51 |
org.apache.commons.codec.net.PercentCodecTest |
Line |
Should be removed? |
52 |