Opened 17 years ago

Closed 17 years ago

#587 closed defect (fixed)

NullPointerException in BioAssaySetExporter if no reporter columns are selected when exporting BASEfile

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.3.1
Component: coreplugins Version:
Keywords: Cc:

Description

When exporting a bioassay set in BASEfile format you will get a NullPointerException if no reporter columns are selected:

java.lang.NullPointerException
at java.util.ArrayList.<init>(ArrayList.java:133)
at net.sf.basedb.plugins.BioAssaySetExporter.run(BioAssaySetExporter.java:930)
at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:88)
at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:420)
at java.lang.Thread.run(Thread.java:595)

Change History (2)

comment:1 by Nicklas Nordborg, 17 years ago

Owner: changed from Johan Enell to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3441]) Fixes #587.

Note: See TracTickets for help on using tickets.