----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 10:52 AM Subject: cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPSender.java
> stevel 2002/11/18 10:52:05 > > Modified: java/src/org/apache/axis/transport/http HTTPSender.java > Log: > axis-user complaint: the nightly builds wont work on pre1.4 jvms no more. > > java1.3 and below had no StringBuffer.append(StringBuffer), but did have StringBuffer.append(Object). So on a 1.3 build this code maps to the Object call, toString() is called and all is well. But on a 1.4 build the new method is used instead, so it aint there at runtime. I wonder how many other places this happens. And I wonder if IDEA has a way to tell me... There are no other instances of StringBuffer.append(StringBuffer) in the source; IDEA build 662 truly is the best JAva IDE to date...