Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-5638

wsdl2java javadoc for class and file mis-formatted

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • 1.6.2
    • None
    • wsdl
    • Windows 7 pro x64 SP1, Java 1.7.0_51

    Description

      In the service stub source code files generated by wsdl2java, for at least the ADB and JAXBRI databindings, the comment blocks at the top of the file seem mis-formatted. The very first comment before the "package" statement is formatted as a "/** ... /" javadoc comment. It shouldn't be; javadocs don't apply to files as a whole. And the comment right before the top-level class is a regular "/ ... */" comment; it should probably be a javadoc block.

      To reproduce:
      Grab a simple WSDL like HelloWorld.wsdl from http://oreilly.com/catalog/webservess/chapter/ch06.html and do:

      wsdl2java -uri HelloWorld.wsdl -s -p hello.adb -d adb
      wsdl2java -uri HelloWorld.wsdl -s -p hello.jaxbri -d jaxbri

      Attachments

        1. bogus_javadoc.zip
          17 kB
          Andrew Janke

        Activity

          People

            Unassigned Unassigned
            apjanke Andrew Janke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: