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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]