aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-cpd-plugin/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some quality flawsEvgeny Mandrikov2012-02-031-1/+6
* SONAR-3139 Fix wrong refactoringEvgeny Mandrikov2012-01-271-1/+1
* SONAR-3139 Remove deprecated code, add some comments and testsEvgeny Mandrikov2012-01-262-8/+8
* SONAR-3181 Fix NPEEvgeny Mandrikov2012-01-261-1/+2
* SONAR-3181,SONAR-3139 Allow filtering by number of tokensEvgeny Mandrikov2012-01-263-15/+20
* SONAR-3181,SONAR-3139 Enable cross project CPD for all languagesEvgeny Mandrikov2012-01-246-143/+97
* Move some purge tasks to MyBatissimonbrandhof2012-01-241-25/+14
* SONAR-3139 Enable Sonar CPD by defaultEvgeny Mandrikov2012-01-201-4/+4
* Update copyright header for this new yearSimon Brandhof2012-01-1014-14/+14
* SONAR-3139 Allow to use Sonar CPD with existing extension point CpdMappingEvgeny Mandrikov2012-01-094-12/+216
* SONAR-3144 Fix corner case, when implementations of CpdMapping not presentedEvgeny Mandrikov2012-01-061-4/+13
* SONAR-3144 sonar-cpd-plugin should not depend on PMDEvgeny Mandrikov2012-01-052-66/+1
* Refactor the packages of sonar-coreSimon Brandhof2011-12-222-3/+3
* Sonar Persistence API refactoringFabrice Bellingard2011-12-142-7/+7
* SONAR-3060 Use new CPD algorithmEvgeny Mandrikov2011-12-071-2/+2
* SONAR-2733 New XML format to store duplicationsEvgeny Mandrikov2011-11-021-21/+39
* Deprecate org.sonar.api.utils.Logssimonbrandhof2011-11-011-20/+23
* SONAR-2642 Use MyBatis instead of Hibernate for CPDEvgeny Mandrikov2011-10-272-50/+31
* SONAR-2904 Show name of file during construction of duplications indexEvgeny Mandrikov2011-10-141-0/+1
* CPD: Limit time of analysis of one file to 5 minutesEvgeny Mandrikov2011-09-271-17/+51
* SONAR-1091 Fix SQL for CPD over different projectsEvgeny Mandrikov2011-09-261-1/+1
* SONAR-1091 Fix ClassCastException with OracleEvgeny Mandrikov2011-09-121-3/+3
* SONAR-1091 Fix SQL for OracleEvgeny Mandrikov2011-09-121-3/+3
* Fix violationsEvgeny Mandrikov2011-09-121-12/+12
* SONAR-1091 Improve descriptions for the 'Duplications' propertiesEvgeny Mandrikov2011-09-092-12/+20