aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* Fix Semaphore test on OracleSimon Brandhof2013-02-151-3/+3
* SONAR-3317 improve memory usage in export of dry run dbSimon Brandhof2013-02-143-3/+10
* Try to fix SemaphoreDaoTest on mysqlSimon Brandhof2013-02-141-1/+1
* SONAR-3317 fix possible copy of inverted columnsSimon Brandhof2013-02-143-15/+66
* Add missing unit testSimon Brandhof2013-02-141-0/+6
* Fix possible null pointer dereferenceSimon Brandhof2013-02-141-2/+4
* Revert "SONAR-3976 Introduce the concept of plugin group"Julien Lancelot2013-02-143-13/+0
* Improve stability of SemaphoreUpdaterTestSimon Brandhof2013-02-131-2/+2
* SONAR-4053 improve stability of unit testSimon Brandhof2013-02-131-1/+1
* SONAR-3976 Introduce the concept of plugin groupJulien Lancelot2013-02-133-0/+13
* SONAR-4053 re-enable unit testSimon Brandhof2013-02-131-1/+0
* SONAR-4053 improve stability of unit testSimon Brandhof2013-02-131-0/+2
* Fix some quality flawsSimon Brandhof2013-02-131-2/+1
* Fix headerSimon Brandhof2013-02-131-1/+1
* Fix quality flawsSimon Brandhof2013-02-125-36/+37
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-121-0/+2
* SONAR-4053 Try to fix thread lock issue with SemaphoreUpdaterJulien HENRY2013-02-122-16/+14
* SONAR-4053 Try to fix JUnit test (thread timing issue)Julien HENRY2013-02-111-2/+2
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-118-27/+209
* SONAR-2291 Copy plugin before extracting metadataJulien HENRY2013-02-111-14/+25
* SONAR-4087 prevents from setting several times the coverage between the same ...Simon Brandhof2013-02-073-5/+27
* SONAR-2501 move type from test plan to test caseSimon Brandhof2013-02-067-63/+60
* SONAR-2501 a test plan can have multiple test cases with the same name (see T...Simon Brandhof2013-02-056-57/+41
* SONAR-4110 Log server ID, when it exists, at startupFabrice Bellingard2013-02-052-0/+23
* SONAR-2291 move management of file cache to the new module sonar-homeSimon Brandhof2013-02-054-28/+17
* Revert removal of CollectionUtilsSimon Brandhof2013-02-041-15/+10
* Remove some calls to commons-collectionsSimon Brandhof2013-02-031-10/+15
* Remove unused transitive dependencies of blueprintsSimon Brandhof2013-02-012-0/+18
* Minor changes (log + remove usage of plexus StringUtils)Simon Brandhof2013-02-011-1/+1
* SONAR-2501 remove unused test fileSimon Brandhof2013-02-011-1086/+0
* Fix quality flawsJulien Lancelot2013-02-012-8/+13
* SONAR-4093 Display only lines covered by a test when selection lines coveredJulien Lancelot2013-02-011-4/+2
* SONAR-4094 On each source file, provide the ability to list all unit tests co...Julien Lancelot2013-02-013-1/+35
* SONAR-4094 Display tests in a select boxJulien Lancelot2013-01-314-0/+65
* SONAR-4092 SONAR-4093Julien Lancelot2013-01-314-6/+18
* SONAR-2501 add unit testsSimon Brandhof2013-01-312-57/+60
* SONAR-2501 code refactoringSimon Brandhof2013-01-3113-56/+210
* SONAR-2501 add preconditions and refactor some method namesSimon Brandhof2013-01-3012-92/+330
* SONAR-4093 Display a tooltip that contains number of tests for the current lineJulien Lancelot2013-01-302-1/+12
* SONAR-3959 Fix issue on OracleFabrice Bellingard2013-01-301-1/+1
* SONAR-2501 refactor test API and fix extraction of subgraphsSimon Brandhof2013-01-3011-49/+222
* SONAR-3959 Fix issue on PropertiesDaoFabrice Bellingard2013-01-301-2/+2
* SONAR-3959 Add NotificationDispatcherMetadata classFabrice Bellingard2013-01-301-7/+6
* SONAR-2501 add unit testsSimon Brandhof2013-01-302-9/+87
* SONAR-4093 Display number of tests covering a lineJulien Lancelot2013-01-302-15/+20
* SONAR-3959 Update NotifDispatchers to use new NotifManager method Fabrice Bellingard2013-01-292-4/+5
* SONAR-3959 Enhance NotifManager to help finding subscribed users Fabrice Bellingard2013-01-298-22/+252
* SONAR-2501 fix direction of copied edges in sub-graphSimon Brandhof2013-01-292-26/+46
* SONAR-2501 persist only specific sub-graphSimon Brandhof2013-01-296-5/+178
* SONAR-4093 Display number of tests covering a lineJulien Lancelot2013-01-292-10/+44