Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 737 Number of classfiles: 993
Problems: 32 (Errors: 0 Warnings: 32 )
Discouraged access: The type FrameworkDebugOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar
PageDesignerTraceOptions.java :
13 : import org.eclipse.osgi.framework.debug.FrameworkDebugOptions;
Discouraged access: The type FrameworkDebugOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar
PageDesignerTraceOptions.java :
62 : final DebugOptions debugOptions = FrameworkDebugOptions.getDefault();
Discouraged access: The method getDefault() from the type FrameworkDebugOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar
PageDesignerTraceOptions.java :
62 : final DebugOptions debugOptions = FrameworkDebugOptions.getDefault();
Unnecessary @SuppressWarnings("hiding")
DTInfoPackage.java :
668 : @SuppressWarnings("hiding")
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
ManageSkinsAction.java :
24 : import org.eclipse.ui.internal.Workbench;
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
ManageSkinsAction.java :
46 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
Discouraged access: The method getInstance() from the type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
ManageSkinsAction.java :
46 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
Discouraged access: The method getActiveWorkbenchWindow() from the type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
ManageSkinsAction.java :
46 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
ManageSkinsAction.java :
165 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
Discouraged access: The method getInstance() from the type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
ManageSkinsAction.java :
165 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
Discouraged access: The method getActiveWorkbenchWindow() from the type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
ManageSkinsAction.java :
165 : IEditorPart editorPart = Workbench.getInstance().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
DesignerPaletteViewerProvider.java :
16 : import org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart;
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
DesignerPaletteViewerProvider.java :
50 : && sel.getFirstElement() instanceof DrawerEditPart
Discouraged access: The method getDrawer() from the type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
DesignerPaletteViewerProvider.java :
51 : && ((DrawerEditPart)sel.getFirstElement()).getDrawer() instanceof TaglibPaletteDrawer)
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
DesignerPaletteViewerProvider.java :
51 : && ((DrawerEditPart)sel.getFirstElement()).getDrawer() instanceof TaglibPaletteDrawer)
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
DesignerPaletteViewerProvider.java :
52 : menu.add(new HideTagLibAction((DrawerEditPart)sel.getFirstElement(), Messages.DesignerPaletteViewerProvider_Hide));
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
DesignerPaletteViewerProvider.java :
87 : private DrawerEditPart tagLib;
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
DesignerPaletteViewerProvider.java :
94 : public HideTagLibAction(DrawerEditPart tagLibDrawer, String string) {
Discouraged access: The method getDrawer() from the type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
DesignerPaletteViewerProvider.java :
103 : TaglibPaletteDrawer pd = (TaglibPaletteDrawer)tagLib.getDrawer();
Unnecessary @SuppressWarnings("hiding")
QuickEditTabSectionsPackage.java :
29 : @SuppressWarnings("hiding")
The import org.eclipse.jst.pagedesigner.editors.palette.ITagDropSourceData is never used
ItemCreationRequest.java :
18 : import org.eclipse.jst.pagedesigner.editors.palette.ITagDropSourceData;
The import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData is never used
UserCustomizedContainerCreationCommand.java :
11 : import org.eclipse.jst.pagedesigner.itemcreation.customizer.ICustomizationData;
Discouraged access: The type SectionDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.5.0.I20090429-1800.jar
QuickEditTabSectionDescriptor.java :
21 : import org.eclipse.ui.internal.views.properties.tabbed.view.SectionDescriptor;
Discouraged access: The type SectionDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.5.0.I20090429-1800.jar
QuickEditTabSectionDescriptor.java :
30 : public class QuickEditTabSectionDescriptor extends SectionDescriptor {
Discouraged access: The constructor SectionDescriptor(IConfigurationElement, ITypeMapper) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.5.0.I20090429-1800.jar
QuickEditTabSectionDescriptor.java :
44 : super(configurationElement, typeMapper);
Discouraged access: The method getId() from the type SectionDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.5.0.I20090429-1800.jar
WPETabPropertySectionDescriptorProvider.java :
122 : if (name.equals(sd.getId()))
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
EditorUtil.java :
20 : import org.eclipse.ui.internal.Workbench;
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
EditorUtil.java :
84 : IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();
Discouraged access: The method getInstance() from the type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
EditorUtil.java :
84 : IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();
Discouraged access: The method getActiveWorkbenchWindow() from the type Workbench is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
EditorUtil.java :
84 : IWorkbenchWindow window = Workbench.getInstance().getActiveWorkbenchWindow();
Dead code
ProjectResolver.java :
179 : for (int i = 0, n = uriList.getLength(); i < n; i++) {
Dead code
ProjectResolver.java :
213 : for (int i = 0, n = uriList.getLength(); i < n; i++) {