-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
omero-insight/src/main/java/org/openmicroscopy/shoola/util/roi/io/ROIReader.java
Line 384 in 6aa281a
| } else if (shapeij instanceof PolygonRoi || r instanceof EllipseRoi) { |
At line 384, the code snippet “r instanceof EllipseRoi” will always be false because line 384 is inside the if statement of line 348 which says variable r is an instance of ShapeRoi.
omero-insight/src/main/java/org/openmicroscopy/shoola/util/roi/io/ROIReader.java
Line 348 in 6aa281a
| } else if (r instanceof ShapeRoi) { |
referring back to line 384, was “r instanceof EllipseRoi” meant to be "shapeij instanceof EllipseRoi”
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels