{
  "version" : "",
  "timestamp" : 1526095022,
  "issues" : [ {
    "severity" : "WARNING",
    "id" : "FUNCTION_TOO_COMPLEX",
    "message" : "FUNCTION_TOO_COMPLEX",
    "category" : "CFLINT",
    "abbrev" : "FT",
    "locations" : [ {
      "file" : "src\\test\\resources\\com\\cflint\\tests\\Complexity\\ifelseComplex.cfc",
      "fileName" : "ifelseComplex.cfc",
      "function" : "foo",
      "offset" : 28,
      "column" : 16,
      "line" : 2,
      "message" : "Function foo is too complex. Consider breaking the function into smaller functions.",
      "variable" : "",
      "expression" : "if(something )   {\ndoSomethingElse();\n\n  }"
    } ]
  } ],
  "counts" : {
    "totalFiles" : 0,
    "totalLines" : 0,
    "countByCode" : [ {
      "code" : "FUNCTION_TOO_COMPLEX",
      "count" : 1
    } ],
    "countBySeverity" : [ {
      "severity" : "WARNING",
      "count" : 1
    } ]
  }
}