| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackage | Julien HENRY | 2014-03-25 | 1 | -5/+6 |
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 7 | -7/+7 |
* | SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages() | Simon Brandhof | 2014-02-26 | 1 | -5/+4 |
* | SONAR-926 move FS API to org.sonar.api.batch.fs | Simon Brandhof | 2014-02-20 | 1 | -14/+17 |
* | SONAR-926 Update CPD plugin to not rely on project.getLanguage[Key]() | Julien HENRY | 2014-02-10 | 1 | -23/+18 |
* | SONAR-926 Expose new FileSystem API based on InputFile/InputDir | Julien HENRY | 2014-01-27 | 1 | -1/+2 |
* | SONAR-926 remove useless coupling with class Language | Simon Brandhof | 2014-01-26 | 1 | -14/+6 |
* | SONAR-926 Expose ModuleLanguages in plugin API | Julien HENRY | 2014-01-24 | 1 | -2/+2 |
* | SONAR-926 Multi-language support: | Julien HENRY | 2014-01-24 | 1 | -22/+19 |
* | SONAR-3024 Fix SonarEngine to work with new resource keys | Julien HENRY | 2014-01-14 | 2 | -47/+29 |
* | SONAR-3024 Introduce deprecated key on resources to ease transition | Julien HENRY | 2014-01-13 | 1 | -42/+38 |
* | SONAR-4617 Refactoring away from Resource<T> | Simon Brandhof | 2013-09-16 | 1 | -2/+2 |
* | Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition... | Julien Lancelot | 2013-04-25 | 1 | -2/+2 |
* | Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro... | Julien Lancelot | 2013-04-24 | 1 | -2/+2 |
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 7 | -28/+28 |
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 7 | -21/+21 |
* | Use new PropertyDefinition API in CpdPlugin | Julien Lancelot | 2013-04-04 | 1 | -1/+1 |
* | Simplify testability of PathResolver.RelativePath | Simon Brandhof | 2013-02-19 | 1 | -2/+1 |
* | SONAR-3108 Improve log to look like the main exclusions/inclusions | Fabrice Bellingard | 2013-02-18 | 1 | -1/+5 |
* | SONAR-3108 Log exclusions when defined | Fabrice Bellingard | 2013-02-18 | 1 | -0/+17 |
* | SONAR-3108 Add new property to exclude files from duplication detection | Fabrice Bellingard | 2013-02-15 | 2 | -2/+2 |
* | SONAR-3108 Replace deprecated calls | Fabrice Bellingard | 2013-02-15 | 2 | -10/+37 |
* | SONAR-3108 Replace deprecated calls | Fabrice Bellingard | 2013-02-15 | 2 | -27/+53 |
* | SONAR-3939 complete unit tests | Simon Brandhof | 2012-11-09 | 1 | -0/+3 |
* | SONAR-3895 define properties to include/exclude plugins of dry runs | Simon Brandhof | 2012-11-07 | 1 | -1/+1 |
* | SONAR-3895 load settings from web service | Simon Brandhof | 2012-11-05 | 3 | -54/+42 |
* | SONAR-3903 Error when a duplication is detected on a filename containing XML ... | Simon Brandhof | 2012-10-23 | 1 | -0/+17 |
* | SONAR-2602 the extensions Language must not be declared with InstantiationStr... | Simon Brandhof | 2012-10-04 | 2 | -20/+30 |
* | Don't use anyObject() matcher | David Gageot | 2012-09-20 | 1 | -7/+10 |
* | SONAR-3182 Do not use PMD CPD | Evgeny Mandrikov | 2012-04-30 | 4 | -448/+55 |
* | Remove warnings | David Gageot | 2012-04-27 | 1 | -7/+4 |
* | Minimum number of lines for duplication should depend on language | Evgeny Mandrikov | 2012-03-02 | 1 | -0/+37 |
* | SONAR-3238 Deprecate old format for DUPLICATIONS_DATA | Evgeny Mandrikov | 2012-02-18 | 1 | -92/+155 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-07 | 2 | -4/+78 |
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-04 | 1 | -11/+9 |
* | SONAR-3181,SONAR-3139 Enable cross project CPD for all languages | Evgeny Mandrikov | 2012-01-24 | 1 | -9/+10 |
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 7 | -7/+7 |
* | SONAR-3144 Fix corner case, when implementations of CpdMapping not presented | Evgeny Mandrikov | 2012-01-06 | 1 | -7/+30 |
* | SONAR-2733 New XML format to store duplications | Evgeny Mandrikov | 2011-11-02 | 1 | -0/+138 |
* | Improve DuplicationDaoTest | Evgeny Mandrikov | 2011-11-01 | 4 | -289/+0 |
* | SONAR-2642 Use MyBatis instead of Hibernate for CPD | Evgeny Mandrikov | 2011-10-27 | 4 | -28/+179 |
* | SONAR-1091 Fix SQL for CPD over different projects | Evgeny Mandrikov | 2011-09-26 | 1 | -0/+4 |
* | SONAR-1091 Remove duplicated code in sonar-cpd-plugin | Evgeny Mandrikov | 2011-09-08 | 1 | -1/+2 |
* | SONAR-1091 Enable Sonar CPD engine by default | Evgeny Mandrikov | 2011-09-08 | 2 | -31/+83 |
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-07 | 4 | -11/+11 |
* | SONAR-1091 CPD over different projects | Evgeny Mandrikov | 2011-09-02 | 5 | -64/+75 |
* | SONAR-1091 Add CPD over different projects | Evgeny Mandrikov | 2011-09-01 | 4 | -3/+126 |
* | Update sonar-cpd-plugin to use new Sonar-CPD engine | Evgeny Mandrikov | 2011-08-29 | 1 | -10/+10 |
* | fix SONAR-2267 : The "duplicated blocks" measure on each file is not correct ... | Freddy Mallet | 2011-03-11 | 1 | -1/+1 |
* | fix SONAR-2267 : The "duplicated blocks" measure on each file is not correct ... | Freddy Mallet | 2011-03-11 | 1 | -10/+9 |