Commit 6f38bbf
Add nullability guards to remaining comparison overlay tasks
The Blocking, Memory, and IO branches in the comparison overlay
section of CorrelatedTimelineLanesControl were missing the
`&& Result != null` guard the CPU and Wait branches already had.
Apply uniformly so a null result from `_dataService.Get*TrendAsync`
can't NRE on the subsequent .Select / .GroupBy.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a88d73f commit 6f38bbf
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- Lite/Controls
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments