You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/07/12 16:41:34 UTC

[jira] Commented: (AXIS-1667) When WSDL2Java generate JavaDoc, the left indentation of wrapped line do not match the indentation of previous or subsequent line.

    [ http://issues.apache.org/jira/browse/AXIS-1667?page=comments#action_12315585 ] 

Davanum Srinivas commented on AXIS-1667:
----------------------------------------

Venkat,

Could you please upload a new patch? or even check it in yourself? patch2 is outdated.

thanks,
dims

> When WSDL2Java generate JavaDoc, the left indentation of wrapped line do not match the indentation of previous or subsequent line.
> ----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: AXIS-1667
>          URL: http://issues.apache.org/jira/browse/AXIS-1667
>      Project: Apache Axis
>         Type: Bug
>   Components: Serialization/Deserialization
>     Versions: 1.2RC1
>  Environment: Nov 12, 2004
>     Reporter: Sébastien Tardif
>     Assignee: Davanum Srinivas
>  Attachments: Credential.java, docHarbor.wsdl, patch.txt, patch2.txt
>
> Title: When WSDL2Java generate JavaDoc, the left indentation of wrapped line do not match the indentation of previous or subsequent line.
> An example:
> public class Criteria  implements java.io.Serializable {
>     /** Use for sorting and whether ascending or descending. */
>     private com.docharbor.webservices.SortCriteria[] sortCriteria;
>     /** Maximum number of returned rows from a search. If you specified
>  * 0 we will retrieved no document you will have received information
>  * about the retrieval type and the index fields. */
>     private java.lang.Integer maxDocuments;
>     /** Indicates whether to show only "display" indexes. */
> The indentation always use space not tab. So when it’s ok it uses 4 spaces and when it’s wrong it uses just 1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira