| org.apache.commons.codec.StringEncoderComparator |
Line |
| ought to implement Comparator<String> but that's not possible whilst maintaining binary compatibility. |
32 |
| org.apache.commons.codec.binary.Base64 |
Line |
| could be simplified if there is no requirement to reject invalid line sep when length <=0 |
278 |
| not currently tested; perhaps it is impossible? |
470 |
| org.apache.commons.codec.binary.Base64Test |
Line |
| --No comment-- |
231 |
| do we need to check sep if len = -1? |
254 |
| org.apache.commons.codec.binary.BaseNCodecOutputStream |
Line |
| should this be protected? |
50 |
| 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? |
24 |
| org.apache.commons.codec.digest.HmacAlgorithmsTest |
Line |
| HMAC_SHA_224 |
93 |