From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30510 invoked by alias); 13 Feb 2006 05:06:44 -0000 Received: (qmail 30502 invoked by uid 22791); 13 Feb 2006 05:06:43 -0000 X-Spam-Check-By: sourceware.org Received: from web50112.mail.yahoo.com (HELO web50112.mail.yahoo.com) (206.190.39.149) by sourceware.org (qpsmtpd/0.31) with SMTP; Mon, 13 Feb 2006 05:06:43 +0000 Received: (qmail 88049 invoked by uid 60001); 13 Feb 2006 05:06:41 -0000 Message-ID: <20060213050641.88047.qmail@web50112.mail.yahoo.com> Received: from [200.179.255.185] by web50112.mail.yahoo.com via HTTP; Sun, 12 Feb 2006 21:06:41 PST Date: Mon, 13 Feb 2006 05:06:00 -0000 From: Pedro Izecksohn Subject: ResourceBundle Mauve test. To: mauve-discuss@sources.redhat.com Cc: classpath@gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00021.txt.bz2 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.)