aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/utils/Duration.java
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
* Quality flawsSimon Brandhof2015-06-291-1/+3
* Fix quality flaws in APISimon Brandhof2015-04-031-4/+1
* Fix some quality flawsJulien HENRY2014-11-211-1/+1
* Remove checks of minutes greater than 60 and hours greater than 24Julien Lancelot2014-04-071-6/+0
* Duration should not accept hours more than 24 and minutes more than 60Julien Lancelot2014-04-041-0/+6
* Add some javadocsJulien Lancelot2014-03-271-5/+22
* Replace factor by coefficientJulien Lancelot2014-03-261-0/+14
* Improve duration format validationJulien Lancelot2014-03-261-9/+31
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-111-1/+13
* SONAR-5056 Update Duration API : remove days, hours and minutes methods as it...Julien Lancelot2014-03-061-60/+31
* SONAR-5056 Create Duration APIJulien Lancelot2014-03-051-0/+159