Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6178653
Votes 0
Synopsis TIFFTag.isIFDPointer() is underspecified and does not handle certain important cases
Category jai:codec_imageio
Reported Against
Release Fixed 1.0_01
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 13-OCT-2004
Description
TIFFTag.isIFDPointer() returns true if and only if the tagSet instance variable is non-null but this is not documented anywhere. The method should return true if tagSet is non-null, the tag number is 330 "SubIFDs", or the dataTypes instance variable satisfies (dataTypes | (1 < TIFFTag.TIFF_IFD_POINTER)) != 0.
  xxxxx@xxxxx   10/13/04 19:07 GMT
Work Around
N/A
Evaluation
As descibed except that isIFDPointer() should not include a test for the tag number being that of the SubIFDs field (330).
  xxxxx@xxxxx   11/1/04 22:40 GMT
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang