{
  "_class" : "io.jenkins.plugins.analysis.core.restapi.ReportApi",
  "issues" : [
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "MessageSupport.java",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/src/main/java/it/tidalwave/actor/MessageSupport.java",
      "fingerprint" : "CF158CD458A8644237409F5DFDEC02B2",
      "lineEnd" : 59,
      "lineStart" : 59,
      "message" : "@Inject",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "it.tidalwave.actor",
      "reference" : "238",
      "severity" : "NORMAL",
      "toString" : "MessageSupport.java(59,0): TODO: : @Inject",
      "type" : "TODO"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "MessageSupport.java",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/src/main/java/it/tidalwave/actor/MessageSupport.java",
      "fingerprint" : "52A6F058753404E70058B183BC54EEA5",
      "lineEnd" : 68,
      "lineStart" : 68,
      "message" : "use AsSupport",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "it.tidalwave.actor",
      "reference" : "238",
      "severity" : "HIGH",
      "toString" : "MessageSupport.java(68,0): FIXME: : use AsSupport",
      "type" : "FIXME"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "CollaborationAwareMessageBusAdapter.java",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/src/main/java/it/tidalwave/actor/impl/CollaborationAwareMessageBusAdapter.java",
      "fingerprint" : "7FB43C22A9C46F0355845B6C3928E9B2",
      "lineEnd" : 76,
      "lineStart" : 76,
      "message" : "should filter with @Actor?",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "it.tidalwave.actor.impl",
      "reference" : "238",
      "severity" : "NORMAL",
      "toString" : "CollaborationAwareMessageBusAdapter.java(76,0): TODO: : should filter with @Actor?",
      "type" : "TODO"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "DefaultCollaboration.java",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/src/main/java/it/tidalwave/actor/impl/DefaultCollaboration.java",
      "fingerprint" : "F6D1B29BED5EF59AB58DB443ADEF171A",
      "lineEnd" : 423,
      "lineStart" : 423,
      "message" : "seems to be useless",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "it.tidalwave.actor.impl",
      "reference" : "238",
      "severity" : "HIGH",
      "toString" : "DefaultCollaboration.java(423,0): FIXME: : seems to be useless",
      "type" : "FIXME"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "DefaultCollaboration.java",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/src/main/java/it/tidalwave/actor/impl/DefaultCollaboration.java",
      "fingerprint" : "D4BAA709810B3E828ECB20733F385FB7",
      "lineEnd" : 447,
      "lineStart" : 447,
      "message" : "drop or move out of synchronized",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "it.tidalwave.actor.impl",
      "reference" : "238",
      "severity" : "HIGH",
      "toString" : "DefaultCollaboration.java(447,0): FIXME: : drop or move out of synchronized",
      "type" : "FIXME"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "Locator.java",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/src/main/java/it/tidalwave/actor/impl/Locator.java",
      "fingerprint" : "3790BD766B079590A89864F147B31F55",
      "lineEnd" : 74,
      "lineStart" : 74,
      "message" : "",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "it.tidalwave.actor.impl",
      "reference" : "238",
      "severity" : "HIGH",
      "toString" : "Locator.java(74,0): FIXME: : ",
      "type" : "FIXME"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "MBeansManager.java",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/src/main/java/it/tidalwave/actor/impl/MBeansManager.java",
      "fingerprint" : "FF14B84E9A6B20F2ADC695F8EE2B65E8",
      "lineEnd" : 178,
      "lineStart" : 178,
      "message" : "it checks only first interface - what about an annotation?",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "it.tidalwave.actor.impl",
      "reference" : "238",
      "severity" : "NORMAL",
      "toString" : "MBeansManager.java(178,0): TODO: : it checks only first interface - what about an annotation?",
      "type" : "TODO"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "checkstyle-checker.xml",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/target/checkstyle-checker.xml",
      "fingerprint" : "3887C45439727A072F71320E0E36BBCB",
      "lineEnd" : 71,
      "lineStart" : 71,
      "message" : "exclude tests -->",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "-",
      "reference" : "261",
      "severity" : "NORMAL",
      "toString" : "checkstyle-checker.xml(71,0): TODO: : exclude tests -->",
      "type" : "TODO"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "checkstyle-checker.xml",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/target/checkstyle-checker.xml",
      "fingerprint" : "7176568373F4F1AA7AF541C32C483753",
      "lineEnd" : 101,
      "lineStart" : 101,
      "message" : "only for parameterless methods -->",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "-",
      "reference" : "261",
      "severity" : "NORMAL",
      "toString" : "checkstyle-checker.xml(101,0): TODO: : only for parameterless methods -->",
      "type" : "TODO"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "checkstyle-checker.xml",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/target/checkstyle-checker.xml",
      "fingerprint" : "1AFA4D28C032A509D8CEB9616C0B42D3",
      "lineEnd" : 127,
      "lineStart" : 127,
      "message" : "-->",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "-",
      "reference" : "261",
      "severity" : "NORMAL",
      "toString" : "checkstyle-checker.xml(127,0): TODO: : -->",
      "type" : "TODO"
    },
    {
      "addedAt" : 0,
      "authorEmail" : "-",
      "authorName" : "-",
      "baseName" : "checkstyle-checker.xml",
      "category" : "",
      "columnEnd" : 0,
      "columnStart" : 0,
      "commit" : "-",
      "description" : "",
      "fileName" : "modules/Actors/target/checkstyle-checker.xml",
      "fingerprint" : "A0EE7028539F39BDF7AD3FF553A8AEE7",
      "lineEnd" : 129,
      "lineStart" : 129,
      "message" : "-->",
      "moduleName" : "TheseFoolishThings :: Actors",
      "origin" : "open-tasks",
      "originName" : "",
      "packageName" : "-",
      "reference" : "261",
      "severity" : "NORMAL",
      "toString" : "checkstyle-checker.xml(129,0): TODO: : -->",
      "type" : "TODO"
    }
  ],
  "size" : 11,
  "toString" : "11 warnings (high: 4, normal: 7)"
}