aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-cpd-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-251-5/+6
* SONAR-926 support cross-project duplications in multi-lang projectSimon Brandhof2014-03-184-8/+9
* SONAR-4790 complete documentation of FileSystemSimon Brandhof2014-03-142-9/+15
* SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-142-8/+8
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1120-20/+20
* Deprecate remaining Java-specific stuffSimon Brandhof2014-02-271-2/+1
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-262-10/+9
* SONAR-926 fix support of CPD without exclusion patternsSimon Brandhof2014-02-202-7/+9
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-205-56/+53
* Fix some quality flawsJulien HENRY2014-02-131-0/+3
* SONAR-926 Update CPD plugin to not rely on project.getLanguage[Key]()Julien HENRY2014-02-105-42/+32
* Fix some quality flawsSimon Brandhof2014-02-021-1/+0
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-275-5/+11
* SONAR-926 remove useless coupling with class LanguageSimon Brandhof2014-01-265-30/+22
* SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-242-3/+3
* SONAR-926 Multi-language support:Julien HENRY2014-01-242-40/+42
* Fix some quality flawsSimon Brandhof2014-01-231-2/+2
* SONAR-3024 Fix SonarEngine to work with new resource keysJulien HENRY2014-01-146-144/+108
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-132-58/+66
* Fix some quality flawsSimon Brandhof2014-01-071-1/+1
* SONAR-4660 Make Settings > 'Database Cleaner', 'Differential Views', 'Duplica...Julien Lancelot2013-09-181-2/+4
* SONAR-4617 Refactoring away from Resource<T>Simon Brandhof2013-09-163-9/+9
* SONAR-4661 SONAR-4655 Fix labels on Exclusions > Duplications propertiesJean-Baptiste Lievremont2013-09-121-2/+2
* SONAR-4655 Move CPD exclusions settings to dedicated subcategory of ExclusionsJean-Baptiste Lievremont2013-09-121-2/+3
* Fix quality flawsJulien Lancelot2013-08-222-25/+9
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-081-1/+1
* Revert Rename PropertyDefinitions to PropertyDefsJulien Lancelot2013-04-251-4/+4
* 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
* Rename PropertyDefinition by PropertyDefJulien Lancelot2013-04-241-32/+32
* Update PropertyDefinition API : rename Builder.build() to Builder.builder(), ...Julien Lancelot2013-04-231-8/+6
* Update copyright headersSimon Brandhof2013-04-2220-80/+80
* SONAR-4252 rename Sonar to SonarQube in admin pagesSimon Brandhof2013-04-211-1/+1
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2120-60/+60
* Remove unused importsJulien Lancelot2013-04-041-2/+0
* Use new PropertyDefinition API in CpdPluginJulien Lancelot2013-04-042-33/+31
* Change level of CPD log to DEBUG when language is not supportedJulien HENRY2013-03-221-1/+1
* SONAR-4139 Move Java language definition to sonar-java-pluginJulien Lancelot2013-03-141-1/+2
* Simplify testability of PathResolver.RelativePathSimon Brandhof2013-02-191-2/+1
* SONAR-3108 Improve log to look like the main exclusions/inclusionsFabrice Bellingard2013-02-182-3/+12
* SONAR-3108 Improve description of the exclusion propertyFabrice Bellingard2013-02-181-1/+2
* SONAR-3108 Log exclusions when definedFabrice Bellingard2013-02-184-4/+29
* SONAR-3108 Add new property to exclude files from duplication detectionFabrice Bellingard2013-02-155-14/+32
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-153-37/+84
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-153-48/+93
* SONAR-3939 complete unit testsSimon Brandhof2012-11-091-0/+3
* SONAR-3895 define properties to include/exclude plugins of dry runsSimon Brandhof2012-11-072-2/+2
* Fix some quality flawsSimon Brandhof2012-11-051-1/+0
* SONAR-3895 load settings from web serviceSimon Brandhof2012-11-056-81/+83
* SONAR-3903 Error when a duplication is detected on a filename containing XML ...Simon Brandhof2012-10-232-1/+19