DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16894>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16894 wsdl2java generated "equals(...)" method should use "this." Summary: wsdl2java generated "equals(...)" method should use "this." Product: Axis Version: 1.1beta Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The equals method in Java bean classes generated by WSDL2java uses "obj" as the input parameter. However, the comparison code does not preface the internal members with "this." so if there's an internal member called "obj" the scope gets messed up and the input parameter is compared to itself, resulting in compile errors or worse.
