Commit 6e23ad7
committed
Interface methods/fields are not package private
If a method/field is from an interface it is public by default but
currently is detected as a (package private) member.
This now check the parent of a member and if it is from an interface
assume it as not being bundle private.1 parent da73cec commit 6e23ad7
1 file changed
Lines changed: 12 additions & 1 deletion
File tree
- ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
171 | 182 | | |
172 | 183 | | |
173 | 184 | | |
| |||
0 commit comments