aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6370 remove dependency of sonar-duplications on commons-langSimon Brandhof2015-06-051-2/+9
|
* SONAR-6370 remove duplicated class DuplicationPredicatesSimon Brandhof2015-06-051-51/+0
|
* Fix quality flawsSimon Brandhof2015-06-041-1/+1
|
* SONAR-6370 Decrease coupling of sonar-duplications with guavaSimon Brandhof2015-05-2815-100/+87
|
* Useless codeDavid Gageot2015-05-129-12/+12
|
* Fix quality flawsSimon Brandhof2015-04-241-3/+1
|
* Revert "Fix quality flaws"Julien Lancelot2015-02-235-7/+8
| | | | This reverts commit 7efdaa4a6e4f2ce8cbcc024e74407ccb13a413d3.
* Revert "Add missing null check on equals"Julien Lancelot2015-02-235-17/+9
| | | | This reverts commit 3c5fec7277657389960231c8ee650256028a1d7a.
* Add missing null check on equalsJulien Lancelot2015-02-235-9/+17
|
* Fix quality flawsJulien Lancelot2015-02-235-8/+7
|
* SONAR-6000 Try to decrease size of duplications in persistitJulien HENRY2015-02-162-1/+26
|
* Fix quality flawsSimon Brandhof2015-02-121-5/+5
|
* Fix quality flawsJulien Lancelot2014-12-191-0/+30
|
* Add missing @Override annotationsSimon Brandhof2014-10-1015-0/+33
|
* Fix some quality flawsJulien HENRY2014-09-011-2/+1
|
* Fix some quality flawsJulien HENRY2014-09-011-1/+1
|
* SONAR-5389 New duplication APIJulien HENRY2014-07-306-17/+75
|
* Fix some quality flawsSimon Brandhof2014-07-171-5/+5
|
* Fix some quality flawsSimon Brandhof2014-03-192-2/+3
|\
| * Fixes a couple of issues by using interfaces rather than a specific ↵Hans Joachim Desserud2013-11-022-2/+3
| | | | | | | | implementation
* | Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1163-63/+63
|/
* Fix some quality flawsSimon Brandhof2013-08-171-1/+1
|
* Fix some quality flawsSimon Brandhof2013-08-161-1/+1
|
* Fix some quality flawsSimon Brandhof2013-05-291-3/+3
|
* Update copyright headersSimon Brandhof2013-04-2263-252/+252
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2163-189/+189
|
* Fix some quality flawsEvgeny Mandrikov2012-12-051-3/+6
|
* Fix some quality flawsEvgeny Mandrikov2012-12-0511-25/+52
|
* 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-194-7/+54
| | | | Multiple successive and identical lines should be treated as one monolitic fragment.
* Fix some quality flawsSimon Brandhof2012-05-251-2/+4
|
* Fix some quality flawsEvgeny Mandrikov2012-05-231-7/+3
|
* SONAR-3182 Remove unused codeEvgeny Mandrikov2012-05-082-105/+0
|
* SONAR-3182 Do not use PMD CPDEvgeny Mandrikov2012-04-308-798/+0
|
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-274-0/+9
|
* Minimum number of lines for duplication should depend on languageEvgeny Mandrikov2012-03-021-4/+2
|
* Fix some typosSimon Brandhof2012-02-212-2/+2
|
* 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-134-126/+12
|
* Fix some quality flawsEvgeny Mandrikov2012-02-061-0/+48
|
* Fix some quality flawsEvgeny Mandrikov2012-02-044-24/+53
|
* Fix some quality flawsEvgeny Mandrikov2012-02-034-47/+115
|
* Fix violationsEvgeny Mandrikov2012-02-023-11/+10
|
* SONAR-3139 Remove deprecated code, add some comments and testsEvgeny Mandrikov2012-01-269-55/+59
|
* SONAR-3181,SONAR-3139 Allow filtering by number of tokensEvgeny Mandrikov2012-01-2611-96/+430
| | | | | 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-243-0/+135
| | | | | 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-1065-65/+65
|