| 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 |
* | SONAR-926 support cross-project duplications in multi-lang project | Simon Brandhof | 2014-03-18 | 4 | -8/+9 |
* | SONAR-4790 complete documentation of FileSystem | Simon Brandhof | 2014-03-14 | 2 | -9/+15 |
* | SONAR-4790 replace static factory FilePredicates by FileSystem#predicates() | Simon Brandhof | 2014-03-14 | 2 | -8/+8 |
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 20 | -20/+20 |
* | Deprecate remaining Java-specific stuff | Simon Brandhof | 2014-02-27 | 1 | -2/+1 |
* | SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages() | Simon Brandhof | 2014-02-26 | 2 | -10/+9 |
* | SONAR-926 fix support of CPD without exclusion patterns | Simon Brandhof | 2014-02-20 | 2 | -7/+9 |
* | SONAR-926 move FS API to org.sonar.api.batch.fs | Simon Brandhof | 2014-02-20 | 5 | -56/+53 |
* | Fix some quality flaws | Julien HENRY | 2014-02-13 | 1 | -0/+3 |
* | SONAR-926 Update CPD plugin to not rely on project.getLanguage[Key]() | Julien HENRY | 2014-02-10 | 5 | -42/+32 |
* | Fix some quality flaws | Simon Brandhof | 2014-02-02 | 1 | -1/+0 |
* | SONAR-926 Expose new FileSystem API based on InputFile/InputDir | Julien HENRY | 2014-01-27 | 5 | -5/+11 |
* | SONAR-926 remove useless coupling with class Language | Simon Brandhof | 2014-01-26 | 5 | -30/+22 |
* | SONAR-926 Expose ModuleLanguages in plugin API | Julien HENRY | 2014-01-24 | 2 | -3/+3 |
* | SONAR-926 Multi-language support: | Julien HENRY | 2014-01-24 | 2 | -40/+42 |
* | Fix some quality flaws | Simon Brandhof | 2014-01-23 | 1 | -2/+2 |
* | SONAR-3024 Fix SonarEngine to work with new resource keys | Julien HENRY | 2014-01-14 | 6 | -144/+108 |
* | SONAR-3024 Introduce deprecated key on resources to ease transition | Julien HENRY | 2014-01-13 | 2 | -58/+66 |
* | Fix some quality flaws | Simon Brandhof | 2014-01-07 | 1 | -1/+1 |
* | SONAR-4660 Make Settings > 'Database Cleaner', 'Differential Views', 'Duplica... | Julien Lancelot | 2013-09-18 | 1 | -2/+4 |
* | SONAR-4617 Refactoring away from Resource<T> | Simon Brandhof | 2013-09-16 | 3 | -9/+9 |
* | SONAR-4661 SONAR-4655 Fix labels on Exclusions > Duplications properties | Jean-Baptiste Lievremont | 2013-09-12 | 1 | -2/+2 |
* | SONAR-4655 Move CPD exclusions settings to dedicated subcategory of Exclusions | Jean-Baptiste Lievremont | 2013-09-12 | 1 | -2/+3 |
* | Fix quality flaws | Julien Lancelot | 2013-08-22 | 2 | -25/+9 |
* | SONAR-4388 Move from Sonar to SonarQube | Julien HENRY | 2013-07-08 | 1 | -1/+1 |
* | Revert Rename PropertyDefinitions to PropertyDefs | Julien Lancelot | 2013-04-25 | 1 | -4/+4 |
* | 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 |
* | Rename PropertyDefinition by PropertyDef | Julien Lancelot | 2013-04-24 | 1 | -32/+32 |
* | Update PropertyDefinition API : rename Builder.build() to Builder.builder(), ... | Julien Lancelot | 2013-04-23 | 1 | -8/+6 |
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 20 | -80/+80 |
* | SONAR-4252 rename Sonar to SonarQube in admin pages | Simon Brandhof | 2013-04-21 | 1 | -1/+1 |
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 20 | -60/+60 |
* | Remove unused imports | Julien Lancelot | 2013-04-04 | 1 | -2/+0 |
* | Use new PropertyDefinition API in CpdPlugin | Julien Lancelot | 2013-04-04 | 2 | -33/+31 |
* | Change level of CPD log to DEBUG when language is not supported | Julien HENRY | 2013-03-22 | 1 | -1/+1 |
* | SONAR-4139 Move Java language definition to sonar-java-plugin | Julien Lancelot | 2013-03-14 | 1 | -1/+2 |
* | 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 | 2 | -3/+12 |
* | SONAR-3108 Improve description of the exclusion property | Fabrice Bellingard | 2013-02-18 | 1 | -1/+2 |
* | SONAR-3108 Log exclusions when defined | Fabrice Bellingard | 2013-02-18 | 4 | -4/+29 |
* | SONAR-3108 Add new property to exclude files from duplication detection | Fabrice Bellingard | 2013-02-15 | 5 | -14/+32 |
* | SONAR-3108 Replace deprecated calls | Fabrice Bellingard | 2013-02-15 | 3 | -37/+84 |
* | SONAR-3108 Replace deprecated calls | Fabrice Bellingard | 2013-02-15 | 3 | -48/+93 |
* | 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 | 2 | -2/+2 |
* | Fix some quality flaws | Simon Brandhof | 2012-11-05 | 1 | -1/+0 |
* | SONAR-3895 load settings from web service | Simon Brandhof | 2012-11-05 | 6 | -81/+83 |
* | SONAR-3903 Error when a duplication is detected on a filename containing XML ... | Simon Brandhof | 2012-10-23 | 2 | -1/+19 |