Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.4.2
-
- Windows 10, OpenJDK 11.0.11, Maven 3.6.2
- RHEL 8.4, OpenJDK 11.0.11, Maven 3.6.2
-
Unknown
Description
The classes' Javadoc that's produced by cxf-codegen-plugin:3.4.2:wsdl2java looks like the following here:
/** * <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;
which, of course, is rendered to the following in Eclipse's Javadoc view, for instance:
<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>
See also StackOverflow: cxf-codegen-plugin:3.4.2:wsdl2java doesn't produce proper Javadoc.