Commit 975f72b
Add potentially missing null checks
This fixes a potential regression introduced in
34b8e38 When that commit was
done some instanceof checks were removed.
The result of removing the instanceof checks had the side effect
of removing the implicit null check that instanceof essentially
does.
This change restores the null checks for all the instanceofs that
were removed in 34b8e381 parent ceb2335 commit 975f72b
File tree
2 files changed
+16
-11
lines changed- apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util
- ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target
2 files changed
+16
-11
lines changedLines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
596 | 599 | | |
597 | 600 | | |
598 | 601 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1554 | 1554 | | |
1555 | 1555 | | |
1556 | 1556 | | |
1557 | | - | |
1558 | | - | |
| 1557 | + | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
1559 | 1561 | | |
1560 | 1562 | | |
1561 | 1563 | | |
| |||
0 commit comments