{
  "version" : "",
  "timestamp" : 1526095031,
  "issues" : [ {
    "severity" : "WARNING",
    "id" : "EXCESSIVE_FUNCTIONS",
    "message" : "EXCESSIVE_FUNCTIONS",
    "category" : "CFLINT",
    "abbrev" : "EF",
    "locations" : [ {
      "file" : "src\\test\\resources\\com\\cflint\\tests\\TooManyFunctionsChecker\\excessive_cfml.cfc",
      "fileName" : "excessive_cfml.cfc",
      "function" : "",
      "offset" : 0,
      "column" : 0,
      "line" : 1,
      "message" : "Component excessive_cfml has too many functions. Should be fewer than 10.",
      "variable" : "",
      "expression" : "<cfcomponent>\n\t<cffunction name=\\\"functionOne\\\" />\n\t<cffunction name=\\\"functionTwo\\\" />\n\t<cffunction name=\\\"functionThree\\\" />\n\t<cffunction name=\\\"functionFour\\\" />\n\t<cffunction name=\\\"functionFive\\\" "
    } ]
  } ],
  "counts" : {
    "totalFiles" : 0,
    "totalLines" : 0,
    "countByCode" : [ {
      "code" : "EXCESSIVE_FUNCTIONS",
      "count" : 1
    } ],
    "countBySeverity" : [ {
      "severity" : "WARNING",
      "count" : 1
    } ]
  }
}