Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 671 Number of classfiles: 908

Problems: 19 (Errors: 0 Warnings: 19 )

Source File: org/eclipse/jst/pagedesigner/editors/HTMLEditor.java
1. WARNING: DiscouragedReference

Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar

HTMLEditor.java:

20: import org.eclipse.core.internal.resources.ResourceException;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar

HTMLEditor.java:

456: if (coreException instanceof ResourceException) {

Source File: org/eclipse/jst/pagedesigner/editors/palette/DesignerPaletteViewerProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar

DesignerPaletteViewerProvider.java:

15: import org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart;

2. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar

DesignerPaletteViewerProvider.java:

50: && sel.getFirstElement() instanceof DrawerEditPart

3. WARNING: DiscouragedReference

Discouraged access: The method getDrawer() from the type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar

DesignerPaletteViewerProvider.java:

51: && ((DrawerEditPart)sel.getFirstElement()).getDrawer() instanceof TaglibPaletteDrawer)

4. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar

DesignerPaletteViewerProvider.java:

51: && ((DrawerEditPart)sel.getFirstElement()).getDrawer() instanceof TaglibPaletteDrawer)

5. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar

DesignerPaletteViewerProvider.java:

52: menu.add(new HideTagLibAction((DrawerEditPart)sel.getFirstElement(), "Hide"));

6. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar

DesignerPaletteViewerProvider.java:

87: private DrawerEditPart tagLib;

7. WARNING: DiscouragedReference

Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar

DesignerPaletteViewerProvider.java:

94: public HideTagLibAction(DrawerEditPart tagLibDrawer, String string) {

8. WARNING: DiscouragedReference

Discouraged access: The method getDrawer() from the type DrawerEditPart is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar

DesignerPaletteViewerProvider.java:

103: TaglibPaletteDrawer pd = (TaglibPaletteDrawer)tagLib.getDrawer();

Source File: org/eclipse/jst/pagedesigner/itemcreation/ItemCreationTool.java
1. WARNING: UnusedImport

The import org.eclipse.gef.EditPart is never used

ItemCreationTool.java:

14: import org.eclipse.gef.EditPart;

Source File: org/eclipse/jst/pagedesigner/ui/common/ResourceOnClasspathDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar

ResourceOnClasspathDialog.java:

26: import org.eclipse.jdt.internal.core.JarEntryFile;

2. WARNING: DiscouragedReference

Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar

ResourceOnClasspathDialog.java:

129: if (element instanceof JarEntryFile) {

3. WARNING: DiscouragedReference

Discouraged access: The method getFullPath() from the type JarEntryResource is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar

ResourceOnClasspathDialog.java:

130: String ext = ((JarEntryFile) element).getFullPath()

4. WARNING: DiscouragedReference

Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar

ResourceOnClasspathDialog.java:

130: String ext = ((JarEntryFile) element).getFullPath()

Source File: org/eclipse/jst/pagedesigner/utils/JavaUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar

JavaUtil.java:

20: import org.eclipse.jdt.internal.core.JarEntryFile;

2. WARNING: DiscouragedReference

Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar

JavaUtil.java:

84: } else if (parent instanceof JarEntryFile) {

3. WARNING: DiscouragedReference

Discouraged access: The method getFullPath() from the type JarEntryResource is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar

JavaUtil.java:

85: IPath elementPath = ((JarEntryFile) parent).getFullPath();

4. WARNING: DiscouragedReference

Discouraged access: The type JarEntryFile is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_771.jar

JavaUtil.java:

85: IPath elementPath = ((JarEntryFile) parent).getFullPath();