{
  "version" : "",
  "timestamp" : 1526095027,
  "issues" : [ {
    "severity" : "INFO",
    "id" : "GLOBAL_LITERAL_VALUE_USED_TOO_OFTEN",
    "message" : "GLOBAL_LITERAL_VALUE_USED_TOO_OFTEN",
    "category" : "CFLINT",
    "abbrev" : "GL",
    "locations" : [ {
      "file" : "src\\test\\resources\\com\\cflint\\tests\\LiteralChecker\\literal_checker_326.cfm",
      "fileName" : "literal_checker_326.cfm",
      "function" : "",
      "offset" : 429,
      "column" : 125,
      "line" : 7,
      "message" : "Literal 3 occurs several times in one or more files. Consider giving it a name and not hard coding values.",
      "variable" : "3",
      "expression" : "3"
    } ]
  } ],
  "counts" : {
    "totalFiles" : 0,
    "totalLines" : 0,
    "countByCode" : [ {
      "code" : "GLOBAL_LITERAL_VALUE_USED_TOO_OFTEN",
      "count" : 1
    } ],
    "countBySeverity" : [ {
      "severity" : "INFO",
      "count" : 1
    } ]
  }
}