Opened 16 years ago

Closed 16 years ago

#956 closed defect (fixed)

Spot image generation throws NullPointerException if a spot has an X or Y coordinate with a null value

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 2.6.2
Component: core Version: 2.4.5
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

Here is the stacktrace (from BASE 2.4.5):

java.lang.NullPointerException
at net.sf.basedb.core.SpotImages.createSpotImages(SpotImages.java:487)
at net.sf.basedb.plugins.SpotImageCreator.run(SpotImageCreator.java:148)
at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:89)
at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:421)
at java.lang.Thread.run(Thread.java:595)

See also: http://www.mail-archive.com/basedb-users@lists.sourceforge.net/msg01088.html

Change History (2)

comment:1 by Nicklas Nordborg, 16 years ago

Description: modified (diff)
Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4197]) Fixes #956: Spot image generation throws NullPointerException if a spot has an X or Y coordinate with a null value

Also added this case to the test data.

Note: See TracTickets for help on using tickets.