Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 12 Number of classfiles: 13

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/InternetExplorerLibraryWizardPage.java
1. WARNING: UnusedPrivateField

The field InternetExplorerLibraryWizardPage.LIBRARY_FILE_NAME is never read locally

InternetExplorerLibraryWizardPage.java :

36 : private static final String LIBRARY_FILE_NAME = "InternetExplorer.js";

Source File: org/eclipse/wst/jsdt/jsdoc/GenerateJsDoc.java
1. WARNING: LocalVariableIsNeverUsed

The local variable tempElement is never read

GenerateJsDoc.java :

52 : ElementInfo tempElement = new ElementInfo(null,null);