Opened 18 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 , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3441]) Fixes #587.