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 2003/08/13 23:06:23 UTC

DO NOT REPLY [Bug 22395] New: - documentation error (javadoc)

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

documentation error (javadoc)

           Summary: documentation error (javadoc)
           Product: Xerces2-J
           Version: 2.5.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Other
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: Eric.D.Friedman@wellsfargo.com


In org.apache.xerces.impl.xs.psvi.XSComplexTypeDefinition.getContentType(),

the javadoc says:

"[content type]: one of empty (CONTENTTYPE_EMPTY), a simple type definition
(CONTENTTYPE_SIMPLE), mixed ( CONTENTTYPE_EMPTY), or element-only (
CONTENTTYPE_EMPTY)."

Note that CONTENTTYPE_EMPTY appears three times here; the correct values are
defined as constants on the interface, but the javadoc doesn't refer to those
accurately.

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