This is the mail archive of the mauve-discuss@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ResourceBundle Mauve test.


gnu/testlet/java/util/ResourceBundle/getBundle.java:

at lines 177 and 187:

references to 
java.util.ResourceBundle.getBundle (String, null) is ambiguous at
Sun's JDK 1.6, as there are the following two methods:

getBundle(java.lang.String,java.util.Locale)
getBundle(java.lang.String,java.util.ResourceBundle.Control)

So it does not compile any more.

Who fix this? (I did not try to fix it yet.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]