Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 49 Number of classfiles: 99

Problems: 17 (Errors: 0 Warnings: 17 )

Source File: org/eclipse/jst/servlet/ui/internal/navigator/WebJavaContentProvider.java
1. WARNING: LocalVariableIsNeverUsed

The local variable packageFragmentRoots is never read

WebJavaContentProvider.java :

184 : IPackageFragmentRoot[] packageFragmentRoots = javaProject.getPackageFragmentRoots();

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddEditFilterMappingDialog.java
1. WARNING: DiscouragedReference

Discouraged access: The type CellLayout is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar

AddEditFilterMappingDialog.java :

61 : import org.eclipse.ui.internal.layout.CellLayout;

2. WARNING: DiscouragedReference

Discouraged access: The constructor CellLayout(int) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar

AddEditFilterMappingDialog.java :

368 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));

3. WARNING: DiscouragedReference

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.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar

AddEditFilterMappingDialog.java :

368 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));

4. WARNING: DiscouragedReference

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.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar

AddEditFilterMappingDialog.java :

368 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));

5. WARNING: DiscouragedReference

Discouraged access: The type CellLayout is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar

AddEditFilterMappingDialog.java :

368 : dispatchers.setLayout(new CellLayout(2).setMargins(10,10).setSpacing(5,5));

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddFilterWizardPage.java
1. WARNING: LocalVariableIsNeverUsed

The local variable buttons is never read

AddFilterWizardPage.java :

101 : String[] buttons = new String[] {

2. WARNING: LocalVariableIsNeverUsed

The local variable columnNames is never read

AddFilterWizardPage.java :

106 : String[] columnNames = new String[] {

Source File: org/eclipse/jst/servlet/ui/internal/wizard/AddListenerWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar

AddListenerWizardPage.java :

39 : import org.eclipse.jdt.internal.ui.JavaPluginImages;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar

AddListenerWizardPage.java :

57 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

3. WARNING: DiscouragedReference

Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar

AddListenerWizardPage.java :

57 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

4. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar

AddListenerWizardPage.java :

57 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

5. WARNING: DiscouragedReference

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.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar

AddListenerWizardPage.java :

57 : private static final Image IMG_INTERFACE = JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);

Source File: org/eclipse/jst/servlet/ui/internal/wizard/MultiSelectFilteredFileSelectionDialog.java
1. WARNING: UnusedImport

The import org.eclipse.ui.dialogs.ElementTreeSelectionDialog is never used

MultiSelectFilteredFileSelectionDialog.java :

58 : import org.eclipse.ui.dialogs.ElementTreeSelectionDialog;

Source File: org/eclipse/jst/servlet/ui/internal/wizard/MultiSelectFilteredFilterFileSelectionDialog.java
1. WARNING: UnusedImport

The import org.eclipse.ui.dialogs.ElementTreeSelectionDialog is never used

MultiSelectFilteredFilterFileSelectionDialog.java :

56 : import org.eclipse.ui.dialogs.ElementTreeSelectionDialog;

Source File: org/eclipse/jst/servlet/ui/project/facet/WebFacetInstallPage.java
1. WARNING: UnusedPrivateField

The field WebFacetInstallPage.Resources.contextRootLabelInvalid is never read locally

WebFacetInstallPage.java :

93 : public static String contextRootLabelInvalid;

2. WARNING: UnusedPrivateField

The field WebFacetInstallPage.Resources.contentDirLabelInvalid is never read locally

WebFacetInstallPage.java :

95 : public static String contentDirLabelInvalid;