Zac Spitzer
Zac Spitzer
- tweak language, update is now installing - changed default deploy log level to INFO - changed all the verbose install entries to DEBUG - log when an extension manifest...
I'm using `SystemUtil.getCurrentContext(null).line)` to get the line number, but it's off by one I added a `DebuggerPro` interface, in case the line number needs to come from `Timer.java` https://luceeserver.atlassian.net/browse/LDEV-3401
check to see if on windows, if the second character of the path is a `:` i.e. `c:\lucee\etc` , don't prefix a slash https://luceeserver.atlassian.net/browse/LDEV-3328
more of a POC than anything UDFs don't get logged in template execution times, only cfc function methods https://luceeserver.atlassian.net/browse/LDEV-3427 
type=tables filter="TABLE" https://luceeserver.atlassian.net/browse/LDEV-3378 dbinfo type="columns_minimal" https://luceeserver.atlassian.net/browse/LDEV-3374 allow table wildcards for dbinfo type="columns" https://luceeserver.atlassian.net/browse/LDEV-3373
with 1.4.1, the -1 value causes a parse error, adding quotes around the -1 fixes it ``` function doSomething(id){ switch (id){ case -1: return "new"; default: return "existing"; } }...
getting a heap of repeated errors with 1.4.0 (the error is repeated for a whole range of checkers, not just CFXTagChecker) java.lang.NullPointerException: Message definition not found for [AVOID_USING_CREATEOBJECT] in CFXTagChecker...
The HTML report is a bit more verbose than it needs to be > Variable user_id is not declared with a var statement. Use var or the local scope, or...
I went to go and fix the broken example for listMap by copying the example into https://cfdocs.org/utilities/json/ ``` "code": "Rainbow = \"Whero, Karaka, Kowhai, Kakariki, Kikorangi, Tawatawa, Mawhero\"; \r\n externalList...