Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 26 Number of classfiles: 83

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/wst/wsdl/tests/BugFixesTest.java
1. WARNING: LocalVariableIsNeverUsed

The local variable targetNamespace is never read

BugFixesTest.java :

1658 : String targetNamespace = definition.getTargetNamespace();