You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Gerold Broser (Jira)" <ji...@apache.org> on 2021/08/06 10:43:00 UTC

[jira] [Created] (CXF-8577) cxf-codegen-plugin3.4.2:wsdl2java doesn't produce proper Javadoc

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}
/**
 * &lt;p&gt;Java class for RequestType complex type.
 * 
 * &lt;p&gt;The following schema fragment specifies the expected content contained within this class.
 * 
 * &lt;pre&gt;
 * &amp;lt;complexType name="RequestType"&amp;gt;
 * &amp;lt;complexContent&amp;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> &lt;complexType name="RequestType"&gt; &lt;complexContent&gt; 
{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)