commit-classpath
[Top][All Lists]
Advanced

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

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


From: anonymous
Subject: [bugs #9637] setClip(null) should remove clip
Date: Tue, 13 Jul 2004 20:25:48 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko)

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




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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9637>
Project: classpath
Submitted by: 0
On: Tue 07/13/2004 at 20: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.











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]