aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/CharUtils.java
AgeCommit message (Expand)Author
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-05-28Fix Javadoc, use ternary expressions, use Objects instead of Validate,Gary Gregory
2021-10-17Add final var (#813)Arturo Bernal
2021-08-13Add and use ArrayUtils.setAll(T[], IntFunction).Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-11-15Consistently use just the parameter name for the message ofGary Gregory
2020-07-09Correct Javadocs of methods that use Validate.notNull() and replace some uses...Isira Seneviratne
2020-03-30Standardize on American English spelling of 'behavior'.Gary Gregory
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-22Javadoc tweaks.Gary Gregory
2018-06-20deletes redundant 'new' expression in constant array creationIgor Curdvanovschi
2017-10-22Fix javadoc typosBruno P. Kinoshita
2017-07-12[GitHub] commons-lang pull request #276: IntelliJ IDEA refactorings.Jonathan Bluett-Duncan
2017-06-07LANG-1336: Add NUL Byte To CharUtils. Thanks to Beluga Behr.Benedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-04-19use Validate#isTrue to validate argumentspascalschumacher
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-03-13LANG-877: Performance improvements for StringEscapeUtils. This fixes #49 from...Benedikt Ritter
2014-10-19LANG-536 - Add isSorted() to ArrayUtils. Patch supplied by James Sawle. Close...Duncan Jones
2013-10-11Reuse functionality already present and fix PMD violations an the wayBenedikt Ritter
2013-03-22Fixing link from javadoc to point to new oracle siteHenri Yandell
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2011-08-16[LANG-736] CharUtils static final array CHAR_STRING is not needed to compute ...Gary D. Gregory
2011-08-02[LANG-734] The CHAR_ARRAY cache in CharUtils duplicates the cache in java.lan...Gary D. Gregory
2011-07-19Javadoc, comments, and message strings: Change "unicode" to "Unicode".Gary D. Gregory
2011-04-22Javadoc.Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-03-04JavadocStephen Colebourne
2010-03-04Closing the paragraph tag on the ThreadSafe notation. LANG-370Henri Yandell
2010-03-03Adding ThreadSafe notes to some obviously threadsafe classes (LANG-370)Henri Yandell
2010-01-03Move main source to src/main/javaPaul C. Benedict Jr