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 )
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 :
128 : 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 :
129 : 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 :
129 : 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
PathUtil.java :
27 : 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
PathUtil.java :
248 : } 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
PathUtil.java :
249 : 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
PathUtil.java :
249 : IPath elementPath = ((JarEntryFile) parent).getFullPath();