Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 6 Number of classfiles: 6

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/wst/xml/xpath2/processor/test/Bug269833.java
1. WARNING: LocalVariableIsNeverUsed

The local variable result is never read

Bug269833.java :

57 : ElementType result = (ElementType)rs.first();