commons-codec
commons-codec copied to clipboard
Apache Commons Codec
Remove redundant operations. Clear operations on empty collections have no effect and can be removed.
* Inline variable. * Remove Redundant operation on empty List * Simplify operations.
Save debugging headache or re-execution if something is failing.
Ran into an issue with these characters not being detected and having false positive `isBase64()` detection as a result - would be good to get them counted as whitespace. Ref....
Error Metaphone when the word start with "CH" CHERI should be transformed to 'XR' but I get 'KR' which is wrong
**Double metaphone should handle 'K' for 'kc' entries instead of 'KK'** One example is Kir***kc***aldy: which is presently encoded as "KR***KK***". When omitting 'k' or 'c' letters (for example, Kircaldy...
Allows "look-alike" characters like 0 (digit zero) and 1 (digit one) as aliases for O (uppercase oh) and I (uppercase eye) respectively when decoding.
Currently I´m trying to write a Linux shadow-file - the passwords are stored as Base64-ecoded (hashes). But the alphabet of this Base64 is different: see [www.linuxquestions.org/questions/linux-security-4/how-can-i-convert-a-sha-512-etc-shadow-hash-to-base64-4175477045/](https://www.linuxquestions.org/questions/linux-security-4/how-can-i-convert-a-sha-512-etc-shadow-hash-to-base64-4175477045/) ` A base 64...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.3.4. Release notes Sourced from checkstyle's releases. checkstyle-10.3.4 https://checkstyle.org/releasenotes.html#Release_10.3.4 checkstyle-10.3.3 https://checkstyle.org/releasenotes.html#Release_10.3.3 checkstyle-10.3.2 https://checkstyle.org/releasenotes.html#Release_10.3.2 Bug fixes: #11736 - MissingJavadocType: Support qualified annotation names #11655 - Update...