Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | SONAR-2919 Update tests of event purge mechanism | Fabrice Bellingard | 2011-10-24 | 2 | -6/+6 | |
| | ||||||
* | SONAR-2715 Provide meaningful exception message, when source file cannot be ↵ | Evgeny Mandrikov | 2011-10-24 | 1 | -2/+1 | |
| | | | | imported | |||||
* | Fix violations | Evgeny Mandrikov | 2011-10-24 | 2 | -4/+4 | |
| | ||||||
* | Fix "Enable GWT Dev mode for sonar-jacoco-plugin" | Fabrice Bellingard | 2011-10-21 | 1 | -1/+2 | |
| | ||||||
* | Fix "Enable GWT Dev mode for sonar-jacoco-plugin" | Fabrice Bellingard | 2011-10-21 | 1 | -1/+0 | |
| | ||||||
* | SONAR-2919 Change the way to handle events in Sonar | Fabrice Bellingard | 2011-10-21 | 1 | -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-plugin | Evgeny Mandrikov | 2011-10-21 | 4 | -9/+10 | |
| | ||||||
* | SONAR-2594 Fix tests | Evgeny Mandrikov | 2011-10-19 | 1 | -0/+4 | |
| | ||||||
* | SONAR-2594 FindBugs plugin should support localized violations | Evgeny Mandrikov | 2011-10-19 | 2 | -0/+11 | |
| | ||||||
* | Change logging level of EmailNotificationChannel from INFO to DEBUG | Simon Brandhof | 2011-10-19 | 1 | -3/+3 | |
| | ||||||
* | SONAR-2892 Add more tests and javadocs | Evgeny Mandrikov | 2011-10-19 | 7 | -26/+239 | |
| | ||||||
* | SONAR-1928 Fix various details | Fabrice Bellingard | 2011-10-18 | 5 | -8/+8 | |
| | ||||||
* | SONAR-2748 Make the profile backup available as permalink | Evgeny Mandrikov | 2011-10-18 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2884 "No lines match your filter criteria" is not localized | Fabrice Bellingard | 2011-10-17 | 1 | -0/+1 | |
| | ||||||
* | SONAR-2863 Fix DB request to get the metrics for history table | Fabrice Bellingard | 2011-10-17 | 1 | -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 snapshot | Fabrice Bellingard | 2011-10-17 | 1 | -1/+3 | |
| | | | | In the History table, if there's only 1 snapshot, the sparkline cannot be displayed. | |||||
* | SONAR-1928 Fix problem with metric order | Fabrice Bellingard | 2011-10-17 | 1 | -2/+6 | |
| | ||||||
* | SONAR-2892 Fix test | Evgeny Mandrikov | 2011-10-17 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2892 Remove dependency on plexus-classworlds from sonar-squid-java-plugin | Evgeny Mandrikov | 2011-10-17 | 11 | -209/+140 | |
| | ||||||
* | SONAR-2892 Use special SquidClassLoader which can be closed | Evgeny Mandrikov | 2011-10-17 | 8 | -1/+425 | |
| | ||||||
* | SONAR-2834 Move Google Analytics Plugin to the forge | Evgeny Mandrikov | 2011-10-17 | 5 | -247/+0 | |
| | | | | This includes removal of Google Analytics Account from System Info page. | |||||
* | Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance | Evgeny Mandrikov | 2011-10-14 | 14 | -30/+10 | |
| | ||||||
* | SONAR-2908 Fix typo in in english language pack: should be 'Title' instead ↵ | Evgeny Mandrikov | 2011-10-14 | 1 | -1/+1 | |
| | | | | of 'Titre' | |||||
* | SONAR-2904 Show name of file during construction of duplications index | Evgeny Mandrikov | 2011-10-14 | 1 | -0/+1 | |
| | ||||||
* | SONAR-2792 Import code of JaCoCo plugin from Plugins Forge | Evgeny Mandrikov | 2011-10-14 | 36 | -0/+2538 | |
| | | | | Revision 4564. | |||||
* | Revert bad code formatting on CorePlugin class. | Fabrice Bellingard | 2011-10-13 | 1 | -90/+142 | |
| | ||||||
* | SONAR-1928 Extract widgets from the hotspots page | Fabrice Bellingard | 2011-10-13 | 8 | -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 code | Simon Brandhof | 2011-10-13 | 6 | -39/+8 | |
| | ||||||
* | SONAR-2875 deprecate CodeCheck CheckMessage#getChecker(), replaced by Object ↵ | Simon Brandhof | 2011-10-11 | 1 | -1/+1 | |
| | | | | CheckMessage#getCheck() |