Opened 16 years ago

Closed 16 years ago

#923 closed defect (fixed)

Possible NullPointerException in ExperimentOverview

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 2.6
Component: core Version:
Keywords: Cc:

Description

The method addHybridization() has null check on the 'scan' variable on line 804. This should instead be a null check on the 'hyb' variable, since on the preceding lines there is: hyb = scan.getHybridization()

Change History (1)

comment:1 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.