Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 39 Number of classfiles: 85

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/common/ui/internal/dialogs/SaveDirtyFilesDialog.java
1. WARNING: UnusedPrivateMethod

The method isDeleted(Object) from the type SaveDirtyFilesDialog.ListContentProvider is never used locally

SaveDirtyFilesDialog.java :

152 : public boolean isDeleted(Object o)

Source File: org/eclipse/wst/common/ui/internal/search/dialogs/ComponentSearchListDialog.java
1. WARNING: UnusedPrivateField

The value of the field ComponentSearchListDialog.ComponentList.currentChangeCounter is not used

ComponentSearchListDialog.java :

412 : private long currentChangeCounter = 0;