aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/utils/DurationTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-147/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Improve code qualityDuarte Meneses2021-11-201-1/+1
* [NO-JIRA] Fix Quality GateBelen Pruvost2021-10-261-6/+6
* Fix code quality issuesDuarte Meneses2021-10-251-2/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* 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-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7570 A duration of 0 minute should be converted to "0min" instead of emptyJulien Lancelot2016-04-281-0/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
* Redundant throws clause in testsDavid Gageot2015-05-071-11/+11
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
* Remove checks of minutes greater than 60 and hours greater than 24Julien Lancelot2014-04-071-19/+1
* Duration should not accept hours more than 24 and minutes more than 60Julien Lancelot2014-04-041-3/+23
* Improve duration format validationJulien Lancelot2014-03-261-2/+32
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-111-0/+15
* SONAR-5056 Update Duration API : remove days, hours and minutes methods as it...Julien Lancelot2014-03-061-58/+20
* SONAR-5056 Create Duration APIJulien Lancelot2014-03-051-0/+137