Compiler Report

Compiler: Eclipse Java Compiler Version: v_677_R32x, 3.2.1 release

Number of source files: 213 Number of classfiles: 331

Problems: 11 (Errors: 0 Warnings: 11 )

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/AddModulestoEARPropertiesPage.java
1. WARNING: LocalVariableIsNeverUsed

The local variable stat is never read

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/AddModulestoEARPropertiesPage.java:

182: IStatus stat = OK_STATUS;

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/ClasspathTableManager.java
1. WARNING: LocalVariableIsNeverUsed

The local variable evt is never read

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/ClasspathTableManager.java:

323: ClasspathModelEvent evt = new ClasspathModelEvent(ClasspathModelEvent.CLASS_PATH_CHANGED);

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/J2EEComponentProjectMigrator.java
1. WARNING: UnusedPrivateMethod

The method setRuntime(IProject, IDataModel) from the type J2EEComponentProjectMigrator is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/J2EEComponentProjectMigrator.java:

618: private void setRuntime(IProject aProject,IDataModel facetModel) {

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/WebLibDependencyPropertiesPage.java
1. WARNING: LocalVariableIsNeverUsed

The local variable selection is never read

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/WebLibDependencyPropertiesPage.java:

187: ClassPathSelection selection = createClassPathSelectionForExternalJar(element);

2. WARNING: UnusedPrivateMethod

The method createClassPathSelectionForProjectJar(ClasspathElement) from the type WebLibDependencyPropertiesPage is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/WebLibDependencyPropertiesPage.java:

243: private ClassPathSelection createClassPathSelectionForProjectJar(ClasspathElement element) {

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/actions/J2EEModuleRenameChange.java
1. WARNING: UnusedPrivateMethod

The method getRenameOptions() from the type J2EEModuleRenameChange is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/actions/J2EEModuleRenameChange.java:

129: private RenameOptions getRenameOptions() {

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/dialogs/RuntimeSelectionDialog.java
1. WARNING: UnusedPrivateMethod

The method hyperlinkUpdate(HyperlinkEvent) from the type new IHyperlinkListener(){} is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/dialogs/RuntimeSelectionDialog.java:

74: public void hyperlinkUpdate(HyperlinkEvent e) {

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/ui/J2EEPropertiesPage.java
1. WARNING: UnusedPrivateField

The field J2EEPropertiesPage.newSelectedIndex is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/ui/J2EEPropertiesPage.java:

34: private int newSelectedIndex;

2. WARNING: UnusedLabel

The label outer is never explicitly referenced

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/ui/J2EEPropertiesPage.java:

178: outer : while (stok.hasMoreTokens()) {

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider.java
1. WARNING: UnusedPrivateField

The field J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.weakWebApp is never read locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/war/ui/util/J2EEWebAppItemProvider.java:

60: private WeakReference weakWebApp;

Source File: /shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/wizard/J2EEComponentCreationWizardPage.java
1. WARNING: UnusedPrivateMethod

The method createProjectsComboGroup(Composite) from the type J2EEComponentCreationWizardPage is never used locally

shared/webtools/projects/patches-R1.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/j2ee_ui/org/eclipse/jst/j2ee/internal/wizard/J2EEComponentCreationWizardPage.java:

328: private void createProjectsComboGroup(Composite parent) {