Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 2.122.12 | Eric Hartmann | 2011-11-28 | 14 | -14/+14 |
| | |||||
* | SONAR-2071 Open resource viewer on the correct tab | Fabrice Bellingard | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | LCOM4 of Java files without any class - like package-info.java - must be 1 | Simon Brandhof | 2011-11-21 | 2 | -3/+23 |
| | |||||
* | Minor UI improvements : alignment in components header + labels in coverage ↵ | Simon Brandhof | 2011-11-21 | 1 | -4/+4 |
| | | | | widget | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2011-11-14 | 14 | -14/+14 |
| | |||||
* | [maven-release-plugin] prepare release 2.12-RC2 | Eric Hartmann | 2011-11-14 | 14 | -14/+14 |
| | |||||
* | SONAR-2792 Improve messages in case if JaCoCo unable to compute coverage | Evgeny Mandrikov | 2011-11-11 | 1 | -2/+2 |
| | |||||
* | Fix loading of file exclusions - do not cache exclusions in Project | simonbrandhof | 2011-11-11 | 2 | -14/+14 |
| | |||||
* | SONAR-2792 Add default exclusions for JaCoCo | Evgeny Mandrikov | 2011-11-11 | 3 | -4/+14 |
| | |||||
* | SONAR-2902 Open the resource viewer on the right tab | Fabrice Bellingard | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2011-11-09 | 14 | -14/+14 |
| | |||||
* | [maven-release-plugin] prepare release 2.12-RC1 | Eric Hartmann | 2011-11-09 | 14 | -14/+14 |
| | |||||
* | SONAR-2773 Upgrade native2ascii-maven-plugin to 1.0-beta-1 | Evgeny Mandrikov | 2011-11-08 | 1 | -7/+1 |
| | |||||
* | Remove some commented-out code | Evgeny Mandrikov | 2011-11-08 | 1 | -2/+0 |
| | |||||
* | fix violations | simonbrandhof | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | Fix violation | Evgeny Mandrikov | 2011-11-07 | 1 | -2/+1 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-11-07 | 4 | -16/+12 |
| | |||||
* | SONAR-2958 some rule parameters have the description 'null' in english bundles | Simon Brandhof | 2011-11-04 | 1 | -10/+0 |
| | |||||
* | Fix a violation | Dinesh Bolkensteyn | 2011-11-04 | 1 | -1/+4 |
| | |||||
* | SONAR-2584 upgrade to checkstyle 5.1.2 and to pmd 4.2.5.2 | simonbrandhof | 2011-11-03 | 3 | -5/+5 |
| | |||||
* | SONAR-2961 Fail silently when deadlock happens during a purge | Simon Brandhof | 2011-11-03 | 3 | -11/+57 |
| | |||||
* | Fix coding violations | Simon Brandhof | 2011-11-03 | 7 | -4/+11 |
| | |||||
* | SONAR-2963 fix l10n labels + fix vertical alignment | Simon Brandhof | 2011-11-03 | 2 | -18/+21 |
| | |||||
* | Remove useless logback-test.xml files | Simon Brandhof | 2011-11-03 | 2 | -34/+0 |
| | |||||
* | Fix violations | Evgeny Mandrikov | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | Fixed some violations | Dinesh Bolkensteyn | 2011-11-03 | 2 | -3/+2 |
| | |||||
* | Do not use commons-configuration in jacoco plugin | Simon Brandhof | 2011-11-02 | 4 | -87/+89 |
| | |||||
* | SONAR-2317 The metric new lines to cover is badly formated | Simon Brandhof | 2011-11-02 | 2 | -8/+8 |
| | |||||
* | SONAR-2963 rename some labels and metrics | Simon Brandhof | 2011-11-02 | 3 | -18/+42 |
| | |||||
* | SONAR-2963 Add the widget "Integration Test Coverage" | Simon Brandhof | 2011-11-02 | 11 | -95/+103 |
| | |||||
* | SONAR-2733 New XML format to store duplications | Evgeny Mandrikov | 2011-11-02 | 2 | -21/+177 |
| | |||||
* | Fixed an if-statement without braces violation | Dinesh Bolkensteyn | 2011-11-02 | 1 | -1/+3 |
| | |||||
* | SONAR-2952 add @since comments to new core metrics + remove dead code from ↵ | simonbrandhof | 2011-11-01 | 4 | -246/+0 |
| | | | | jacoco plugin | ||||
* | SONAR-2952 move integration test metrics from jacoco plugin to core | simonbrandhof | 2011-11-01 | 11 | -194/+583 |
| | |||||
* | Improve DuplicationDaoTest | Evgeny Mandrikov | 2011-11-01 | 4 | -289/+0 |
| | |||||
* | SONAR-2952 remove the IT Coverage Tab implemented with GWT | simonbrandhof | 2011-11-01 | 1 | -25/+1 |
| | |||||
* | SONAR-2952 Make the coverage tab support integration test measures | simonbrandhof | 2011-11-01 | 16 | -571/+103 |
| | |||||
* | Deprecate org.sonar.api.utils.Logs | simonbrandhof | 2011-11-01 | 1 | -20/+23 |
| | |||||
* | SONAR-2956 Support Boolean type with Derby | Evgeny Mandrikov | 2011-10-31 | 2 | -9/+15 |
| | | | | | | | | - Change DDL to use BOOLEAN instead of SMALLINT - Modify Hibernate dialect - Modify activerecord-jdbc-adapter (ideas were taken from arjdbc/postgresql/adapter.rb) - Use Derby for unit tests instead of HSQL and fix incorrect tests | ||||
* | Minor modifications to make it easier to write ITs | Fabrice Bellingard | 2011-10-28 | 1 | -1/+1 |
| | |||||
* | SONAR-2584 add support for Java7 in PMD | Simon Brandhof | 2011-10-28 | 1 | -3/+31 |
| | |||||
* | SONAR-2584 add support for Java7 in Checkstyle and Squid | Simon Brandhof | 2011-10-28 | 3 | -7/+7 |
| | |||||
* | SONAR-2919 Prevent user from creating twice the same event | Fabrice Bellingard | 2011-10-28 | 1 | -0/+2 |
| | | | | | - Most importantly for versions - Check also made on any event - WS API updated accordingly | ||||
* | SONAR-2642 use MyBatis ScriptRunner + improve unit test logs + prepare ↵ | Simon Brandhof | 2011-10-27 | 3 | -2/+19 |
| | | | | migration of hibernate unit tests on derby | ||||
* | Improve boolean parameters of Hibernate HQL queries | Simon Brandhof | 2011-10-27 | 18 | -27/+30 |
| | |||||
* | SONAR-2733 Display duplicated blocks by group in the resource viewer | Fabrice Bellingard | 2011-10-27 | 1 | -0/+2 |
| | | | | | Now waiting for the new table to feed the data that is displayed by this new duplication tab. | ||||
* | SONAR-2642 Use MyBatis instead of Hibernate for CPD | Evgeny Mandrikov | 2011-10-27 | 6 | -78/+210 |
| | |||||
* | Revert "SONAR-2594 Fix tests" | Evgeny Mandrikov | 2011-10-27 | 1 | -4/+0 |
| | | | | This reverts commit 6c0ae292c9d12eaa61b1507831eb9905ea2c6c40. | ||||
* | Revert "SONAR-2594 FindBugs plugin should support localized violations" | Evgeny Mandrikov | 2011-10-27 | 2 | -11/+0 |
| | | | | This reverts commit 84d96bf6ada999fe22db0551b3e9d56f6605c9bd. | ||||
* | SONAR-2941 Exclude isolated methods from LCOM4 computation | Dinesh Bolkensteyn | 2011-10-26 | 11 | -13/+86 |
| |