Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 209 Number of classfiles: 273
Problems: 23 (Errors: 0 Warnings: 23 )
Dead code
JSPELParser.java :
92 : throw new Error("Missing return statement in function");
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
38 : import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
39 : import org.eclipse.jdt.internal.core.index.Index;
Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
40 : import org.eclipse.jdt.internal.core.search.indexing.IndexManager;
Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
182 : IndexManager im = JavaModelManager.getIndexManager();
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
182 : IndexManager im = JavaModelManager.getIndexManager();
Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
182 : IndexManager im = JavaModelManager.getIndexManager();
Discouraged access: The method removeIndex(IPath) from the type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
185 : im.removeIndex(indexLocation);
Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
514 : IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
514 : IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
514 : IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
520 : Index index = null;
Discouraged access: The constructor Index(String, String, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
526 : index = new Index(locay, "Index for " + locay, true); //$NON-NLS-1$
Discouraged access: The type Index is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
526 : index = new Index(locay, "Index for " + locay, true); //$NON-NLS-1$
Discouraged access: The method saveIndex(Index) from the type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPIndexManager.java :
527 : indexManager.saveIndex(index);
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPSearchSupport.java :
36 : import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPSearchSupport.java :
474 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);
Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPSearchSupport.java :
474 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);
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.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPSearchSupport.java :
474 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);
Discouraged access: The field indexLocations from the type IndexManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
JSPSearchSupport.java :
474 : JavaModelManager.getIndexManager().indexLocations.put(containerPath, indexLocation);
The import org.eclipse.core.runtime.CoreException is never used
FacetModuleCoreSupport.java :
21 : import org.eclipse.core.runtime.CoreException;
Dead code
FileContentCache.java :
219 : if (DEBUG && entry != null && entry.isStale())
Dead code
FileContentCache.java :
220 : System.out.println("stale contents:" + filePath);