All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.sonar.server.ws.ws.response_example-example.json Maven / Gradle / Ivy
{
"format": "json",
"example": "{\n \"paging\": {\n \"pageIndex\": 1,\n \"pageSize\": 100,\n \"total\": 1\n },\n \"issues\": [\n {\n \"key\": \"01fc972e-2a3c-433e-bcae-0bd7f88f5123\",\n \"component\": \"com.github.kevinsawicki:http-request:com.github.kevinsawicki.http.HttpRequest\",\n \"project\": \"com.github.kevinsawicki:http-request\",\n \"rule\": \"checkstyle:com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck\",\n \"status\": \"RESOLVED\",\n \"resolution\": \"FALSE-POSITIVE\",\n \"severity\": \"MINOR\",\n \"message\": \"'3' is a magic number.\",\n \"line\": 530,\n \"textRange\": {\n \"startLine\": 81,\n \"endLine\": 81,\n \"startOffset\": 0,\n \"endOffset\": 134\n },\n \"author\": \"Developer 1\",\n \"debt\": \"2h1min\",\n \"creationDate\": \"2013-05-13T17:55:39+0200\",\n \"updateDate\": \"2013-05-13T17:55:39+0200\",\n \"tags\": [\"bug\"],\n \"comments\": [\n {\n \"key\": \"7d7c56f5-7b5a-41b9-87f8-36fa70caa5ba\",\n \"login\": \"john.smith\",\n \"htmlText\": \"Must be "final"!\",\n \"markdown\": \"Must be \\\"final\\\"!\",\n \"updatable\": false,\n \"createdAt\": \"2013-05-13T18:08:34+0200\"\n }\n ],\n \"attr\": {\n \"jira-issue-key\": \"SONAR-1234\"\n },\n \"transitions\": [\n \"unconfirm\",\n \"resolve\",\n \"falsepositive\"\n ],\n \"actions\": [\n \"comment\"\n ]\n }\n ],\n \"components\": [\n {\n \"key\": \"com.github.kevinsawicki:http-request:src/main/java/com/github/kevinsawicki/http/HttpRequest.java\",\n \"enabled\": true,\n \"qualifier\": \"FIL\",\n \"name\": \"HttpRequest.java\",\n \"longName\": \"src/main/java/com/github/kevinsawicki/http/HttpRequest.java\",\n \"path\": \"src/main/java/com/github/kevinsawicki/http/HttpRequest.java\"\n },\n {\n \"key\": \"com.github.kevinsawicki:http-request\",\n \"enabled\": true,\n \"qualifier\": \"TRK\",\n \"name\": \"http-request\",\n \"longName\": \"http-request\"\n }\n ],\n \"rules\": [\n {\n \"key\": \"checkstyle:com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck\",\n \"name\": \"Magic Number\",\n \"status\": \"READY\",\n \"lang\": \"java\",\n \"langName\": \"Java\"\n }\n ],\n \"users\": [\n {\n \"login\": \"admin\",\n \"name\": \"Administrator\",\n \"active\": true,\n \"email\": \"[email protected] \"\n }\n ]\n\n}"
}