Compiler Report

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

Number of source files: 10 Number of classfiles: 16

Problems: 1 (Errors: 0 Warnings: 1 )

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

The value of the local variable project is not used

RunCodeHandler.java :

198 : IProject project = jsFile.getProject();