Compiler Report

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

Number of source files: 55 Number of classfiles: 107

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/jst/ws/jaxws/dom/runtime/tests/dom/persistence/state/MethodPropertyStateAdapterTest.java
1. WARNING: UnusedImport

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;

Source File: org/eclipse/jst/ws/jaxws/dom/runtime/tests/dom/persistence/state/WsPropertyStateAdapterTest.java
1. WARNING: UnusedImport

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;

Source File: org/eclipse/jst/ws/jaxws/dom/runtime/tests/dom/validation/ValidationTestsSetUp.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

ValidationTestsSetUp.java :

44 : @SuppressWarnings("restriction")