Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 56 Number of classfiles: 111
Problems: 3 (Errors: 0 Warnings: 3 )
The import org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state.MethodPropertyStateAdapter is never used
MethodPropertyStateAdapterTest.java :
21 : import org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state.MethodPropertyStateAdapter;
The import org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state.WsPropertyStateAdapter is never used
WsPropertyStateAdapterTest.java :
22 : import org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state.WsPropertyStateAdapter;
Unnecessary @SuppressWarnings("restriction")
ValidationTestsSetUp.java :
44 : @SuppressWarnings("restriction")