You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/09/08 19:31:34 UTC

DO NOT REPLY [Bug 23001] New: - extended CallParamRule

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23001>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23001

extended CallParamRule

           Summary: extended CallParamRule
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Digester
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: unknown@public-files.de


I worked out an extension to CallParamRule, so you could specify a classname for
the parameter value.
This may be useful in cases, where the parameter should be a derived class from
the method's parameter class (i.e. method has an parameter of type
java.lang.Object and you like your parameter value be a java.lang.Boolean).

I also add the corresponding extension to Digester.