Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 1 | -146/+0 |
| | |||||
* | Drop deprecated class PersistenceMode | Simon Brandhof | 2018-01-09 | 1 | -5/+3 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | Remove some usages of Guava in API | Simon Brandhof | 2017-06-19 | 1 | -4/+4 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 1 | -2/+6 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | Fix Q flaws | Simon Brandhof | 2015-06-19 | 1 | -1/+3 |
| | |||||
* | SONAR-6200 New Sensor API to report UT/IT/Overall coverage | Julien HENRY | 2015-04-22 | 1 | -6/+4 |
| | |||||
* | Remove coupling of sonar-plugin-api on Guava 10 | Simon Brandhof | 2015-04-16 | 1 | -2/+2 |
| | | | | in order to prepare upgrade to Guava 18 in core codebase | ||||
* | Revert "SONAR-6202 Compute overall coverage on all files" | Julien HENRY | 2015-03-02 | 1 | -54/+15 |
| | | | | | | | This reverts commit eac465bea9f5bf89a7beb8036e4d8eea4723f421. Conflicts: plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java | ||||
* | SONAR-6202 Compute overall coverage on all files | Julien HENRY | 2015-02-19 | 1 | -15/+54 |
| | |||||
* | Remove deprecation on CoverageMeasureBuilder | Julien HENRY | 2014-11-25 | 1 | -6/+0 |
| | |||||
* | SONAR-5389 Refactor new measure API | Julien HENRY | 2014-09-22 | 1 | -52/+0 |
| | |||||
* | SONAR-5389 New dependency API | Julien HENRY | 2014-09-17 | 1 | -0/+59 |
| | |||||
* | SONAR-5389 Fix some quality flaws | Julien HENRY | 2014-06-19 | 1 | -2/+1 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2012-12-07 | 1 | -15/+17 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | API: fix CoverageMeasuresBuilder for Cobertura | simonbrandhof | 2011-02-25 | 1 | -39/+20 |
| | |||||
* | SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ↵ | simonbrandhof | 2011-02-25 | 1 | -0/+161 |
step to get an immutable Metric class |