aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-4092 Renamed covererdBlocks by coveredLines and sort tests by nameJulien Lancelot2013-01-292-7/+14
* SONAR-2501 use Reader/Writer instead of InputStream/OutputStream in Graphson ...Simon Brandhof2013-01-296-64/+46
* SONAR-2501 purge project graphsSimon Brandhof2013-01-2912-12/+63
* Add missing copyright headerJulien Lancelot2013-01-291-18/+18
* Add missing copyright headerJulien Lancelot2013-01-291-3/+7
* Add missing copyright headerJulien Lancelot2013-01-292-19/+38
* SONAR-2501 Replace Set by List for covers method (because Set is not supporte...Julien Lancelot2013-01-292-5/+6
* SONAR-4092 Display number of lines covered by a testJulien Lancelot2013-01-291-0/+23
* SONAR-2291 Don't extract plugins in the cache folderJulien HENRY2013-01-291-19/+5
* SONAR-2501 refactor BeanGraph layerSimon Brandhof2013-01-2935-487/+941
* SONAR-2291 Close InputStream properly after computing md5Julien HENRY2013-01-281-1/+5
* SONAR-2501 Add message and stackTrace to TestCaseJulien Lancelot2013-01-284-38/+40