Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6517 merge sonar-deprecated into sonar-plugin-api | Simon Brandhof | 2015-05-19 | 21 | -1849/+0 |
| | | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api | ||||
* | Useless code | David Gageot | 2015-05-12 | 2 | -2/+2 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 6 | -24/+38 |
| | |||||
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 1 | -3/+0 |
| | |||||
* | Update javadoc | Julien HENRY | 2015-03-03 | 1 | -6/+2 |
| | |||||
* | SONAR-5700 New logging API to remove coupling on SLF4J | Simon Brandhof | 2015-02-19 | 1 | -3/+3 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | SONAR-6134, SONAR-6048 Improve performance of FS indexation | Julien HENRY | 2015-02-10 | 1 | -9/+1 |
| | |||||
* | SONAR-5077 Fix regression when a Sensor try to read "lines" measure. ↵ | Julien HENRY | 2015-01-20 | 1 | -248/+0 |
| | | | | LinesSensor forced to be executed first. | ||||
* | SONAR-5931 Publish new measure API | Julien HENRY | 2015-01-15 | 1 | -5/+5 |
| | |||||
* | SONAR-5931 Publish new sensor API | Julien HENRY | 2015-01-15 | 1 | -12/+0 |
| | |||||
* | SONAR-6014 Fix regression when persisting dependencies and start dropping ↵ | Julien HENRY | 2015-01-07 | 1 | -13/+16 |
| | | | | violations | ||||
* | SONAR-6022 Update dead links pointing to documentation | Fabrice Bellingard | 2015-01-06 | 3 | -3/+3 |
| | |||||
* | Automatic merge from branch-4.5 | Jenkins CI | 2014-11-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | * origin/branch-4.5: Fix javadoc Fix cancelling of editing of rule tags Fix flash vulneribility | ||||
| * | Fix javadoc | Julien HENRY | 2014-11-20 | 1 | -1/+1 |
| | | |||||
* | | Add missing @Override annotations | Simon Brandhof | 2014-10-10 | 5 | -0/+7 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-10-03 | 5 | -0/+421 |
|\| | | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/main/java/org/sonar/api/config/Settings.java | ||||
| * | Code clean-up | Simon Brandhof | 2014-10-02 | 5 | -0/+421 |
| | | | | | | | | | | * mark JFreechart as deprecated * complete some javadoc | ||||
* | | SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.x | Simon Brandhof | 2014-10-02 | 9 | -566/+0 |
| | | |||||
* | | SONAR-5665 Stop support of GWT pages | Simon Brandhof | 2014-10-02 | 2 | -64/+0 |
| | | |||||
* | | SONAR-2860 Drop commons-configuration | Julien HENRY | 2014-09-05 | 4 | -289/+0 |
|/ | |||||
* | SONAR-5389 New duplication API | Julien HENRY | 2014-07-30 | 1 | -3/+2 |
| | |||||
* | SONAR-5389 Rename Analyzer -> Sensor | Julien HENRY | 2014-07-21 | 1 | -8/+9 |
| | |||||
* | SONAR-5432 Remove RCI and Weighted issues metrics | Julien Lancelot | 2014-07-03 | 1 | -57/+0 |
| | |||||
* | SONAR-5389 Add support of FileLinesContextFactory + publish analysis | Julien HENRY | 2014-06-19 | 2 | -1/+6 |
| | |||||
* | SONAR-5389 Analyzer optimizer | Julien HENRY | 2014-06-19 | 1 | -5/+5 |
| | |||||
* | SONAR-5389 Fix some quality flaws | Julien HENRY | 2014-06-19 | 2 | -2/+2 |
| | |||||
* | SONAR-5389 Sort analyzers according to metrics used/produced | Julien HENRY | 2014-06-19 | 1 | -10/+12 |
| | |||||
* | SONAR-5389 Drop batch-api module | Julien HENRY | 2014-06-18 | 1 | -4/+8 |
| | |||||
* | Fix Javadoc | Julien Lancelot | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | SONAR-5389 New Analyzer API | Julien HENRY | 2014-06-16 | 1 | -10/+23 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-03-26 | 1 | -2/+6 |
| | |||||
* | SONAR-5154 remove duplications | Simon Brandhof | 2014-03-26 | 2 | -26/+35 |
| | |||||
* | SONAR-4908 refactor RulesDefinition API (debt functions, XML) | Simon Brandhof | 2014-03-25 | 1 | -152/+0 |
| | |||||
* | SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackage | Julien HENRY | 2014-03-25 | 3 | -305/+41 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 33 | -33/+33 |
| | |||||
* | Deprecate remaining Java-specific stuff | Simon Brandhof | 2014-02-27 | 1 | -0/+79 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-926 move InputFileUtils to sonar-deprecated" | Simon Brandhof | 2014-02-20 | 1 | -169/+0 |
| | | | | This reverts commit 289b8f4694ed08197a357d9ed6b2368ec0b2a6cb. | ||||
* | SONAR-926 move InputFileUtils to sonar-deprecated | Simon Brandhof | 2014-02-20 | 1 | -0/+169 |
| | |||||
* | SONAR-4326 support tags in deprecated rule API | Simon Brandhof | 2014-02-18 | 2 | -0/+7 |
| | |||||
* | SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all ↵ | Julien HENRY | 2014-02-12 | 3 | -0/+522 |
| | | | | usages of them | ||||
* | SONAR-926 No more call shouldExecuteOnProject on extensions that declare ↵ | Julien HENRY | 2014-02-12 | 1 | -1/+6 |
| | | | | | | DependsUponMavenPlugin to avoid unecessary access to the filesystem by JacocoMavenInitializer | ||||
* | SONAR-926 deprecate org.sonar.api.batch.ResourceFilter | Simon Brandhof | 2014-02-10 | 1 | -0/+42 |
| | |||||
* | Move org.sonar.api.measures.AverageComplexityFormula to sonar-deprecated | Simon Brandhof | 2014-02-05 | 1 | -0/+36 |
| | |||||
* | Move CoberturaReportParserUtils to sonar-deprecated | Simon Brandhof | 2014-02-05 | 1 | -0/+134 |
| | |||||
* | SONAR-926 move org.sonar.api.resources.Method to sonar-deprecated | Simon Brandhof | 2014-02-04 | 1 | -0/+108 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | SONAR-926 move deprecated decorators to sonar-deprecated lib | Simon Brandhof | 2014-02-03 | 6 | -0/+454 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-02-01 | 1 | -0/+69 |
| |