Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 46 Number of classfiles: 65
Problems: 13 (Errors: 0 Warnings: 13 )
The field WebResourceChangeHandler.CHECK_INTREST_LEVEL is never read locally
WebResourceChangeHandler.java :
47 : private static final boolean CHECK_INTREST_LEVEL = false;
The local variable sub is never read
JsNatureInstaller.java :
46 : SubProgressMonitor sub = new SubProgressMonitor(monitor, 25);
The local variable sub is never read
JsNatureUninstaller.java :
48 : SubProgressMonitor sub = new SubProgressMonitor(monitor, 25);
The field JsBatchValidator.fContentTypes is never read locally
JsBatchValidator.java :
224 : private IContentType[] fContentTypes = null;
The field JsBatchValidator.fJSPFContentType is never read locally
JsBatchValidator.java :
225 : private IContentType fJSPFContentType = null;
The field JsTranslation.SUPER_TYPE_NAME is never read locally
JsTranslation.java :
86 : private static final String SUPER_TYPE_NAME = "Window"; //$NON-NLS-1$
The field JsTranslation.SUPER_TYPE_LIBRARY is never read locally
JsTranslation.java :
87 : private static final String SUPER_TYPE_LIBRARY = "org.eclipse.wst.jsdt.launching.baseBrowserLibrary"; //$NON-NLS-1$
The field JsTranslationAdapter.CLASS_ATTRIB is never read locally
JsTranslationAdapter.java :
60 : private static final String CLASS_ATTRIB = "class";
The field JsTranslationAdapterFactory.listenForProjectChanges is never read locally
JsTranslationAdapterFactory.java :
44 : private boolean listenForProjectChanges;
The field JsTranslator.ENDL is never read locally
JsTranslator.java :
72 : private static final String ENDL = "\n"; //$NON-NLS-1$
The local variable nh is never read
JsTranslator.java :
390 : NodeHelper nh = new NodeHelper(container);
The method getProjectRoot(IProject) from the type WebRootFinder is never used locally
WebRootFinder.java :
47 : private static String getProjectRoot(IProject project) {
The local variable ctId is never read
JsPathIndexer.java :
80 : String ctId = null;