| errors | others warnings | forbidden warnings | discouraged warnings |
| top | others warnings | forbidden warnings | discouraged warnings |
| top | errors | forbidden warnings | discouraged warnings |
| top | errors | others warnings | discouraged warnings |
| top | errors | others warnings | forbidden warnings |
| 1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java (at line 19) import org.eclipse.help.internal.context.Context; Discouraged access: The type Context is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.help/@dot |
| 2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java (at line 225) if (context instanceof Context) Discouraged access: The type Context is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.help/@dot |
| 3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java (at line 226) return createHelpIdentifierSection(((Context) context).getId()); Discouraged access: The method getId() from the type Context is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.help/@dot |
| 4. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java (at line 226) return createHelpIdentifierSection(((Context) context).getId()); Discouraged access: The type Context is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.help/@dot |
| 1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 40) import org.eclipse.ui.internal.WorkbenchPartReference; Discouraged access: The type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 136) if (er instanceof WorkbenchPartReference) { Discouraged access: The type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 137) WorkbenchPartReference wpr = (WorkbenchPartReference) er; Discouraged access: The type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 4. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 137) WorkbenchPartReference wpr = (WorkbenchPartReference) er; Discouraged access: The type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 5. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 138) control = wpr.getPane().getControl(); Discouraged access: The method getPane() from the type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 6. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 138) control = wpr.getPane().getControl(); Discouraged access: The method getControl() from the type PartPane is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 7. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 149) if (vr instanceof WorkbenchPartReference) { Discouraged access: The type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 8. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 150) WorkbenchPartReference wpr = (WorkbenchPartReference) vr; Discouraged access: The type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 9. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 150) WorkbenchPartReference wpr = (WorkbenchPartReference) vr; Discouraged access: The type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 10. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 151) control = wpr.getPane().getControl(); Discouraged access: The method getPane() from the type WorkbenchPartReference is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 11. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveHelpSection.java (at line 151) control = wpr.getPane().getControl(); Discouraged access: The method getControl() from the type PartPane is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 24) import org.eclipse.ui.internal.PartSite; Discouraged access: The type PartSite is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 25) import org.eclipse.ui.internal.PopupMenuExtender; Discouraged access: The type PopupMenuExtender is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 75) PartSite site = (PartSite) part.getSite(); Discouraged access: The type PartSite is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 4. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 75) PartSite site = (PartSite) part.getSite(); Discouraged access: The type PartSite is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 5. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 83) PopupMenuExtender extender = (PopupMenuExtender) list.get(i); Discouraged access: The type PopupMenuExtender is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 6. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 83) PopupMenuExtender extender = (PopupMenuExtender) list.get(i); Discouraged access: The type PopupMenuExtender is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |
| 7. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 84) menuIds.addAll(extender.getMenuIds()); Discouraged access: The method getMenuIds() from the type PopupMenuExtender is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot |