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 "Kent Tong (JIRA)" <ji...@apache.org> on 2007/11/17 04:34:43 UTC

[jira] Created: (AXIS2-3349) adb should convert anonymous inner type to inner class

adb should convert anonymous inner type to inner class
------------------------------------------------------

                 Key: AXIS2-3349
                 URL: https://issues.apache.org/jira/browse/AXIS2-3349
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: adb
    Affects Versions: 1.3
            Reporter: Kent Tong


Currently it is appending _type<COUNTER> to the generated class type, which is unstable (might change the next time). I'd suggest to convert such a type into an inner class in Java. This will eliminate the need for the counter and the class name will remain stable and local. See
http://www.nabble.com/-Axis2-1.2--name-of-class-generated-from-ADB-keeps-changing--SEC%3DUNCLASSIFIED--tf3874854.html#a10980050 for a related discussion.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3349) adb should convert anonymous inner type to inner class

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578149#action_12578149 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-3349:
-----------------------------------------------------

this needs a lot of changes to ADB templete. So not in the scope for 1.4

> adb should convert anonymous inner type to inner class
> ------------------------------------------------------
>
>                 Key: AXIS2-3349
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3349
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: adb
>    Affects Versions: 1.3
>            Reporter: Kent Tong
>            Assignee: Amila Chinthaka Suriarachchi
>
> Currently it is appending _type<COUNTER> to the generated class type, which is unstable (might change the next time). I'd suggest to convert such a type into an inner class in Java. This will eliminate the need for the counter and the class name will remain stable and local. See
> http://www.nabble.com/-Axis2-1.2--name-of-class-generated-from-ADB-keeps-changing--SEC%3DUNCLASSIFIED--tf3874854.html#a10980050 for a related discussion.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3349) adb should convert anonymous inner type to inner class

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3349:
------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> adb should convert anonymous inner type to inner class
> ------------------------------------------------------
>
>                 Key: AXIS2-3349
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3349
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: adb
>    Affects Versions: 1.3
>            Reporter: Kent Tong
>            Assignee: Amila Chinthaka Suriarachchi
>
> Currently it is appending _type<COUNTER> to the generated class type, which is unstable (might change the next time). I'd suggest to convert such a type into an inner class in Java. This will eliminate the need for the counter and the class name will remain stable and local. See
> http://www.nabble.com/-Axis2-1.2--name-of-class-generated-from-ADB-keeps-changing--SEC%3DUNCLASSIFIED--tf3874854.html#a10980050 for a related discussion.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org