Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 65 Number of classfiles: 89

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/common/frameworks/internal/operation/extensionui/DMWizardPageElement.java
1. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.enablement.Identifiable is never used

DMWizardPageElement.java :

17 : import org.eclipse.wst.common.frameworks.internal.enablement.Identifiable;

Source File: org/eclipse/wst/common/frameworks/internal/ui/PageGroupManager.java
1. WARNING: UnusedPrivateConstructor

The constructor PageGroupManager.PageGroupEntry(PageGroupManager.PageGroupEntry) is never used locally

PageGroupManager.java :

499 : public PageGroupEntry(PageGroupEntry originalEntry) {