Compiler Report

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

Number of source files: 25 Number of classfiles: 29

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/wst/xml/tests/encoding/read/TestCodedReaderOnGennedFiles.java
1. WARNING: UnusedPrivateField

The value of the field TestCodedReaderOnGennedFiles.notRan is not used

TestCodedReaderOnGennedFiles.java :

27 : private static int notRan = 0;

Source File: org/eclipse/wst/xml/tests/encoding/read/TestContentTypeDescriptionOnGennedFiles.java
1. WARNING: UnusedPrivateField

The value of the field TestContentTypeDescriptionOnGennedFiles.notRan is not used

TestContentTypeDescriptionOnGennedFiles.java :

22 : private static int notRan = 0;

Source File: org/eclipse/wst/xml/tests/encoding/util/ProjectUnzipUtility.java
1. WARNING: DeadCode

Dead code

ProjectUnzipUtility.java :

174 : if (currentProject != null) { try { Path projectLocation = new Path(Platform.getLocation().toOSString()); createProject(currentProject, projectLocation, new WorkspaceProgressMonitor()); } catch (CoreException cex) { cex.printStackTrace(); } }