Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 92 Number of classfiles: 101
Problems: 16 (Errors: 0 Warnings: 16 )
The local variable text is never read
StandardEditorActionsAction.java :
168 : StringBuffer text = new StringBuffer();
The field JSDTContentAssistantProcessor.DEBUG is never read locally
JSDTContentAssistantProcessor.java :
37 : private static final boolean DEBUG;
The local variable tran is never read
JSDTContetAssistInvocationContext.java :
32 : IJsTranslation tran = JSDTContetAssistInvocationContext.getJSPTranslation(viewer);
The local variable missingAtOffset is never read
JSDTHtmlCompletionProcessor.java :
42 : int missingAtOffset = tran.getMissingTagStart();
The local variable replaceLength is never read
JSDTHtmlCompletionProcessor.java :
61 : 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 :
236 : int startOffset = 0;
The local variable endOffset is never read
JFaceNodeAdapterForJs.java :
237 : int endOffset = 0;
The local variable type is never read
JFaceNodeAdapterForJs.java :
238 : int type = node.getNodeType();
The local variable translation is never read
JFaceNodeAdapterForJs.java :
240 : JsTranslation translation = null;
The local variable type is never read
JFaceNodeAdapterForJs.java :
85 : int type = node.getNodeType();
Discouraged access: The type InternalHandlerUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.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.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
JsMenuListener.java :
67 : return InternalHandlerUtil.getActiveSite(fTreeViewer);
The local variable items is never read
JsMenuListener.java :
81 : IContributionItem[] items = manager.getItems();