Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 49 Number of classfiles: 100
Problems: 15 (Errors: 0 Warnings: 15 )
The local variable packageFragmentRoots is never read
WebJavaContentProvider.java :
184 : IPackageFragmentRoot[] packageFragmentRoots = javaProject.getPackageFragmentRoots();
Discouraged access: The type CellLayout is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
AddEditFilterMappingDialog.java :
61 : import org.eclipse.ui.internal.layout.CellLayout;
Discouraged access: The constructor CellLayout(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
AddEditFilterMappingDialog.java :
368 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));
Discouraged access: The method setMargins(int, int) from the type CellLayout is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
AddEditFilterMappingDialog.java :
368 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));
Discouraged access: The method setSpacing(int, int) from the type CellLayout is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
AddEditFilterMappingDialog.java :
368 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));
Discouraged access: The type CellLayout is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar
AddEditFilterMappingDialog.java :
368 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));
The local variable buttons is never read
AddFilterWizardPage.java :
108 : String[] buttons = new String[] {
The local variable columnNames is never read
AddFilterWizardPage.java :
113 : String[] columnNames = new String[] {
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddListenerWizardPage.java :
39 : import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddListenerWizardPage.java :
57 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddListenerWizardPage.java :
57 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddListenerWizardPage.java :
57 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
Discouraged access: The field IMG_OBJS_INTERFACE from the type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar
AddListenerWizardPage.java :
57 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
The import org.eclipse.ui.dialogs.ElementTreeSelectionDialog is never used
MultiSelectFilteredFileSelectionDialog.java :
58 : import org.eclipse.ui.dialogs.ElementTreeSelectionDialog;
The import org.eclipse.ui.dialogs.ElementTreeSelectionDialog is never used
MultiSelectFilteredFilterFileSelectionDialog.java :
56 : import org.eclipse.ui.dialogs.ElementTreeSelectionDialog;