Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 410 Number of classfiles: 1227
Problems: 125 (Errors: 0 Warnings: 125 )
The import org.eclipse.jpt.core.JpaFactory is never used
JpaUiFactory.java :
13 : import org.eclipse.jpt.core.JpaFactory;
The import org.eclipse.jpt.core.JpaPlatform is never used
JpaUiFactory.java :
14 : import org.eclipse.jpt.core.JpaPlatform;
The import org.eclipse.jpt.core.context.java.JavaAttributeMapping is never used
JpaUiFactory.java :
15 : import org.eclipse.jpt.core.context.java.JavaAttributeMapping;
The import org.eclipse.jpt.core.context.java.JavaAttributeMappingProvider is never used
JpaUiFactory.java :
16 : import org.eclipse.jpt.core.context.java.JavaAttributeMappingProvider;
The import org.eclipse.jpt.core.context.java.JavaTypeMapping is never used
JpaUiFactory.java :
29 : import org.eclipse.jpt.core.context.java.JavaTypeMapping;
The import org.eclipse.jpt.core.context.java.JavaTypeMappingProvider is never used
JpaUiFactory.java :
30 : import org.eclipse.jpt.core.context.java.JavaTypeMappingProvider;
The import org.eclipse.jpt.ui.JpaUiFactory is never used
GenericJpaUiFactory.java :
12 : import org.eclipse.jpt.ui.JpaUiFactory;
The import org.eclipse.jpt.ui.internal.menus.PersistentTypeMapAsContribution is never used
PersistentTypeMapAsHandler.java :
19 : import org.eclipse.jpt.ui.internal.menus.PersistentTypeMapAsContribution;
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddPersistentClassDialog.java :
23 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddPersistentClassDialog.java :
24 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddPersistentClassDialog.java :
169 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The constructor JavaTypeCompletionProcessor(boolean, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddPersistentClassDialog.java :
169 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddPersistentClassDialog.java :
169 : JavaTypeCompletionProcessor javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddPersistentClassDialog.java :
170 : javaTypeCompletionProcessor.setPackageFragment(getPackageFragmentRoot().getPackageFragment(""));
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddPersistentClassDialog.java :
174 : ControlContentAssistHelper.createTextContentAssistant(
Discouraged access: The method createTextContentAssistant(Text, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
AddPersistentClassDialog.java :
174 : ControlContentAssistHelper.createTextContentAssistant( text, javaTypeCompletionProcessor );
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
433 : protected void databaseChanged_(@SuppressWarnings("unused") Database database) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
443 : protected void catalogChanged_(@SuppressWarnings("unused") Catalog catalog) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
453 : protected void schemaChanged_(@SuppressWarnings("unused") Schema schema) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
463 : protected void sequenceChanged_(@SuppressWarnings("unused") Sequence sequence) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
473 : protected void tableChanged_(@SuppressWarnings("unused") Table table) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
483 : protected void columnChanged_(@SuppressWarnings("unused") Column column) {
Unnecessary @SuppressWarnings("unused")
DatabaseObjectCombo.java :
493 : protected void foreignKeyChanged_(@SuppressWarnings("unused") ForeignKey foreignKey) {
The import org.eclipse.jpt.core.context.orm.OrmEntity is never used
AbstractSecondaryTablesComposite.java :
17 : import org.eclipse.jpt.core.context.orm.OrmEntity;
The import org.eclipse.jpt.ui.internal.orm.details.OrmEntityComposite is never used
AbstractSecondaryTablesComposite.java :
19 : import org.eclipse.jpt.ui.internal.orm.details.OrmEntityComposite;
The import org.eclipse.jpt.ui.internal.BaseJpaUiFactory is never used
BasicMappingComposite.java :
20 : import org.eclipse.jpt.ui.internal.BaseJpaUiFactory;
The import org.eclipse.jpt.ui.internal.mappings.db.TableCombo is never used
ColumnComposite.java :
23 : import org.eclipse.jpt.ui.internal.mappings.db.TableCombo;
The import org.eclipse.jpt.ui.internal.BaseJpaUiFactory is never used
EmbeddedMappingComposite.java :
15 : import org.eclipse.jpt.ui.internal.BaseJpaUiFactory;
The import org.eclipse.jpt.core.context.BasicMapping is never used
EnumTypeComposite.java :
12 : import org.eclipse.jpt.core.context.BasicMapping;
The import org.eclipse.jpt.core.context.JoinColumnEnabledRelationshipReference is never used
JoinColumnComposite.java :
18 : import org.eclipse.jpt.core.context.JoinColumnEnabledRelationshipReference;
The method buildInverseJoinColumnsPaneEnablerHolder() from the type JoinTableComposite is never used locally
JoinTableComposite.java :
118 : private WritablePropertyValueModel<Boolean> buildInverseJoinColumnsPaneEnablerHolder() {
The method buildJoinColumnsPaneEnablerHolder() from the type JoinTableComposite is never used locally
JoinTableComposite.java :
122 : private WritablePropertyValueModel<Boolean> buildJoinColumnsPaneEnablerHolder() {
The import org.eclipse.jpt.core.context.ManyToManyMapping is never used
ManyToManyJoiningStrategyPane.java :
13 : import org.eclipse.jpt.core.context.ManyToManyMapping;
The import org.eclipse.jpt.core.context.ManyToOneMapping is never used
ManyToOneJoiningStrategyPane.java :
13 : import org.eclipse.jpt.core.context.ManyToOneMapping;
The import org.eclipse.jpt.core.context.OneToManyMapping is never used
OneToManyJoiningStrategyPane.java :
13 : import org.eclipse.jpt.core.context.OneToManyMapping;
The import org.eclipse.jpt.core.context.OneToOneMapping is never used
OneToOneJoiningStrategyPane.java :
13 : import org.eclipse.jpt.core.context.OneToOneMapping;
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
21 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
22 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
72 : private JavaTypeCompletionProcessor javaTypeCompletionProcessor;
Discouraged access: The constructor JavaTypeCompletionProcessor(boolean, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
113 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
113 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
128 : ControlContentAssistHelper.createComboContentAssistant(
Discouraged access: The method createComboContentAssistant(Combo, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
128 : ControlContentAssistHelper.createComboContentAssistant( this.combo, javaTypeCompletionProcessor );
Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
251 : javaTypeCompletionProcessor.setPackageFragment(root.getPackageFragment(""));
Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TargetEntityComposite.java :
256 : javaTypeCompletionProcessor.setPackageFragment(null);
The import org.eclipse.jpt.ui.internal.BaseJpaUiFactory is never used
TransientMappingComposite.java :
15 : import org.eclipse.jpt.ui.internal.BaseJpaUiFactory;
The import org.eclipse.draw2d.graph.Path is never used
ArchiveFileSelectionDialog.java :
20 : import org.eclipse.draw2d.graph.Path;
The type PersistenceUnitMappingFilesComposite.SAXHandler is never used locally
PersistenceUnitMappingFilesComposite.java :
335 : private static class SAXHandler extends DefaultHandler {
The method getRootTagName() from the type PersistenceUnitMappingFilesComposite.SAXHandler is never used locally
PersistenceUnitMappingFilesComposite.java :
339 : public String getRootTagName() {
The import org.eclipse.core.runtime.OperationCanceledException is never used
EntitiesGenerator2.java :
12 : import org.eclipse.core.runtime.OperationCanceledException;
The import org.eclipse.jface.dialogs.Dialog is never used
EntitiesGenerator2.java :
13 : import org.eclipse.jface.dialogs.Dialog;
The import org.eclipse.jface.dialogs.IDialogConstants is never used
EntitiesGenerator2.java :
14 : import org.eclipse.jface.dialogs.IDialogConstants;
The import org.eclipse.jpt.ui.internal.JptUiMessages is never used
EntitiesGenerator2.java :
19 : import org.eclipse.jpt.ui.internal.JptUiMessages;
The import org.eclipse.osgi.util.NLS is never used
EntitiesGenerator2.java :
21 : import org.eclipse.osgi.util.NLS;
The import org.eclipse.swt.SWT is never used
EntitiesGenerator2.java :
22 : import org.eclipse.swt.SWT;
The import org.eclipse.swt.layout.GridData is never used
EntitiesGenerator2.java :
23 : import org.eclipse.swt.layout.GridData;
The import org.eclipse.swt.layout.GridLayout is never used
EntitiesGenerator2.java :
24 : import org.eclipse.swt.layout.GridLayout;
The import org.eclipse.swt.widgets.Composite is never used
EntitiesGenerator2.java :
25 : import org.eclipse.swt.widgets.Composite;
The import org.eclipse.swt.widgets.Control is never used
EntitiesGenerator2.java :
26 : import org.eclipse.swt.widgets.Control;
The import org.eclipse.swt.widgets.Label is never used
EntitiesGenerator2.java :
28 : import org.eclipse.swt.widgets.Label;
The local variable count is never read
AbstractComboModelAdapter.java :
321 : int count = this.comboHolder.getItemCount();
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserComboPane.java :
12 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserComboPane.java :
80 : ControlContentAssistHelper.createComboContentAssistant(
Discouraged access: The method createComboContentAssistant(Combo, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserComboPane.java :
80 : ControlContentAssistHelper.createComboContentAssistant( combo, javaTypeCompletionProcessor );
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
23 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
24 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor;
Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
25 : import org.eclipse.jdt.internal.ui.wizards.NewClassCreationWizard;
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
72 : protected JavaTypeCompletionProcessor javaTypeCompletionProcessor;
Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
153 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);
Discouraged access: The constructor NewClassCreationWizard(NewClassWizardPage, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
153 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);
Discouraged access: The type NewClassCreationWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
153 : NewClassCreationWizard wizard = new NewClassCreationWizard(newClassWizardPage, false);
Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type NewElementWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
154 : wizard.init(PlatformUI.getWorkbench(), new StructuredSelection(getJpaProject().getProject()));//TODO StructuredSelection
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
244 : ControlContentAssistHelper.createTextContentAssistant(
Discouraged access: The method createTextContentAssistant(Text, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
244 : ControlContentAssistHelper.createTextContentAssistant( text, javaTypeCompletionProcessor );
Discouraged access: The constructor JavaTypeCompletionProcessor(boolean, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
331 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
331 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);
Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
372 : javaTypeCompletionProcessor.setPackageFragment(root.getPackageFragment(""));
Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
ClassChooserPane.java :
377 : javaTypeCompletionProcessor.setPackageFragment(null);
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
PackageChooserPane.java :
15 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;
Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
PackageChooserPane.java :
16 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaPackageCompletionProcessor;
Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
PackageChooserPane.java :
56 : private JavaPackageCompletionProcessor javaPackageCompletionProcessor;
Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
PackageChooserPane.java :
110 : ControlContentAssistHelper.createTextContentAssistant(
Discouraged access: The method createTextContentAssistant(Text, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
PackageChooserPane.java :
110 : ControlContentAssistHelper.createTextContentAssistant( text, javaPackageCompletionProcessor );
Discouraged access: The method setPackageFragmentRoot(IPackageFragmentRoot) from the type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
PackageChooserPane.java :
129 : javaPackageCompletionProcessor.setPackageFragmentRoot(root);
Discouraged access: The constructor JavaPackageCompletionProcessor(ILabelProvider) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
PackageChooserPane.java :
188 : this.javaPackageCompletionProcessor = new JavaPackageCompletionProcessor( new JavaElementLabelProvider(JavaElementLabelProvider.SHOW_ROOT) );
Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
PackageChooserPane.java :
188 : this.javaPackageCompletionProcessor = new JavaPackageCompletionProcessor(
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewEntityDropDownAction.java :
44 : import org.eclipse.jdt.internal.ui.util.CoreUtility;
Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewEntityDropDownAction.java :
137 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);
Discouraged access: The method createExtension(IConfigurationElement, String) from the type CoreUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
NewEntityDropDownAction.java :
137 : return (INewWizard) CoreUtility.createExtension(fConfigurationElement, ATT_CLASS);
The field EntityFieldsWizardPage.fieldAccessButton is never read locally
EntityFieldsWizardPage.java :
41 : private Button fieldAccessButton;
The field EntityFieldsWizardPage.propertyAccessButton is never read locally
EntityFieldsWizardPage.java :
42 : private Button propertyAccessButton;
The field EntityRowTableWizardSection.PK_COLUMN is never read locally
EntityRowTableWizardSection.java :
90 : private final int PK_COLUMN = 0;
The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used
EntityDataModelProvider.java :
39 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;
The field NewEntityClassOperation.VERSION_STRING is never read locally
NewEntityClassOperation.java :
97 : private static final String VERSION_STRING = "1.0";//$NON-NLS-1$
The method getLastSegment(String) from the type NewEntityClassOperation is never used locally
NewEntityClassOperation.java :
526 : private String getLastSegment(String input) {
Unnecessary @SuppressWarnings("restriction")
ColumnGenPanel.java :
246 : @SuppressWarnings("restriction")
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
26 : import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
27 : import org.eclipse.jdt.internal.ui.wizards.NewWizardMessages;
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
28 : import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator;
Discouraged access: The type TypedViewerFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
29 : import org.eclipse.jdt.internal.ui.wizards.TypedViewerFilter;
The import org.eclipse.jface.dialogs.IMessageProvider is never used
DefaultTableGenerationWizardPage.java :
34 : import org.eclipse.jface.dialogs.IMessageProvider;
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
242 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) {
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
242 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) {
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
254 : JavaPlugin.log(e.getStatus()); // just log, no UI in validation
Discouraged access: The method log(IStatus) from the type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
254 : JavaPlugin.log(e.getStatus()); // just log, no UI in validation
Discouraged access: The type TypedViewerFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
261 : ViewerFilter filter= new TypedViewerFilter(acceptedClasses) {
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
267 : JavaPlugin.log(e.getStatus()); // just log, no UI in validation
Discouraged access: The method log(IStatus) from the type JavaPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
267 : JavaPlugin.log(e.getStatus()); // just log, no UI in validation
Discouraged access: The method select(Viewer, Object, Object) from the type TypedViewerFilter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
271 : return super.select(viewer, parent, element);
Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
280 : dialog.setTitle(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title);
Discouraged access: The field NewContainerWizardPage_ChooseSourceContainerDialog_title from the type NewWizardMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
280 : dialog.setTitle(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title);
Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
281 : dialog.setMessage(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description);
Discouraged access: The field NewContainerWizardPage_ChooseSourceContainerDialog_description from the type NewWizardMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
DefaultTableGenerationWizardPage.java :
281 : dialog.setMessage(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description);
Discouraged access: The type StatusUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TableAssociationsWizardPage.java :
24 : import org.eclipse.jdt.internal.ui.dialogs.StatusUtil;
Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TableAssociationsWizardPage.java :
25 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField;
Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TableAssociationsWizardPage.java :
26 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.IStringButtonAdapter;
Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TableAssociationsWizardPage.java :
27 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil;
Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TableAssociationsWizardPage.java :
28 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.StringButtonDialogField;
Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TablesAndColumnsCustomizationWizardPage.java :
18 : import org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil;
Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TablesAndColumnsCustomizationWizardPage.java :
226 : LayoutUtil.setWidthHint(text, getMaxFieldWidth());
Discouraged access: The method setWidthHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TablesAndColumnsCustomizationWizardPage.java :
226 : LayoutUtil.setWidthHint(text, getMaxFieldWidth());
Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TablesAndColumnsCustomizationWizardPage.java :
227 : LayoutUtil.setHorizontalGrabbing(text);
Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar
TablesAndColumnsCustomizationWizardPage.java :
227 : LayoutUtil.setHorizontalGrabbing(text);
The import org.eclipse.jpt.ui.jface.ItemLabelProvider is never used
JpaNavigatorProvider.java :
12 : import org.eclipse.jpt.ui.jface.ItemLabelProvider;
The import org.eclipse.jpt.ui.jface.TreeItemContentProvider is never used
JpaNavigatorProvider.java :
14 : import org.eclipse.jpt.ui.jface.TreeItemContentProvider;