Andrew Janke created AXIS2-5638:
-----------------------------------

             Summary: wsdl2java javadoc for class and file mis-formatted
                 Key: AXIS2-5638
                 URL: https://issues.apache.org/jira/browse/AXIS2-5638
             Project: Axis2
          Issue Type: Bug
          Components: wsdl
    Affects Versions: 1.6.2
         Environment: Windows 7 pro x64 SP1, Java 1.7.0_51
            Reporter: Andrew Janke
            Priority: Trivial


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




--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to