Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 25 Number of classfiles: 29

Problems: 1 (Errors: 0 Warnings: 1 )

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(); } }