aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/builder
AgeCommit message (Expand)Author
2020-02-14Use final.Gary Gregory
2019-12-26CompareToBuilder: Fix checkstyle violation.pascalschumacher
2019-12-25Use Objects.requireNonNull() instead of custom check. Minor formatting.Gary Gregory
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-11-23sort fields in ReflectionToStringBuilder for deterministic order (#481)contextshuffling
2019-11-22[LANG-1500] Test may fail due to a different order of fields returned byGary Gregory
2019-11-22sort fields in HashCodeBuilder for deterministic order (#480)contextshuffling
2019-09-13Document interfaces with @FunctionalInterface.Gary Gregory
2019-09-06[LANG-1486] Generify builder classes Diffable, DiffBuilder, and DiffResultGary Gregory
2019-09-05LANG-1485 : Add getters for lhs and rhs objects in DiffResult (#451)Nicolas
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-11-02fix javadoc typoUri
2018-08-23Convert JavaDoc license headers to block commentsBenedikt Ritter
2018-06-25replaces primitive comparison with x.compare() where x is a wrapper class of ...Igor Curdvanovschi
2018-06-25removes redundant '+' signIgor Curdvanovschi
2018-06-25flips the order of conditional expressions and 'if' statements whose conditio...Igor Curdvanovschi
2018-06-20removes unnecessary class reference of static method calls which are declared...Igor Curdvanovschi
2018-06-20replaces 'size() == 0' and 'length() == 0' with 'isEmpty()'Igor Curdvanovschi
2018-06-20removes unchecked exceptions declared in 'throws' clauseIgor Curdvanovschi
2018-05-10LANG-1396 - JsonToStringStyle does not escape string namesSebb
2018-05-09LANG-1395 - JsonToStringStyle does not escape double quote in a stringSebb
2018-05-09Javadoc correction to agree with codeSebb
2018-03-08Redundant specification of type arguments.Gary Gregory
2018-02-11LANG-1356: Add bypass option for classes to recursive and reflective EqualsBu...pascalschumacher
2018-01-12LANG-1372: Add ToStringSummary annotation (closes #281)Sergio Ozaki
2018-01-04LANG-1374: fix logic in isJsonArray method of JsonToStringStyleBruno P. Kinoshita
2017-10-22Fix javadoc typosBruno P. Kinoshita
2017-10-20Use final.Gary Gregory
2017-10-12use StringBuilder#append(CharSequence, int, int) were possible to improve per...pascalschumacher
2017-09-08LANG-1349: EqualsBuilder#isRegistered: swappedPair construction bug (closes #...namannigam
2017-07-12[GitHub] commons-lang pull request #276: IntelliJ IDEA refactorings.Jonathan Bluett-Duncan
2017-06-06Make sure placement of curly braces is consistentBenedikt Ritter
2017-06-06Prevent redundant modifiersBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-05-19Avoid endless loop printing array with MultilineRecursiveToStringStyleduncan
2017-04-20LANG-1167: Add null filter to ReflectionToStringBuilderpascalschumacher
2017-04-20Merge branch 'LANG-1167' of https://github.com/MarkDacek/commons-langRob Tompkins
2017-04-19use Validate#isTrue to validate argumentspascalschumacher
2017-03-18LANG-1167: Added isExcludeNullValues to ReflectionToStringBuilder and testMarkDacek
2017-01-20MultilineRecursiveToStringStyle: made private field indent staticpascalschumacher
2017-01-20JsonToStringStyle: improve private constant name and remove wrong commentpascalschumacher
2017-01-20JsonToStringStyle: private field FIELD_NAME_PREFIX can be staticpascalschumacher
2017-01-20deprecate SystemUtils#LINE_SEPARATOR in favor of java.lang.System#lineSeparatorpascalschumacher
2016-12-12Javadoc change to address LANG-872. duncan
2016-11-20LANG-1067: Add a reflection-based variant of DiffBuilderpascalschumacher
2016-11-17When writing about the hash code, use 'hash code', the compound 'hashcode' is...Gary Gregory
2016-11-16Add final modifier to method parameters.Gary Gregory
2016-11-13LANG-1034: Add support for recursive comparison to EqualsBuilder#reflectionEq...pascalschumacher
2016-11-13LANG-1034: Recursive and reflective EqualsBuilder (closes #202)pascalschumacher
2016-10-23Add final modifier to local variables.Gary Gregory