aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/issue/Issuable.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3755 add javadoc to issue APISimon Brandhof2013-06-051-3/+60
* Fix some quality flawsSimon Brandhof2013-05-311-2/+2
* SONAR-3755 add Issuable#resolvedIssues()Simon Brandhof2013-05-301-3/+3
* Add Issuable#unresolvedIssues()Simon Brandhof2013-05-301-0/+8
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-291-2/+2
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-141-3/+3
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-031-3/+4
* SONAR-3755 refactor signature of perspective IssuableSimon Brandhof2013-04-231-4/+9
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-191-1/+1
* Fix IssuePersisterTestSimon Brandhof2013-04-171-1/+2
* SONAR-3755 add authorization to search of issuesSimon Brandhof2013-04-141-5/+0
* SONAR-3755 fix component key and rename Issuable.IssueBuilder#create()Simon Brandhof2013-04-111-1/+1
* ScanPersister implementations can load snapshots through SnapshotCacheSimon Brandhof2013-04-111-2/+0
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-101-3/+23
* SONAR-3755 Rename IssueChangelog in IssueChange and rename uuid to key in Iss...Julien Lancelot2013-04-081-1/+1
* SONAR-3755 Move Issuable implementaiton to sonar-coreJulien Lancelot2013-04-081-48/+6
* SONAR-3755 Move all Issues API to plugin apiJulien Lancelot2013-04-051-5/+51
* SONAR-3755 Issues tables creation and first API draftJulien Lancelot2013-04-051-0/+36