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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
