[ 
https://issues.apache.org/jira/browse/CXF-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerold Broser updated CXF-8577:
-------------------------------
    Description: 
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>
 * <complexType name="RequestType">
 * <complexContent>
{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> 
&lt;complexType name="RequestType"&gt; &lt;complexContent&gt; 
{noformat}

See also [StackOverflow: cxf-codegen-plugin:3.4.2:wsdl2java doesn't produce 
proper Javadoc|https://stackoverflow.com/q/68666828/1744774].

  was:
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].


> 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
>            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}
> /**
>  * &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:
> {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}
> 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)

Reply via email to