aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/issue/ScanIssuesTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4689 Batch API to get issues of the current moduleSimon Brandhof2013-09-181-176/+0
* SONAR-4564 SONAR-4563 fix detection of new issues since previous analysisSimon Brandhof2013-08-081-2/+9
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ...Julien Lancelot2013-05-311-1/+1
* SONAR-4316 implement IssueFilter and support ViolationFilterSimon Brandhof2013-05-281-5/+62
* SONAR-3755 close issues when rule is disabled or deletedSimon Brandhof2013-05-201-6/+0
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-031-4/+3
* SONAR-3755 keep state changesSimon Brandhof2013-04-301-3/+4
* SONAR-3755 new concept of automatic transitions in issue workflowSimon Brandhof2013-04-261-43/+5
* SONAR-3755 refactor signature of perspective IssuableSimon Brandhof2013-04-231-6/+7
* SONAR-3755 fix declaration of properties declared in issues componentsSimon Brandhof2013-04-231-3/+3
* SONAR-3755 complete issue workflowSimon Brandhof2013-04-231-0/+155