I believe that the Imperius parser does not support certain operations as
Neeraj mentioned before. It is a good idea for us to document those
unsupported operations.

Xiping



                                                                       
             "David Wood                                               
             (JIRA)"                                                   
             <j...@apache.org>                                          To
                                       imperius-dev@incubator.apache.org
             03/11/2009 02:48                                           cc
             PM                                                        
                                                                   Subject
                                       [jira] Created: (IMPERIUS-26)   
             Please respond to         Argument parsing for reference to
             imperius-...@incu         toString() is wrong             
             bator.apache.org                                          
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       




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