Fixed.
Thanks David.
--
Tom Jordahl
Macromedia
-Original Message-
From: David L. Cole [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 12:19 PM
To: [EMAIL PROTECTED]
Subject: org.apache.axis.wsdl.fromJava.DefaultBuilderPortTypeClassRep
bug
Hi all,
In the class
Hi all,
In the class:
org.apache.axis.wsdl.fromJava.DefaultBuilderPortTypeClassRep
Line 142 of the getResolvedMethods() is attempting to compare to Strings
for equality
using the == operator:
if (m1.getName() == m2.getName()) {
I think the intention was to perform the operatio