Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0

Number of source files: 15 Number of classfiles: 33

Problems: 4 (Errors: 0 Warnings: 4 )

Source File: org/eclipse/jpt/dbws/eclipselink/ui/internal/DbwsGeneratorUi.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.IAdaptable is never used

DbwsGeneratorUi.java :

19 : import org.eclipse.core.runtime.IAdaptable;

Source File: org/eclipse/jpt/dbws/eclipselink/ui/internal/actions/ObjectAction.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

ObjectAction.java :

58 : @SuppressWarnings("unused")

Source File: org/eclipse/jpt/dbws/eclipselink/ui/internal/wizards/gen/DbwsGeneratorWizard.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.IAdaptable is never used

DbwsGeneratorWizard.java :

16 : import org.eclipse.core.runtime.IAdaptable;

Source File: org/eclipse/jpt/dbws/eclipselink/ui/internal/wizards/gen/SelectSingleFileViewFacade.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

SelectSingleFileViewFacade.java :

22 : @SuppressWarnings("restriction")