Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 724 Number of classfiles: 971
Problems: 17 (Errors: 0 Warnings: 17 )
Discouraged access: The type FrameworkDebugOptions is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.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.0-M/eclipse/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.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.0-M/eclipse/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
PageDesignerTraceOptions.java :
62 : final DebugOptions debugOptions = FrameworkDebugOptions.getDefault();
Unnecessary @SuppressWarnings("hiding")
DTInfoPackage.java :
668 : @SuppressWarnings("hiding")
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.gef_3.4.1.v20080806.jar
DesignerPaletteViewerProvider.java :
15 : 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.0-M/eclipse/plugins/org.eclipse.gef_3.4.1.v20080806.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.0-M/eclipse/plugins/org.eclipse.gef_3.4.1.v20080806.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.0-M/eclipse/plugins/org.eclipse.gef_3.4.1.v20080806.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.0-M/eclipse/plugins/org.eclipse.gef_3.4.1.v20080806.jar
DesignerPaletteViewerProvider.java :
52 : menu.add(new HideTagLibAction((DrawerEditPart)sel.getFirstElement(), "Hide"));
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.gef_3.4.1.v20080806.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.0-M/eclipse/plugins/org.eclipse.gef_3.4.1.v20080806.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.0-M/eclipse/plugins/org.eclipse.gef_3.4.1.v20080806.jar
DesignerPaletteViewerProvider.java :
103 : TaglibPaletteDrawer pd = (TaglibPaletteDrawer)tagLib.getDrawer();
Unnecessary @SuppressWarnings("hiding")
QuickEditTabSectionsPackage.java :
29 : @SuppressWarnings("hiding")
Discouraged access: The type SectionDescriptor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.4.2.M20090127-1700.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.0-M/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.4.2.M20090127-1700.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.0-M/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.4.2.M20090127-1700.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.0-M/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.4.2.M20090127-1700.jar
WPETabPropertySectionDescriptorProvider.java :
122 : if (name.equals(sd.getId()))