Compiler Report

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

Number of source files: 145 Number of classfiles: 161

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/wsdl/internal/impl/wsdl4j/WSDLWriterImpl.java
1. WARNING: DeadCode

Dead code

WSDLWriterImpl.java :

100 : { transformer.setOutputProperty(OutputKeys.ENCODING, encoding); }

Source File: org/eclipse/wst/wsdl/util/WSDLResourceImpl.java
1. WARNING: UnusedImport

The import org.eclipse.emf.ecore.resource.Resource is never used

WSDLResourceImpl.java :

37 : import org.eclipse.emf.ecore.resource.Resource;