Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3181,SONAR-3139 Allow filtering by number of tokens | Evgeny Mandrikov | 2012-01-26 | 15 | -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 languages | Evgeny Mandrikov | 2012-01-24 | 4 | -0/+207 |
| | | | | | sonar.cpd.minimumTokens can't be used, because for index in database tokens must be grouped by lines. | ||||
* | Fix violations | Evgeny Mandrikov | 2012-01-16 | 3 | -12/+14 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 106 | -106/+106 |
| | |||||
* | SONAR-3139 Refactor our fork of PMD CPD | Evgeny Mandrikov | 2012-01-10 | 35 | -4666/+346 |
| | | | | | | * Replace some code by our own implementation * Remove unused * Reformat to conform with our conventions | ||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-12-19 | 2 | -2/+2 |
| | |||||
* | SONAR-3060 Improve new CPD algorithm | Evgeny Mandrikov | 2011-12-15 | 3 | -34/+34 |
| | | | | | * Remove recursive part of algorithm to avoid StackOverflowError * Fix violations | ||||
* | Fix test | Evgeny Mandrikov | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | SONAR-3060 Refactor new CPD algorithm | Evgeny Mandrikov | 2011-12-14 | 15 | -333/+463 |
| | | | | | | | | | * 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. | ||||
* | Add couple of functional tests for CPD | Evgeny Mandrikov | 2011-12-08 | 1 | -7/+144 |
| | |||||
* | Fix violations, increase coverage | Evgeny Mandrikov | 2011-12-08 | 7 | -125/+142 |
| | |||||
* | SONAR-3060 Use new CPD algorithm | Evgeny Mandrikov | 2011-12-07 | 1 | -0/+1 |
| | |||||
* | SONAR-3060 Add new CPD algorithm based on suffix tree | Evgeny Mandrikov | 2011-12-07 | 19 | -481/+1977 |
| | |||||
* | SONAR-3052 add dependency on Guava 10 | simonbrandhof | 2011-12-04 | 1 | -3/+2 |
| | |||||
* | SONAR-2819 Upgrade to PMD 4.3 | Evgeny Mandrikov | 2011-11-30 | 1 | -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-SNAPSHOT | Eric Hartmann | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Fix build with JDK5 | Simon Brandhof | 2011-11-03 | 1 | -2/+5 |
| | |||||
* | Fix coding violations | Simon Brandhof | 2011-11-03 | 1 | -5/+2 |
| | |||||
* | SONAR-2632 Remove sonar-channel buffer restriction | Evgeny Mandrikov | 2011-10-24 | 2 | -47/+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 Bolkensteyn | 2011-10-20 | 1 | -10/+1 |
| | | | | other modules | ||||
* | CPD: add support for Java 7 - try with resource | Evgeny Mandrikov | 2011-09-27 | 2 | -0/+28 |
| | |||||
* | SONAR-2782 Fix detection of false-positive duplication in case of chain of cases | Evgeny Mandrikov | 2011-09-27 | 3 | -12/+123 |
| | |||||
* | SONAR-2837 Fix detection of false-positive duplication in case of ↵ | Evgeny Mandrikov | 2011-09-27 | 5 | -22/+211 |
| | | | | initialization of multidimensional array | ||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-09-12 | 1 | -1/+7 |
| | |||||
* | SONAR-1091 Sonar-CPD: support Java 7 (JSR334) | Evgeny Mandrikov | 2011-09-08 | 2 | -15/+49 |
| | | | | | * Binary integer literals * Underscores in numeric literals | ||||
* | SONAR-1091 Use correct encoding during detection of duplications | Evgeny Mandrikov | 2011-09-08 | 4 | -43/+47 |
| | |||||
* | SONAR-1091 Update library for detection of duplicates | Evgeny Mandrikov | 2011-09-07 | 73 | -4/+8125 |
| | |||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Fix some violations | simonbrandhof | 2011-04-01 | 1 | -24/+7 |
| | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Fix coding violations | simonbrandhof | 2011-03-27 | 1 | -2/+4 |
| | |||||
* | fix coding violations | simonbrandhof | 2011-03-27 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC1 | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| |