aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-cpd-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* Fix description of property "sonar.cpd_cross_project"Simon Brandhof2012-06-081-11/+9
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* SONAR-3182 Remove properties related to PMD CPDEvgeny Mandrikov2012-05-241-48/+0
|
* SONAR-3182 Do not use PMD CPDEvgeny Mandrikov2012-04-3011-835/+82
|
* Remove warningsDavid Gageot2012-04-272-15/+19
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|
* Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
|
* Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|
* SONAR-3347 Limit time of analysis of single file for bridge between PMD and ↵Evgeny Mandrikov2012-03-262-11/+38
| | | | Sonar CPD
* 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
|
* Merge branch 'release-2.14'Eric Hartmann2012-03-052-1/+56
|\
| * Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-022-1/+56
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-02-271-1/+1
| |
| * [maven-release-plugin] prepare release 2.14-RC1Eric Hartmann2012-02-271-1/+1
| |
* | Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-271-1/+1
| |
* | Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|/
* Fix some quality flawsEvgeny Mandrikov2012-02-215-9/+11
|
* SONAR-3238 Deprecate old format for DUPLICATIONS_DATAEvgeny Mandrikov2012-02-186-133/+267
|
* Fix some quality flawsEvgeny Mandrikov2012-02-073-10/+89
|
* Fix regressionEvgeny Mandrikov2012-02-061-2/+4
|
* Fix some quality flawsEvgeny Mandrikov2012-02-062-19/+25
|
* Fix some quality flawsEvgeny Mandrikov2012-02-041-11/+9
|
* 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
| | | | | To do this each block stores two additional integers - index for first and last token. So total size of in-memory storage has been increased.
* SONAR-3181,SONAR-3139 Enable cross project CPD for all languagesEvgeny Mandrikov2012-01-247-152/+107
| | | | | sonar.cpd.minimumTokens can't be used, because for index in database tokens must be grouped by lines.
* Move some purge tasks to MyBatissimonbrandhof2012-01-241-25/+14
| | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS
* SONAR-3139 Enable Sonar CPD by defaultEvgeny Mandrikov2012-01-201-4/+4
|
* Update copyright header for this new yearSimon Brandhof2012-01-1021-21/+21
|
* 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-062-11/+43
|
* SONAR-3144 sonar-cpd-plugin should not depend on PMDEvgeny Mandrikov2012-01-053-86/+1
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* Refactor the packages of sonar-coreSimon Brandhof2011-12-222-3/+3
| | | | | * The root package should be org.sonar.core -> org.sonar.persistence is moved to org.sonar.core.persistence * Classes are grouped by functional domain (resource, review, rule, ...)
* Sonar Persistence API refactoringFabrice Bellingard2011-12-142-7/+7
| | | | | | | - Class mapped to tables should now be named "MyTableDto" - DTOs, DAOs and Mappers of a same concern should be packed in a single package, allowing to use package visibility amongst them. => org.sonar.persistence has been reorganized following those rules.
* SONAR-3060 Use new CPD algorithmEvgeny Mandrikov2011-12-071-2/+2
|
* SONAR-2819 Upgrade to PMD 4.3Evgeny Mandrikov2011-11-301-1/+1
| | | | | | | | | | | | | | New rules in PMD 4.3: * DontCallThreadRun * GuardDebugLogging New rules in PMD 4.2.6: * GenericsNaming * AvoidCatchingGenericException * AvoidLosingExceptionInformation * AvoidLiteralsInIfCondition * UseConcurrentHashMap * DoNotHardCodeSDCard
* Upgrade version to 2.13-SNAPSHOTEric Hartmann2011-11-091-1/+1
|
* SONAR-2733 New XML format to store duplicationsEvgeny Mandrikov2011-11-022-21/+177
|
* Improve DuplicationDaoTestEvgeny Mandrikov2011-11-014-289/+0
|
* Deprecate org.sonar.api.utils.Logssimonbrandhof2011-11-011-20/+23
|
* SONAR-2642 Use MyBatis instead of Hibernate for CPDEvgeny Mandrikov2011-10-276-78/+210
|
* Fix declaration of sonar-packaging-maven-plugin to allow proper inheritanceEvgeny Mandrikov2011-10-141-2/+1
|
* SONAR-2904 Show name of file during construction of duplications indexEvgeny Mandrikov2011-10-141-0/+1
|