On May 1, 2012, at 11:53 AM, Jones, Thomas M wrote:
> Hi, I wonder if anyone could help me...
>
> When I use the magic wand tool to make a selection, and click ANALYZE > MEASURE, The following is displayed, instead of any measurements. Does anybody know what has gone wrong and what I can do to fix it?
This bug is fixed in the latest version of ImageJ (1.46m). You can upgrade by using the Help>Update ImageJ command.
-wayne
> java.lang.NullPointerException
> at ij.plugin.filter.Analyzer.saveResults(Analyzer.java:409)
> at ij.measure.ResultsTable.update(ResultsTable.java:635)
> at ij.plugin.filter.Analyzer.measureLength(Analyzer.java:368)
> at ij.plugin.filter.Analyzer.measure(Analyzer.java:226)
> at ij.plugin.filter.Analyzer.run(Analyzer.java:88)
> at ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:256)
> at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:105)
> at ij.IJ.runPlugIn(IJ.java:158)
> at ij.Executer.runCommand(Executer.java:127)
> at ij.Executer.run(Executer.java:64)
> at java.lang.Thread.run(Thread.java:619)