Commit 231578e
authored
fix NullPointerException in SymbolExtractor (#10858)
fix NullPointerException in SymbolExtractor
getting lines from label with monotonicLineMap raise NPE if
labels are not found. Handle that case to avoid NullPointerException
aborting the extraction process
Co-authored-by: jean-philippe.bempel <jean-philippe.bempel@datadoghq.com>1 parent 95b7859 commit 231578e
1 file changed
Lines changed: 13 additions & 2 deletions
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
394 | 401 | | |
395 | 402 | | |
396 | 403 | | |
397 | 404 | | |
398 | 405 | | |
399 | | - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
400 | 411 | | |
401 | 412 | | |
402 | 413 | | |
| |||
0 commit comments