This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/19629] simple anonymous constructor bug
- From: "dwashington at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 30 Dec 2005 16:45:03 -0000
- Subject: [Bug java/19629] simple anonymous constructor bug
- References: <bug-19629-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from dwashington at gmx dot net 2005-12-30 16:45 -------
I think the problem is the null. "null" is asscoiated with type
java.lang.Object, though it here is a ClassLoader "null". A method resolution
problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19629