NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 28 - IFT (3D) plugin lauch a java.lang.NullPointerException
IFT (3D) plugin lauch a java.lang.NullPointerException
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P2 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2009-01-28 19:51 CST by Jean-Yves Tinevez
Modified: 2009-04-19 19:46 CDT
2 users (show)

See Also:

Description Jean-Yves Tinevez 2009-01-28 19:51:56 CST
To reproduce, open the sample image 'bat cochlea volume', put a marker within the white region, launch the plugin. An exception is launched:

java.lang.NullPointerException
	at process3d.IFT_.propagate(IFT_.java:236)
	at process3d.IFT_.run(IFT_.java:78)
	at ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:245)
	at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:102)
	at ij.IJ.runUserPlugIn(IJ.java:182)
	at ij.IJ.runPlugIn(IJ.java:146)
	at ij.Executer.runCommand(Executer.java:127)
	at ij.Executer.run(Executer.java:75)
	at java.lang.Thread.run(Thread.java:613)
Comment 1 Johannes Schindelin 2009-02-13 16:00:23 CST
Actually, it seems that you do not need to set a point at all; the selection is ignored completely by this plugin...
Comment 2 Johannes Schindelin 2009-02-13 16:36:22 CST
Okay, I tried to fix the issue:
http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=VIB.git;a=commitdiff;h=9bd667c56e23bacd25787b767de6fb18b52d24b1

Awaiting feedback from Bene, the original author of the IFT plugin.
Comment 3 Johannes Schindelin 2009-04-19 19:46:21 CDT
Oops, I fixed that long ago...