Argument parsing for reference to toString() is wrong
-----------------------------------------------------

                 Key: IMPERIUS-26
                 URL: https://issues.apache.org/jira/browse/IMPERIUS-26
             Project: Imperius
          Issue Type: Bug
            Reporter: David Wood
            Assignee: Bill Stoddard


With the following policy:

Import Class java.util.Properties:list1;
Strategy Execute_All_Applicable;
Policy 
{
        Condition 
        {  
           list1.get("Foo").toString() == "something"
        }
        Decision 
        {   
                list1.toString()
        }
}:1;

I get

Number of Formal and passed parameters don't match for method toString

This code used throw an exception (not sure why it's not now).    This is 
produced based on a problem we are seeing with some other classes which DOES 
throw the exception.  In looking into this a bit, it looks as if the "Foo" 
argument to the previous method is being passed to toString().


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to