aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-cpd-plugin/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6000 Merge cpd core plugin into the batchJulien HENRY2015-02-168-800/+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-272-4/+3
* 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-081-11/+9
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-2/+3
* SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-011-3/+62
* SONAR-5389 Refactor dependency APIJulien HENRY2014-10-141-1/+1
* SONAR-5672 Fix regression with measure duplication_lines_dataJulien HENRY2014-10-023-28/+15
* SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.xSimon Brandhof2014-10-021-1/+1
* SONAR-5389 Refactor new issue APIJulien HENRY2014-09-221-15/+15
* SONAR-5389 Refactor new measure APIJulien HENRY2014-09-221-14/+24
* SONAR-5389 New test API for batch 2.0Julien HENRY2014-09-051-3/+2
* SONAR-5389 Improve duplication APIJulien HENRY2014-08-012-9/+15
* SONAR-5513 Deprecate measure duplication_data and provide alternative to dev ...Julien HENRY2014-07-314-10/+24
* Fix UT of CPD pluginJulien HENRY2014-07-301-38/+30
* SONAR-5389 New duplication APIJulien HENRY2014-07-307-194/+307
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-201-2/+2
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-4/+4
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-251-5/+6
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-117-7/+7
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-261-5/+4
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-201-14/+17
* SONAR-926 Update CPD plugin to not rely on project.getLanguage[Key]()Julien HENRY2014-02-101-23/+18
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-271-1/+2
* SONAR-926 remove useless coupling with class LanguageSimon Brandhof2014-01-261-14/+6
* SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-241-2/+2
* SONAR-926 Multi-language support:Julien HENRY2014-01-241-22/+19
* SONAR-3024 Fix SonarEngine to work with new resource keysJulien HENRY2014-01-142-47/+29
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-131-42/+38
* SONAR-4617 Refactoring away from Resource<T>Simon Brandhof2013-09-161-2/+2
* Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition...Julien Lancelot2013-04-251-2/+2
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro...Julien Lancelot2013-04-241-2/+2
* Update copyright headersSimon Brandhof2013-04-227-28/+28
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-217-21/+21
* Use new PropertyDefinition API in CpdPluginJulien Lancelot2013-04-041-1/+1
* Simplify testability of PathResolver.RelativePathSimon Brandhof2013-02-191-2/+1
* SONAR-3108 Improve log to look like the main exclusions/inclusionsFabrice Bellingard2013-02-181-1/+5
* SONAR-3108 Log exclusions when definedFabrice Bellingard2013-02-181-0/+17
* SONAR-3108 Add new property to exclude files from duplication detectionFabrice Bellingard2013-02-152-2/+2
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-152-10/+37
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-152-27/+53
* SONAR-3939 complete unit testsSimon Brandhof2012-11-091-0/+3
* SONAR-3895 define properties to include/exclude plugins of dry runsSimon Brandhof2012-11-071-1/+1
* SONAR-3895 load settings from web serviceSimon Brandhof2012-11-053-54/+42
* SONAR-3903 Error when a duplication is detected on a filename containing XML ...Simon Brandhof2012-10-231-0/+17
* SONAR-2602 the extensions Language must not be declared with InstantiationStr...Simon Brandhof2012-10-042-20/+30
* Don't use anyObject() matcherDavid Gageot2012-09-201-7/+10