Compiler Report

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 )

Source File: org/eclipse/wtp/releng/tools/component/ui/internal/ComponentUIPlugin.java
1. WARNING: LocalVariableIsNeverUsed

The local variable manager is never read

ComponentUIPlugin.java :

43 : ComponentManager manager = ComponentManager.getManager();

Source File: org/eclipse/wtp/releng/tools/component/ui/internal/adopter/action/Scan4APIRefCompatibility.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/wtp/releng/tools/component/ui/internal/editor/ComponentPage.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);