This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: FUBAR in java.io.PrintWriter.h due to bridge methods
- From: Andrew Haley <aph at gcc dot gnu dot org>
- To: Robert Schuster <theBohemian at gmx dot net>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 17 Apr 2007 11:00:54 +0100
- Subject: Re: FUBAR in java.io.PrintWriter.h due to bridge methods
- References: <17956.35709.920664.92612@zebedee.pink> <462499FC.2010204@gmx.net>
Robert Schuster writes:
> I remember that there was a discussion months ago[0] about adding the
> return type to the method's signature.
This was done along time ago. The problem here isn't binary
compatibility but compatibility with C++ source.
Andrew.