aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/SerializationUtils.java
AgeCommit message (Expand)Author
2022-11-04Use Objects.requireNonNull() directlyGary Gregory
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2021-05-25Remove some @SuppressWarnings.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-10-25Fix param name.Gary Gregory
2020-10-25Suppress warning and add comment; use a simpler error messgae.Gary Gregory
2020-10-25Sort methods.Gary 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
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-06-20removes unnecessary class reference of static method calls which are declared...Igor Curdvanovschi
2017-09-08remove redundant modifiers (support recent checkstyle versions) (closes #284)Oliver Siegmar
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-04-19use Validate#isTrue to validate argumentspascalschumacher
2017-02-03Fix a number of Javadoc typos (closes #232)Sebastian Kürten
2016-11-23fix non-critical typos in comments and JavaDocAndrii
2016-10-23LANG-1279: Update Java requirement from Java 6 to 7pascalschumacher
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Use try-with-resources.Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2016-08-20LANG-1250: SerializationUtils::deserialize has unnecessary code and a comment...Glease
2016-07-31LANG-1251: SerializationUtils.ClassLoaderAwareObjectInputStream should use st...Takuya UESHIN
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-04-09Added a brief comment to explain SuppressWarnings statement (thanks britter).Duncan Jones
2015-04-08Suppressed two unchecked warnings.Duncan Jones
2015-01-20LANG-1083: Add (T) casts to get unit tests to pass in old JDK. This fixes #42...Benedikt Ritter
2014-06-29Formating.Gary D. Gregory
2014-06-27Statement unnecessarily nested within else clause.Gary D. Gregory
2014-03-31Fix JavaDoc issues with JDK 1.8Niall Pemberton
2014-02-28Make checkstyle happyBenedikt Ritter
2014-02-02Add missing @since.Gary D. Gregory
2014-01-31<action issue="LANG-962" type="add" dev="ggregory">Add SerializationUtils.rou...Gary D. Gregory
2013-05-01Simpler (the prefix is still needed as .<T> cannot start a method call)Sebastian Bazley
2013-05-01Eliminate one unchecked warning; localise and document othersSebastian Bazley
2013-02-20Add generic type parameter javadoc.Thomas Neidhart
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2013-01-22Add final modifier to private fields.Gary D. Gregory
2012-04-06Add comments for [LANG-798] Use generics in SerializationUtils.Gary D. Gregory
2012-04-06Add comments for [LANG-798] Use generics in SerializationUtils.Gary D. Gregory
2012-04-05[LANG-798] Use generics in SerializationUtilsGary D. Gregory
2012-03-16Applying Benedikt Ritter's patch to fix the Checkstyle error in Serialization...Henri Yandell
2012-02-29[LANG-788] SerializationUtils throws ClassNotFoundException when cloning prim...Gary D. Gregory
2011-11-09Suppress generic warningSebastian Bazley
2011-08-02Applying Sven Ludwig's patch from LANG-626. This modifies the SerializationUt...Henri Yandell