Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 12 Number of classfiles: 13
Problems: 75 (Errors: 0 Warnings: 75 )
Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
23 : import org.eclipse.debug.internal.ui.DebugUIPlugin;
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
24 : import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationManager;
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
25 : import org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension;
The local variable path is never read
AbstractLaunchingTest.java :
61 : IPath path = testProject.getFullPath();
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
135 : protected LaunchShortcutExtension getLaunchShortcutExtension(String id) {
Discouraged access: The method getLaunchShortcuts() from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
136 : List exts = getLaunchConfigurationManager().getLaunchShortcuts();
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
137 : LaunchShortcutExtension ext = null;
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
139 : ext = (LaunchShortcutExtension) exts.get(i);
Discouraged access: The method getId() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
140 : if (ext.getId().equals(id)) {
Discouraged access: The type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
155 : protected LaunchConfigurationManager getLaunchConfigurationManager() {
Discouraged access: The type DebugUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
156 : return DebugUIPlugin.getDefault().getLaunchConfigurationManager();
Discouraged access: The method getDefault() from the type DebugUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
156 : return DebugUIPlugin.getDefault().getLaunchConfigurationManager();
Discouraged access: The method getLaunchConfigurationManager() from the type DebugUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
AbstractLaunchingTest.java :
156 : return DebugUIPlugin.getDefault().getLaunchConfigurationManager();
The import java.util.ArrayList is never used
MockXSLLaunchShortCut.java :
14 : import java.util.ArrayList;
The import java.util.List is never used
MockXSLLaunchShortCut.java :
15 : import java.util.List;
The import org.eclipse.core.runtime.IConfigurationElement is never used
MockXSLLaunchShortCut.java :
17 : import org.eclipse.core.runtime.IConfigurationElement;
Discouraged access: The type IConfigurationElementConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.core_3.6.0.v20100519.jar
MockXSLLaunchShortCut.java :
21 : import org.eclipse.debug.internal.core.IConfigurationElementConstants;
The import org.eclipse.debug.internal.core.IConfigurationElementConstants is never used
MockXSLLaunchShortCut.java :
21 : import org.eclipse.debug.internal.core.IConfigurationElementConstants;
Discouraged access: The type XSLLaunchShortcut is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.debug.ui/@dot
MockXSLLaunchShortCut.java :
22 : import org.eclipse.wst.xsl.internal.debug.ui.XSLLaunchShortcut;
Discouraged access: The type XSLLaunchShortcut is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.debug.ui/@dot
MockXSLLaunchShortCut.java :
25 : public class MockXSLLaunchShortCut extends XSLLaunchShortcut {
Discouraged access: The method getLaunchManager() from the type XSLLaunchShortcut is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.debug.ui/@dot
MockXSLLaunchShortCut.java :
34 : return getLaunchManager().getLaunchConfigurationType(XSLLaunchConfigurationConstants.ID_LAUNCH_CONFIG_TYPE);
Dead code
TestEnvironment.java :
101 : for (Iterator<IProject> it=_projects.values().iterator(); it.hasNext();){ IProject project = it.next(); project.delete(true, null); }
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
LaunchShortcutTests.java :
16 : import org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension;
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
LaunchShortcutTests.java :
56 : LaunchShortcutExtension ext = getLaunchShortcutExtension(XSL_LAUNCH_SHORTCUT_ID);
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
LaunchShortcutTests.java :
71 : LaunchShortcutExtension ext = getLaunchShortcutExtension(XSL_LAUNCH_SHORTCUT_ID);
Discouraged access: The method getAssociatedConfigurationTypes() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
LaunchShortcutTests.java :
74 : assertTrue("local xslt app shortcut should not support foo", !ext.getAssociatedConfigurationTypes().contains(typeid)); //$NON-NLS-1$
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
LaunchShortcutTests.java :
89 : LaunchShortcutExtension ext = null;
Discouraged access: The method getLaunchShortcuts() from the type LaunchConfigurationManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
LaunchShortcutTests.java :
90 : List shortcuts = getLaunchConfigurationManager().getLaunchShortcuts();
Discouraged access: The type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
LaunchShortcutTests.java :
92 : ext = (LaunchShortcutExtension) shortcuts.get(i);
Discouraged access: The method getAssociatedConfigurationTypes() from the type LaunchShortcutExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
LaunchShortcutTests.java :
93 : if(ext.getAssociatedConfigurationTypes().contains(typeid) && !WorkbenchActivityHelper.filterItem(ext)) {
Discouraged access: The type InputFileBlock is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.debug.ui/@dot
MockInputFileBlock.java :
14 : import org.eclipse.wst.xsl.internal.debug.ui.tabs.main.InputFileBlock;
Discouraged access: The type InputFileBlock is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.debug.ui/@dot
MockInputFileBlock.java :
16 : public class MockInputFileBlock extends InputFileBlock {
Discouraged access: The constructor InputFileBlock(IFile) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.debug.ui/@dot
MockInputFileBlock.java :
19 : super(defaultFile);
Discouraged access: The method getFileExtensions() from the type ResourceSelectionBlock is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.debug.ui/@dot
MockInputFileBlock.java :
25 : return getFileExtensions();
Discouraged access: The type ResultRunnable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.jaxp.debug.ui/@dot
MockResultRunnable.java :
16 : import org.eclipse.wst.xsl.jaxp.debug.ui.internal.views.ResultRunnable;
Discouraged access: The type ResultRunnable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.jaxp.debug.ui/@dot
MockResultRunnable.java :
18 : public class MockResultRunnable extends ResultRunnable {
Discouraged access: The constructor ResultRunnable(SourceViewer, String, IWorkbenchPartSite) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.jaxp.debug.ui/@dot
MockResultRunnable.java :
22 : super(viewer, results, site);
Discouraged access: The method createDocument() from the type ResultRunnable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.jaxp.debug.ui/@dot
MockResultRunnable.java :
27 : return createDocument();
The import java.io.IOException is never used
ResultRunnableTest.java :
13 : import java.io.IOException;
The import org.eclipse.core.resources.IFile is never used
ResultRunnableTest.java :
18 : import org.eclipse.core.resources.IFile;
The import org.eclipse.core.resources.IProject is never used
ResultRunnableTest.java :
19 : import org.eclipse.core.resources.IProject;
The import org.eclipse.core.resources.IProjectDescription is never used
ResultRunnableTest.java :
20 : import org.eclipse.core.resources.IProjectDescription;
The import org.eclipse.core.resources.ResourcesPlugin is never used
ResultRunnableTest.java :
21 : import org.eclipse.core.resources.ResourcesPlugin;
The import org.eclipse.core.runtime.CoreException is never used
ResultRunnableTest.java :
22 : import org.eclipse.core.runtime.CoreException;
The import org.eclipse.core.runtime.NullProgressMonitor is never used
ResultRunnableTest.java :
23 : import org.eclipse.core.runtime.NullProgressMonitor;
The import org.eclipse.core.runtime.Path is never used
ResultRunnableTest.java :
24 : import org.eclipse.core.runtime.Path;
The import org.eclipse.jface.text.BadLocationException is never used
ResultRunnableTest.java :
25 : import org.eclipse.jface.text.BadLocationException;
The import org.eclipse.jface.text.contentassist.ICompletionProposal is never used
ResultRunnableTest.java :
27 : import org.eclipse.jface.text.contentassist.ICompletionProposal;
The import org.eclipse.ui.IEditorPart is never used
ResultRunnableTest.java :
32 : import org.eclipse.ui.IEditorPart;
The import org.eclipse.ui.texteditor.ITextEditor is never used
ResultRunnableTest.java :
34 : import org.eclipse.ui.texteditor.ITextEditor;
The import org.eclipse.wst.sse.core.StructuredModelManager is never used
ResultRunnableTest.java :
35 : import org.eclipse.wst.sse.core.StructuredModelManager;
Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnableTest.java :
36 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;
The import org.eclipse.wst.sse.core.internal.provisional.IModelManager is never used
ResultRunnableTest.java :
36 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;
Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnableTest.java :
37 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
The import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel is never used
ResultRunnableTest.java :
37 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;
Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnableTest.java :
38 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceAlreadyExists;
The import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceAlreadyExists is never used
ResultRunnableTest.java :
38 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceAlreadyExists;
Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnableTest.java :
39 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceInUse;
The import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceInUse is never used
ResultRunnableTest.java :
39 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceInUse;
Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
ResultRunnableTest.java :
40 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
The import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument is never used
ResultRunnableTest.java :
40 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultRunnableTest.java :
41 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type XMLDocumentLoader is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
ResultRunnableTest.java :
42 : import org.eclipse.wst.xml.core.internal.encoding.XMLDocumentLoader;
The import org.eclipse.wst.xml.core.internal.encoding.XMLDocumentLoader is never used
ResultRunnableTest.java :
42 : import org.eclipse.wst.xml.core.internal.encoding.XMLDocumentLoader;
Discouraged access: The type StructuredTextViewerConfigurationXSL is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
ResultRunnableTest.java :
43 : import org.eclipse.wst.xsl.ui.internal.StructuredTextViewerConfigurationXSL;
The import org.eclipse.wst.xsl.jaxp.debug.ui.internal.views is never used
ResultRunnableTest.java :
44 : import org.eclipse.wst.xsl.jaxp.debug.ui.internal.views.*;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultRunnableTest.java :
57 : protected StructuredTextViewer sourceViewer = null;
Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultRunnableTest.java :
79 : sourceViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultRunnableTest.java :
79 : sourceViewer = new StructuredTextViewer(parent, null, null, false,
Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot
ResultRunnableTest.java :
90 : sourceViewer.configure(new StructuredTextViewerConfigurationXSL());
Discouraged access: The constructor StructuredTextViewerConfigurationXSL() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
ResultRunnableTest.java :
90 : sourceViewer.configure(new StructuredTextViewerConfigurationXSL());
Discouraged access: The type StructuredTextViewerConfigurationXSL is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xsl.ui/@dot
ResultRunnableTest.java :
90 : sourceViewer.configure(new StructuredTextViewerConfigurationXSL());
The import java.io is never used
XSLLaunchingTests.java :
15 : import java.io.*;
The import javax.xml.parsers is never used
XSLLaunchingTests.java :
16 : import javax.xml.parsers.*;
The import org.xml.sax is never used
XSLLaunchingTests.java :
21 : import org.xml.sax.*;