aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3752 Improve detection of duplicationsEvgeny Mandrikov2012-11-193-15/+8
| | | | Take into account only first and last lines from multiple successive and identical lines.
* SONAR-3752 Improve detection of duplicationsEvgeny Mandrikov2012-11-196-10/+59
| | | | Multiple successive and identical lines should be treated as one monolitic fragment.
* Upgrade version to 3.4-SNAPSHOTEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC2Eric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-111-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC1Eric Hartmann2012-10-111-1/+1
|
* Update to 3.3-SNAPSHOTGAUDIN2012-09-261-1/+1
|
* Update to 3.3-M5GAUDIN2012-09-261-1/+1
|
* Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOTEric Hartmann2012-09-181-1/+1
|
* Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3Eric Hartmann2012-09-181-1/+1
|
* Update to 3.3-SNAPSHOTEric Hartmann2012-09-141-1/+1
|
* Update to 3.3-M2Eric Hartmann2012-09-141-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* Remove some violations on unit testsDavid Gageot2012-06-142-20/+26
| | | | | Took the opportunity to migrate some tests to FestAssert. Also removed some duplication
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Fix some quality flawsSimon Brandhof2012-05-251-2/+4
|
* Remove warningsDavid Gageot2012-05-233-42/+40
|
* Fix some quality flawsEvgeny Mandrikov2012-05-231-7/+3
|
* SONAR-3182 Remove unused codeEvgeny Mandrikov2012-05-083-173/+0
|
* SONAR-3182 Do not use PMD CPDEvgeny Mandrikov2012-04-309-891/+0
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-275-0/+10
|
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-5/+6
|
* Remove warningsDavid Gageot2012-04-273-40/+42
|
* 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
|
* Merge branch 'release-2.14'Eric Hartmann2012-03-053-6/+4
|\
| * Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-023-6/+4
| |
| * [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 typosSimon Brandhof2012-02-214-6/+7
|
* Mark org.sonar.duplications.cpd.CPD as deprecatedEvgeny Mandrikov2012-02-181-1/+5
|
* Fix some quality flawsEvgeny Mandrikov2012-02-174-9/+8
|
* Enforce that parameters are non null by default in sonar-duplicationsEvgeny Mandrikov2012-02-164-2/+58
|
* Remove deprecated and unused codeEvgeny Mandrikov2012-02-139-309/+55
|
* Fix some quality flawsEvgeny Mandrikov2012-02-062-0/+87
|
* Cleanup build log for sonar-duplications by redirecting test output to fileEvgeny Mandrikov2012-02-041-0/+6
|
* Fix some quality flawsEvgeny Mandrikov2012-02-045-33/+60
|
* Fix some quality flawsEvgeny Mandrikov2012-02-035-47/+137
|
* Fix violationsEvgeny Mandrikov2012-02-023-11/+10
|
* SONAR-3139 Remove deprecated code, add some comments and testsEvgeny Mandrikov2012-01-2613-86/+144
|
* SONAR-3181,SONAR-3139 Allow filtering by number of tokensEvgeny Mandrikov2012-01-2615-116/+637
| | | | | 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-244-0/+207
| | | | | sonar.cpd.minimumTokens can't be used, because for index in database tokens must be grouped by lines.
* Fix violationsEvgeny Mandrikov2012-01-163-12/+14
|
* Update copyright header for this new yearSimon Brandhof2012-01-10106-106/+106
|