commons-lang icon indicating copy to clipboard operation
commons-lang copied to clipboard

Apache Commons Lang

Results 131 commons-lang issues
Sort by recently updated
recently updated
newest added

maskStart and maskEnd allow masking the original str by replacing it's characters with the specified character-mask. Common usecase is to hide sensitive information from logs, by using it in toString...

Implementation of LANG-1387 Added underflow and overflow checks ot NumberUtils. Added IntSpan and LongSpan classes.

Added sub class to print with No Class Name in Multiline. Added Junit.

Add the module-info.java file Make the appropriate changes to pom.xml

indexesOf () - Finds the indexes of all the occurrences of given search key found in the given string.

For discussion, regarding [LANG-1339](https://issues.apache.org/jira/browse/LANG-1339) (TL;DR: remove depedency on java.desktop from [lang], preparing for Java 9). Thought having some code to discuss would be helpful. This pull request contains a possible...

If the description of https://issues.apache.org/jira/browse/LANG-1271 is what is the agreed behavior, then I believe isAllEmpty and isAllBlank method should be updated as well. Please let me know if i'm missing...

LANG-341: Add number to byte array methods to org.apache.commons.lang3.Conversion - Add toPrimitive(byte[]) and toByteArray(primitive) functions - Add hexToPrimitive(String) and toHex(primitive) functions - Add bitString functions - Add invertBitOrder() functions