Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 10 Number of classfiles: 32
Problems: 43 (Errors: 0 Warnings: 43 )
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
AddManifestEntryTaskWizard.java :
41 : import org.eclipse.ui.internal.dialogs.PropertyDialog;
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
AddManifestEntryTaskWizard.java :
144 : PreferenceDialog dialog = PropertyDialog.createDialogOn(ManifestRootFragment.this.getPage().getControl().getShell(),
Discouraged access: The method createDialogOn(Shell, String, Object) from the type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
AddManifestEntryTaskWizard.java :
144 : PreferenceDialog dialog = PropertyDialog.createDialogOn(ManifestRootFragment.this.getPage().getControl().getShell(), "org.eclipse.wst.common.componentcore.ui.DeploymentAssemblyPage", parentProject); //$NON-NLS-1$
Discouraged access: The type ClasspathContainerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClasspathContainerWizardFragment.java :
22 : import org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathContainerWizard;
Discouraged access: The type ClasspathContainerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClasspathContainerWizardFragment.java :
44 : ClasspathContainerWizard wizard = new ClasspathContainerWizard((IClasspathEntry)null, jp, entries);
Discouraged access: The constructor ClasspathContainerWizard(IClasspathEntry, IJavaProject, IClasspathEntry[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClasspathContainerWizardFragment.java :
44 : ClasspathContainerWizard wizard = new ClasspathContainerWizard((IClasspathEntry)null, jp, entries);
Discouraged access: The type ClasspathContainerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClasspathContainerWizardFragment.java :
44 : ClasspathContainerWizard wizard = new ClasspathContainerWizard((IClasspathEntry)null, jp, entries);
Discouraged access: The type ClasspathContainerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClasspathContainerWizardFragment.java :
45 : int result = ClasspathContainerWizard.openWizard(new Shell(), wizard);
Discouraged access: The method openWizard(Shell, ClasspathContainerWizard) from the type ClasspathContainerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClasspathContainerWizardFragment.java :
45 : int result = ClasspathContainerWizard.openWizard(new Shell(), wizard);
Discouraged access: The method getNewEntries() from the type ClasspathContainerWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
ClasspathContainerWizardFragment.java :
48 : IClasspathEntry[] results = wizard.getNewEntries();
The local variable paths is never read
ExternalJarReferenceWizardFragment.java :
58 : ArrayList<String> paths = new ArrayList<String>();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
21 : import org.eclipse.jdt.internal.ui.wizards.buildpaths.CPVariableElement;
Discouraged access: The type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
22 : import org.eclipse.jdt.internal.ui.wizards.buildpaths.CPVariableElementLabelProvider;
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
103 : if( o instanceof CPVariableElement) {
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
104 : p = ((CPVariableElement)o).getPath();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
104 : p = ((CPVariableElement)o).getPath();
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
106 : p = ((ExtendedVariable)o).element.getPath().append(((ExtendedVariable)o).pathAfterElement);
Discouraged access: The type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
123 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);
Discouraged access: The constructor CPVariableElementLabelProvider(boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
123 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);
Discouraged access: The type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
123 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
125 : if( element instanceof CPVariableElement)
Discouraged access: The method getImage(Object) from the type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
126 : return delegate.getImage(element);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
135 : if( element instanceof CPVariableElement)
Discouraged access: The method getText(Object) from the type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
136 : return delegate.getText(element);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
144 : public CPVariableElement element;
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
146 : public ExtendedVariable(CPVariableElement e, IPath p) {
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
151 : return element.getPath().append(pathAfterElement).toFile().isDirectory();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
155 : private CPVariableElement[] elements;
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
156 : private CPVariableElement[] initializeElements() {
Discouraged access: The constructor CPVariableElement(String, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
163 : elements.add(new CPVariableElement(name, entryPath));
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
163 : elements.add(new CPVariableElement(name, entryPath));
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
166 : return (CPVariableElement[]) elements.toArray(new CPVariableElement[elements.size()]);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
166 : return (CPVariableElement[]) elements.toArray(new CPVariableElement[elements.size()]);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
189 : if( parentElement instanceof CPVariableElement) {
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
190 : if(((CPVariableElement)parentElement).getPath().toFile().isDirectory()) {
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
190 : if(((CPVariableElement)parentElement).getPath().toFile().isDirectory()) {
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
191 : String[] names = ((CPVariableElement)parentElement).getPath().toFile().list();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
191 : String[] names = ((CPVariableElement)parentElement).getPath().toFile().list();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
194 : extensions[i] = new ExtendedVariable((CPVariableElement)parentElement, new Path(names[i]));
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
200 : IPath parentLoc = p1.element.getPath();
Discouraged access: The method getName() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
248 : return new Path(s1.element.getName()).append(s1.pathAfterElement);
Discouraged access: The method getName() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
250 : return new Path(((CPVariableElement)selected).getName());
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
VariableReferenceWizardFragment.java :
250 : return new Path(((CPVariableElement)selected).getName());