Task #4236 (closed)
BUG: Bad existence checking in readers
Reported by: | cxallan | Owned by: | cxallan |
---|---|---|---|
Priority: | minor | Milestone: | OMERO-Beta4.3 |
Component: | Bio-Formats | Version: | n.a. |
Keywords: | n.a. | Cc: | mlinkert |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-02-10 (5) |
Description
If a path that does not exist is passed to certain readers, notably image, L2D or MetaMorph?, null pointer exceptions are possible. Sanity checks should be put in place so that errors of this type do not happen at this level.
Change History (7)
comment:1 Changed 9 years ago by cxallan
- Owner changed from mlinkert-x to cxallan
- Remaining Time set to 0.25
comment:2 Changed 9 years ago by cxallan
- Status changed from new to accepted
comment:3 Changed 9 years ago by cxallan
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:4 Changed 9 years ago by cxallan
comment:5 Changed 9 years ago by Chris Allan <callan@…>
(In [584305b2d551fa229dbba2f611c1fdc0ce812059/bioformats.git]) Put existence checks in place. (See #4236)
comment:6 Changed 9 years ago by Chris Allan <callan@…>
(In [9071a0180f56cb8adf1ef513dad1c157ab22d589/bioformats.git]) Put existence checks in place. (See #4236)
The ImageReader? existence check and fake file format check is back
ported from master.
comment:7 Changed 9 years ago by Chris Allan <callan@…>
(In [8893e7968aa82550fdae75d9b33eb9020e6c18bd/bioformats.git]) Put existence checks in place. (See #4236)
(cherry picked from commit f59c5dcf4155b3d60d25b8aa00132265cf9d6e78)
Fixed in: