Opened 17 years ago
Closed 17 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()
Note:
See TracTickets
for help on using tickets.
(In [4129]) Fixes #923: Possible NullPointerException in ExperimentOverview