aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-cpd-plugin/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-3182 Do not use PMD CPDEvgeny Mandrikov2012-04-304-448/+55
* Remove warningsDavid Gageot2012-04-271-7/+4
* Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-021-0/+37
* SONAR-3238 Deprecate old format for DUPLICATIONS_DATAEvgeny Mandrikov2012-02-181-92/+155
* Fix some quality flawsEvgeny Mandrikov2012-02-072-4/+78
* Fix some quality flawsEvgeny Mandrikov2012-02-041-11/+9
* SONAR-3181,SONAR-3139 Enable cross project CPD for all languagesEvgeny Mandrikov2012-01-241-9/+10
* Update copyright header for this new yearSimon Brandhof2012-01-107-7/+7
* SONAR-3144 Fix corner case, when implementations of CpdMapping not presentedEvgeny Mandrikov2012-01-061-7/+30
* SONAR-2733 New XML format to store duplicationsEvgeny Mandrikov2011-11-021-0/+138
* Improve DuplicationDaoTestEvgeny Mandrikov2011-11-014-289/+0
* SONAR-2642 Use MyBatis instead of Hibernate for CPDEvgeny Mandrikov2011-10-274-28/+179
* SONAR-1091 Fix SQL for CPD over different projectsEvgeny Mandrikov2011-09-261-0/+4
* SONAR-1091 Remove duplicated code in sonar-cpd-pluginEvgeny Mandrikov2011-09-081-1/+2
* SONAR-1091 Enable Sonar CPD engine by defaultEvgeny Mandrikov2011-09-082-31/+83
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-074-11/+11
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-025-64/+75
* SONAR-1091 Add CPD over different projectsEvgeny Mandrikov2011-09-014-3/+126
* Update sonar-cpd-plugin to use new Sonar-CPD engineEvgeny Mandrikov2011-08-291-10/+10
* fix SONAR-2267 : The "duplicated blocks" measure on each file is not correct ...Freddy Mallet2011-03-111-1/+1
* fix SONAR-2267 : The "duplicated blocks" measure on each file is not correct ...Freddy Mallet2011-03-111-10/+9