aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-deprecated/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-926 Remove usage of ResourceCreationLockSimon Brandhof2014-01-281-0/+40
|
* Move AnnotationCheckFactory to sonar-deprecatedSimon Brandhof2014-01-272-0/+244
|
* Delte deprecated API DependsUponCustomRulesSimon Brandhof2014-01-181-30/+0
|
* Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and ↵Simon Brandhof2014-01-184-79/+216
| | | | move some deprecated classes from sonar-plugin-api to sonar-deprecated
* SONAR-4908 move some classes to module sonar-deprecatedSimon Brandhof2014-01-153-0/+253
|
* SONAR-4908 add RuleDefinitions#loadXml() and depreciate ↵Simon Brandhof2014-01-151-0/+228
| | | | org.sonar.api.rules.XMLRuleParser
* Remove file system refactoring from APISimon Brandhof2013-10-162-61/+1
|
* SONAR-3677 support deprecated FileSystemFilterSimon Brandhof2013-10-092-0/+94
| | | | + refactor SnapshotDataType
* SONAR-4617 Refactoring away from Resource<T>Simon Brandhof2013-09-161-1/+1
|
* SONAR-4481 Create a new Cobertura Report parser APIJulien HENRY2013-07-113-122/+11
|
* SONAR-4358 Restore Cobertura API classes in sonar-deprecatedJulien HENRY2013-07-053-0/+247
| | | | 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-4/+9
| | | | @DependedUpon
* Update copyright headersSimon Brandhof2013-04-227-28/+28
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-217-21/+21
|
* SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin APIJulien HENRY2013-03-261-0/+231
|
* Fix backward-compatibility of DefaultProjectFileSystemSimon Brandhof2013-02-141-0/+73
|
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-131-0/+30
|
* Temporarily revert org.sonar.api.batch.AbstractCoverageExtensionSimon Brandhof2012-11-041-0/+53
|
* Remove the classes RulesManager and DaoFacade.Simon Brandhof2012-05-232-114/+0
| | | | Both of them have been deprecated long time ago.
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+1
|
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵Simon Brandhof2012-03-153-203/+0
| | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility
* SONAR-3332 API: delete the deprecated class ↵Simon Brandhof2012-03-151-194/+0
| | | | org.sonar.api.batch.AbstractViolationsStaxParser
* Fix some quality flaws, particularly on newly inspected codeSimon Brandhof2012-02-204-10/+11
|
* Move some purge tasks to MyBatissimonbrandhof2012-01-244-259/+0
| | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS
* Update copyright header for this new yearSimon Brandhof2012-01-1013-13/+13
|
* SONAR-1929 do not register dashboards which name already exitsSimon Brandhof2011-12-162-0/+65
| | | | + remove the useless column DASHBOARDS.KEE
* SONAR-3055 API: remove the attribute "classes" of the annotations ↵Simon Brandhof2011-12-051-30/+0
| | | | @DependsUpon and @DependedUpon
* Remove hardcoded path for MostViolatedRulesWidgetSimon Brandhof2011-11-251-2/+2
|
* SONAR-2475 remove org.sonar.api.checks.checkers and ↵simonbrandhof2011-05-279-856/+0
| | | | org.sonar.api.checks.profiles
* SONAR-2475 remove org.sonar.api.rules.RulePriorityMappersimonbrandhof2011-05-271-29/+0
|
* SONAR-2469 refactor Modulesimonbrandhof2011-05-2518-1553/+0
| | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project
* SONAR-2189 Remove the component SquidSearchsimonbrandhof2011-02-211-52/+0
|
* Upgrade copyright headerssimonbrandhof2011-02-0441-280/+280
|
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-031-100/+0
|
* SONAR-2130 deprecate the component SquidSearchsimonbrandhof2011-01-241-0/+52
|
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-084-12/+30
| | | | * Fix javadocs
* SONAR-1829: Use severity instead of priorityGodin2010-12-071-2/+2
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-073-18/+13
|
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-014-42/+13
|
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-183-0/+212
|
* SONAR-1814 remove the API to find a plugin from an extension :simonbrandhof2010-09-282-184/+9
| | | | | | * 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
* fix backward compatibility of the interface GeneratesViolations.simonbrandhof2010-09-271-0/+30
|
* add AnnotationRuleRepository to load rules from sonar-check-api annotationssimonbrandhof2010-09-232-2/+2
|
* move deprecated rule API to sonar-deprecatedsimonbrandhof2010-09-1413-0/+1060
|
* move deprecated check api to sonar-deprecatedsimonbrandhof2010-09-1420-0/+1897
|
* SONAR-1229 Export/Import a given Sonar quality profilesimonbrandhof2010-09-061-47/+0
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-064-0/+454
value of rule parameters in Q profile console