NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #523 (closed defect: fixed)

Opened 2010-07-29T13:22:01-05:00

Last modified 2010-08-11T17:38:55-05:00

Bio-Formats Windowless Importer is broken

Reported by: curtis Owned by: melissa
Priority: major Milestone: bio-formats-4.2.1
Component: bio-formats Severity: major
Keywords: Cc: tamjidul.hoque@…
Blocked By: Blocking:

Description

Attempting to use the Bio-Formats Windowless Importer with recent code (r6732) results in an exception:

java.lang.NullPointerException
	at java.io.File.<init>(File.java:222)
	at loci.common.Location.<init>(Location.java:77)
	at loci.plugins.in.ImportProcess.computeNameAndLocation(ImportProcess.java:531)
	at loci.plugins.in.ImportProcess.initializeReader(ImportProcess.java:421)
	at loci.plugins.in.ImportProcess.execute(ImportProcess.java:133)
	at loci.plugins.in.Importer.showDialogs(Importer.java:125)
	at loci.plugins.in.Importer.run(Importer.java:77)
	at loci.plugins.LociImporter.run(LociImporter.java:77)
	at ij.IJ.runUserPlugIn(IJ.java:184)
	at ij.IJ.runPlugIn(IJ.java:151)
	at ij.Executer.runCommand(Executer.java:124)
	at ij.Executer.run(Executer.java:61)
	at java.lang.Thread.run(Thread.java:637)

Change History

comment:1 Changed 2010-08-11T17:38:55-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

(In [6788]) If ImporterOptions.getId() returns null, prompt for a file regardless of whether or not the windowless option was selected. Closes #523.