Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead files | Simon Brandhof | 2015-05-28 | 5 | -20643/+0 |
| | |||||
* | SONAR-6517 merge sonar-deprecated into sonar-plugin-api | Simon Brandhof | 2015-05-19 | 18 | -1155/+0 |
| | | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api | ||||
* | Useless code | David Gageot | 2015-05-12 | 1 | -2/+2 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | SONAR-6134, SONAR-6048 Improve performance of FS indexation | Julien HENRY | 2015-02-10 | 1 | -3/+3 |
| | |||||
* | SONAR-5077 Fix regression when a Sensor try to read "lines" measure. ↵ | Julien HENRY | 2015-01-20 | 1 | -379/+0 |
| | | | | LinesSensor forced to be executed first. | ||||
* | SONAR-5931 Publish new measure API | Julien HENRY | 2015-01-15 | 1 | -4/+4 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 5 | -15/+15 |
| | |||||
* | SONAR-6014 Fix regression when persisting dependencies and start dropping ↵ | Julien HENRY | 2015-01-07 | 1 | -12/+22 |
| | | | | violations | ||||
* | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-10-03 | 2 | -0/+159 |
|\ | | | | | | | | | | | | | 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 | 2 | -0/+159 |
| | | | | | | | | | | * 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 | 3 | -219/+0 |
| | | |||||
* | | SONAR-2860 Drop commons-configuration | Julien HENRY | 2014-09-05 | 2 | -296/+0 |
|/ | |||||
* | SONAR-5432 Remove RCI and Weighted issues metrics | Julien Lancelot | 2014-07-03 | 1 | -64/+0 |
| | |||||
* | Upgrade hamcrest and fix conflicts with JUnit and Mockito | Simon Brandhof | 2014-06-20 | 2 | -2/+2 |
| | |||||
* | Fix unit test compilation failure | Julien Lancelot | 2014-06-12 | 1 | -11/+11 |
| | |||||
* | SONAR-5351 Create a migration to replace rules.parent_id to rules.template_id | Julien Lancelot | 2014-06-12 | 1 | -4/+2 |
| | |||||
* | Continue move from hamcrest to fest-assert | Simon Brandhof | 2014-04-21 | 2 | -13/+12 |
| | |||||
* | SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackage | Julien HENRY | 2014-03-25 | 4 | -266/+112 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 23 | -23/+23 |
| | |||||
* | Deprecate remaining Java-specific stuff | Simon Brandhof | 2014-02-27 | 1 | -0/+40 |
| | |||||
* | Revert "SONAR-926 move InputFileUtils to sonar-deprecated" | Simon Brandhof | 2014-02-20 | 1 | -181/+0 |
| | | | | This reverts commit 289b8f4694ed08197a357d9ed6b2368ec0b2a6cb. | ||||
* | SONAR-926 move InputFileUtils to sonar-deprecated | Simon Brandhof | 2014-02-20 | 1 | -0/+181 |
| | |||||
* | SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all ↵ | Julien HENRY | 2014-02-12 | 3 | -0/+386 |
| | | | | usages of them | ||||
* | Move CoberturaReportParserUtils to sonar-deprecated | Simon Brandhof | 2014-02-05 | 4 | -0/+10649 |
| | |||||
* | SONAR-926 move org.sonar.api.resources.Method to sonar-deprecated | Simon Brandhof | 2014-02-04 | 1 | -0/+46 |
| | |||||
* | SONAR-926 move deprecated decorators to sonar-deprecated lib | Simon Brandhof | 2014-02-03 | 2 | -0/+176 |
| | |||||
* | Move AnnotationCheckFactory to sonar-deprecated | Simon Brandhof | 2014-01-27 | 10 | -0/+497 |
| | |||||
* | SONAR-4908 move some classes to module sonar-deprecated | Simon Brandhof | 2014-01-15 | 2 | -0/+237 |
| | |||||
* | SONAR-4481 Create a new Cobertura Report parser API | Julien HENRY | 2013-07-11 | 1 | -2/+1 |
| | |||||
* | SONAR-4358 Restore Cobertura API classes in sonar-deprecated | Julien HENRY | 2013-07-05 | 3 | -0/+10292 |
| | | | | to not break plugins that rely on them (groovy, flex) | ||||
* | SONAR-4409 Support arrays returned by methods annotated with @DependsUpon or ↵ | Simon Brandhof | 2013-06-19 | 1 | -50/+86 |
| | | | | @DependedUpon | ||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 2 | -8/+8 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 2 | -6/+6 |
| | |||||
* | SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin API | Julien HENRY | 2013-03-26 | 1 | -0/+343 |
| | |||||
* | Temporarily revert org.sonar.api.batch.AbstractCoverageExtension | Simon Brandhof | 2012-11-04 | 1 | -0/+43 |
| | |||||
* | SONAR-3332 API: delete the deprecated class ↵ | Simon Brandhof | 2012-03-15 | 1 | -103/+0 |
| | | | | org.sonar.api.batch.AbstractViolationsStaxParser | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2475 remove org.sonar.api.checks.checkers and ↵ | simonbrandhof | 2011-05-27 | 22 | -947/+0 |
| | | | | org.sonar.api.checks.profiles | ||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 8 | -644/+0 |
| | | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project | ||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 24 | -126/+126 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 6 | -0/+114 |
| | |||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 1 | -6/+8 |
| | |||||
* | SONAR-1829: Use severity instead of priority | Godin | 2010-12-07 | 1 | -3/+4 |
| | |||||
* | SONAR-2007 Remove the useless ISO Categories + fix components page | simonbrandhof | 2010-12-01 | 1 | -20/+6 |
| | |||||
* | SONAR-1814 remove the API to find a plugin from an extension : | simonbrandhof | 2010-09-28 | 1 | -72/+0 |
| | | | | | | * do register coverage extensions in picocontainer only when the plugin is selected (see parameter sonar.core.codeCoveragePlugin) * do not display plugin names when detecting a duplication of metrics * remove unused methods from the deprecated component RulesManager | ||||
* | add the package org.sonar.api.checks in order to implement its own rules engine | simonbrandhof | 2010-09-23 | 5 | -21/+38 |
| | |||||
* | undo: some unit tests have been wrongly moved to sonar-deprecated | simonbrandhof | 2010-09-16 | 10 | -492/+0 |
| | |||||
* | move deprecated rule API to sonar-deprecated | simonbrandhof | 2010-09-14 | 15 | -0/+918 |
| | |||||
* | move deprecated check api to sonar-deprecated | simonbrandhof | 2010-09-14 | 26 | -0/+1148 |
| |