aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/utils/DateUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-231-0/+4
* SONAR-6736 refactor step names and descriptionsSimon Brandhof2015-09-221-2/+4
* SONAR-6635 Parsing of date should not be lenientJulien HENRY2015-06-291-4/+5
* SONAR-5183 timezones - migrate issues table from timestamp to longTeryk Bellahsene2015-02-091-0/+1
* SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-041-2/+8
* fix quality flawsTeryk Bellahsene2015-01-131-5/+2
* change analysis_reports timestamp columns to bigint/longTeryk Bellahsene2015-01-131-1/+4
* Improve branch code coverage on snapshot related classesTeryk Bellahsene2014-10-311-0/+4
* SONAR-5698 SONAR-5694 Add business dates finishedAt startedAt and submittedAt...Teryk Bellahsene2014-10-221-5/+13
* 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/+3
* Rename version 2.15 to 3.0Simon Brandhof2012-04-111-1/+1
* API: add the methods DateUtils#parseDateQuietly(String) and parseDateTimeQuie...Simon Brandhof2012-03-201-0/+41
* Fix some quality flaws, particularly on newly inspected codeSimon Brandhof2012-02-201-2/+12
* 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-6/+9
* SONAR-3070 DateUtils should not parse badly formatted stringsEvgeny Mandrikov2011-12-091-11/+19
* Fix coding violationsSimon Brandhof2011-11-031-0/+1
* Fix new violationsSimon Brandhof2011-08-021-6/+6
* Fix violationsEvgeny Mandrikov2011-04-051-4/+7
* Fix coding violationssimonbrandhof2011-03-271-2/+2
* fix coding violationssimonbrandhof2011-03-271-5/+6
* API: DateUtils is now thread-safesimonbrandhof2011-03-141-16/+38
* API: improve DateUtils methods, but are not thread-safesimonbrandhof2011-03-111-13/+17
* Add methods formatDate(), formatDateTime(), parseDate() and parseDateTime() t...simonbrandhof2011-03-081-3/+44
* SONAR-2218 add NewCoverageDecorator + add DateUtils to APIsimonbrandhof2011-02-251-0/+28