[
https://issues.apache.org/jira/browse/CXF-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396224#comment-17396224
]
Freeman Yue Fang commented on CXF-8577:
---------------------------------------
This is a known issue fo JAXB 2.3.3, JAXB 2.3.4 has fixed this up.
Please find related discussion here
https://github.com/eclipse-ee4j/jaxb-ri/issues/1471
> cxf-codegen-plugin3.4.2:wsdl2java doesn't produce proper Javadoc
> ----------------------------------------------------------------
>
> Key: CXF-8577
> URL: https://issues.apache.org/jira/browse/CXF-8577
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 3.4.2
> Environment: * Windos 10, OpenJDK 11.0.11, Maven 3.6.2
> * RHEL 4.18.0, , OpenJDK 11.0.11, Maven 3.6.2
> Reporter: Gerold Broser
> Assignee: Freeman Yue Fang
> Priority: Minor
> Labels: cxf-codegen-plugin
>
> The classes' Javadoc that's produced by
> {{cxf-codegen-plugin:3.4.2:wsdl2java}} looks like the following here:
> {code:java}
> /**
> * <p>Java class for RequestType complex type.
> *
> * <p>The following schema fragment specifies the expected content
> contained within this class.
> *
> * <pre>
> * &lt;complexType name="RequestType"&gt;
> * &lt;complexContent&gt;
> {code}
> which, of course, is rendered to the following in Eclipse's Javadoc view, for
> instance:
> {noformat}
> <p>Java class for RequestType complex type. <p>The following schema fragment
> specifies the expected content contained within this class. <pre>
> <complexType name="RequestType"> <complexContent>
> {noformat}
> See also [StackOverflow: cxf-codegen-plugin:3.4.2:wsdl2java doesn't produce
> proper Javadoc|https://stackoverflow.com/q/68666828/1744774].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)