Parse error creates an obscure error message
--------------------------------------------
Key: VELOCITY-620
URL: https://issues.apache.org/jira/browse/VELOCITY-620
Project: Velocity
Issue Type: Bug
Components: Engine
Affects Versions: 1.6
Reporter: Byron Foster
The following incorrect velocity usage:
#macro(foo $a)
blaa
#end
#foo("b" "c")
or ...
#if ($x = "a")
#end
will create the obscure error message in the exception:
> Bad Reference "null" in /foo.vm:18
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]