aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4087 prevents from setting several times the coverage between the same ↵Simon Brandhof2013-02-073-5/+27
| | | | test case and testable component
* SONAR-2501 move type from test plan to test caseSimon Brandhof2013-02-067-63/+60
| | | | + add Testable#coverageBlocks()
* SONAR-2501 a test plan can have multiple test cases with the same name (see ↵Simon Brandhof2013-02-056-57/+41
| | | | TestNG)
* 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 ↵Julien Lancelot2013-02-013-1/+35
| | | | covering at least one line of code in this source file
* SONAR-4094 Display tests in a select boxJulien Lancelot2013-01-314-0/+65
|
* SONAR-4092 SONAR-4093Julien Lancelot2013-01-314-6/+18
| | | | | SONAR-4093 From a covered line of code provide the ability to retrieve the unit tests covering this line SONAR-4092 From a unit test allow to access to the lines covered by this unit test
* 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
| | | | classes
* 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 ↵Julien Lancelot2013-01-292-5/+6
| | | | supported when reading a graph from Json)
* 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
| | | | but instead extract them in a temporary location.
* 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
|
* SONAR-2501 fix integration test on OracleSimon Brandhof2013-01-281-3/+3
|
* SONAR-2501 fix loading of perspectives on server-sideSimon Brandhof2013-01-286-23/+35
|
* SONAR-2291 Implement caching of downloaded Sonar plugins.Julien HENRY2013-01-283-25/+83
| | | | | | * By default cache location is ~/.sonar/.cache * Cache location can be changed by property sonar.cacheLocation * To know if a plugin file have to be downloaded there is a checksum (MD5) comparison
* SONAR-2501 use blueprints-core for java5Simon Brandhof2013-01-281-33/+3
|
* SONAR-2501 rename GraphDbTest to GraphDaoTestSimon Brandhof2013-01-282-1/+1
|
* SONAR-2501 use our implementation of GraphsonReaderSimon Brandhof2013-01-283-2/+1104
|
* Fix compatibility with java 5Simon Brandhof2013-01-281-6/+6
|
* Add blueprints-core-2.2.0-java5.jarSimon Brandhof2013-01-281-0/+0
|