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 18) import org.eclipse.help.internal.context.Context; Discouraged access: The type Context is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.help/@dot |
2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java (at line 209) if (context instanceof Context) Discouraged access: The type Context is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.help/@dot |
3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java (at line 210) return createHelpIdentifierSection(((Context) context).getId()); Discouraged access: The method getId() from the type Context is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.help/@dot |
4. WARNING in /src/org/eclipse/pde/internal/runtime/spy/SpyFormToolkit.java (at line 210) return createHelpIdentifierSection(((Context) context).getId()); Discouraged access: The type Context is not accessible due to restriction on classpath entry /builds/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 99) if (item instanceof IActionSetContributionItem) { Discouraged access: The type IActionSetContributionItem is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 100) IActionSetContributionItem actionItem = (IActionSetContributionItem) item; Discouraged access: The type IActionSetContributionItem is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 100) IActionSetContributionItem actionItem = (IActionSetContributionItem) item; Discouraged access: The type IActionSetContributionItem is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 101) buffer.append(toolkit.createIdentifierSection(text, PDERuntimeMessages.ActiveMenuSection_1, new String[] {actionItem.getActionSetId()})); Discouraged access: The method getActionSetId() from the type IActionSetContributionItem is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 125) if (action instanceof PluginAction) { Discouraged access: The type PluginAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 126) PluginAction pluginAction = (PluginAction) action; Discouraged access: The type PluginAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 126) PluginAction pluginAction = (PluginAction) action; Discouraged access: The type PluginAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 141) private void createActionContributionItemText(Object object, StringBuffer buffer, SpyFormToolkit toolkit, FormText text, Class clazz, PluginAction pluginAction) { Discouraged access: The type PluginAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActiveMenuSection.java (at line 145) if (pluginAction instanceof WWinPluginAction) { Discouraged access: The type WWinPluginAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 25) import org.eclipse.ui.internal.PartSite; Discouraged access: The type PartSite is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 26) import org.eclipse.ui.internal.PopupMenuExtender; Discouraged access: The type PopupMenuExtender is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 79) PartSite site = (PartSite) part.getSite(); Discouraged access: The type PartSite is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 79) PartSite site = (PartSite) part.getSite(); Discouraged access: The type PartSite is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 87) PopupMenuExtender extender = (PopupMenuExtender) list.get(i); Discouraged access: The type PopupMenuExtender is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 87) PopupMenuExtender extender = (PopupMenuExtender) list.get(i); Discouraged access: The type PopupMenuExtender is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java (at line 88) menuIds.addAll(extender.getMenuIds()); Discouraged access: The method getMenuIds() from the type PopupMenuExtender is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |