Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 330 Number of classfiles: 930

Problems: 307 (Errors: 0 Warnings: 307 )

Source File: org/eclipse/jpt/ui/internal/actions/MigrateJavaProjectAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MigrateJavaProjectAction.java :

21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MigrateJavaProjectAction.java :

60 : J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(project, false);

3. WARNING: DiscouragedReference

Discouraged access: The method createFlexJavaProjectForProjectOperation(IProject, boolean) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MigrateJavaProjectAction.java :

60 : J2EEProjectUtilities.createFlexJavaProjectForProjectOperation(project, false);

Source File: org/eclipse/jpt/ui/internal/commands/PersistentAttributeMapAsHandler.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.menus.PersistentAttributeMapAsContribution is never used

PersistentAttributeMapAsHandler.java :

19 : import org.eclipse.jpt.ui.internal.menus.PersistentAttributeMapAsContribution;

Source File: org/eclipse/jpt/ui/internal/commands/PersistentTypeMapAsHandler.java
1. WARNING: UnusedImport

The import org.eclipse.jpt.ui.internal.menus.PersistentTypeMapAsContribution is never used

PersistentTypeMapAsHandler.java :

19 : import org.eclipse.jpt.ui.internal.menus.PersistentTypeMapAsContribution;

Source File: org/eclipse/jpt/ui/internal/mappings/details/AbstractInheritanceComposite.java
1. WARNING: LocalVariableIsNeverUsed

The local variable discriminatorValueCombo is never read

AbstractInheritanceComposite.java :

507 : CCombo discriminatorValueCombo = buildLabeledEditableCCombo(

Source File: org/eclipse/jpt/ui/internal/prefs/JpaPreferencePage.java
1. WARNING: UnusedPrivateField

The field JpaPreferencePage.userLibPreferences is never read locally

JpaPreferencePage.java :

47 : private IPreferenceStore userLibPreferences;

Source File: org/eclipse/jpt/ui/internal/properties/DataModelPropertyPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

26 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

27 : import org.eclipse.wst.common.frameworks.internal.ui.ValidationStatus;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

35 : private ValidationStatus status = new ValidationStatus();

4. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationStatus() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

35 : private ValidationStatus status = new ValidationStatus();

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

35 : private ValidationStatus status = new ValidationStatus();

6. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

40 : protected DataModelSynchHelper synchHelper;

7. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

56 : public DataModelSynchHelper initializeSynchHelper(IDataModel dm) {

8. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelSynchHelper(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

57 : return new DataModelSynchHelper(dm);

9. WARNING: DiscouragedReference

Discouraged access: The type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

57 : return new DataModelSynchHelper(dm);

10. WARNING: DiscouragedReference

Discouraged access: The method hasError(Integer) from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

134 : return status.hasError(key);

11. WARNING: DiscouragedReference

Discouraged access: The method getLastErrMsg() from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

151 : String error = status.getLastErrMsg();

12. WARNING: DiscouragedReference

Discouraged access: The method getLastWarningMsg() from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

155 : String warning = status.getLastWarningMsg();

13. WARNING: DiscouragedReference

Discouraged access: The method getLastInfoMsg() from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

160 : String info = status.getLastInfoMsg();

14. WARNING: DiscouragedReference

Discouraged access: The method setErrorStatus(Integer, String) from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

175 : status.setErrorStatus(key, errorMessage);

15. WARNING: DiscouragedReference

Discouraged access: The method setWarningStatus(Integer, String) from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

179 : status.setWarningStatus(key, warningMessage);

16. WARNING: DiscouragedReference

Discouraged access: The method setInfoStatus(Integer, String) from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

183 : status.setInfoStatus(key, infoMessage);

17. WARNING: DiscouragedReference

Discouraged access: The method setOKStatus(Integer) from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

187 : status.setOKStatus(key);

18. WARNING: DiscouragedReference

Discouraged access: The method getLastErrMsg() from the type ValidationStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

210 : setValid(status.getLastErrMsg() == null);

19. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

DataModelPropertyPage.java :

297 : synchHelper.dispose();

Source File: org/eclipse/jpt/ui/internal/properties/JpaProjectPropertiesPage.java
1. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaProjectPropertiesPage.java :

230 : synchHelper.synchCombo(platformCombo, PLATFORM_ID, null);

2. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaProjectPropertiesPage.java :

265 : synchHelper.synchCombo(connectionCombo, CONNECTION, null);

3. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaProjectPropertiesPage.java :

303 : synchHelper.synchCheckbox(overrideDefaultSchemaButton, USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA, new Control[0]);

4. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaProjectPropertiesPage.java :

312 : synchHelper.synchCombo( defaultSchemaCombo, USER_OVERRIDE_DEFAULT_SCHEMA, new Control[] {defaultSchemaLabel});

5. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaProjectPropertiesPage.java :

369 : synchHelper.synchRadio(discoverClassesButton, DISCOVER_ANNOTATED_CLASSES, null);

6. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaProjectPropertiesPage.java :

372 : synchHelper.synchRadio(listClassesButton, LIST_ANNOTATED_CLASSES, null);

Source File: org/eclipse/jpt/ui/internal/widgets/ClassChooserPane.java
1. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

18 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

19 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaTypeCompletionProcessor;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

57 : private JavaTypeCompletionProcessor javaTypeCompletionProcessor;

4. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

105 : ControlContentAssistHelper.createTextContentAssistant(

5. WARNING: DiscouragedReference

Discouraged access: The method createTextContentAssistant(Text, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

105 : ControlContentAssistHelper.createTextContentAssistant( text, javaTypeCompletionProcessor );

6. WARNING: DiscouragedReference

Discouraged access: The constructor JavaTypeCompletionProcessor(boolean, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

188 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);

7. WARNING: DiscouragedReference

Discouraged access: The type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

188 : this.javaTypeCompletionProcessor = new JavaTypeCompletionProcessor(false, false);

8. WARNING: DiscouragedReference

Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

211 : javaTypeCompletionProcessor.setPackageFragment(root.getPackageFragment(""));

9. WARNING: DiscouragedReference

Discouraged access: The method setPackageFragment(IPackageFragment) from the type JavaTypeCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

ClassChooserPane.java :

216 : javaTypeCompletionProcessor.setPackageFragment(null);

Source File: org/eclipse/jpt/ui/internal/widgets/PackageChooserPane.java
1. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

PackageChooserPane.java :

15 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.ControlContentAssistHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

PackageChooserPane.java :

16 : import org.eclipse.jdt.internal.ui.refactoring.contentassist.JavaPackageCompletionProcessor;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

PackageChooserPane.java :

53 : private JavaPackageCompletionProcessor javaPackageCompletionProcessor;

4. WARNING: DiscouragedReference

Discouraged access: The type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

PackageChooserPane.java :

108 : ControlContentAssistHelper.createTextContentAssistant(

5. WARNING: DiscouragedReference

Discouraged access: The method createTextContentAssistant(Text, IContentAssistProcessor) from the type ControlContentAssistHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

PackageChooserPane.java :

108 : ControlContentAssistHelper.createTextContentAssistant( text, javaPackageCompletionProcessor );

6. WARNING: DiscouragedReference

Discouraged access: The method setPackageFragmentRoot(IPackageFragmentRoot) from the type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

PackageChooserPane.java :

127 : javaPackageCompletionProcessor.setPackageFragmentRoot(root);

7. WARNING: DiscouragedReference

Discouraged access: The constructor JavaPackageCompletionProcessor(ILabelProvider) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

PackageChooserPane.java :

186 : this.javaPackageCompletionProcessor = new JavaPackageCompletionProcessor( new JavaElementLabelProvider(JavaElementLabelProvider.SHOW_ROOT) );

8. WARNING: DiscouragedReference

Discouraged access: The type JavaPackageCompletionProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

PackageChooserPane.java :

186 : this.javaPackageCompletionProcessor = new JavaPackageCompletionProcessor(

Source File: org/eclipse/jpt/ui/internal/wizards/JpaFacetWizardPage.java
1. WARNING: UnusedImport

The import org.eclipse.swt.widgets.Display is never used

JpaFacetWizardPage.java :

34 : import org.eclipse.swt.widgets.Display;

2. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

81 : model.setProperty(RUNTIME, wc.getPrimaryRuntime());

3. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

85 : model.setProperty(RUNTIME, wc.getPrimaryRuntime());

4. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

134 : return (model.validate().getSeverity() != IStatus.ERROR);

5. WARNING: DiscouragedReference

Discouraged access: The method setVisible(boolean) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

140 : super.setVisible(visible);

6. WARNING: DiscouragedReference

Discouraged access: The method setErrorMessage() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

142 : setErrorMessage();

7. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

160 : synchHelper.synchCombo(platformCombo, PLATFORM_ID, null);

8. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

160 : synchHelper.synchCombo(platformCombo, PLATFORM_ID, null);

9. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

188 : synchHelper.synchCombo(connectionCombo, CONNECTION, null);

10. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

188 : synchHelper.synchCombo(connectionCombo, CONNECTION, null);

11. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

227 : synchHelper.synchCheckbox(overrideDefaultSchemaButton, USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA, null);

12. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

227 : synchHelper.synchCheckbox(overrideDefaultSchemaButton, USER_WANTS_TO_OVERRIDE_DEFAULT_SCHEMA, null);

13. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

236 : synchHelper.synchCombo(

14. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

236 : synchHelper.synchCombo( defaultSchemaCombo, USER_OVERRIDE_DEFAULT_SCHEMA, new Control[] {defaultSchemaLabel});

15. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

244 : model.setProperty(CONNECTION, connectionName);

16. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

251 : model.setBooleanProperty(CONNECTION_ACTIVE, connection.isActive());

17. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

262 : return JptDbPlugin.instance().getConnectionProfileRepository().connectionProfileNamed(model.getStringProperty(CONNECTION));

18. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

288 : synchHelper.synchRadio(useServerLibButton, USE_SERVER_JPA_IMPLEMENTATION, null);

19. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

288 : synchHelper.synchRadio(useServerLibButton, USE_SERVER_JPA_IMPLEMENTATION, null);

20. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

291 : synchHelper.synchRadio(specifyLibButton, USE_USER_JPA_LIBRARY, null);

21. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

291 : synchHelper.synchRadio(specifyLibButton, USE_USER_JPA_LIBRARY, null);

22. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

294 : synchHelper.synchCombo(jpaLibCombo, JPA_LIBRARY, null);

23. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

294 : synchHelper.synchCombo(jpaLibCombo, JPA_LIBRARY, null);

24. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

333 : model.notifyPropertyChange(JPA_LIBRARY, IDataModel.VALID_VALUES_CHG);

25. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

334 : model.notifyPropertyChange(JPA_LIBRARY, IDataModel.DEFAULT_CHG);

26. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

345 : model.notifyPropertyChange(JPA_LIBRARY, IDataModel.VALID_VALUES_CHG);

27. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

365 : synchHelper.synchRadio(discoverClassesButton, DISCOVER_ANNOTATED_CLASSES, null);

28. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

365 : synchHelper.synchRadio(discoverClassesButton, DISCOVER_ANNOTATED_CLASSES, null);

29. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

368 : synchHelper.synchRadio(listClassesButton, LIST_ANNOTATED_CLASSES, null);

30. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

368 : synchHelper.synchRadio(listClassesButton, LIST_ANNOTATED_CLASSES, null);

31. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

386 : synchHelper.synchCheckbox(createOrmXmlButton, CREATE_ORM_XML, null);

32. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

JpaFacetWizardPage.java :

386 : synchHelper.synchCheckbox(createOrmXmlButton, CREATE_ORM_XML, null);

Source File: org/eclipse/jpt/ui/internal/wizards/NewJpaProjectFirstPage.java
1. WARNING: DiscouragedReference

Discouraged access: The method setInfopopID(String) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

NewJpaProjectFirstPage.java :

22 : setInfopopID(JpaHelpContextIds.NEW_JPA_PROJECT);

Source File: org/eclipse/jpt/ui/internal/wizards/entity/EntityClassWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

34 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

35 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityClassWizardPage.java :

36 : import org.eclipse.jst.j2ee.internal.wizard.NewJavaClassWizardPage;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityClassWizardPage.java :

59 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

5. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityClassWizardPage.java :

64 : public class EntityClassWizardPage extends NewJavaClassWizardPage{

6. WARNING: DiscouragedReference

Discouraged access: The constructor NewJavaClassWizardPage(IDataModel, String, String, String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityClassWizardPage.java :

92 : super(model, pageName, pageDesc, pageTitle, moduleType);

7. WARNING: DiscouragedReference

Discouraged access: The method createTopLevelComposite(Composite) from the type NewJavaClassWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityClassWizardPage.java :

100 : Composite composite = super.createTopLevelComposite(parent);

8. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

111 : model.setBooleanProperty(IEntityDataModelProperties.ENTITY, true);

9. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

112 : model.setBooleanProperty(IEntityDataModelProperties.MAPPED_AS_SUPERCLASS, false);

10. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

188 : synchHelper.synchRadio(button, property, /*dependentControls*/ null);

11. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

188 : synchHelper.synchRadio(button, property, /*dependentControls*/ null);

12. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

205 : synchHelper.synchCheckbox(button, property, /*dependentControls*/ null);

13. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

205 : synchHelper.synchCheckbox(button, property, /*dependentControls*/ null);

14. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

221 : synchHelper.synchCombo(inheritanceStrategyCombo, property, /*dependentControls*/ null);

15. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

221 : synchHelper.synchCombo(inheritanceStrategyCombo, property, /*dependentControls*/ null);

16. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

257 : synchHelper.synchText(ormXmlName, property, /*dependentControls*/null);

17. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

257 : synchHelper.synchText(ormXmlName, property, /*dependentControls*/null);

18. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

270 : IProject project = (IProject) getDataModel().getProperty(INewJavaClassDataModelProperties.PROJECT);

19. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

270 : IProject project = (IProject) getDataModel().getProperty(INewJavaClassDataModelProperties.PROJECT);

20. WARNING: DiscouragedReference

Discouraged access: The field PROJECT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

270 : IProject project = (IProject) getDataModel().getProperty(INewJavaClassDataModelProperties.PROJECT);

21. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

284 : IFile rootFolder = project.getFile(J2EEProjectUtilities.getSourceContainers(project)[0].getResource().getName() + SLASH + ormXmlName.getText().trim());//TODO

22. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

284 : IFile rootFolder = project.getFile(J2EEProjectUtilities.getSourceContainers(project)[0].getResource().getName() + SLASH + ormXmlName.getText().trim());//TODO

23. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

285 : dialog.setInput(J2EEProjectUtilities.getManifestFile(project).getParent().getParent());

24. WARNING: DiscouragedReference

Discouraged access: The method getManifestFile(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

285 : dialog.setInput(J2EEProjectUtilities.getManifestFile(project).getParent().getParent());

25. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

291 : model.validateProperty(IEntityDataModelProperties.XML_NAME);

26. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityClassWizardPage.java :

303 : return WTPCommonPlugin.OK_STATUS;

27. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityClassWizardPage.java :

303 : return WTPCommonPlugin.OK_STATUS;

28. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityClassWizardPage.java :

304 : return WTPCommonPlugin.createErrorStatus(EntityWizardMsg.INCORRECT_XML_NAME);

29. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityClassWizardPage.java :

304 : return WTPCommonPlugin.createErrorStatus(EntityWizardMsg.INCORRECT_XML_NAME);

30. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityClassWizardPage.java :

318 : IProject project = (IProject) getDataModel().getProperty(INewJavaClassDataModelProperties.PROJECT);

31. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

318 : IProject project = (IProject) getDataModel().getProperty(INewJavaClassDataModelProperties.PROJECT);

32. WARNING: DiscouragedReference

Discouraged access: The field PROJECT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

318 : IProject project = (IProject) getDataModel().getProperty(INewJavaClassDataModelProperties.PROJECT);

33. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

320 : if (folder.contains(J2EEProjectUtilities.getManifestFile(project))) {

34. WARNING: DiscouragedReference

Discouraged access: The method getManifestFile(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityClassWizardPage.java :

320 : if (folder.contains(J2EEProjectUtilities.getManifestFile(project))) {

Source File: org/eclipse/jpt/ui/internal/wizards/entity/EntityFieldsWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EntityFieldsWizardPage.java :

27 : import org.eclipse.wst.common.componentcore.internal.operation.IArtifactEditOperationDataModelProperties;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

30 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityFieldsWizardPage.java :

31 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

33 : public class EntityFieldsWizardPage extends DataModelWizardPage {

5. WARNING: UnusedPrivateField

The field EntityFieldsWizardPage.fieldAccessButton is never read locally

EntityFieldsWizardPage.java :

38 : private Button fieldAccessButton;

6. WARNING: UnusedPrivateField

The field EntityFieldsWizardPage.propertyAccessButton is never read locally

EntityFieldsWizardPage.java :

39 : private Button propertyAccessButton;

7. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

44 : super(model, pageName);

8. WARNING: LocalVariableIsNeverUsed

The local variable initSection is never read

EntityFieldsWizardPage.java :

79 : EntityRowTableWizardSection initSection = new EntityRowTableWizardSection(composite, model, IEntityDataModelProperties.ENTITY_FIELDS);

9. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

79 : EntityRowTableWizardSection initSection = new EntityRowTableWizardSection(composite, model, IEntityDataModelProperties.ENTITY_FIELDS);

10. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

100 : if (model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME) == null || model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME).trim().length() == 0) {

11. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EntityFieldsWizardPage.java :

100 : if (model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME) == null || model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME).trim().length() == 0) {

12. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EntityFieldsWizardPage.java :

100 : if (model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME) == null || model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME).trim().length() == 0) {

13. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

100 : if (model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME) == null || model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME).trim().length() == 0) {

14. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EntityFieldsWizardPage.java :

100 : if (model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME) == null || model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME).trim().length() == 0) {

15. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

EntityFieldsWizardPage.java :

100 : if (model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME) == null || model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME).trim().length() == 0) {

16. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityFieldsWizardPage.java :

101 : return WTPCommonPlugin.createErrorStatus(EntityWizardMsg.NO_JPA_PROJECTS);

17. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityFieldsWizardPage.java :

101 : return WTPCommonPlugin.createErrorStatus(EntityWizardMsg.NO_JPA_PROJECTS);

18. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityFieldsWizardPage.java :

103 : return WTPCommonPlugin.OK_STATUS;

19. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityFieldsWizardPage.java :

103 : return WTPCommonPlugin.OK_STATUS;

20. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

122 : synchHelper.synchText(nameText, property, /*dependentControls*/null);

21. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

122 : synchHelper.synchText(nameText, property, /*dependentControls*/null);

22. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

164 : synchHelper.synchCheckbox(button, property, /*dependentControls*/ null);

23. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

164 : synchHelper.synchCheckbox(button, property, /*dependentControls*/ null);

24. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

181 : synchHelper.synchRadio(button, property, /*dependentControls*/ null);

25. WARNING: DiscouragedReference

Discouraged access: The method synchRadio(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

181 : synchHelper.synchRadio(button, property, /*dependentControls*/ null);

26. WARNING: DiscouragedReference

Discouraged access: The method propertyChanged(DataModelEvent) from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

197 : super.propertyChanged(event);

27. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityFieldsWizardPage.java :

205 : isNonEntity = model.getBooleanProperty(IEntityDataModelProperties.MAPPED_AS_SUPERCLASS);

Source File: org/eclipse/jpt/ui/internal/wizards/entity/EntityRowTableWizardSection.java
1. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

EntityRowTableWizardSection.java :

22 : import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;

2. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityRowTableWizardSection.java :

42 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type TypeSearchEngine is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityRowTableWizardSection.java :

43 : import org.eclipse.jst.j2ee.internal.dialogs.TypeSearchEngine;

4. WARNING: UnusedPrivateField

The field EntityRowTableWizardSection.PK_COLUMN is never read locally

EntityRowTableWizardSection.java :

84 : private final int PK_COLUMN = 0;

5. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityRowTableWizardSection.java :

628 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

6. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE_FRAGMENT_ROOT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityRowTableWizardSection.java :

628 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

7. WARNING: DiscouragedReference

Discouraged access: The type TypeSearchEngine is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityRowTableWizardSection.java :

634 : final IJavaSearchScope scope = TypeSearchEngine.createJavaSearchScopeForAProject(packRoot.getJavaProject(), true, true);

8. WARNING: DiscouragedReference

Discouraged access: The method createJavaSearchScopeForAProject(IJavaProject, boolean, boolean) from the type TypeSearchEngine is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityRowTableWizardSection.java :

634 : final IJavaSearchScope scope = TypeSearchEngine.createJavaSearchScopeForAProject(packRoot.getJavaProject(), true, true);

9. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

EntityRowTableWizardSection.java :

637 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, null/*getWizard().getContainer()*/, scope, IJavaSearchConstants.TYPE);

10. WARNING: DiscouragedReference

Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

EntityRowTableWizardSection.java :

637 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, null/*getWizard().getContainer()*/, scope, IJavaSearchConstants.TYPE);

11. WARNING: DiscouragedReference

Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

EntityRowTableWizardSection.java :

637 : FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(getShell(), false, null/*getWizard().getContainer()*/, scope, IJavaSearchConstants.TYPE);

12. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

EntityRowTableWizardSection.java :

638 : dialog.setTitle(EntityWizardMsg.TYPE_DIALOG_TITLE);

13. WARNING: DiscouragedReference

Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jdt.ui_3.4.2.r342_v20090107-0800.jar

EntityRowTableWizardSection.java :

641 : if (dialog.open() == Window.OK) {

Source File: org/eclipse/jpt/ui/internal/wizards/entity/EntityWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEEditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityWizard.java :

23 : import org.eclipse.jst.j2ee.internal.plugin.J2EEEditorUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityWizard.java :

24 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

33 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

4. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

35 : public class EntityWizard extends DataModelWizard implements INewWizard {

5. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

46 : super(model);

6. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

64 : getDataModel(),

7. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityWizard.java :

68 : J2EEProjectUtilities.EJB);

8. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

69 : addPage(page1);

9. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

70 : EntityFieldsWizardPage page2 = new EntityFieldsWizardPage(getDataModel(), PAGE_TWO);

10. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

71 : addPage(page2);

11. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

87 : return getDataModel().isValid();

12. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

97 : String className = getDataModel().getStringProperty(QUALIFIED_CLASS_NAME);

13. WARNING: DiscouragedReference

Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityWizard.java :

97 : String className = getDataModel().getStringProperty(QUALIFIED_CLASS_NAME);

14. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

98 : IProject p = (IProject) getDataModel().getProperty(PROJECT);

15. WARNING: DiscouragedReference

Discouraged access: The field PROJECT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityWizard.java :

98 : IProject p = (IProject) getDataModel().getProperty(PROJECT);

16. WARNING: DiscouragedReference

Discouraged access: The type J2EEEditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityWizard.java :

99 : IJavaProject javaProject = J2EEEditorUtility.getJavaProject(p);

17. WARNING: DiscouragedReference

Discouraged access: The method getJavaProject(IProject) from the type J2EEEditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee.ui/@dot

EntityWizard.java :

99 : IJavaProject javaProject = J2EEEditorUtility.getJavaProject(p);

18. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

113 : if (getDataModel().getBooleanProperty(OPEN_IN_EDITOR)) {

19. WARNING: DiscouragedReference

Discouraged access: The field OPEN_IN_EDITOR from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityWizard.java :

113 : if (getDataModel().getBooleanProperty(OPEN_IN_EDITOR)) {

20. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

EntityWizard.java :

134 : getDataModel();

Source File: org/eclipse/jpt/ui/internal/wizards/entity/data/model/CreateEntityTemplateModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

27 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

2. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

28 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateEntityTemplateModel.java :

29 : import org.eclipse.wst.common.componentcore.internal.operation.IArtifactEditOperationDataModelProperties;

4. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

96 : return getProperty(INewJavaClassDataModelProperties.CLASS_NAME).trim();

5. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

96 : return getProperty(INewJavaClassDataModelProperties.CLASS_NAME).trim();

6. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

103 : return getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE).trim();

7. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

103 : return getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE).trim();

8. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

132 : return getProperty(INewJavaClassDataModelProperties.SUPERCLASS).trim();

9. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

132 : return getProperty(INewJavaClassDataModelProperties.SUPERCLASS).trim();

10. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

159 : List interfaces = (List) this.dataModel.getProperty(INewJavaClassDataModelProperties.INTERFACES);

11. WARNING: DiscouragedReference

Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

159 : List interfaces = (List) this.dataModel.getProperty(INewJavaClassDataModelProperties.INTERFACES);

12. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

257 : IPackageFragmentRoot[] sourceFragments = J2EEProjectUtilities.getSourceContainers(project);

13. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

CreateEntityTemplateModel.java :

257 : IPackageFragmentRoot[] sourceFragments = J2EEProjectUtilities.getSourceContainers(project);

14. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateEntityTemplateModel.java :

380 : String projectName = dataModel.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

15. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

CreateEntityTemplateModel.java :

380 : String projectName = dataModel.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

Source File: org/eclipse/jpt/ui/internal/wizards/entity/data/model/EntityDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EECommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

21 : import org.eclipse.jst.j2ee.internal.common.J2EECommonMessages;

2. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

22 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

24 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

26 : public class EntityDataModelProvider extends NewJavaClassDataModelProvider implements IEntityDataModelProperties{

5. WARNING: DiscouragedReference

Discouraged access: The method getPropertyNames() from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

43 : Set propertyNames = super.getPropertyNames();

6. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

83 : return getStringProperty(CLASS_NAME);

7. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

87 : return getStringProperty(CLASS_NAME);

8. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

90 : } else if (propertyName.equals(SUPERCLASS)) {

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultProperty(String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

102 : return super.getDefaultProperty(propertyName);

10. WARNING: DiscouragedReference

Discouraged access: The method validate(String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

110 : IStatus result = super.validate(propertyName);

11. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

111 : if (propertyName.equals(JAVA_PACKAGE)) {

12. WARNING: DiscouragedReference

Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

114 : if (propertyName.equals(SUPERCLASS) && EMPTY_STRING.equals(getStringProperty(propertyName))) {

13. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

115 : return WTPCommonPlugin.OK_STATUS;

14. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

115 : return WTPCommonPlugin.OK_STATUS;

15. WARNING: DiscouragedReference

Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

118 : if (propertyName.equals(CLASS_NAME)) {

16. WARNING: DiscouragedReference

Discouraged access: The method validateJavaClassName(String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

120 : result = super.validateJavaClassName(getStringProperty(propertyName));

17. WARNING: DiscouragedReference

Discouraged access: The method canCreateTypeInClasspath(String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

122 : return super.canCreateTypeInClasspath(classNameValue);

18. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

148 : return WTPCommonPlugin.createWarningStatus(EntityWizardMsg.DEFAULT_PACKAGE_WARNING);

19. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

148 : return WTPCommonPlugin.createWarningStatus(EntityWizardMsg.DEFAULT_PACKAGE_WARNING);

20. WARNING: DiscouragedReference

Discouraged access: The type J2EECommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

153 : String msg = J2EECommonMessages.ERR_JAVA_PACAKGE_NAME_INVALID + javaStatus.getMessage();

21. WARNING: DiscouragedReference

Discouraged access: The field ERR_JAVA_PACAKGE_NAME_INVALID from the type J2EECommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

153 : String msg = J2EECommonMessages.ERR_JAVA_PACAKGE_NAME_INVALID + javaStatus.getMessage();

22. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

154 : return WTPCommonPlugin.createErrorStatus(msg);

23. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

154 : return WTPCommonPlugin.createErrorStatus(msg);

24. WARNING: DiscouragedReference

Discouraged access: The type J2EECommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

156 : String msg = J2EECommonMessages.ERR_JAVA_PACKAGE_NAME_WARNING + javaStatus.getMessage();

25. WARNING: DiscouragedReference

Discouraged access: The field ERR_JAVA_PACKAGE_NAME_WARNING from the type J2EECommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

EntityDataModelProvider.java :

156 : String msg = J2EECommonMessages.ERR_JAVA_PACKAGE_NAME_WARNING + javaStatus.getMessage();

26. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

157 : return WTPCommonPlugin.createWarningStatus(msg);

27. WARNING: DiscouragedReference

Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

157 : return WTPCommonPlugin.createWarningStatus(msg);

28. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

160 : return WTPCommonPlugin.OK_STATUS;

29. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

160 : return WTPCommonPlugin.OK_STATUS;

30. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

179 : return WTPCommonPlugin.createErrorStatus(msg);

31. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

179 : return WTPCommonPlugin.createErrorStatus(msg);

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

183 : return WTPCommonPlugin.OK_STATUS;

33. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

EntityDataModelProvider.java :

183 : return WTPCommonPlugin.OK_STATUS;

Source File: org/eclipse/jpt/ui/internal/wizards/entity/data/model/IEntityDataModelProperties.java
1. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

IEntityDataModelProperties.java :

14 : import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel;

2. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

IEntityDataModelProperties.java :

15 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

IEntityDataModelProperties.java :

17 : public interface IEntityDataModelProperties extends INewJavaClassDataModelProperties, IAnnotationsDataModel {

4. WARNING: DiscouragedReference

Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

IEntityDataModelProperties.java :

17 : public interface IEntityDataModelProperties extends INewJavaClassDataModelProperties, IAnnotationsDataModel {

Source File: org/eclipse/jpt/ui/internal/wizards/entity/data/operation/NewEntityClassOperation.java
1. WARNING: UnusedImport

The import org.eclipse.emf.codegen.jet.JETEmitter is never used

NewEntityClassOperation.java :

38 : import org.eclipse.emf.codegen.jet.JETEmitter;

2. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewEntityClassOperation.java :

76 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsController;

3. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewEntityClassOperation.java :

77 : import org.eclipse.jst.common.internal.annotations.controller.AnnotationsControllerManager;

4. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

78 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;

5. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

79 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;

6. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

80 : import org.eclipse.jst.j2ee.internal.project.WTPJETEmitter;

7. WARNING: DiscouragedReference

Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewEntityClassOperation.java :

81 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

8. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used

NewEntityClassOperation.java :

81 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;

9. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewEntityClassOperation.java :

82 : import org.eclipse.wst.common.componentcore.internal.operation.IArtifactEditOperationDataModelProperties;

10. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewEntityClassOperation.java :

85 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.WFTWrappedException;

11. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewEntityClassOperation.java :

86 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

12. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewEntityClassOperation.java :

163 : return WTPCommonPlugin.createErrorStatus(e.toString());

13. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewEntityClassOperation.java :

163 : return WTPCommonPlugin.createErrorStatus(e.toString());

14. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

181 : String packageName = model.getStringProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE);

15. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

181 : String packageName = model.getStringProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE);

16. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

183 : .getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

17. WARNING: DiscouragedReference

Discouraged access: The field JAVA_PACKAGE_FRAGMENT_ROOT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

183 : .getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT);

18. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewEntityClassOperation.java :

217 : protected void generateUsingTemplates(IProgressMonitor monitor, IPackageFragment fragment) throws WFTWrappedException, CoreException {

19. WARNING: DiscouragedReference

Discouraged access: The constructor WFTWrappedException(Throwable) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewEntityClassOperation.java :

237 : throw new WFTWrappedException(e);

20. WARNING: DiscouragedReference

Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

NewEntityClassOperation.java :

237 : throw new WFTWrappedException(e);

21. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewEntityClassOperation.java :

250 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(project);

22. WARNING: DiscouragedReference

Discouraged access: The type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewEntityClassOperation.java :

250 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(project);

23. WARNING: DiscouragedReference

Discouraged access: The method getAnnotationsController(IProject) from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewEntityClassOperation.java :

250 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(project);

24. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type AnnotationsControllerManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewEntityClassOperation.java :

250 : AnnotationsController controller = AnnotationsControllerManager.INSTANCE.getAnnotationsController(project);

25. WARNING: DiscouragedReference

Discouraged access: The method process(IResource) from the type AnnotationsController is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.100.v200805140020.jar

NewEntityClassOperation.java :

252 : controller.process(aFile);

26. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

318 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

27. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

318 : Preferences preferences = J2EEPlugin.getDefault().getPluginPreferences();

28. WARNING: DiscouragedReference

Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

319 : boolean dynamicTranslation = preferences.getBoolean(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY);

29. WARNING: DiscouragedReference

Discouraged access: The field DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY from the type J2EEPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

319 : boolean dynamicTranslation = preferences.getBoolean(J2EEPlugin.DYNAMIC_TRANSLATION_OF_JET_TEMPLATES_PREF_KEY);

30. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

323 : WTPJETEmitter emitter = new WTPJETEmitter(templateURL.toString(), this.getClass().getClassLoader());

31. WARNING: DiscouragedReference

Discouraged access: The constructor WTPJETEmitter(String, ClassLoader) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

323 : WTPJETEmitter emitter = new WTPJETEmitter(templateURL.toString(), this.getClass().getClassLoader());

32. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

323 : WTPJETEmitter emitter = new WTPJETEmitter(templateURL.toString(), this.getClass().getClassLoader());

33. WARNING: DiscouragedReference

Discouraged access: The method setIntelligentLinkingEnabled(boolean) from the type WTPJETEmitter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

324 : emitter.setIntelligentLinkingEnabled(true);

34. WARNING: DiscouragedReference

Discouraged access: The method addVariable(String, String) from the type WTPJETEmitter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

325 : emitter.addVariable(WTP_CUSTOMIZATION_PLUGIN, JptUiPlugin.PLUGIN_ID);

35. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

338 : IProject project = ProjectUtilities.getProject(WTPJETEmitter.PROJECT_NAME);

36. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type WTPJETEmitter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

338 : IProject project = ProjectUtilities.getProject(WTPJETEmitter.PROJECT_NAME);

37. WARNING: DiscouragedReference

Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

367 : String folderFullPath = model.getStringProperty(INewJavaClassDataModelProperties.SOURCE_FOLDER);

38. WARNING: DiscouragedReference

Discouraged access: The field SOURCE_FOLDER from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

NewEntityClassOperation.java :

367 : String folderFullPath = model.getStringProperty(INewJavaClassDataModelProperties.SOURCE_FOLDER);

39. WARNING: DiscouragedReference

Discouraged access: The type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewEntityClassOperation.java :

389 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

40. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

NewEntityClassOperation.java :

389 : String projectName = model.getStringProperty(IArtifactEditOperationDataModelProperties.PROJECT_NAME);

41. WARNING: DiscouragedReference

Discouraged access: The method getContents() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

NewEntityClassOperation.java :

464 : resource.getContents().add(entityMappings);

42. WARNING: DiscouragedReference

Discouraged access: The method getContents() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

NewEntityClassOperation.java :

533 : resource.getContents().add(entityMappings);

43. WARNING: DiscouragedReference

Discouraged access: The method getContents() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

NewEntityClassOperation.java :

584 : persistenceResource.getContents().add(xmlPersistence);

Source File: org/eclipse/jpt/ui/internal/wizards/orm/MappingFileWizard.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

44 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizard;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

46 : public class MappingFileWizard extends DataModelWizard

3. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizard(IDataModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

57 : super(dataModel);

4. WARNING: DiscouragedReference

Discouraged access: The method doAddPages() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

65 : super.doAddPages();

5. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

66 : page = new MappingFileWizardPage(getDataModel(), "Page_1");

6. WARNING: DiscouragedReference

Discouraged access: The method addPage(IWizardPage) from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

67 : addPage(page);

7. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

88 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PROJECT_NAME, project.getName());

8. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

91 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER, sourceFolder.getFullPath().toPortableString());

9. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

94 : getDataModel().setBooleanProperty(OrmFileCreationDataModelProperties.ADD_TO_PERSISTENCE_UNIT, true);

10. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

95 : getDataModel().setStringProperty(OrmFileCreationDataModelProperties.PERSISTENCE_UNIT, pUnit.getName());

11. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

238 : String projectName = (String) getDataModel().getProperty(OrmFileCreationDataModelProperties.PROJECT_NAME);

12. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

240 : String sourceFolder = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.SOURCE_FOLDER);

13. WARNING: DiscouragedReference

Discouraged access: The method getDataModel() from the type DataModelWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizard.java :

241 : String filePath = getDataModel().getStringProperty(OrmFileCreationDataModelProperties.FILE_PATH);

Source File: org/eclipse/jpt/ui/internal/wizards/orm/MappingFileWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MappingFileWizardPage.java :

32 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

50 : import org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelWizardPage;

3. WARNING: DiscouragedReference

Discouraged access: The type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

52 : public class MappingFileWizardPage extends DataModelWizardPage

4. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelWizardPage(IDataModel, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

79 : super(dataModel, pageName);

5. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

120 : synchHelper.synchCombo(projectNameCombo, PROJECT_NAME, null);

6. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

120 : synchHelper.synchCombo(projectNameCombo, PROJECT_NAME, null);

7. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

133 : synchHelper.synchText(sourceFolderText, SOURCE_FOLDER, null);

8. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

133 : synchHelper.synchText(sourceFolderText, SOURCE_FOLDER, null);

9. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

160 : synchHelper.synchText(filePathText, FILE_PATH, null);

10. WARNING: DiscouragedReference

Discouraged access: The method synchText(Text, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

160 : synchHelper.synchText(filePathText, FILE_PATH, null);

11. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

173 : synchHelper.synchCombo(accessCombo, DEFAULT_ACCESS, null);

12. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

173 : synchHelper.synchCombo(accessCombo, DEFAULT_ACCESS, null);

13. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

181 : synchHelper.synchCheckbox(addToPersistenceUnitButton, ADD_TO_PERSISTENCE_UNIT, null);

14. WARNING: DiscouragedReference

Discouraged access: The method synchCheckbox(Button, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

181 : synchHelper.synchCheckbox(addToPersistenceUnitButton, ADD_TO_PERSISTENCE_UNIT, null);

15. WARNING: DiscouragedReference

Discouraged access: The field synchHelper from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

193 : synchHelper.synchCombo(persistenceUnitCombo, PERSISTENCE_UNIT, null);

16. WARNING: DiscouragedReference

Discouraged access: The method synchCombo(Combo, String, Control[]) from the type DataModelSynchHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

193 : synchHelper.synchCombo(persistenceUnitCombo, PERSISTENCE_UNIT, null);

17. WARNING: DiscouragedReference

Discouraged access: The method getInfopopID() from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

198 : PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, getInfopopID());

18. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

215 : String projectName = model.getStringProperty(PROJECT_NAME);

19. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

229 : model.setProperty(SOURCE_FOLDER, container.getFullPath().toPortableString());

20. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

250 : return project.getName().equals(model.getProperty(PROJECT_NAME));

21. WARNING: DiscouragedReference

Discouraged access: The field model from the type DataModelWizardPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.202.v200901292145.jar

MappingFileWizardPage.java :

255 : IProject project = ProjectUtilities.getProject(model.getStringProperty(PROJECT_NAME));

22. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MappingFileWizardPage.java :

256 : IPackageFragmentRoot[] sourceFolders = J2EEProjectUtilities.getSourceContainers(project);

23. WARNING: DiscouragedReference

Discouraged access: The method getSourceContainers(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

MappingFileWizardPage.java :

256 : IPackageFragmentRoot[] sourceFolders = J2EEProjectUtilities.getSourceContainers(project);