aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-duplications
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Do not redirect surefire logs to file"Simon Brandhof2015-07-231-0/+4
| | | | | | Too many logs are generated for travis, which accepts max 4Mb This reverts commit e9782fdb646b47679802e4b7a04dd20daa14ddb1.
* Do not redirect surefire logs to fileSimon Brandhof2015-07-231-4/+0
|
* Fix deprecated codeDavid Gageot2015-07-072-6/+6
|
* Quality flawsSimon Brandhof2015-06-292-2/+4
| | | | | - do not declare multiple variables on same line - fix imports
* SONAR-6370 remove dependency of sonar-duplications on commons-langSimon Brandhof2015-06-052-6/+9
|
* SONAR-6370 remove duplicated class DuplicationPredicatesSimon Brandhof2015-06-052-89/+0
|
* Fix quality flawsSimon Brandhof2015-06-041-1/+1
|
* SONAR-6370 Decrease coupling of sonar-duplications with guavaSimon Brandhof2015-05-2815-100/+87
|
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-152-9/+9
|
* Useless codeDavid Gageot2015-05-1211-15/+15
|
* Fix quality flawsSimon Brandhof2015-04-241-3/+1
|
* Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+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-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-191-3/+6
|
* SONAR-6000 Try to decrease size of duplications in persistitJulien HENRY2015-02-163-1/+30
|
* Fix quality flawsSimon Brandhof2015-02-121-5/+5
|
* Replace fest-assert by assertJSimon Brandhof2015-01-106-6/+6
|
* Fix quality flawsJulien Lancelot2014-12-191-0/+30
|
* Profile dbTests enables only the tests involving a databaseSimon Brandhof2014-12-101-17/+2
|
* Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|
* Add missing @Override annotationsSimon Brandhof2014-10-1015-0/+33
|
* Fix quality flawsSimon Brandhof2014-10-091-7/+2
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
| * Maven profiles for each technical stackSimon Brandhof2014-09-301-0/+12
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-1/+1
| |
* | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
|/
* 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
|
* Upgrade to 4.5-SNAPSHOTEric Hartmann2014-07-021-1/+1
|
* Fic compatibility of hamcrest with java 6Simon Brandhof2014-06-201-2/+3
|
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-2010-26/+24
|
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-2110-221/+223
|
* Upgrade to 4.4-SNAPSHOTEric Hartmann2014-04-181-1/+1
|
* 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-11106-106/+106
| |
* | Upgrade version to 4.3-SNAPSHOTEric Hartmann2014-02-241-1/+1
| |
* | Upgrade to 4.2-SNAPSHOTEric Hartmann2013-12-111-1/+1
| |