Gerold Broser created CXF-8577:
----------------------------------
Summary: 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
The classes' Javadoc that's produced by {{cxf-codegen-plugin:3.4.2:wsdl2java}}
looks like the following here:
{code}
/**
* <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:
{quote}
{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}
{quote}
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)