commit-classpath
[Top][All Lists]
Advanced

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

[bug #3163] java.awt.color.ColorSpace.isCS_sRGB() always returns false


From: nobody
Subject: [bug #3163] java.awt.color.ColorSpace.isCS_sRGB() always returns false
Date: Tue, 24 Jun 2003 03:26:04 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux; X11; i686; de, address@hidden)

=================== BUG #3163: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3163&group_id=85

Changes by: Michael Koch <address@hidden>
Date: Tue 06/24/2003 at 07:26 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | In Process                | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS



=================== BUG #3163: FULL BUG SNAPSHOT ===================


Submitted by: bonniot                 Project: classpath                    
Submitted on: Wed 04/09/2003 at 11:39
Severity:  5 - Major                  Resolution:  None                     
Assigned to:  mkoch                   Status:  Closed                       
Platform Version:  None               

Summary:  java.awt.color.ColorSpace.isCS_sRGB() always returns false

Original Submission:  The following code prints false with classpath (gij, 
sablevm, kaffe which also uses classpath for this class), while it should most 
likely return true (and does indeed with Sun VMs).

import java.awt.color.*;

public class CS_sRGB
{
  public static void main(String[] args)
  {
System.out.println(ColorSpace.getInstance(ColorSpace.CS_sRGB).isCS_sRGB());
  }
}

I contacted Mauve, to see if they would accept a testcase, although they have 
no AWT at the moment.


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

-------------------------------------------------------
Date: Tue 06/24/2003 at 07:26       By: mkoch
Fixed in CVS


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3163&group_id=85

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





reply via email to

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