bioformats icon indicating copy to clipboard operation
bioformats copied to clipboard

break statement always gets executed

Open scuniff opened this issue 7 months ago • 0 comments

https://github.com/ome/bioformats/blob/bf2c4624b1230d9b3d4ecc2ae98bc2adfd74e560/components/formats-gpl/src/loci/formats/in/LeicaHandler.java#L224

No matter what the value of index is, the break statement will get executed and exit the for loop.

scuniff avatar Jul 21 '24 18:07 scuniff