Ticket #248 (closed defect: fixed)
Opened 2008-02-20T16:09:23-06:00
Last modified 2008-02-21T07:34:55-06:00
MetamorphTiffReader.isThisType throws NullPointerException on some files
| Reported by: | curtis | Owned by: | melissa |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | bio-formats | Severity: | fatal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
curtis@monk:~$ showinf data/biorad/curtis/images.tif
Checking file format Exception in thread "main" java.lang.NullPointerException
at loci.formats.in.MetamorphTiffReader.isThisType(MetamorphTiffReader.java:79)
at loci.formats.FormatReader.checkBytes(FormatReader.java:156)
at loci.formats.FormatReader.isThisType(FormatReader.java:243)
at loci.formats.FormatReader.isThisType(FormatReader.java:625)
at loci.formats.ImageReader.getReader(ImageReader.java:131)
at loci.formats.ImageReader.getFormat(ImageReader.java:120)
at loci.formats.tools.ImageInfo.testRead(ImageInfo.java:199)
at loci.formats.tools.ImageInfo.main(ImageInfo.java:624)
Change History
comment:1 Changed 2008-02-21T07:34:55-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
r3718