Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | SONAR-2934 Transitive accessor computation now excludes recursive methods | Dinesh Bolkensteyn | 2011-10-26 | 5 | -18/+56 |
| | |||||
* | SONAR-2733 Fix unit test and remove useless code | Fabrice Bellingard | 2011-10-26 | 8 | -410/+5 |
| | |||||
* | SONAR-2849 Remove declarations of third-party repositories from root pom | Evgeny Mandrikov | 2011-10-26 | 2 | -0/+58 |
| | | | | | | | | Enforce that repositories not declared in pom.xml, except of modules sonar-checkstyle-plugin and sonar-squid-java-plugin due to dependency on Checktyle 5.1, which is not available in Central. This allows to remove side effects in Maven plugins. | ||||
* | SONAR-2733 Display duplicated blocks by group in the resource viewer | Fabrice Bellingard | 2011-10-26 | 4 | -51/+61 |
| | | | | First shot, needs improvements. | ||||
* | SONAR-2919 Update purge mechanism | Fabrice Bellingard | 2011-10-26 | 7 | -16/+18 |
| | | | | Moved the event deletion from the PurgeEventOrphans class to the PurgeUtils class that centralizes everything linked to snapshots. | ||||
* | SONAR-1928 Improve performances by splitting the SQL query in 2 | Fabrice Bellingard | 2011-10-26 | 2 | -37/+52 |
| | |||||
* | SONAR-2919 Fix issues on the event handling | Fabrice Bellingard | 2011-10-26 | 5 | -10/+43 |
| | | | | | | | | | | - Make it impossible to create event without a category -> created "Other" category -> updated both UI and WS (actually: constraint on Event class) - Fix display issue on Chrome - Make it impossible to remove version from last snapshot - Show event widget on sub-projects - Update purge mechanism to delete events that are not attached to a snapshot or attached to an unexisting snapshot | ||||
* | SONAR-2934 Transitive accessor computation now supports recursive methods | Dinesh Bolkensteyn | 2011-10-25 | 4 | -1/+54 |
| | |||||
* | SONAR-2642 improve unit test of mybatis mappers | Simon Brandhof | 2011-10-25 | 2 | -17/+17 |
| | |||||
* | SONAR-2934 Accessors should be considered transitively | Dinesh Bolkensteyn | 2011-10-25 | 4 | -4/+28 |
| | |||||
* | Moved the place accessors are computed from a bytecode visitor to a property ↵ | Dinesh Bolkensteyn | 2011-10-25 | 6 | -160/+76 |
| | | | | on the bytecode resource AsmMethod | ||||
* | Fix EmailNotificationChannelTest | Evgeny Mandrikov | 2011-10-25 | 2 | -45/+50 |
| | | | | | * Use SubEthaSMTP instead of Dumbster * Enable test on Mac OS X | ||||
* | SONAR-2724 SONAR-2723 Improved getter and setter detection algorithm | Dinesh Bolkensteyn | 2011-10-25 | 8 | -29/+86 |
| | |||||
* | SONAR-2038 Marked a critical violation in Sonar as false-positive | Dinesh Bolkensteyn | 2011-10-25 | 1 | -1/+2 |
| | |||||
* | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵ | Dinesh Bolkensteyn | 2011-10-24 | 2 | -0/+19 |
| | | | | field access | ||||
* | mend | Dinesh Bolkensteyn | 2011-10-24 | 2 | -16/+25 |
| | | | | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct field access | ||||
* | SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵ | Dinesh Bolkensteyn | 2011-10-24 | 5 | -33/+52 |
| | | | | field access | ||||
* | SONAR-2796 Display which directories Sonar will use during analysis | Evgeny Mandrikov | 2011-10-24 | 2 | -0/+58 |
| | | | | | * Dedicated Initializer was created in order to do this. * Exclusions also displayed by this component. | ||||
* | SONAR-2919 Remove old useless code | Fabrice Bellingard | 2011-10-24 | 2 | -37/+12 |
| | |||||
* | SONAR-2928 Fix handling of new violations in case of null checksum | Evgeny Mandrikov | 2011-10-24 | 4 | -25/+52 |
| | |||||
* | SONAR-2919 Update tests of db cleaner | Fabrice Bellingard | 2011-10-24 | 2 | -8/+8 |
| |