-
I'm getting a parse error for ordered structs. CFLint version 1.4.1; CFParser version 2.8.0.
```cfml
variables.foobar = [
"foo": "bar"
];
```
I see there are some similar issues, but the…
-
Using CFLint with Sublimelinter, when there are mixed references to variables in the arguments scope, the highlighted row isn't the first conflicting use, but following conflict.
![image](https://u…
-
I noticed that if a have a cfscript component header with html markup in it that CFlint will not report any issues.
```
/**
*
* Some hint
*
* Usage:
* Code example here
*
*
*/
co…
-
File:
```
component {
public struct function foo() {
if (not (['quantity'].contains('total'))) {
abort;
}
}
}
```
Result:
```
java.lang.NullPointerException
at cfml.p…
-
We have written the needed data into your clipboard because it was too large to send. Please paste.
Issue Type: Bug
We get notice of an update... and tell it to proceed. This has happen to our…
-
File:
```
component {
try {
} catch (org.example.whateverError) {
}
}
```
Result:
```
com.cflint.exception.CFLintScanException: java.lang.NullPointerException
at com.cflint.CFLint.…
-
Env: pre-1.5.0 code built from `dev` at rev adc842f712118228258918ed1f21106eb14e5dfc.
File:
```
component {
if (!['all'].foo()) {
}
}
```
Result:
```
com.cflint.exception.CFLintScanE…
-
Passing `fileName=cflint-results.xml` results in an actual file name of `cflint-results.xml.xml`. Thinking we can `replace(fileName, ".xml", "")` this?
-
File:
```
```
Result:
```
java.lang.NullPointerException
at com.cflint.tools.CFMLTagInfo.isAssignmentAttribute(CFMLTagInfo.java:61)
at com.cflint.tools.CFMLTagInfo.isExpressionAttribute(C…
-
File:
```
component {
function test () {
var foo.bar('baz');
}
}
```
Result:
```
com.cflint.exception.CFLintScanException: java.lang.NullPointerException
at com.cflint.CFLint.proc…