SonarQubeCommunity / sonar-pdf-report

80 stars 81 forks source link

Web Api Not Returning All the Issues #26

Open k122018 opened 7 years ago

k122018 commented 7 years ago

Sonarqube Web Api returning only 101 issues on browser and from the following code (in json):

IssueClient issueClient = client.issueClient(); Issues issues = issueClient.find(query); List issueList = issues.list();

Note: 1) Thousands of issues are shown while accessing sonarqube via loacalhost:9000 (i.e via portal) for the same search criteria.

Please help..!