Return-Path: Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: (qmail 24725 invoked from network); 25 May 2010 10:31:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 May 2010 10:31:29 -0000 Received: (qmail 64683 invoked by uid 500); 25 May 2010 10:31:27 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 64675 invoked by uid 99); 25 May 2010 10:31:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 10:31:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 10:31:24 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4PAV3cO021800 for ; Tue, 25 May 2010 10:31:03 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o4PAV2qn021799; Tue, 25 May 2010 06:31:02 -0400 (EDT) Date: Tue, 25 May 2010 06:31:02 -0400 (EDT) From: bugzilla@apache.org To: general@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 49337] New: [PATCH] method disableClipping should be in PSGraphics2D class, not in AbstractPSDocumentGraphics2D X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: Java2D X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: julien.ayme@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: general@xmlgraphics.apache.org X-Bugzilla-Target-Milestone: -- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49337 Summary: [PATCH] method disableClipping should be in PSGraphics2D class, not in AbstractPSDocumentGraphics2D Product: XMLGraphicsCommons Version: Trunk Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Java2D AssignedTo: general@xmlgraphics.apache.org ReportedBy: julien.ayme@gmail.com Created an attachment (id=25479) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25479) The proposed patch The field clippingDisabled is defined in PSGraphics2D class, with a default value to false. The setter for this field is defined in the AbstractPSDocumentGraphics2D sub-class. I think that the setter should be defined in PSGraphics2D class, so that the setter stands next to the field. The patch is trivial: remove the method disableClipping from AbstractPSDocumentGraphics2D and put it back into PSGraphics2D. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org