| org.apache.commons.codec.CharEncoding |
Line |
| Make private in 2.0. |
123 |
| org.apache.commons.codec.Charsets |
Line |
| Make private in 2.0. |
162 |
| org.apache.commons.codec.Resources |
Line |
| Make private in 2.0. |
47 |
| 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 |
590 |
| org.apache.commons.codec.binary.Base64Test |
Line |
| Assert?? |
316 |
| --No comment-- |
414 |
| do we need to check sep if len = -1? |
457 |
| org.apache.commons.codec.binary.BaseNCodecOutputStream |
Line |
| should this be protected? |
111 |
| org.apache.commons.codec.binary.BinaryCodec |
Line |
| may want to add more bit vector functions like and/or/xor/nand TODO: also might be good to generate boolean[] from byte[] et cetera. |
32 |
| org.apache.commons.codec.binary.StringUtils |
Line |
| Make private in 2.0. |
417 |
| 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. |
177 |
| org.apache.commons.codec.digest.DigestUtils |
Line |
| Decide if this should be public. |
1455 |
| org.apache.commons.codec.digest.DigestUtilsTest |
Line |
| Commons Lang return SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_25); |
378 |
| org.apache.commons.codec.digest.HmacAlgorithmsTest |
Line |
| HMAC_SHA_224 |
100 |
| 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. |
412 |
| 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) |
68 |
| org.apache.commons.codec.net.PercentCodecTest |
Line |
| Should be removed? |
52 |