From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3985 invoked by alias); 4 Mar 2003 22:22:50 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 3974 invoked from network); 4 Mar 2003 22:22:50 -0000 Received: from unknown (HELO nescio.wildebeest.org) (62.108.28.95) by 172.16.49.205 with SMTP; 4 Mar 2003 22:22:50 -0000 Received: from elsschot.wildebeest.org ([192.168.1.26] ident=mark) by nescio.wildebeest.org with esmtp (Exim 3.35 #1 (Debian)) id 18qKnh-0007Wz-00; Tue, 04 Mar 2003 23:22:17 +0100 Subject: Re: Is InputStreamReader.ready method deprecated ? From: Mark Wielaard To: Patrick Ellis Cc: mauve-discuss@sources.redhat.com In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1046816565.14252.62.camel@elsschot> Mime-Version: 1.0 Date: Tue, 04 Mar 2003 22:22:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q1/txt/msg00031.txt.bz2 Hi, On Tue, 2003-03-04 at 20:49, Patrick Ellis wrote: > Question: I have a testcase that is failing across several platforms (UNIX, LINUX, WINDOWS, etc) that according to the comment in the code was deprecated after 1.1 but I can NOT find any documentation or statement from the SUN JavaTM 2 Platform, Standard Edition, v 1.4.1 website or any books that say the code should be deprecated for the > InputStreamReader.ready method . Has the function been deprecated ? Not to my knowledge. The test looks strange I would expect the first test to always fail. But with gcj it actaully doesn't/ Haven't figured out why yet. Cheers, Mark