Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 37 Number of classfiles: 59
Problems: 8 (Errors: 0 Warnings: 8 )
The local variable manager is never read
ComponentUIPlugin.java:
43: ComponentManager manager = ComponentManager.getManager();
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar
Scan4APIRefCompatibility.java:
54: import org.eclipse.jdt.internal.core.util.ClassFileReader;
Discouraged access: The constructor ClassFileReader(byte[], int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar
Scan4APIRefCompatibility.java:
272: return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar
Scan4APIRefCompatibility.java:
272: return new ClassFileReader(baos.toByteArray(), IClassFileReader.CONSTANT_POOL | IClassFileReader.METHOD_INFOS | IClassFileReader.METHOD_BODIES | IClassFileReader.FIELD_INFOS | IClassFileReader.SUPER_INTERFACES);
Discouraged access: The type PluginSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.pde.ui_3.3.1.v20070912-0800.jar
ComponentPage.java:
22: import org.eclipse.pde.internal.ui.wizards.PluginSelectionDialog;
Discouraged access: The type PluginSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.pde.ui_3.3.1.v20070912-0800.jar
ComponentPage.java:
431: PluginSelectionDialog dialog = new PluginSelectionDialog(getEditor().getSite().getShell(), true, true);
Discouraged access: The constructor PluginSelectionDialog(Shell, boolean, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.pde.ui_3.3.1.v20070912-0800.jar
ComponentPage.java:
431: PluginSelectionDialog dialog = new PluginSelectionDialog(getEditor().getSite().getShell(), true, true);
Discouraged access: The type PluginSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R2.0-R/eclipse/plugins/org.eclipse.pde.ui_3.3.1.v20070912-0800.jar
ComponentPage.java:
431: PluginSelectionDialog dialog = new PluginSelectionDialog(getEditor().getSite().getShell(), true, true);