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.issue.ws.set_severity-example.json Maven / Gradle / Ivy
{
"issue": {
"key": "AVibidgv1LF0E-ru2DVv",
"rule": "squid:S2301",
"severity": "MAJOR",
"component": "org.sonarsource.sonarlint.intellij:sonarlint-intellij:src/main/java/org/sonarlint/intellij/core/ServerIssueUpdater.java",
"project": "org.sonarsource.sonarlint.intellij:sonarlint-intellij",
"line": 78,
"textRange": {
"startLine": 78,
"endLine": 78,
"startOffset": 14,
"endOffset": 39
},
"flows": [],
"status": "CONFIRMED",
"message": "Provide multiple methods instead of using \"modal\" to determine which action to take.",
"effort": "15min",
"debt": "15min",
"assignee": "john.smith",
"author": "[email protected] ",
"tags": [
"design"
],
"transitions": [
"unconfirm",
"resolve",
"falsepositive",
"wontfix"
],
"actions": [
"comment",
"assign",
"set_tags",
"set_type",
"set_severity"
],
"comments": [
{
"key": "AVmDRx8Zm-z8OYZYRSxo",
"login": "jane.doo",
"htmlText": "Please fix this",
"markdown": "Please fix this",
"updatable": true,
"createdAt": "2017-01-09T13:49:53+0100"
}
],
"creationDate": "2016-11-25T13:50:24+0100",
"updateDate": "2017-01-09T13:51:12+0100",
"type": "CODE_SMELL"
},
"components": [
{
"key": "org.sonarsource.sonarlint.intellij:sonarlint-intellij:src/main/java/org/sonarlint/intellij/core/ServerIssueUpdater.java",
"uuid": "AVfTIlxMwczdZ2UaLhnt",
"enabled": true,
"qualifier": "FIL",
"name": "ServerIssueUpdater.java",
"longName": "src/main/java/org/sonarlint/intellij/core/ServerIssueUpdater.java",
"path": "src/main/java/org/sonarlint/intellij/core/ServerIssueUpdater.java"
},
{
"key": "org.sonarsource.sonarlint.intellij:sonarlint-intellij",
"uuid": "8b745480-b598-4e34-af4a-cb2de1808e50",
"enabled": true,
"qualifier": "TRK",
"name": "SonarLint for IntelliJ IDEA",
"longName": "SonarLint for IntelliJ IDEA"
}
],
"rules": [
{
"key": "squid:S2301",
"name": "Public methods should not contain selector arguments",
"lang": "java",
"status": "READY",
"langName": "Java"
}
],
"users": [
{
"login": "john.smith",
"name": "John Smith",
"email": "[email protected] ",
"active": true
},
{
"login": "jane.doo",
"name": "Jane Doo",
"email": "[email protected] ",
"active": true
}
]
}