Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 23 Number of classfiles: 47
Problems: 11 (Errors: 0 Warnings: 11 )
The import org.eclipse.jst.ws.jaxws.testutils.IWaitCondition is never used
ConditionCheckException.java :
13 : import org.eclipse.jst.ws.jaxws.testutils.IWaitCondition;
The import junit.framework.AssertionFailedError is never used
WaitingDomUtil.java :
15 : import junit.framework.AssertionFailedError;
The import org.eclipse.jst.ws.jaxws.dom.runtime.DomUtil is never used
WaitingDomUtil.java :
17 : import org.eclipse.jst.ws.jaxws.dom.runtime.DomUtil;
Resource leak: '<unassigned Closeable value>' is never closed
TestFileUtils.java :
79 : final FileChannel sourceChannel = new FileInputStream(source).getChannel();
Resource leak: '<unassigned Closeable value>' is never closed
TestFileUtils.java :
80 : final FileChannel targetChannel = new FileInputStream(target).getChannel();
The import org.eclipse.jdt.core.JavaModelException is never used
ClassLoadingTest.java :
20 : import org.eclipse.jdt.core.JavaModelException;
The import org.eclipse.core.internal.resources.WorkspaceRoot is never used
TestProject.java :
20 : import org.eclipse.core.internal.resources.WorkspaceRoot;
The import org.eclipse.core.runtime.NullProgressMonitor is never used
TestProject.java :
34 : import org.eclipse.core.runtime.NullProgressMonitor;
The import org.eclipse.jst.ws.jaxws.testutils.threading.TestContext is never used
TestProject.java :
49 : import org.eclipse.jst.ws.jaxws.testutils.threading.TestContext;
Unnecessary @SuppressWarnings("restriction")
TestProject.java :
60 : @SuppressWarnings("restriction")
The import org.eclipse.jface.operation.ModalContext is never used
TestContext.java :
17 : import org.eclipse.jface.operation.ModalContext;