This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Remove Window.java hack
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Remove Window.java hack
- From: Tom Tromey <tromey at redhat dot com>
- Date: 18 Dec 2000 14:47:49 -0700
- Cc: java-patches at sources dot redhat dot com
- References: <3A3E7FCE.AF821EC5@albatross.co.nz>
- Reply-To: tromey at redhat dot com
Bryce> * java/awt/Window.java (addNotify): Remove peer casting hack now that
Bryce> gcj/312 is fixed.
I think there are other cast hacks like this in java.awt.
I don't think they are marked :-(
But as I recall they are all in addNotify methods.
Tom