aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-deprecated/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead filesSimon Brandhof2015-05-285-20643/+0
|
* SONAR-6517 merge sonar-deprecated into sonar-plugin-apiSimon Brandhof2015-05-1918-1155/+0
| | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api
* Useless codeDavid Gageot2015-05-121-2/+2
|
* Redundant throws clause in testsDavid Gageot2015-05-071-1/+1
|
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-101-3/+3
|
* SONAR-5077 Fix regression when a Sensor try to read "lines" measure. ↵Julien HENRY2015-01-201-379/+0
| | | | LinesSensor forced to be executed first.
* SONAR-5931 Publish new measure APIJulien HENRY2015-01-151-4/+4
|
* Replace fest-assert by assertJSimon Brandhof2015-01-105-15/+15
|
* SONAR-6014 Fix regression when persisting dependencies and start dropping ↵Julien HENRY2015-01-071-12/+22
| | | | violations
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-032-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-upSimon Brandhof2014-10-022-0/+159
| | | | | | | | | | * mark JFreechart as deprecated * complete some javadoc
* | SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.xSimon Brandhof2014-10-023-219/+0
| |
* | SONAR-2860 Drop commons-configurationJulien HENRY2014-09-052-296/+0
|/
* SONAR-5432 Remove RCI and Weighted issues metricsJulien Lancelot2014-07-031-64/+0
|
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-202-2/+2
|
* Fix unit test compilation failureJulien Lancelot2014-06-121-11/+11
|
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-121-4/+2
|
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-212-13/+12
|
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-254-266/+112
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1123-23/+23
|
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-271-0/+40
|
* Revert "SONAR-926 move InputFileUtils to sonar-deprecated"Simon Brandhof2014-02-201-181/+0
| | | | This reverts commit 289b8f4694ed08197a357d9ed6b2368ec0b2a6cb.
* SONAR-926 move InputFileUtils to sonar-deprecatedSimon Brandhof2014-02-201-0/+181
|
* SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all ↵Julien HENRY2014-02-123-0/+386
| | | | usages of them
* Move CoberturaReportParserUtils to sonar-deprecatedSimon Brandhof2014-02-054-0/+10649
|
* SONAR-926 move org.sonar.api.resources.Method to sonar-deprecatedSimon Brandhof2014-02-041-0/+46
|
* SONAR-926 move deprecated decorators to sonar-deprecated libSimon Brandhof2014-02-032-0/+176
|
* Move AnnotationCheckFactory to sonar-deprecatedSimon Brandhof2014-01-2710-0/+497
|
* SONAR-4908 move some classes to module sonar-deprecatedSimon Brandhof2014-01-152-0/+237
|
* SONAR-4481 Create a new Cobertura Report parser APIJulien HENRY2013-07-111-2/+1
|
* SONAR-4358 Restore Cobertura API classes in sonar-deprecatedJulien HENRY2013-07-053-0/+10292
| | | | to not break plugins that rely on them (groovy, flex)
* SONAR-4409 Support arrays returned by methods annotated with @DependsUpon or ↵Simon Brandhof2013-06-191-50/+86
| | | | @DependedUpon
* Update copyright headersSimon Brandhof2013-04-222-8/+8
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-212-6/+6
|
* SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin APIJulien HENRY2013-03-261-0/+343
|
* Temporarily revert org.sonar.api.batch.AbstractCoverageExtensionSimon Brandhof2012-11-041-0/+43
|
* SONAR-3332 API: delete the deprecated class ↵Simon Brandhof2012-03-151-103/+0
| | | | org.sonar.api.batch.AbstractViolationsStaxParser
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-2475 remove org.sonar.api.checks.checkers and ↵simonbrandhof2011-05-2722-947/+0
| | | | org.sonar.api.checks.profiles
* SONAR-2469 refactor Modulesimonbrandhof2011-05-258-644/+0
| | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project
* Upgrade copyright headerssimonbrandhof2011-02-0424-126/+126
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-316-0/+114
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-6/+8
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-3/+4
|
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-011-20/+6
|
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-281-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 enginesimonbrandhof2010-09-235-21/+38
|
* undo: some unit tests have been wrongly moved to sonar-deprecatedsimonbrandhof2010-09-1610-492/+0
|
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-1415-0/+918
|
* move deprecated check api to sonar-deprecatedsimonbrandhof2010-09-1426-0/+1148
|