aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-3139 Refactor our fork of PMD CPDEvgeny Mandrikov2012-01-1034-4666/+284
| | | | | | * Replace some code by our own implementation * Remove unused * Reformat to conform with our conventions
* Fix violationsEvgeny Mandrikov2011-12-192-2/+2
|
* SONAR-3060 Improve new CPD algorithmEvgeny Mandrikov2011-12-152-31/+33
| | | | | * Remove recursive part of algorithm to avoid StackOverflowError * Fix violations
* SONAR-3060 Refactor new CPD algorithmEvgeny Mandrikov2011-12-148-168/+245
| | | | | | | | | * Fix violations * Remove duplications * Add Javadocs * Method SortedListsUtils#contains now uses iterators, so doesn't require RandomAccess list in order to work efficiently in terms of performance.
* Fix violations, increase coverageEvgeny Mandrikov2011-12-086-125/+96
|
* SONAR-3060 Use new CPD algorithmEvgeny Mandrikov2011-12-071-0/+1
|
* SONAR-3060 Add new CPD algorithm based on suffix treeEvgeny Mandrikov2011-12-0711-0/+1046
|
* Fix build with JDK5Simon Brandhof2011-11-031-2/+5
|
* Fix coding violationsSimon Brandhof2011-11-031-5/+2
|
* SONAR-2632 Remove sonar-channel buffer restrictionEvgeny Mandrikov2011-10-241-1/+1
| | | | | | * Add test for backward compatibility with a COBOL plugin * Fix violations * Simplify code
* SONAR-2923 and SONAR-2632: Fixed some side-effect compilations error in ↵Dinesh Bolkensteyn2011-10-201-10/+1
| | | | other modules
* CPD: add support for Java 7 - try with resourceEvgeny Mandrikov2011-09-271-0/+1
|
* SONAR-2782 Fix detection of false-positive duplication in case of chain of casesEvgeny Mandrikov2011-09-271-2/+2
|
* SONAR-2837 Fix detection of false-positive duplication in case of ↵Evgeny Mandrikov2011-09-273-4/+75
| | | | initialization of multidimensional array
* Fix violationsEvgeny Mandrikov2011-09-121-1/+7
|
* SONAR-1091 Sonar-CPD: support Java 7 (JSR334)Evgeny Mandrikov2011-09-081-9/+11
| | | | | * Binary integer literals * Underscores in numeric literals
* SONAR-1091 Use correct encoding during detection of duplicationsEvgeny Mandrikov2011-09-081-36/+6
|
* SONAR-1091 Update library for detection of duplicatesEvgeny Mandrikov2011-09-0738-0/+3177
|
* Fix some violationssimonbrandhof2011-04-011-24/+7
|
* Fix coding violationssimonbrandhof2011-03-271-2/+4
|
* fix coding violationssimonbrandhof2011-03-271-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-0437-826/+826
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-3137-0/+702
|
* fix SONAR-1774 : The AbstractTokenizer class has been removed from the Sonar ↵fmallet2010-09-091-136/+0
| | | | source code as the Sonar implementation didn't provide more functionalities than the PMD-CPD's one.
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-0638-0/+5142
value of rule parameters in Q profile console