Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 685 Number of classfiles: 923
Problems: 21 (Errors: 0 Warnings: 21 )
Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar
HTMLEditor.java :
20 : import org.eclipse.core.internal.resources.ResourceException;
Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.1.R33x_v20080205.jar
HTMLEditor.java :
456 : if (coreException instanceof ResourceException) {
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.102.v20080116.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-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.102.v20080116.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-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.102.v20080116.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-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.102.v20080116.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-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.102.v20080116.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-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.102.v20080116.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-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.102.v20080116.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-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.102.v20080116.jar
DesignerPaletteViewerProvider.java :
103 : TaglibPaletteDrawer pd = (TaglibPaletteDrawer)tagLib.getDrawer();
The import org.eclipse.gef.EditPart is never used
ItemCreationTool.java :
16 : import org.eclipse.gef.EditPart;
The import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator is never used
DefaultTagCreator.java :
16 : import org.eclipse.jst.pagedesigner.itemcreation.ITagCreator;
The import org.eclipse.jst.pagedesigner.editors.palette.TagToolPaletteEntry is never used
TagCreationFactory.java :
15 : import org.eclipse.jst.pagedesigner.editors.palette.TagToolPaletteEntry;
Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
ResourceOnClasspathDialog.java :
26 : import org.eclipse.jdt.internal.core.JarEntryFile;
Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
ResourceOnClasspathDialog.java :
129 : if (element instanceof JarEntryFile) {
Discouraged access: The method getFullPath() from the type JarEntryResource is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
ResourceOnClasspathDialog.java :
130 : String ext = ((JarEntryFile) element).getFullPath()
Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
ResourceOnClasspathDialog.java :
130 : String ext = ((JarEntryFile) element).getFullPath()
Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
JavaUtil.java :
20 : import org.eclipse.jdt.internal.core.JarEntryFile;
Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
JavaUtil.java :
84 : } else if (parent instanceof JarEntryFile) {
Discouraged access: The method getFullPath() from the type JarEntryResource is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
JavaUtil.java :
85 : IPath elementPath = ((JarEntryFile) parent).getFullPath();
Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar
JavaUtil.java :
85 : IPath elementPath = ((JarEntryFile) parent).getFullPath();