aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/utils/DateUtils.java
Commit message (Expand)AuthorAgeFilesLines
* 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