aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-cpd-plugin/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-926 Update CPD plugin to not rely on project.getLanguage[Key]()Julien HENRY2014-02-104-19/+14
* Fix some quality flawsSimon Brandhof2014-02-021-1/+0
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-274-4/+9
* SONAR-926 remove useless coupling with class LanguageSimon Brandhof2014-01-264-16/+16
* SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-241-1/+1
* SONAR-926 Multi-language support:Julien HENRY2014-01-241-18/+23
* Fix some quality flawsSimon Brandhof2014-01-231-2/+2
* SONAR-3024 Fix SonarEngine to work with new resource keysJulien HENRY2014-01-144-97/+79
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-131-16/+28
* 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-162-7/+7
* 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
* 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-2213-52/+52
* 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-2113-39/+39
* Remove unused importsJulien Lancelot2013-04-041-2/+0
* Use new PropertyDefinition API in CpdPluginJulien Lancelot2013-04-041-32/+30
* 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
* SONAR-3108 Improve log to look like the main exclusions/inclusionsFabrice Bellingard2013-02-181-2/+7
* SONAR-3108 Improve description of the exclusion propertyFabrice Bellingard2013-02-181-1/+2
* SONAR-3108 Log exclusions when definedFabrice Bellingard2013-02-183-4/+12
* SONAR-3108 Add new property to exclude files from duplication detectionFabrice Bellingard2013-02-153-12/+30
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-151-27/+47
* SONAR-3108 Replace deprecated callsFabrice Bellingard2013-02-151-21/+40
* SONAR-3895 define properties to include/exclude plugins of dry runsSimon Brandhof2012-11-071-1/+1
* Fix some quality flawsSimon Brandhof2012-11-051-1/+0
* SONAR-3895 load settings from web serviceSimon Brandhof2012-11-053-27/+41
* SONAR-3903 Error when a duplication is detected on a filename containing XML ...Simon Brandhof2012-10-231-1/+2
* Fix description of property "sonar.cpd_cross_project"Simon Brandhof2012-06-081-11/+9
* SONAR-3182 Remove properties related to PMD CPDEvgeny Mandrikov2012-05-241-48/+0
* SONAR-3182 Do not use PMD CPDEvgeny Mandrikov2012-04-307-387/+27
* Remove warningsDavid Gageot2012-04-271-8/+15
* SONAR-3347 Limit time of analysis of single file for bridge between PMD and S...Evgeny Mandrikov2012-03-262-11/+38
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-161-9/+7
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-141-59/+65
* Persist duplications XML measure directly into databaseEvgeny Mandrikov2012-03-072-6/+14
* Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-021-1/+19
* Fix some quality flawsEvgeny Mandrikov2012-02-215-9/+11
* SONAR-3238 Deprecate old format for DUPLICATIONS_DATAEvgeny Mandrikov2012-02-185-41/+112
* Fix some quality flawsEvgeny Mandrikov2012-02-071-6/+11
* Fix regressionEvgeny Mandrikov2012-02-061-2/+4
* Fix some quality flawsEvgeny Mandrikov2012-02-062-19/+25