schemas.cflint-result.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CFLint Show documentation
Show all versions of CFLint Show documentation
A static code analysis tool for ColdFusion (in the spirit of FindBugs and Lint). With CFLint, you are able to analyze your ColdFusion code base for code violations.
This schema describes the XML format used by CFLint to store the results of analysis.
The severity level of an issue
Represents each issue found
Properties of the individual issue reported
The expression in which the issue was found
Full file path to the file in which the issue was found
Just the file name in which the issue was found
The function in which or for which the issue was found
The column number of the starting position at which the issue was found
The line number of the starting position at which the issue was found
A message describing this specific issue
The variable name for which the issue was found
The severity level of the issue
Unique identifier of the rule used to find the issue
Same as ID
Currently always set to CFLint
An abbreviation of the rule used to find the issue
Provides counts for the results of running CFLint
Provides counts grouped by code or severity
The current issue code being counted
The current issue severity being counted
The issue count for the current code or severity
The total number of files read during this scan
The total number of lines of code scanned
The version of CFLint that products these results
A timestamp representing the Unix epoch time when these results were generated