findbugs.cflint-to-findbugs.xsl 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.
Variable assigned without a scope. This puts in a large scope that is usually intended. Suggest using the 'var name' statement of explicit 'LOCAL.name' statement.
Nested <cfquery/> tags, the outer tag has an @query attribute, it should also specify the @group attribute.
QueryNew should specify the datatypes of the columns.
Variable is varr'd with the same name as one of the arguments. This is confusing or incorrect.
Variable referenced both as an unscoped (local) and an argument.
Arguments that are not required should specify a default value (@default)
Functions should specify @output="false"
1
2
3
4
5
6
7
Use var or the local scope, or otherwise clarify the scope
In
In function
()
At line :
Expression: