Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B83_R37x, 3.7.2

Number of source files: 33 Number of classfiles: 72

Problems: 8 (Errors: 0 Warnings: 8 )

Source File: org/eclipse/wst/common/componentcore/ui/internal/propertypage/DependencyPageExtensionManager.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable list is not used

DependencyPageExtensionManager.java :

174 : ArrayList<ReferenceExtension> list = new ArrayList<ReferenceExtension>();

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable className is not used

DependencyPageExtensionManager.java :

287 : String className = el.getAttribute("class");

Source File: org/eclipse/wst/common/componentcore/ui/internal/propertypage/ProjectReferenceWizardFragment.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable path is not used

ProjectReferenceWizardFragment.java :

127 : String path = null;

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable root is not used

ProjectReferenceWizardFragment.java :

188 : IProject root = (IProject)getTaskModel().getObject(IReferenceWizardConstants.PROJECT);

Source File: org/eclipse/wst/common/componentcore/ui/propertypage/AddModuleDependenciesPropertiesPage.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable comp is not used

AddModuleDependenciesPropertiesPage.java :

909 : IVirtualComponent comp;

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable tree is not used

AddModuleDependenciesPropertiesPage.java :

1063 : Tree tree = null;

3. WARNING: LocalVariableIsNeverUsed

The value of the local variable path is not used

AddModuleDependenciesPropertiesPage.java :

1286 : String path, archiveName;

4. WARNING: LocalVariableIsNeverUsed

The value of the local variable archiveName is not used

AddModuleDependenciesPropertiesPage.java :

1286 : String path, archiveName;