@ScannerSide public interface ProjectIssues
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<Issue> | issues()All the unresolved issues of the project, including the issues reported by end-users. | 
| Iterable<Issue> | resolvedIssues()All the issues of this project that have been marked as resolved during this scan | 
Copyright © 2009–2016 SonarSource. All rights reserved.