aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2227 Use new update center APIJulien Lancelot2013-02-181-0/+4
|
* SONAR-2965 Provide a way to close JPA session to avoid DB timeoutJulien HENRY2013-02-181-1/+8
| | | | | Session will now be closed before running maven goals and before sensors. A new session will automatically be opened on next try to access DB.
* SONAR-3108 Add new property to exclude files from duplication detectionFabrice Bellingard2013-02-151-0/+5
|
* Refactor the filesystem API in order to allow to provide its own exclusionsSimon Brandhof2013-02-1510-113/+128
|
* Revert "SONAR-3976 Introduce the concept of plugin group"Julien Lancelot2013-02-141-2/+0
| | | | This reverts commit e1bccb1b2268d6b2bd809c6699e4e96f832c513d.
* SONAR-2760 file exclusions by absolute pathSimon Brandhof2013-02-134-11/+20
|
* SONAR-3976 Introduce the concept of plugin groupJulien Lancelot2013-02-131-0/+2
|
* Remove unused constructor in IllegalPathExceptionSimon Brandhof2013-02-131-3/+0
|
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-131-28/+0
|
* Fix some quality flawsSimon Brandhof2013-02-132-2/+33
|
* Fix quality flawsSimon Brandhof2013-02-126-15/+22
|
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-1215-726/+615
|
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-112-9/+8
|
* SONAR-1896 refactor file system components used during project analysisSimon Brandhof2013-02-1110-4/+272
|
* SONAR-3860 Delete test file containing the BOM character and improve unit ↵Julien Lancelot2013-02-083-10/+7
| | | | test in order to see the BOM character
* SONAR-3860 Improve the Sonar Source Code Importer to filter BOM characterJulien Lancelot2013-02-083-16/+54
|
* Move java properties to sonar-java pluginsSimon Brandhof2013-02-071-35/+0
|
* Remove the constants of org.sonar.api.resouces.Project that are deprecated ↵Simon Brandhof2013-02-071-30/+0
| | | | since 1.11
* SONAR-4087 prevents from setting several times the coverage between the same ↵Simon Brandhof2013-02-071-0/+26
| | | | test case and testable component
* SONAR-2501 change values of test case typesSimon Brandhof2013-02-061-2/+2
|
* SONAR-2501 move type from test plan to test caseSimon Brandhof2013-02-066-16/+17
| | | | + add Testable#coverageBlocks()
* SONAR-4112 Remove the unused/deprecated metrics "Complexity/paragraph" and ↵Julien Lancelot2013-02-062-62/+8
| | | | "Paragraph"
* SONAR-2501 a test plan can have multiple test cases with the same name (see ↵Simon Brandhof2013-02-055-40/+13
| | | | TestNG)
* SONARJAVA-51 Files not ending with '.java' or '.jav' should not be taken ↵Evgeny Mandrikov2013-02-053-3/+46
| | | | into account
* SONAR-2291 move management of file cache to the new module sonar-homeSimon Brandhof2013-02-051-6/+0
|
* Revert removal of XalanSimon Brandhof2013-02-041-1/+6
|
* Remove some calls to commons-collectionsSimon Brandhof2013-02-033-10/+22
|
* SONAR-2291 Allow to configure Sonar user home directoryJulien HENRY2013-02-011-1/+2
|
* SONAR-4119 Remove Xalan from APISimon Brandhof2013-02-011-4/+0
|
* SONAR-4093 Display only lines covered by a test when selection lines coveredJulien Lancelot2013-02-011-1/+1
|
* SONAR-4094 On each source file, provide the ability to list all unit tests ↵Julien Lancelot2013-02-011-0/+2
| | | | covering at least one line of code in this source file
* SONAR-4094 Display tests in a select boxJulien Lancelot2013-01-312-0/+4
|
* SONAR-3959 Add possibility to set default message to Notification classFabrice Bellingard2013-01-311-4/+38
|
* SONAR-2291 Minor changes on cacheJulien HENRY2013-01-311-1/+1
| | | | | | * default cache folder is ~/.sonar/cache * fail execution when there is a checksum mismatch * improve logging
* SONAR-4092 SONAR-4093Julien Lancelot2013-01-311-0/+1
| | | | | 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 preconditions and refactor some method namesSimon Brandhof2013-01-309-20/+105
|
* SONAR-4093 Display a tooltip that contains number of tests for the current lineJulien Lancelot2013-01-301-0/+2
|
* SONAR-2501 refactor test API and fix extraction of subgraphsSimon Brandhof2013-01-301-3/+3
|
* SONAR-3959 Add NotificationDispatcherMetadata classFabrice Bellingard2013-01-302-0/+127
|
* Fix violationsFabrice Bellingard2013-01-301-2/+3
|
* SONAR-4093 Display number of tests covering a lineJulien Lancelot2013-01-301-1/+1
|
* SONAR-3959 Update NotifDispatchers to use new NotifManager method Fabrice Bellingard2013-01-291-2/+2
|
* SONAR-3959 Enhance NotifManager to help finding subscribed users Fabrice Bellingard2013-01-291-0/+18
|
* SONAR-3959 NotifService must not choose which channel for which userFabrice Bellingard2013-01-292-14/+79
| | | | => This will be up to the NotifDispatcher
* SONAR-3959 Add notification type on NotificationDispatcherFabrice Bellingard2013-01-291-0/+36
|
* SONAR-2501 persist only specific sub-graphSimon Brandhof2013-01-291-1/+1
|
* SONAR-4093 Display number of tests covering a lineJulien Lancelot2013-01-291-3/+3
|
* SONAR-4092 Renamed covererdBlocks by coveredLines and sort tests by nameJulien Lancelot2013-01-292-3/+6
|
* SONAR-2501 remove org.sonar.api.testsSimon Brandhof2013-01-295-383/+0
|
* SONAR-2501 Replace Set by List for covers method (because Set is not ↵Julien Lancelot2013-01-291-2/+2
| | | | supported when reading a graph from Json)