You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/10/22 00:43:02 UTC

DO NOT REPLY [Bug 23983] New: - Multiple warnings during build of javadocs target

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

Multiple warnings during build of javadocs target

           Summary: Multiple warnings during build of javadocs target
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: minchau@ca.ibm.com


When running the target "javadocs" of ./xml-xalan/java/build.bat or ./xml-
xalan/java/build.sh there are many many warnings on things like:
  @see - not pointing to a valid reference
  @return - not having anything other than an @return with no description
  @param - listing a parameter name that does not exit
  . . . 
It would be nice, maybe even useful to generate javadoc without warnings.