Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 71 Number of classfiles: 143

Problems: 8 (Errors: 0 Warnings: 8 )

Source File: org/eclipse/jst/jsf/common/ui/internal/dialogs/ResourceOnClasspathDialog.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 :

128 : 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/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar

ResourceOnClasspathDialog.java :

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

4. WARNING: DiscouragedReference

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 : String ext = ((JarEntryFile) element).getFullPath()

Source File: org/eclipse/jst/jsf/common/ui/internal/utils/PathUtil.java
1. WARNING: DiscouragedReference

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

PathUtil.java :

27 : 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/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar

PathUtil.java :

248 : } 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/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.3.v_793_R33x.jar

PathUtil.java :

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

4. WARNING: DiscouragedReference

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

PathUtil.java :

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