Ticket #1922 (closed defect: fixed)
Opened 2013-06-13T09:34:54-05:00
Last modified 2013-06-13T15:35:38-05:00
Delete data can throw exception
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1457 |
Description
Open Organ of Corti
Run the Delete Data plugin
Specify Z axis, position 9, count 7
Exception thrown:
java.lang.IllegalArgumentException: position remap should not be happening here!
at imagej.core.commands.restructure.DeleteData$RemapAlgorithm.remapPlanePosition(DeleteData.java:279)
at imagej.core.commands.restructure.ColorTableRemapper.remapColorTables(ColorTableRemapper.java:85)
at imagej.core.commands.restructure.DeleteData.run(DeleteData.java:153)
at imagej.module.ModuleRunner.run(ModuleRunner.java:169)
at imagej.module.ModuleRunner.call(ModuleRunner.java:126)
at imagej.module.ModuleRunner.call(ModuleRunner.java:67)
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:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)
Change History
comment:1 Changed 2013-06-13T15:35:38-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Fixed with commit 01fc07e5c03090bfa8f4f0a821086e043e442c33