This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Strange behaviour with ResourceBundle - SUN vs GCJ?
- From: Martin Egholm Nielsen <martin at egholm-nielsen dot dk>
- To: java at gcc dot gnu dot org
- Date: Thu, 10 Mar 2005 10:47:12 +0100
- Subject: Re: Strange behaviour with ResourceBundle - SUN vs GCJ?
- References: <d0mgh6$m6$1@sea.gmane.org> <422F17BC.5010806@redhat.com>
Hi Bryce,
I don't know if this may have been addressed before - or maybe even
"solved" in newer GCJ releases.
I know that the ResourceBundle class tries to load/find the given
resource-bundle in the class "UserLog", but as the constructor is
hidden, I don't see why it should be allowed for it to construct an
instance?
This is fixed in gcj 4.0. Any chance you could make a mauve test from
your test case? It would be nice to have test coverage for this.
Super... But it will have to wait a bit - need "learning" writing Mauve
tests... There may be an issue the failing class should be an inner
class of the the testlet...
There's a PostIt on my screen...
// Martin