[
https://issues.apache.org/jira/browse/AXIS-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rodrigo Ruiz updated AXIS-1666:
-------------------------------
Description:
Title: When WSDL2Java generate JavaDoc and wrap a line it uses the Unix way.
So it looks very ugly on Notepad. The rest of Axis source code does not do
that. So I believe it's a bug at least of inconsistency. Also if we have to
choose between Unix and Windows we should choose for the one the most used for
development.
So it looks like that on Notepad:
public class Credential implements java.io.Serializable {
/** API User (required) -- for now, must be "apiuser", but this may *
change in the future. */
private java.lang.String username;
...
was:
Title: When WSDL2Java generate JavaDoc and wrap a line it uses the Unix way.
So it looks very ugly on Notepad. The rest of Axis source code does not do
that. So I believe its a bug at least of inconsistency. Also if we have to
choose between Unix and Windows we should choose for the one the most used for
development.
So it looks like that on Notepad:
public class Credential implements java.io.Serializable {
/** API User (required) -- for now, must be "apiuser", but this may *
change in the future. */
private java.lang.String username;
Affects Version/s: 1.4
1.3
1.2
current (nightly)
> When WSDL2Java generate JavaDoc and wrap a line it uses the Unix way.
> ---------------------------------------------------------------------
>
> Key: AXIS-1666
> URL: https://issues.apache.org/jira/browse/AXIS-1666
> Project: Axis
> Issue Type: Bug
> Components: Serialization/Deserialization
> Affects Versions: current (nightly), 1.2RC1, 1.2, 1.3, 1.4
> Environment: CVS Nov 12, 2004
> Reporter: Sébastien Tardif
> Assigned To: Ashutosh Shahi
> Attachments: Credential.java, docHarbor.wsdl, JavaWriter.diff
>
>
> Title: When WSDL2Java generate JavaDoc and wrap a line it uses the Unix way.
> So it looks very ugly on Notepad. The rest of Axis source code does not do
> that. So I believe it's a bug at least of inconsistency. Also if we have to
> choose between Unix and Windows we should choose for the one the most used
> for development.
> So it looks like that on Notepad:
> public class Credential implements java.io.Serializable {
> /** API User (required) -- for now, must be "apiuser", but this may *
> change in the future. */
> private java.lang.String username;
> ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]