{
  "version" : "",
  "timestamp" : 1526095024,
  "issues" : [ {
    "severity" : "WARNING",
    "id" : "COMPONENT_HINT_MISSING",
    "message" : "COMPONENT_HINT_MISSING",
    "category" : "CFLINT",
    "abbrev" : "CH",
    "locations" : [ {
      "file" : "src\\test\\resources\\com\\cflint\\tests\\Hints\\hints4_emptycomment.cfc",
      "fileName" : "hints4_emptycomment.cfc",
      "function" : "",
      "offset" : 8,
      "column" : 1,
      "line" : 4,
      "message" : "Component hints4_emptycomment is missing a hint.",
      "variable" : "hints4_emptycomment",
      "expression" : "component {\n  public void function function1()     {\nsomeVar = '';\n\n    }\n}"
    } ]
  }, {
    "severity" : "INFO",
    "id" : "FUNCTION_HINT_MISSING",
    "message" : "FUNCTION_HINT_MISSING",
    "category" : "CFLINT",
    "abbrev" : "FH",
    "locations" : [ {
      "file" : "src\\test\\resources\\com\\cflint\\tests\\Hints\\hints4_emptycomment.cfc",
      "fileName" : "hints4_emptycomment.cfc",
      "function" : "function1",
      "offset" : 50,
      "column" : 13,
      "line" : 9,
      "message" : "Function function1 is missing a hint.",
      "variable" : "function1",
      "expression" : "public void function function1()   {\nsomeVar = '';\n\n  }"
    } ]
  } ],
  "counts" : {
    "totalFiles" : 0,
    "totalLines" : 0,
    "countByCode" : [ {
      "code" : "COMPONENT_HINT_MISSING",
      "count" : 1
    }, {
      "code" : "FUNCTION_HINT_MISSING",
      "count" : 1
    } ],
    "countBySeverity" : [ {
      "severity" : "WARNING",
      "count" : 1
    }, {
      "severity" : "INFO",
      "count" : 1
    } ]
  }
}