Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 157 Number of classfiles: 164
Problems: 2 (Errors: 0 Warnings: 2 )
The static method serialize(OutputStream, Document, String) from the type WSDLResourceImpl should be accessed in a static way
WSDLCopier.java :
518 : resource.serialize(os, document, document.getXmlEncoding());
The local variable document is never read
WSDLCopier.java :
531 : Document document = xsdSchema.getDocument();