Compiler Report

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

Number of source files: 37 Number of classfiles: 72

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/sse/ui/tests/ExtendedStorageEditorInputView.java
1. WARNING: DeadCode

Dead code

ExtendedStorageEditorInputView.java :

273 : return null;

Source File: org/eclipse/jface/text/tests/TestTextViewer.java
1. WARNING: UnusedImport

The import org.eclipse.jface.text.ITextViewer is never used

TestTextViewer.java :

36 : import org.eclipse.jface.text.ITextViewer;