aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/time/DateFormatUtilsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-06-15Use final, remove redundant call to super(), use valueOf(), lambdas.Gary Gregory
2022-03-07[LANG-1462] Use TimeZone from calendar in DateFormatUtils.Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-02-24Sort members.Gary Gregory
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-10Update time tests to JUnit JupiterAllon Mureinik
2017-11-07Remove unnecessary testing comments (closes #305)Haoliang Quan
2017-10-10[LANG-1355] TimeZone.getTimeZone() in FastDateParser causes resourceChas Honton
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
2016-11-23fix non-critical typos in comments and JavaDocAndrii
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2015-11-03Ignore deprecations in test codeSebb
2015-05-07Merge branch 'LANG-1127'Benedikt Ritter
2015-05-07Rename SwitchDefaults to SystemDefaultsSwitch to better describe it's roleBenedikt Ritter
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-04LANG-1127: Rule alternative implementationChas Honton
2015-05-03LANG-1127: Use JUnit rules to set and reset the default Locale and TimeZone.Benedikt Ritter
2015-05-02LANG-1127 Create a base test for the time package, which sets and resets defa...Chas Honton
2015-05-01Format source codeBenedikt Ritter
2015-05-01Set default locale to Locale.ENGLISH to make test independent from system def...Benedikt Ritter
2015-04-30LANG-916: DateFormatUtils.format does not correctly change Calendar TimeZone ...Chas Honton
2015-04-30LANG-1116: DateUtilsTest.testLang530 fails for some timezonesChas Honton
2015-04-29Use Calendar constants in DateFormatUtilsTestBenedikt Ritter
2014-09-28Added missing support for ISO 8601 parsing and printing using "ZZ" pattern (c...Duncan Jones
2013-01-22Add final modifier to local variables.Gary D. Gregory
2012-09-27StringBuffer => StringBuilder where being used as a local-only bufferSebastian Bazley
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr