Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 61 Number of classfiles: 168
Problems: 12 (Errors: 0 Warnings: 12 )
Unnecessary @SuppressWarnings("unused")
ObjectAction.java :
58 : @SuppressWarnings("unused")
Unnecessary @SuppressWarnings("unused")
GenericJaxb_2_1_NavigatorItemLabelProviderFactory.java :
68 : protected ItemExtendedLabelProvider buildJaxbContextRootProvider(JaxbContextRoot root, @SuppressWarnings("unused") ItemExtendedLabelProvider.Manager manager) {
Unnecessary @SuppressWarnings("unused")
GenericJaxb_2_1_NavigatorItemLabelProviderFactory.java :
84 : protected ItemExtendedLabelProvider buildJaxbEnumConstantProvider(JaxbEnumConstant enumConstant, @SuppressWarnings("unused") ItemExtendedLabelProvider.Manager manager) {
Unnecessary @SuppressWarnings("unused")
GenericJaxb_2_1_NavigatorItemLabelProviderFactory.java :
91 : protected ItemExtendedLabelProvider buildJaxbPackageProvider(JaxbPackage pkg, @SuppressWarnings("unused") ItemExtendedLabelProvider.Manager manager) {
The import org.eclipse.core.runtime.IAdaptable is never used
ProjectWizardPage.java :
18 : import org.eclipse.core.runtime.IAdaptable;
Unnecessary @SuppressWarnings("restriction")
AbstractJarDestinationWizardPage.java :
18 : @SuppressWarnings("restriction")
The import org.eclipse.core.resources.IContainer is never used
SchemaGeneratorWizard.java :
17 : import org.eclipse.core.resources.IContainer;
The import org.eclipse.core.runtime.Path is never used
SchemaGeneratorWizard.java :
29 : import org.eclipse.core.runtime.Path;
Unnecessary @SuppressWarnings("restriction")
SchemaGeneratorWizardPage.java :
140 : @SuppressWarnings("restriction")
The import org.eclipse.jpt.common.ui.jface.ItemLabelProvider is never used
JaxbNavigatorUi.java :
13 : import org.eclipse.jpt.common.ui.jface.ItemLabelProvider;
The import org.eclipse.jpt.common.ui.jface.ItemTreeContentProvider is never used
JaxbNavigatorUi.java :
14 : import org.eclipse.jpt.common.ui.jface.ItemTreeContentProvider;
The import org.eclipse.jpt.jaxb.ui.JptJaxbUiPlugin is never used
JaxbPlatformUiManager.java :
13 : import org.eclipse.jpt.jaxb.ui.JptJaxbUiPlugin;