aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix coding violationsSimon Brandhof2011-11-037-4/+11
|
* SONAR-2963 fix l10n labels + fix vertical alignmentSimon Brandhof2011-11-032-18/+21
|
* Remove useless logback-test.xml filesSimon Brandhof2011-11-032-34/+0
|
* Fix violationsEvgeny Mandrikov2011-11-031-2/+2
|
* Fixed some violationsDinesh Bolkensteyn2011-11-032-3/+2
|
* Do not use commons-configuration in jacoco pluginSimon Brandhof2011-11-024-87/+89
|
* SONAR-2317 The metric new lines to cover is badly formatedSimon Brandhof2011-11-022-8/+8
|
* SONAR-2963 rename some labels and metricsSimon Brandhof2011-11-023-18/+42
|
* SONAR-2963 Add the widget "Integration Test Coverage"Simon Brandhof2011-11-0211-95/+103
|
* SONAR-2733 New XML format to store duplicationsEvgeny Mandrikov2011-11-022-21/+177
|
* Fixed an if-statement without braces violationDinesh Bolkensteyn2011-11-021-1/+3
|
* SONAR-2952 add @since comments to new core metrics + remove dead code from ↵simonbrandhof2011-11-014-246/+0
| | | | jacoco plugin
* SONAR-2952 move integration test metrics from jacoco plugin to coresimonbrandhof2011-11-0111-194/+583
|
* Improve DuplicationDaoTestEvgeny Mandrikov2011-11-014-289/+0
|
* SONAR-2952 remove the IT Coverage Tab implemented with GWTsimonbrandhof2011-11-011-25/+1
|
* SONAR-2952 Make the coverage tab support integration test measuressimonbrandhof2011-11-0116-571/+103
|
* Deprecate org.sonar.api.utils.Logssimonbrandhof2011-11-011-20/+23
|
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-312-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 ITsFabrice Bellingard2011-10-281-1/+1
|
* SONAR-2584 add support for Java7 in PMDSimon Brandhof2011-10-281-3/+31
|
* SONAR-2584 add support for Java7 in Checkstyle and SquidSimon Brandhof2011-10-283-7/+7
|
* SONAR-2919 Prevent user from creating twice the same eventFabrice Bellingard2011-10-281-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 Brandhof2011-10-273-2/+19
| | | | migration of hibernate unit tests on derby
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-2718-27/+30
|
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-271-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 CPDEvgeny Mandrikov2011-10-276-78/+210
|
* Revert "SONAR-2594 Fix tests"Evgeny Mandrikov2011-10-271-4/+0
| | | | This reverts commit 6c0ae292c9d12eaa61b1507831eb9905ea2c6c40.
* Revert "SONAR-2594 FindBugs plugin should support localized violations"Evgeny Mandrikov2011-10-272-11/+0
| | | | This reverts commit 84d96bf6ada999fe22db0551b3e9d56f6605c9bd.
* SONAR-2941 Exclude isolated methods from LCOM4 computationDinesh Bolkensteyn2011-10-2611-13/+86
|
* SONAR-2934 Transitive accessor computation now excludes recursive methodsDinesh Bolkensteyn2011-10-265-18/+56
|
* SONAR-2733 Fix unit test and remove useless codeFabrice Bellingard2011-10-268-410/+5
|
* SONAR-2849 Remove declarations of third-party repositories from root pomEvgeny Mandrikov2011-10-262-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 viewerFabrice Bellingard2011-10-264-51/+61
| | | | First shot, needs improvements.
* SONAR-2919 Update purge mechanismFabrice Bellingard2011-10-267-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 2Fabrice Bellingard2011-10-262-37/+52
|
* SONAR-2919 Fix issues on the event handlingFabrice Bellingard2011-10-265-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 methodsDinesh Bolkensteyn2011-10-254-1/+54
|
* SONAR-2642 improve unit test of mybatis mappersSimon Brandhof2011-10-252-17/+17
|
* SONAR-2934 Accessors should be considered transitivelyDinesh Bolkensteyn2011-10-254-4/+28
|
* Moved the place accessors are computed from a bytecode visitor to a property ↵Dinesh Bolkensteyn2011-10-256-160/+76
| | | | on the bytecode resource AsmMethod
* Fix EmailNotificationChannelTestEvgeny Mandrikov2011-10-252-45/+50
| | | | | * Use SubEthaSMTP instead of Dumbster * Enable test on Mac OS X
* SONAR-2724 SONAR-2723 Improved getter and setter detection algorithmDinesh Bolkensteyn2011-10-258-29/+86
|
* SONAR-2038 Marked a critical violation in Sonar as false-positiveDinesh Bolkensteyn2011-10-251-1/+2
|
* SONAR-2038 LCOM4 value is incorrect when mixing getter/setter and direct ↵Dinesh Bolkensteyn2011-10-242-0/+19
| | | | field access
* mendDinesh Bolkensteyn2011-10-242-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 Bolkensteyn2011-10-245-33/+52
| | | | field access
* SONAR-2796 Display which directories Sonar will use during analysisEvgeny Mandrikov2011-10-242-0/+58
| | | | | * Dedicated Initializer was created in order to do this. * Exclusions also displayed by this component.
* SONAR-2919 Remove old useless codeFabrice Bellingard2011-10-242-37/+12
|
* SONAR-2928 Fix handling of new violations in case of null checksumEvgeny Mandrikov2011-10-244-25/+52
|
* SONAR-2919 Update tests of db cleanerFabrice Bellingard2011-10-242-8/+8
|