Compiler Report

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

Number of source files: 3 Number of classfiles: 3

Problems: 4 (Errors: 0 Warnings: 4 )

Source File: org/eclipse/wst/jsdt/web/core/tests/translation/TestHtmlTranslation.java
1. WARNING: UnusedPrivateField

The value of the field TestHtmlTranslation.testFilesDirectory is not used

TestHtmlTranslation.java :

35 : private static final String testFilesDirectory = "testFiles";

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable formatted is not used

TestHtmlTranslation.java :

46 : String formatted = structuredModel.getStructuredDocument().get();

3. WARNING: LocalVariableIsNeverUsed

The value of the local variable expected is not used

TestHtmlTranslation.java :

48 : String expected = getFile(expectedFileName);

4. WARNING: UnusedPrivateMethod

The method printException(Exception) from the type TestHtmlTranslation is never used locally

TestHtmlTranslation.java :

92 : private static void printException(Exception exception) {