Commit adbf1fc
Disallow IPackageFragmentRoot from being null within ProjectTypeContainers
In all current use cases of this internal class the value passed in
was non-null anyway, so there is no functional change with this commit,
it simply prevents future changes from trying to pass in a null here
An extra complication is that in 02fa168
the javadoc was updated to allow null IPackageFragmentRoot but the code
did not match that.
Fixes #2202 (comment)1 parent 85d8c94 commit adbf1fc
1 file changed
Lines changed: 6 additions & 6 deletions
File tree
- apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments