[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: classpath ./ChangeLog ./THANKYOU java/util/Reso...
From: |
Tom Tromey |
Subject: |
Re: classpath ./ChangeLog ./THANKYOU java/util/Reso... |
Date: |
06 Jan 2003 12:22:38 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>>>> "Brian" == Brian Jones <address@hidden> writes:
Brian> 2003-01-05 Julian Dolby <address@hidden>
Brian> * java/util/ResourceBundle.java (tryBundle): If an exception
Brian> occurs, do not try to use the bundle.
This part of the patch looks like this:
@@ -509,6 +523,7 @@
catch (Exception ex)
{
// ignore them all
+ foundBundle = null;
}
if (foundBundle == null)
{
I think this is unnecessary. The assignment to `foundBundle' will
never happen if there is an exception. I'm inclined to revert this
part, as it is a libgcj/classpath divergence and is a little easier to
fix here.
Tom
- Re: classpath ./ChangeLog ./THANKYOU java/util/Reso...,
Tom Tromey <=