Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 43 Number of classfiles: 59

Problems: 9 (Errors: 0 Warnings: 9 )

Source File: org/eclipse/wst/jsdt/web/core/internal/modelhandler/WebResourceChangeHandler.java
1. WARNING: DeadCode

Dead code

WebResourceChangeHandler.java :

80 : IStructuredModel xmlModel = null;

Source File: org/eclipse/wst/jsdt/web/core/internal/project/JsNatureInstaller.java
1. WARNING: LocalVariableIsNeverUsed

The local variable sub is never read

JsNatureInstaller.java :

46 : SubProgressMonitor sub = new SubProgressMonitor(monitor, 25);

Source File: org/eclipse/wst/jsdt/web/core/internal/project/JsNatureUninstaller.java
1. WARNING: LocalVariableIsNeverUsed

The local variable sub is never read

JsNatureUninstaller.java :

48 : SubProgressMonitor sub = new SubProgressMonitor(monitor, 25);

Source File: org/eclipse/wst/jsdt/web/core/javascript/JsTranslator.java
1. WARNING: LocalVariableIsNeverUsed

The local variable nh is never read

JsTranslator.java :

367 : NodeHelper nh = new NodeHelper(container);

2. WARNING: DeadCode

Dead code

JsTranslator.java :

466 : if(isContainerRegion && REPLACE_INNER_BLOCK_SECTIONS_WITH_SPACE) { spaces = Util.getPad(regionLength); fScriptText.append(spaces); }

Source File: org/eclipse/wst/jsdt/web/core/javascript/search/JsPathIndexer.java
1. WARNING: LocalVariableIsNeverUsed

The local variable ctId is never read

JsPathIndexer.java :

80 : String ctId = null;

Source File: org/eclipse/wst/jsdt/web/core/javascript/search/JsSearchSupport.java
1. WARNING: UnusedPrivateField

The field JsSearchSupport.SearchJob.fIsCaseSensitive is never read locally

JsSearchSupport.java :

99 : boolean fIsCaseSensitive = false;

2. WARNING: UnusedPrivateField

The field JsSearchSupport.SearchRunnable.fIsCaseSensitive is never read locally

JsSearchSupport.java :

190 : boolean fIsCaseSensitive = false;

3. WARNING: UnusedPrivateConstructor

The constructor JsSearchSupport.SearchRunnable(String, IJavaScriptSearchScope, int, int, int, boolean, SearchRequestor) is never used locally

JsSearchSupport.java :

205 : public SearchRunnable(String searchText, IJavaScriptSearchScope scope, int searchFor, int limitTo, int matchMode, boolean isCaseSensitive, SearchRequestor requestor) {