org.apache.commons.codec.CharEncoding |
Line |
Make private in 2.0. |
123 |
org.apache.commons.codec.Charsets |
Line |
Make private in 2.0. |
164 |
org.apache.commons.codec.Resources |
Line |
Make private in 2.0. |
44 |
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 |
682 |
org.apache.commons.codec.binary.Base64Test |
Line |
Assert?? |
305 |
--No comment-- |
411 |
do we need to check sep if len = -1? |
456 |
org.apache.commons.codec.binary.BaseNCodecOutputStream |
Line |
should this be protected? |
53 |
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.StringUtils |
Line |
Make private in 2.0. |
416 |
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.Crypt |
Line |
Make private in 2.0. |
175 |
org.apache.commons.codec.digest.DigestUtils |
Line |
Decide if this should be public. |
1288 |
org.apache.commons.codec.digest.HmacAlgorithmsTest |
Line |
HMAC_SHA_224 |
90 |
org.apache.commons.codec.digest.Md5Crypt |
Line |
Make private in 2.0. |
408 |
org.apache.commons.codec.digest.UnixCrypt |
Line |
Make private in 2.0. |
423 |
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) |
64 |
org.apache.commons.codec.net.PercentCodecTest |
Line |
Should be removed? |
52 |