Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 215 Number of classfiles: 586
Problems: 5 (Errors: 0 Warnings: 5 )
The method converterNames() from the type ConvertersComposite is never used locally
ConvertersComposite.java :
399 : private Iterator<String> converterNames() {
Unnecessary @SuppressWarnings("unused")
EclipseLinkConverterStateObject.java :
88 : protected void checkParent(@SuppressWarnings("unused") Node parentNode) {
The import org.eclipse.jpt.utility.internal.model.value.ItemPropertyListValueModelAdapter is never used
SessionCustomizersComposite.java :
34 : import org.eclipse.jpt.utility.internal.model.value.ItemPropertyListValueModelAdapter;
Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
EclipseLink1_1MappingFileWizard.java :
39 : return new EclipseLinkMappingFileWizardPage(getDataModel(), "Page_1", EclipseLinkUiMessages.EclipseLink1_1MappingFileWizardPage_title, EclipseLinkUiMessages.EclipseLink1_1MappingFileWizardPage_desc);
Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.common.frameworks.ui/@dot
EclipseLinkMappingFileWizard.java :
39 : return new EclipseLinkMappingFileWizardPage(getDataModel(), "Page_1", EclipseLinkUiMessages.MappingFileWizardPage_title, EclipseLinkUiMessages.MappingFileWizardPage_desc);