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: Wed, 09 Apr 2003 07:39:09 -0400

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

Submitted by: bonniot                 Project: classpath                    
Submitted on: Wed 04/09/03 at 11:39
Severity:  5 - Major                  Resolution:  None                     
Assigned to:  None                    Status:  Open                         
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.




No Followups Have Been Posted


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




reply via email to

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