Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 323 Number of classfiles: 411

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/wsdl/ui/internal/adapters/basic/W11MessageReference.java
1. WARNING: LocalVariableIsNeverUsed

The local variable notifier is never read

W11MessageReference.java :

167 : Object notifier = null;

Source File: org/eclipse/wst/wsdl/ui/internal/util/WSDLEditorUtil.java
1. WARNING: LocalVariableIsNeverUsed

The local variable transformerFactory is never read

WSDLEditorUtil.java :

253 : TransformerFactory transformerFactory = TransformerFactory.newInstance();