Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 31 Number of classfiles: 33
Problems: 5 (Errors: 0 Warnings: 5 )
Discouraged access: The type ClasspathEntry 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
TestIndex.java:
27: import org.eclipse.jdt.internal.core.ClasspathEntry;
Discouraged access: The type ClasspathEntry 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
TestIndex.java:
337: ((ClasspathEntry) entry).isExported = true;
Discouraged access: The field isExported from the type ClasspathEntry 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
TestIndex.java:
337: ((ClasspathEntry) entry).isExported = true;
Discouraged access: The type ClasspathEntry 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
TestIndex.java:
352: assertTrue("/testavailable2/WebContent/WEB-INF/lib/sample_tld.jar was not exported", ((ClasspathEntry) entry).isExported);
Discouraged access: The field isExported from the type ClasspathEntry 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
TestIndex.java:
352: assertTrue("/testavailable2/WebContent/WEB-INF/lib/sample_tld.jar was not exported", ((ClasspathEntry) entry).isExported);