From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10370 invoked by alias); 29 Jul 2004 20:54:35 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 10354 invoked by uid 48); 29 Jul 2004 20:54:35 -0000 Date: Thu, 29 Jul 2004 20:54:00 -0000 From: "mark at gcc dot gnu dot org" To: java-prs@gcc.gnu.org Message-ID: <20040729205433.16823.mark@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug AWT/16823] New: java.awt.geom.RoundRectangle2D.intersects partially wrong X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00147.txt.bz2 List-Id: The implementation of the intersects method in java.awt.geom.RoundRectangle2D sometimes returns the wrong values. The attached Mauve test case succeeds on Sun J2SE 1.4.1_01, but fails on Classpath. I've just submitted this test case to . The enclosed image (gnu/testlet/java/awt/geom/RoundRectangle2D/doc-files/intersects-1.png) illustrates the expected results. [Testcase and picture are now in mauve] For rectangles #10, 11, 12, 16, 20, 23, 27, 30, 34, 38, 39, and 40, the current classpath implementation returns false. However, true would be the correct result. This bug report comes from GNU Classpath: https://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=6067 -- Summary: java.awt.geom.RoundRectangle2D.intersects partially wrong Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: AWT AssignedTo: fitzsim at redhat dot com ReportedBy: mark at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16823