aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/measures/MetricTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-109/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Improve code qualityDuarte Meneses2021-11-201-1/+1
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-10/+5
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13221 MetricsDuarte Meneses2020-05-251-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-1/+0
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-6939 decrease maximum nb of decimal digits to 5Simon Brandhof2015-12-141-2/+2
* SONAR-6939 ability for plugins to override the decimal scale of floatSimon Brandhof2015-12-071-28/+70
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-041-1/+0
* 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
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-2464 Metric.Builder must set best and worst values when type percentEvgeny Mandrikov2011-05-231-0/+16
* Metric name must be required in Metric.Builder factorysimonbrandhof2011-03-011-3/+2
* SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ste...simonbrandhof2011-02-251-0/+59