aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* SONAR-2919 Update tests of event purge mechanismFabrice Bellingard2011-10-242-6/+6
|
* SONAR-2715 Provide meaningful exception message, when source file cannot be ↵Evgeny Mandrikov2011-10-241-2/+1
| | | | imported
* Fix violationsEvgeny Mandrikov2011-10-242-4/+4
|
* Fix "Enable GWT Dev mode for sonar-jacoco-plugin"Fabrice Bellingard2011-10-211-1/+2
|
* Fix "Enable GWT Dev mode for sonar-jacoco-plugin"Fabrice Bellingard2011-10-211-1/+0
|
* SONAR-2919 Change the way to handle events in SonarFabrice Bellingard2011-10-211-2/+18
| | | | | | | | | | | - Removed the possibility to handle them in the widget - Added the management in the History service Still needs to: - Update the WS API - Remove useless code - Update batch side - Write DB migration script
* Enable GWT Dev mode for sonar-jacoco-pluginEvgeny Mandrikov2011-10-214-9/+10
|
* SONAR-2594 Fix testsEvgeny Mandrikov2011-10-191-0/+4
|
* SONAR-2594 FindBugs plugin should support localized violationsEvgeny Mandrikov2011-10-192-0/+11
|
* Change logging level of EmailNotificationChannel from INFO to DEBUGSimon Brandhof2011-10-191-3/+3
|
* SONAR-2892 Add more tests and javadocsEvgeny Mandrikov2011-10-197-26/+239
|
* SONAR-1928 Fix various detailsFabrice Bellingard2011-10-185-8/+8
|
* SONAR-2748 Make the profile backup available as permalinkEvgeny Mandrikov2011-10-181-1/+1
|
* SONAR-2884 "No lines match your filter criteria" is not localizedFabrice Bellingard2011-10-171-0/+1
|
* SONAR-2863 Fix DB request to get the metrics for history tableFabrice Bellingard2011-10-171-1/+4
| | | | | When displaying the number of violations in the "History table" widget, this number might not be the total number of violations.
* SONAR-2913 Don't display sparkline if only 1 snapshotFabrice Bellingard2011-10-171-1/+3
| | | | In the History table, if there's only 1 snapshot, the sparkline cannot be displayed.
* SONAR-1928 Fix problem with metric orderFabrice Bellingard2011-10-171-2/+6
|
* SONAR-2892 Fix testEvgeny Mandrikov2011-10-171-1/+1
|
* SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-pluginEvgeny Mandrikov2011-10-1711-209/+140
|
* SONAR-2892 Use special SquidClassLoader which can be closedEvgeny Mandrikov2011-10-178-1/+425
|
* SONAR-2834 Move Google Analytics Plugin to the forgeEvgeny Mandrikov2011-10-175-247/+0
| | | | This includes removal of Google Analytics Account from System Info page.
* Fix declaration of sonar-packaging-maven-plugin to allow proper inheritanceEvgeny Mandrikov2011-10-1414-30/+10
|
* SONAR-2908 Fix typo in in english language pack: should be 'Title' instead ↵Evgeny Mandrikov2011-10-141-1/+1
| | | | of 'Titre'
* SONAR-2904 Show name of file during construction of duplications indexEvgeny Mandrikov2011-10-141-0/+1
|
* SONAR-2792 Import code of JaCoCo plugin from Plugins ForgeEvgeny Mandrikov2011-10-1436-0/+2538
| | | | Revision 4564.
* Revert bad code formatting on CorePlugin class.Fabrice Bellingard2011-10-131-90/+142
|
* SONAR-1928 Extract widgets from the hotspots pageFabrice Bellingard2011-10-138-142/+542
| | | | | | | This commit includes: - SONAR-2070: new widget for most violated rules - SONAR-2071: new widget for most violated resources - SONAR-2902: new metric hotspot widget
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-136-39/+8
|
* SONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object ↵Simon Brandhof2011-10-111-1/+1
| | | | CheckMessage#getCheck()