Compiler Report

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 )

Source File: org/eclipse/jst/jsp/core/tests/taglibindex/TestIndex.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);