aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-cpd-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6000 Merge cpd core plugin into the batchJulien HENRY2015-02-1623-2174/+0
|
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-103-5/+5
|
* SONAR-6068 Improve performance of FileSystem query operationJulien HENRY2015-02-101-2/+9
|
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-274-10/+9
|
* SONAR-5077 Lines metric is computed by the coreJulien HENRY2015-01-161-4/+4
|
* Replace fest-assert by assertJSimon Brandhof2015-01-105-5/+5
|
* SONAR-6014 Make sensor mode use the same container than normal modeJulien HENRY2015-01-082-11/+14
|
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-173-21/+40
|
* Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|
* SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-012-6/+65
|
* Fix quality flawJulien Lancelot2014-10-311-1/+2
|
* SONAR-5339 Deprecate "sonar.cpd.xxx.skip" in favor of "sonar.cpd.exclusions"Julien Lancelot2014-10-291-0/+8
|
* SONAR-5705 Drop support of Maven 2Julien HENRY2014-10-231-0/+5
|
* Remove some duplications in pom filesSimon Brandhof2014-10-231-5/+0
|
* SONAR-5389 Refactor dependency APIJulien HENRY2014-10-141-1/+1
|
* Add missing @Override annotationsSimon Brandhof2014-10-104-0/+7
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-061-0/+5
|\ | | | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/SensorContext.java
| * SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXTSimon Brandhof2014-10-051-0/+5
| |
* | SONAR-5626 get next report mecanism dao implemented and interfaces defined. ↵Teryk Bellahsene2014-10-021-6/+1
| | | | | | | | Thread management stub.
* | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵Julien HENRY2014-10-021-6/+10
| | | | | | | | using WS
* | SONAR-5672 Fix regression with measure duplication_lines_dataJulien HENRY2014-10-025-49/+35
| |
* | SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.xSimon Brandhof2014-10-023-2/+7
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
| * Maven profiles for each technical stackSimon Brandhof2014-09-301-0/+14
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-1/+1
| |
* | Revert "SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM ↵Simon Brandhof2014-09-261-10/+6
| | | | | | | | | | | | data using WS" This reverts commit 78fbdc2a8445e9131a10d2210b88d0e4d9927a14.
* | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵Julien HENRY2014-09-251-6/+10
| | | | | | | | using WS
* | SONAR-5389 Refactor new issue APIJulien HENRY2014-09-221-15/+15
| |
* | SONAR-5389 Refactor new measure APIJulien HENRY2014-09-222-20/+30
| |
* | SONAR-5389 New test API for batch 2.0Julien HENRY2014-09-051-3/+2
| |
* | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
|/
* Fix some quality flawsJulien HENRY2014-09-013-30/+37
|
* SONAR-5494 Update description of sonar.cpd.cross_project propertyJean-Baptiste Lievremont2014-08-081-1/+4
|
* SONAR-5389 Improve duplication APIJulien HENRY2014-08-013-11/+17
|
* SONAR-5513 Deprecate measure duplication_data and provide alternative to dev ↵Julien HENRY2014-07-316-19/+47
| | | | cockpit
* Fix UT of CPD pluginJulien HENRY2014-07-301-38/+30
|
* SONAR-5389 New duplication APIJulien HENRY2014-07-3015-291/+488
|
* Upgrade to 4.5-SNAPSHOTEric Hartmann2014-07-021-1/+1
|
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-202-3/+9
|
* SONAR-5389 Fix some quality flawsJulien HENRY2014-06-192-6/+6
|
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-163-10/+10
|
* Upgrade to 4.4-SNAPSHOTEric Hartmann2014-04-181-1/+1
|
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-251-5/+6
|