Zac Spitzer

Results 129 comments of Zac Spitzer
trafficstars

14479 / 1511 looks rather suspicious? I have also seen the extension host error recently myself

@lobsterkatie Thanks! quota isn't an issue for us, it's more spam/noise than anything else. this is all basically noise from bots I believe. It's hard to repo as the linked...

Not all errors are caught, for example you have to inspect the result of cfhttp, which may return a result you want to log as an error

it seems tag islands cause a NPE Caused by: java.lang.NullPointerException at cfml.parsing.cfscript.walker.CFScriptStatementVisitor.visitForStatement(CFScriptStatementVisitor.java:340) at cfml.parsing.cfscript.walker.CFScriptStatementVisitor.visitForStatement(CFScriptStatementVisitor.java:102) at cfml.CFSCRIPTParser$ForStatementContext.accept(CFSCRIPTParser.java:2955) at org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visitChildren(AbstractParseTreeVisitor.java:46)

The latest Lucee 5.3.8 also supports calling static functions via dot syntax https://luceeserver.atlassian.net/browse/LDEV-3334

just tried it, all working fine, thanks! one last thing which would be good is to omit the full path when a relative path is defined so `C:\Users\zac\Documents\GitHub\CFLint\build\libs.\linenumber.cfm, line 2`...

also, shouldn't summary break down warnings by type? rather than just a single row for **CFLint Warnings**

I've been trying to create a reduced testcase for this problem, i've managed to narrow it down to whitespace. remove a single blank new line in the middle of a...