commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bugs #10156] java.awt.RenderingHints constructor does not a


From: Mark Wielaard
Subject: [commit-cp] [bugs #10156] java.awt.RenderingHints constructor does not accept null argument
Date: Fri, 27 Aug 2004 18:53:05 -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 #10156] Latest Modifications:

Changes by: 
                Mark Wielaard <address@hidden>
'Date: 
                Fri 08/27/04 at 22:48 (Europe/Amsterdam)

            What     | Removed                   | Added
---------------------------------------------------------------------------
            Category | inetlib                   | None
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed by:

2004-08-27  David Gilbert  <address@hidden>

        * java/awt/RenderingHints.java: Documented.
        (RenderingHints): Accept null init Map.
        (putAll): Preprocess map to generate appropriate exceptions.
        (remove): Cast object to Key and remove from hintMap.







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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10156>
Project: classpath
Submitted by: 0
On: Thu 08/26/04 at 14:41

Category:  None
Severity:  5 - Average
Resolution:  Fixed
Privacy:  Public
Assigned to:  None
Status:  Closed
Platform Version:  None


Summary:  java.awt.RenderingHints constructor does not accept null argument

Original Submission:  RenderingHints(Map init) throws a null pointer exception 
if init is null. Sun's spec says init may be null.

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


-------------------------------------------------------
Date: Fri 08/27/04 at 22:48         By: Mark Wielaard <mark>
Fixed by:

2004-08-27  David Gilbert  <address@hidden>

        * java/awt/RenderingHints.java: Documented.
        (RenderingHints): Accept null init Map.
        (putAll): Preprocess map to generate appropriate exceptions.
        (remove): Cast object to Key and remove from hintMap.


-------------------------------------------------------
Date: Thu 08/26/04 at 14:55         By: David Gilbert <trebligd>
I've noticed this also.  A fix is included in patch 3301 and I also sent a 
bunch of Mauve tests for the RenderingHints class to the mauve-patches mailing 
list.  Hopefully someone with CVS commit rights can take a look.












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

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







reply via email to

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