Ticket #782 (closed defect: fixed)
Opened 2011-09-22T15:43:00-05:00
Last modified 2011-09-22T16:01:45-05:00
Flip horizontally [ij2] throws exception on organ of corti
Reported by: | afraser | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Plugin Framework | Version: | |
Severity: | serious | Keywords: | flip horizontally |
Cc: | Blocked By: | ||
Blocking: |
Description
Open Organ of Corti
run Flip Horizontally [IJ2]
I get:
[ERROR] Module threw exception
java.lang.ArrayIndexOutOfBoundsException: 136452
at net.imglib2.img.basictypeaccess.array.ShortArray.getValue(ShortArray.java:59)
at net.imglib2.type.numeric.integer.GenericShortType.getValue(GenericShortType.java:70)
at net.imglib2.type.numeric.integer.UnsignedShortType.get(UnsignedShortType.java:126)
at net.imglib2.type.numeric.integer.UnsignedShortType.getIntegerLong(UnsignedShortType.java:132)
at net.imglib2.type.numeric.integer.AbstractIntegerType.getRealDouble(AbstractIntegerType.java:15)
at imagej.core.plugins.rotate.FlipHorizontally.flipPlane(FlipHorizontally.java:170)
at imagej.core.plugins.rotate.FlipHorizontally.flipPixels(FlipHorizontally.java:121)
at imagej.core.plugins.rotate.FlipHorizontally.run(FlipHorizontally.java:78)
at imagej.ext.plugin.PluginModule.run(PluginModule.java:174)
at imagej.ext.module.ModuleRunner.run(ModuleRunner.java:148)
at imagej.ext.module.ModuleRunner.call(ModuleRunner.java:118)
at imagej.ext.module.ModuleRunner.call(ModuleRunner.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
fixed in b0a67146225eaa9a3db23ce2b4564b2971bad4d6