{
  "version" : "",
  "timestamp" : 1526095034,
  "issues" : [ {
    "severity" : "INFO",
    "id" : "UNUSED_LOCAL_VARIABLE",
    "message" : "UNUSED_LOCAL_VARIABLE",
    "category" : "CFLINT",
    "abbrev" : "UL",
    "locations" : [ {
      "file" : "src\\test\\resources\\com\\cflint\\tests\\UnusedVariable\\while_465.cfc",
      "fileName" : "while_465.cfc",
      "function" : "safetext",
      "offset" : 112,
      "column" : 8,
      "line" : 5,
      "message" : "Local variable nextStart is not used in function safetext. Consider removing it.",
      "variable" : "nextStart",
      "expression" : ""
    } ]
  } ],
  "counts" : {
    "totalFiles" : 0,
    "totalLines" : 0,
    "countByCode" : [ {
      "code" : "UNUSED_LOCAL_VARIABLE",
      "count" : 1
    } ],
    "countBySeverity" : [ {
      "severity" : "INFO",
      "count" : 1
    } ]
  }
}