commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #9637] setClip(null) should remove clip


From: Mark Wielaard
Subject: [commit-cp] [bugs #9637] setClip(null) should remove clip
Date: Thu, 29 Jul 2004 17:28:08 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Galeon/1.3.15 (Debian package 1.3.15-2)

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #9637] Latest Modifications:

Changes by: 
                Mark Wielaard <address@hidden>
'Date: 
                Thu 07/29/04 at 20:50 (Europe/Amsterdam)

------------------ Additional Follow-up Comments ----------------------------
This is now also tracked as the following GCC AWT bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16822






/**************************************************************************/
[bugs #9637] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9637>
Project: classpath
Submitted by: 0
On: Wed 07/14/04 at 00:16

Category:  None
Severity:  5 - Average
Resolution:  None
Assigned to:  None
Status:  Open
Platform Version:  None


Summary:  setClip(null) should remove clip

Original Submission:  In Sun's Java, Graphics.setClip(null) resets the current 
clip to the device clip, i.e., removes the user clip. This is not explicitly 
specced, but is implicit in that Graphics.getClip() is specced to return null 
when there is no user clip, and setClip() is specced to take those values that 
getClip() returns. In the current Classpath, however, setClip(null) throws a 
NullPointerException, as a null value is not checked for.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 07/29/04 at 20:50         By: mark
This is now also tracked as the following GCC AWT bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16822












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9637>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]