commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] [bugs #10607] java.awt.image.DataBuffer* - bugs in 1D buffer


From: Michael Koch
Subject: [commit-cp] [bugs #10607] java.awt.image.DataBuffer* - bugs in 1D buffer constructors
Date: Wed, 13 Oct 2004 09:21:36 -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 #10607] Latest Modifications:

Changes by: 
                Michael Koch <address@hidden>
'Date: 
                Mit 13.10.2004 at 13:14 (GMT)

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


------------------ Additional Follow-up Comments ----------------------------
I just commited a fix to GNU classpath CVS which makes all mauve testcases 
pass. Thanks for your contribution.






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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10607>
Project: classpath
Submitted by: Stephen Crawley
On: Don 07.10.2004 at 15:43

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


Summary:  java.awt.image.DataBuffer* - bugs in 1D buffer constructors

Original Submission:  There is a systematic bug in the constructors of these
classes that take a 1D array as an argument.  These 
constructors fail to initialize the bankData and offsets
attributes.  This results in a variety of problems; e.g.
getElem(int, int) fails with a NullPointerException as
illustrated by the mauve following testcases:

  gnu.testlet.java.awt.image.DataBufferByte.getElem
  gnu.testlet.java.awt.image.DataBufferDouble.getElem
  etcetera

A straightforward fix is possible.





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


-------------------------------------------------------
Date: Mit 13.10.2004 at 13:14       By: Michael Koch <mkoch>
I just commited a fix to GNU classpath CVS which makes all mauve testcases 
pass. Thanks for your contribution.












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

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







reply via email to

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