All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.server.duplication.ws.show-example.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "duplications": [
    {
      "blocks": [
        {
          "from": 94,
          "size": 101,
          "_ref": "1"
        },
        {
          "from": 83,
          "size": 101,
          "_ref": "2"
        }
      ]
    },
    {
      "blocks": [
        {
          "from": 38,
          "size": 40,
          "_ref": "1"
        },
        {
          "from": 29,
          "size": 39,
          "_ref": "2"
        }
      ]
    },
    {
      "blocks": [
        {
          "from": 148,
          "size": 24,
          "_ref": "1"
        },
        {
          "from": 137,
          "size": 24,
          "_ref": "2"
        },
        {
          "from": 137,
          "size": 24,
          "_ref": "3"
        }
      ]
    }
  ],
  "files": {
    "1": {
      "key": "org.codehaus.sonar:sonar-plugin-api:src/main/java/org/sonar/api/utils/command/CommandExecutor.java",
      "name": "CommandExecutor",
      "projectName": "SonarQube"
    },
    "2": {
      "key": "com.sonarsource.orchestrator:sonar-orchestrator:src/main/java/com/sonar/orchestrator/util/CommandExecutor.java",
      "name": "CommandExecutor",
      "projectName": "SonarSource :: Orchestrator"
    },
    "3": {
      "key": "org.codehaus.sonar.runner:sonar-runner-api:src/main/java/org/sonar/runner/api/CommandExecutor.java",
      "name": "CommandExecutor",
      "projectName": "SonarSource Runner"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy