You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/01/03 18:41:09 UTC

DO NOT REPLY [Bug 5677] New: - JavaDoc problems throughout sourcecode

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

JavaDoc problems throughout sourcecode

           Summary: JavaDoc problems throughout sourcecode
           Product: Xerces2-J
           Version: 2.0.0 [beta 4]
          Platform: All
               URL: http://cvs.apache.org/viewcvs.cgi/xml-
                    xerces/java/src/org/w3c/dom/Node.java?rev=1.3.4.1&conten
                    t-type=text/vnd.viewcvs-markup
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: elharo@metalab.unc.edu


The Xerces source code is littered with missing white space problems in 
JavaDoc comments argument lists involving the words "The and This". 
For example this one comes from org.w3c.dom.Node.java 
removeChild(Node oldChild):

     * @param newChildThe node to add.If it is a 

There should be a space between "newChild" and "The" 

This happens almost everywhere in the JavaDoc. At some point perhaps 
a search and replace operation or a code reformatting went awry.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org