Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 91 Number of classfiles: 100
Problems: 18 (Errors: 0 Warnings: 18 )
The local variable text is never read
StandardEditorActionsAction.java :
168 : StringBuffer text = new StringBuffer();
The field JSDTContentAssistantProcessor.DEBUG is never read locally
JSDTContentAssistantProcessor.java :
36 : private static final boolean DEBUG;
The local variable tran is never read
JSDTContetAssistInvocationContext.java :
31 : IJsTranslation tran = JSDTContetAssistInvocationContext.getJSPTranslation(viewer);
The local variable missingAtOffset is never read
JSDTHtmlCompletionProcessor.java :
41 : int missingAtOffset = tran.getMissingTagStart();
The local variable replaceLength is never read
JSDTHtmlCompletionProcessor.java :
60 : int replaceLength =0;
The method getType() from the type JSPTypeRenameRequestor is never used locally
JSPTypeRenameRequestor.java :
70 : private IType getType() {
The local variable startOffset is never read
JFaceNodeAdapterForJs.java :
238 : int startOffset = 0;
The local variable endOffset is never read
JFaceNodeAdapterForJs.java :
239 : int endOffset = 0;
The local variable type is never read
JFaceNodeAdapterForJs.java :
240 : int type = node.getNodeType();
The local variable translation is never read
JFaceNodeAdapterForJs.java :
242 : JsTranslation translation = null;
The local variable type is never read
JFaceNodeAdapterForJs.java :
84 : int type = node.getNodeType();
Dead code
JsContentOutlineConfig.java :
47 : return getJavaLabelProvider();
Dead code
JsContentOutlineConfig.java :
62 : return getJavaLabelProvider();
Discouraged access: The type InternalHandlerUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
JsMenuListener.java :
27 : import org.eclipse.ui.internal.InternalHandlerUtil;
The method getWorkbenchSite() from the type JsMenuListener is never used locally
JsMenuListener.java :
66 : private IWorkbenchSite getWorkbenchSite() {
Discouraged access: The type InternalHandlerUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
JsMenuListener.java :
67 : return InternalHandlerUtil.getActiveSite(fTreeViewer);
Discouraged access: The method getActiveSite(Object) from the type InternalHandlerUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
JsMenuListener.java :
67 : return InternalHandlerUtil.getActiveSite(fTreeViewer);
The local variable items is never read
JsMenuListener.java :
81 : IContributionItem[] items = manager.getItems();