Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
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-R3.0-M/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.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-R3.0-M/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.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-R3.0-M/eclipse/plugins/org.eclipse.jdt.core_3.4.4.v_894_R34x.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-R3.0-M/eclipse/plugins/org.eclipse.pde.ui_3.4.0.v20090202.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-R3.0-M/eclipse/plugins/org.eclipse.pde.ui_3.4.0.v20090202.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-R3.0-M/eclipse/plugins/org.eclipse.pde.ui_3.4.0.v20090202.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-R3.0-M/eclipse/plugins/org.eclipse.pde.ui_3.4.0.v20090202.jar
ComponentPage.java :
431 : PluginSelectionDialog dialog = new PluginSelectionDialog(getEditor().getSite().getShell(), true, true);