Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 9 Number of classfiles: 15

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/wst/jsdt/web/ui/tests/translation/RunCodeHandler.java
1. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

RunCodeHandler.java :

198 : IProject project = jsFile.getProject();