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/04/30 23:38:35 UTC

DO NOT REPLY [Bug 19501] New: - JavaDoc for javax.xml.rpc.Call#removeProperty() does not specify Exception thrown

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

JavaDoc for javax.xml.rpc.Call#removeProperty() does not specify Exception thrown

           Summary: JavaDoc for javax.xml.rpc.Call#removeProperty() does not
                    specify Exception thrown
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: ian_d_stewart@bankone.com


The @throws clause in the JavaDoc for the method signature
removeProperty(java.lang.String) in javax.xml.rpc.Call does not specify the
exception that is thrown.

This results in the following HTML being generated:

  <b>Throws:</b><dd><code>if</code> - an invalid or unsupported property name is
passed.</dl>