Compiler Report

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

Number of source files: 89 Number of classfiles: 104

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/jst/ws/jaxws/dom/runtime/persistence/defaults/PropertyDefaultsAdapterFactory.java
1. WARNING: UnusedImport

The import org.eclipse.jst.ws.jaxws.dom.runtime.IPropertyState is never used

PropertyDefaultsAdapterFactory.java :

15 : import org.eclipse.jst.ws.jaxws.dom.runtime.IPropertyState;

Source File: org/eclipse/jst/ws/jaxws/dom/runtime/persistence/serializer/SeiSerializerAdapter.java
1. WARNING: UnusedImport

The import org.eclipse.jst.ws.jaxws.dom.runtime.api.IWebService is never used

SeiSerializerAdapter.java :

22 : import org.eclipse.jst.ws.jaxws.dom.runtime.api.IWebService;

Source File: org/eclipse/jst/ws/jaxws/dom/runtime/util/ParamValueComparator.java
1. WARNING: UnusedImport

The import java.util.TreeSet is never used

ParamValueComparator.java :

14 : import java.util.TreeSet;