Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 207 Number of classfiles: 271

Problems: 20 (Errors: 0 Warnings: 20 )

Source File: org/eclipse/jst/jsp/core/internal/java/search/JSPIndexManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

38 : import org.eclipse.jdt.internal.core.JavaModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

39 : import org.eclipse.jdt.internal.core.index.Index;

3. WARNING: DiscouragedReference

Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

40 : import org.eclipse.jdt.internal.core.search.indexing.IndexManager;

4. WARNING: DiscouragedReference

Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

182 : IndexManager im = JavaModelManager.getIndexManager();

5. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

182 : IndexManager im = JavaModelManager.getIndexManager();

6. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

182 : IndexManager im = JavaModelManager.getIndexManager();

7. WARNING: DiscouragedReference

Discouraged access: The method removeIndex(IPath) from the type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

185 : im.removeIndex(indexLocation);

8. WARNING: DiscouragedReference

Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

514 : IndexManager indexManager = JavaModelManager.getIndexManager();

9. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

514 : IndexManager indexManager = JavaModelManager.getIndexManager();

10. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

514 : IndexManager indexManager = JavaModelManager.getIndexManager();

11. WARNING: DiscouragedReference

Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

520 : Index index = null;

12. WARNING: DiscouragedReference

Discouraged access: The constructor Index(String, String, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

526 : index = new Index(locay, "Index for " + locay, true); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

526 : index = new Index(locay, "Index for " + locay, true); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The method saveIndex(Index) from the type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPIndexManager.java :

527 : indexManager.saveIndex(index);

Source File: org/eclipse/jst/jsp/core/internal/java/search/JSPSearchSupport.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPSearchSupport.java :

36 : import org.eclipse.jdt.internal.core.JavaModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPSearchSupport.java :

491 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);

3. WARNING: DiscouragedReference

Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPSearchSupport.java :

491 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);

4. WARNING: DiscouragedReference

Discouraged access: The method put(Object, Object) from the type SimpleLookupTable is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPSearchSupport.java :

491 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);

5. WARNING: DiscouragedReference

Discouraged access: The field indexLocations from the type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-R/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.jar

JSPSearchSupport.java :

491 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);

Source File: org/eclipse/jst/jsp/core/internal/util/FacetModuleCoreSupport.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

FacetModuleCoreSupport.java :

21 : import org.eclipse.core.runtime.CoreException;