You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/09/14 20:36:48 UTC

DO NOT REPLY [Bug 23164] New: - org.apache.axis.utils.bytecode ehancement

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=23164>.
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=23164

org.apache.axis.utils.bytecode ehancement

           Summary: org.apache.axis.utils.bytecode ehancement
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: pengyu_wang@hotmail.com


> First, in ParamReader.java add a method which user 
>can get given constructor's parameter name.
 
> Second, add a class ChainedParamReader which given a
> method it can go through the inheriting chain to get
> the parameter even if the method is not defined in the
> derived class.
 
Third added test case for entire byte code package.