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 )
Dead code
WebResourceChangeHandler.java :
80 : IStructuredModel xmlModel = null;
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 local variable nh is never read
JsTranslator.java :
367 : NodeHelper nh = new NodeHelper(container);
Dead code
JsTranslator.java :
466 : if(isContainerRegion && REPLACE_INNER_BLOCK_SECTIONS_WITH_SPACE) { spaces = Util.getPad(regionLength); fScriptText.append(spaces); }
The local variable ctId is never read
JsPathIndexer.java :
80 : String ctId = null;
The field JsSearchSupport.SearchJob.fIsCaseSensitive is never read locally
JsSearchSupport.java :
99 : boolean fIsCaseSensitive = false;
The field JsSearchSupport.SearchRunnable.fIsCaseSensitive is never read locally
JsSearchSupport.java :
190 : boolean fIsCaseSensitive = false;
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) {