aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/utils/DateUtilsTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-195/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-28/+21
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* fix code smellsPierre2020-12-141-1/+1
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-031-14/+22
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-151-85/+6
* SONAR-9721 Remove DateUtils#formatDate(Long)Teryk Bellahsene2017-08-301-2/+0
* SONAR-9721 Send telemetry data once a weekTeryk Bellahsene2017-08-301-0/+2
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background tasks...Teryk Bellahsene2016-09-141-2/+2
* SONAR-8028 DateUtils parse date and datetimeTeryk Bellahsene2016-09-141-6/+71
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Improve Dateutils code coverageTeryk Bellahsene2015-11-261-0/+6
* SONAR-6635 Parsing of date should not be lenientJulien HENRY2015-06-291-0/+6
* SONAR-6370 fix quality flawsSimon Brandhof2015-06-051-28/+25
* Redundant throws clause in testsDavid Gageot2015-05-071-3/+3
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-2/+2
* SONAR-5183 timezones - migrate issues table from timestamp to longTeryk Bellahsene2015-02-091-1/+8
* SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-041-2/+2
* fix quality flawsTeryk Bellahsene2015-01-131-3/+16
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-201-3/+3
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+2
* API: add the methods DateUtils#parseDateQuietly(String) and parseDateTimeQuie...Simon Brandhof2012-03-201-12/+34
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Improve DateUtils by using generics in ThreadLocal + rename some unit tests o...Simon Brandhof2011-12-121-2/+2
* SONAR-3070 DateUtils should not parse badly formatted stringsEvgeny Mandrikov2011-12-091-4/+10
* API: DateUtils is now thread-safesimonbrandhof2011-03-141-1/+84
* Add methods formatDate(), formatDateTime(), parseDate() and parseDateTime() t...simonbrandhof2011-03-081-0/+66