aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-07-02Extra whitespaceGary Gregory
2022-05-30Use try-with-resources without final (redundant SpotBugs)Gary Gregory
2022-05-30Use try-with-resourcesGary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-14Use final.Gary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2018-04-04SerializatoinUtilsTest assertArraysEquals (closes #321)Allon Mureinik
2018-04-04SerializationUtilsTest expected exceptionsAllon Mureinik
2018-04-04SerializationUtilsTest identity assertionsAllon Mureinik
2017-10-15Always use static imports for assertion methods to be consistent with other t...pascalschumacher
2017-06-06Make sure placement of curly braces is consistentBenedikt Ritter
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
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-06-27Use final consistently. Gary D. Gregory
2014-01-31<action issue="LANG-962" type="add" dev="ggregory">Add SerializationUtils.rou...Gary D. Gregory
2014-01-28Resolved compiler warnings shown in Eclipse and when compiling with -Xlint:un...Duncan Jones
2013-12-28Add missing serial version ID (default 1L).Gary D. Gregory
2013-05-06Suppress warning, we only assign the variable to make sure the expected excep...Benedikt Ritter
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-04-24[LANG-798] Use generics in SerializationUtils.Gary D. Gregory
2012-04-24Convert to JUnit 4.Gary D. Gregory
2012-02-29[LANG-788] SerializationUtils throws ClassNotFoundException when cloning prim...Gary D. Gregory
2011-08-03Use more efficient Integer cache: Use "Integer.valueOf(int)" instead of "new ...Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-11-13Avoid raw type warningsSebastian Bazley
2010-08-25make SerializationUtils.clone() type-safeMatthew Jason Benson
2010-08-25suppress warningMatthew Jason Benson
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr