aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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()
* SONAR-2872 The TimeLine widget can't be displayed with Oracle DBFabrice Bellingard2011-10-101-2/+6
|
* SONAR-2740 Email notifications: add prefix to the sender's nameEvgeny Mandrikov2011-10-102-5/+6
|
* SONAR-2873 FindBugs should be disposed after usageEvgeny Mandrikov2011-10-101-1/+5
|
* SONAR-2875 API: deprecate the interface org.sonar.squid.api.CodeCheckSimon Brandhof2011-10-076-65/+26
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-074-15/+45
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* SONAR-2856 Upgrade to cobertura-maven-plugin 2.5.1Evgeny Mandrikov2011-10-051-1/+1
|
* SONAR-2779 Explicitly specify UTF-8 for outgoing emailsEvgeny Mandrikov2011-09-302-2/+15
|
* SONAR-2727 Display a warning message in the footer when the Derby engine is usedSimon Brandhof2011-09-271-0/+1
|
* CPD: Limit time of analysis of one file to 5 minutesEvgeny Mandrikov2011-09-271-17/+51
|
* SONAR-1091 Fix SQL for CPD over different projectsEvgeny Mandrikov2011-09-262-1/+5
|
* SONAR-2827 The property sonar.exclusions can not be changed by extensionsSimon Brandhof2011-09-262-15/+28
|
* SONAR-2824 Java Squid should use isolated ClassLoader for bytecode analysisEvgeny Mandrikov2011-09-232-1/+21
|
* SONAR-1836 Add tests against bugs in CheckstyleEvgeny Mandrikov2011-09-223-0/+32
| | | | | | | Those tests will allow us to be notified during update of Checkstyle that bugs were fixed : * escaped unicode (exists in Checkstyle 5.1 - 5.4) * line comment at the end of file (exists in Checkstyle 5.2 - 5.4)
* SONAR-2817 The Custom Measures widget is not displayed at all on IE7+Simon Brandhof2011-09-211-19/+25
|