[
https://issues.apache.org/jira/browse/CXF-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerold Broser updated CXF-8577:
-------------------------------
Environment:
* Windos 10, OpenJDK 11.0.11, Maven 3.6.2
* RHEL 8.4, OpenJDK 11.0.11, Maven 3.6.2
was:
* Windos 10, OpenJDK 11.0.11, Maven 3.6.2
* RHEL 8.4, , OpenJDK 11.0.11, Maven 3.6.2
> 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 8.4, OpenJDK 11.0.11, Maven 3.6.2
> Reporter: Gerold Broser
> Assignee: Freeman Yue Fang
> Priority: Minor
> Labels: cxf-codegen-plugin
> Fix For: 3.4.4, 3.5.0
>
>
> 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)