You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "Pixel Inspector" java.lang.NullPointerException
at ij.plugin.tool.PixelInspector.addImageListeners(PixelInspectionTool.java:238)
at ij.plugin.tool.PixelInspector.writeNumbers(PixelInspectionTool.java:351)
at ij.plugin.tool.PixelInspector.run(PixelInspectionTool.java:330)
at java.lang.Thread.run(Thread.java:748)
Steps:
Open up Fiji
Select Pixel Inspection Tool on Toolbar
Open up File->Open Samples->Fluorecsnt Cells
Left click anywhere on Image
a. Pixle Inspection Window pops up
Close Fluorecsnt Cells window
Open up again File->Open Samples->Fluorecsnt Cells
a. Console window with Null Pointer Exception pops up
ImageJ 1.54f
Exception in thread "Pixel Inspector" java.lang.NullPointerException
at ij.plugin.tool.PixelInspector.addImageListeners(PixelInspectionTool.java:238)
at ij.plugin.tool.PixelInspector.writeNumbers(PixelInspectionTool.java:351)
at ij.plugin.tool.PixelInspector.run(PixelInspectionTool.java:330)
at java.lang.Thread.run(Thread.java:748)
Steps:
a. Pixle Inspection Window pops up
a. Console window with Null Pointer Exception pops up
See screen recording:
NullPtr-PixelInspectionTool.mp4
PixelInspectionTool.java from GitHub:
https://github.com/imagej/ImageJ/blob/master/ij/plugin/tool/PixelInspectionTool.java
This might be the offending code if variable win is null at line 238.
The text was updated successfully, but these errors were encountered: