aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/exception/DefaultExceptionContext.java
AgeCommit message (Expand)Author
2022-07-17Use forEach()Gary Gregory
2020-06-13[LANG-1556] Use Java 8 lambdas and Map operations. (#541)XenoAmess
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-06-20replaces 'size() == 0' and 'length() == 0' with 'isEmpty()'Igor Curdvanovschi
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2016-10-23Remove redundant type arguments.Gary Gregory
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-04-05Add missing @Override.Gary D. Gregory
2011-07-11Make instance variables final where possible.Gary D. Gregory
2011-07-07Remove add and set methods of ExceptionContext types taking a pair. Format en...Joerg Schaible
2011-07-07Javdoc and minor tweaks to contexted exceptionStephen Colebourne
2011-07-06Refactor ExceptionContext and derived. Context contract stipulates a sequence...Joerg Schaible
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-03-04Fix brace positionsStephen Colebourne
2011-01-30Added {} to ifHenri Yandell
2010-03-15Fix DefaultExceptionContext.addValue that overwrites information in a recursi...Joerg Schaible
2010-02-03Fixing LANG-585. Don't catch Throwable, catch Exception instead. Henri Yandell
2010-01-03Move main source to src/main/javaPaul C. Benedict Jr