aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
AgeCommit message (Expand)Author
2022-12-07Remove trailing whitespace.Gary Gregory
2022-12-07Reset TimeZone after testGary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2022-05-15Move new internal Calendar APIs to CalendarUtils and refactor.Gary Gregory
2022-05-15[LANG-1680] FastDateFormat does not support the 'L'-Pattern fromGary Gregory
2022-05-15LANG-1680 Add support for standalone month formats (#892)Steve Bosman
2022-04-03No need to use the java.lang package name in Javadoc references.Gary Gregory
2022-03-27Fixing and adding DateUtils exception javadocs with new tests when needed (#871)Diego Marcilio
2021-07-10Remove dead in-line comments.Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2021-02-24Sort members.Gary Gregory
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-02-14Use final.Gary Gregory
2019-07-06Use HTTPS to access Apache resources.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-10Update time tests to JUnit JupiterAllon Mureinik
2017-11-04Fix DateUtilsTest to work reliably on Java 9. This closes #304.Stephen Colebourne
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-02-27DateUtilsTest asserts (closes #246)Allon Mureinik
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2016-10-23Add final modifier to local variables.Gary Gregory
2016-09-25Handle CommentsKaiyuan Wang
2016-09-24Handle Benedikt Ritter's commentsKaiyuan Wang
2016-09-20Add unit tests for DateUtils.toCalendar(Date, TimeZone)Kaiyuan Wang
2016-04-24LANG-1220: Add tests for missed branches in DateUtilsCasey Scarborough
2016-04-23LANG-1202: parseDateStrictly does't pass specified localeChas Honton
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-04-29Remove unused methodBenedikt Ritter
2015-04-29Use Calendar constants in DateUtilsTestBenedikt Ritter
2015-04-06Use annotation based checking for expected exceptionsBenedikt Ritter
2015-04-06Remove another necessary assignmentBenedikt Ritter
2015-04-06Remove unnecessary assignmentBenedikt Ritter
2015-04-06Format source codeBenedikt Ritter
2015-04-06Build requires at least Java 6 - check for Java version can be removedBenedikt Ritter
2015-04-06Test fields can be privateBenedikt Ritter
2015-04-06Drop unnecessary empty linesBenedikt Ritter
2015-04-06Use BeforeClass hook to set up test dateBenedikt Ritter
2014-07-12LANG-1024: Fix JavaDoc errors in test codeBenedikt Ritter