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 #154 (closed defect: fixed)

Opened 2007-07-05T13:24:46-05:00

Last modified 2007-07-10T12:28:15-05:00

NullPointerException when populating template fields

Reported by: melissa Owned by: melissa
Priority: major Milestone:
Component: notes Severity:
Keywords: Cc:
Blocked By: Blocking:

Description

Opening tiff/paul/Test_Series052_z000_ch00.tif from the command line, then File>View Metadata produces the following exception:

java.lang.NullPointerException

at loci.ome.notes.TemplateTools.getString(TemplateTools.java:48) at loci.ome.notes.Template.populateField(Template.java:527) at loci.ome.notes.Template.populateFields(Template.java:234) at loci.ome.notes.Notes.openFile(Notes.java:592) at loci.ome.notes.Notes.<init>(Notes.java:137)

Change History

comment:1 Changed 2007-07-10T12:28:15-05:00 by melissa

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

Fixed in r2956.