Issue 98: NullReferenceException in ResultsGrid.UpdateGridNotReplicate

issues
Status:closed
Assigned To:Guest
Type:Defect
Area:Skyline
Priority:3
Milestone:1.2
Opened:2011-10-12 10:35 by Brendan MacLean
Changed:2012-04-18 12:04 by Brendan MacLean
Resolved:2011-11-05 21:48 by Nick Shulman
Resolution:Fixed
Closed:2012-04-18 12:04 by Brendan MacLean
2011-10-12 10:35 Brendan MacLean
Title»NullReferenceException in ResultsGrid.UpdateGridNotReplicate
Assigned To»nicksh@u.washington.edu
Type»Defect
Area»Skyline
Priority»3
Milestone»1.2
Skyline version: 1.1.1.2999
Installation ID: 80c82f77-5c13-4bd6-84fb-3ead6beb19ee
Exception type: System.NullReferenceException
Error message: Object reference not set to an instance of an object.

Stack trace:
   at pwiz.Skyline.Controls.ResultsGrid.UpdateGridNotReplicate()
   at pwiz.Skyline.Controls.ResultsGrid.UpdateGrid()
   at pwiz.Skyline.Controls.ResultsGridForm.UpdateUI()
   at pwiz.Skyline.SkylineWindow.UpdateGraphPanes(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

2011-11-05 21:48 Nick Shulman
resolve as Fixed
Statusopen»resolved
Assigned Tonicksh@u.washington.edu»Brendan MacLean
Added a null check when iterating over the ChromInfo's in the ChromInfoList.

2012-04-18 12:04 Brendan MacLean
close
Statusresolved»closed
Assigned ToBrendan MacLean»Guest