aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/text/StrMatcher.java
AgeCommit message (Expand)Author
2022-10-15Reuse own APIGary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-06-14Close HTML tagsGary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2021-12-08Better description of Javadoc deprecation and add missing @deprecationGary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-02-20Fix broken links to commons-text (#712)Chris Smowton
2020-12-22Use ArraySorter.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-06-13array_style (#537)XenoAmess
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2018-07-26Do not link to deprecated commons-text classes.pascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-19LANG-1316: Deprecate classes/methods moved to commons-text (closes #255)pascalschumacher
2016-05-08Fix various Javadoc typos (closes #134)Casey Scarborough
2015-05-18Add StringMatcher#toString(); useful from a debugger.Gary Gregory
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-10-24[LANG-845] Spelling fixes.Gary D. Gregory
2012-03-11Eat own dog food: StringUtils#isEmpty(String) and replace some but not all St...Gary D. Gregory
2011-07-10Eat own dog food: Call StringUtils.isEmpty().Gary D. Gregory
2011-04-11varargsMatthew Jason Benson
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-01-03Move main source to src/main/javaPaul C. Benedict Jr