-
http://cflib.org/udf/SafeText
obracket, badTag, nextStart all are triggering UNUSED_LOCAL_VARIABLE
-
ACF, here are a few examples of new false positives (150+ in my codebase) I just found :-/
They never triggered false positives in 1.2.x. but do now in 1.3+
```var qGetSites = new Query(datasour…
-
Issue Type: Bug
The explorer bar auto-shows itself when i click into the editor for a file.
I hide it and then click in editor and it un-hides immediately.
If i am on another bar (like search, …
-
While trying to install CFEclipse plugin I noticed that MxUnit couldn't be installed because mxunit.org domain was unreachable. It looks like domain is about expiring
-
Capitalisation of filenames by default sets an error if PascalCase is not used.
This is not a standard or best practice (never seen pascalcase used anywhere in cfml in 20 years of coding to be hone…
-
Please document the different output schemas (e.g. JSON, XML, text)
(was part of #318 from @KamasamaK - created a separate issue)
-
I recently installed Eclipse Neon and my editor won't open for cfm/cfc files using cfeclipse. At first I thought it was unrelated to cfeclipse but after reporting a bug to the eclipse community they …
-
Hi,
I select a few lines in my code and use `ALT + UP` to move the lines around in the file. When I now press `TAB` or `SHIFT + TAB` to modify indention of the selected lines not only the selected …
-
What would be required in order to use Junidecode at the command line?
I use [CFLint](https://github.com/cflint/CFLint) with [VSCode](https://code.visualstudio.com/) to identify issues with my CFML…
-
This is a new feature proposal.
In CFScript, the last element of an array isn't allowed to have a trailing comma. Trailing commas after the last element are considered as a syntax error.
`coffee…