NPE when calling method takes array
-----------------------------------

                 Key: VELOCITY-649
                 URL: https://issues.apache.org/jira/browse/VELOCITY-649
             Project: Velocity
          Issue Type: Bug
          Components: Engine
            Reporter: Byron Foster
             Fix For: 1.6


NPE caused when calling a method that takes an array:

$foo.bar($bogus)

where bar is defined as:

public void bar(int a[]){};

and $bogus is not defined.






-- 
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]

Reply via email to