Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 116 Number of classfiles: 152

Problems: 393 (Errors: 0 Warnings: 393 )

Source File: org/eclipse/wst/common/componentcore/ArtifactEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jem.util_2.0.2.v200802192030.jar

ArtifactEdit.java :

30 : import org.eclipse.jem.internal.util.emf.workbench.nls.EMFWorkbenchResourceHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEdit.java :

37 : import org.eclipse.wst.common.frameworks.internal.operations.IOperationHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

38 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

4. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

39 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelListener;

5. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

40 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.IValidateEditContext;

6. WARNING: DiscouragedReference

Discouraged access: The method isReadOnly() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

246 : isReadOnly = artifactEditModel.isReadOnly();

7. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

249 : project = anArtifactEditModel.getProject();

8. WARNING: DiscouragedReference

Discouraged access: The method save(IProgressMonitor, Object) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

432 : artifactEditModel.save(aMonitor, this);

9. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor, Object) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

449 : artifactEditModel.saveIfNecessary(aMonitor, this);

10. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

456 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

11. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

456 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

12. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

456 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

13. WARNING: DiscouragedReference

Discouraged access: The field CLASS_KEY from the type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

456 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

14. WARNING: DiscouragedReference

Discouraged access: The method validateState(EditModel) from the type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

457 : return validator.validateState(getArtifactEditModel());

15. WARNING: DiscouragedReference

Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEdit.java :

468 : public void saveIfNecessaryWithPrompt(IProgressMonitor monitor, IOperationHandler operationHandler, boolean wasDirty) {

16. WARNING: DiscouragedReference

Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEdit.java :

488 : private boolean shouldSave(IOperationHandler operationHandler, boolean wasDirty) {

17. WARNING: DiscouragedReference

Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEdit.java :

495 : private boolean promptToSave(IOperationHandler operationHandler) {

18. WARNING: DiscouragedReference

Discouraged access: The method canContinue(String, String[]) from the type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEdit.java :

498 : return operationHandler.canContinue(EMFWorkbenchResourceHandler.getString("The_following_resources_ne_UI_"), getArtifactEditModel().getResourceURIs(true)); //$NON-NLS-1$ = "The following resources need to be saved but are currently shared, do you want to save now?"

19. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jem.util_2.0.2.v200802192030.jar

ArtifactEdit.java :

498 : return operationHandler.canContinue(EMFWorkbenchResourceHandler.getString("The_following_resources_ne_UI_"), getArtifactEditModel().getResourceURIs(true)); //$NON-NLS-1$ = "The following resources need to be saved but are currently shared, do you want to save now?"

20. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type EMFWorkbenchResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.jem.util_2.0.2.v200802192030.jar

ArtifactEdit.java :

498 : return operationHandler.canContinue(EMFWorkbenchResourceHandler.getString("The_following_resources_ne_UI_"), getArtifactEditModel().getResourceURIs(true)); //$NON-NLS-1$ = "The following resources need to be saved but are currently shared, do you want to save now?"

21. WARNING: DiscouragedReference

Discouraged access: The method getResourceURIs(boolean) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

498 : return operationHandler.canContinue(EMFWorkbenchResourceHandler.getString("The_following_resources_ne_UI_"), getArtifactEditModel().getResourceURIs(true)); //$NON-NLS-1$ = "The following resources need to be saved but are currently shared, do you want to save now?"

22. WARNING: DiscouragedReference

Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEdit.java :

504 : private boolean shouldSave(IOperationHandler operationHandler) {

23. WARNING: DiscouragedReference

Discouraged access: The method releaseAccess(Object) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

527 : artifactEditModel.releaseAccess(this);

24. WARNING: DiscouragedReference

Discouraged access: The method getPrimaryRootObject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

542 : return artifactEditModel.getPrimaryRootObject();

25. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

554 : public void addListener(EditModelListener listener) {

26. WARNING: DiscouragedReference

Discouraged access: The method addListener(EditModelListener) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

559 : artifactEditModel.addListener(listener);

27. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

572 : public void removeListener(EditModelListener listener) {

28. WARNING: DiscouragedReference

Discouraged access: The method isDisposed() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

574 : } else if (artifactEditModel!=null && !artifactEditModel.isDisposed()) {

29. WARNING: DiscouragedReference

Discouraged access: The method removeListener(EditModelListener) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

575 : artifactEditModel.removeListener(listener);

30. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

589 : public boolean hasEditModel(EditModel editModel) {

31. WARNING: DiscouragedReference

Discouraged access: The method getCommandStack() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

637 : return artifactEditModel.getCommandStack();

32. WARNING: DiscouragedReference

Discouraged access: The method deleteResource(Resource) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

647 : artifactEditModel.deleteResource(aResource);

33. WARNING: DiscouragedReference

Discouraged access: The method isDirty() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

656 : return artifactEditModel.isDirty();

34. WARNING: DiscouragedReference

Discouraged access: The method getKnownResourceUris() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

683 : List uris = getArtifactEditModel().getKnownResourceUris();

35. WARNING: DiscouragedReference

Discouraged access: The method commandStackChanged(EventObject) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEdit.java :

710 : getArtifactEditModel().commandStackChanged(event);

Source File: org/eclipse/wst/common/componentcore/ModuleCoreNature.java
1. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

44 : import org.eclipse.wst.common.internal.emfworkbench.edit.EditModelRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

45 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

3. WARNING: DiscouragedReference

Discouraged access: The type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

46 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelNature;

4. WARNING: DiscouragedReference

Discouraged access: The type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

142 : public class ModuleCoreNature extends EditModelNature implements IProjectNature, IModuleConstants, ISynchronizerExtender {

5. WARNING: DiscouragedReference

Discouraged access: The method getEditModelForRead(String, Object) from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

239 : return (ModuleStructuralModel) getEditModelForRead(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, anAccessorKey);

6. WARNING: DiscouragedReference

Discouraged access: The method getEditModelForWrite(String, Object) from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

265 : return (ModuleStructuralModel) getEditModelForWrite(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, anAccessorKey);

7. WARNING: DiscouragedReference

Discouraged access: The method getEditModelForRead(String, Object, Map) from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

337 : return (ArtifactEditModel) getEditModelForRead(projectType, anAccessorKey, params);

8. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

342 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

9. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

342 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

10. WARNING: DiscouragedReference

Discouraged access: The method getRegisteredEditModelIDs() from the type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

342 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

11. WARNING: DiscouragedReference

Discouraged access: The method getEditModelForRead(String, Object, Map) from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

347 : ArtifactEditModel editModel = (ArtifactEditModel) getEditModelForRead(editModelIDs[i], anAccessorKey, params);

12. WARNING: DiscouragedReference

Discouraged access: The method getEditModelForWrite(String, Object, Map) from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

439 : return (ArtifactEditModel) getEditModelForWrite(projectType, anAccessorKey, params);

13. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

444 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

14. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

444 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

15. WARNING: DiscouragedReference

Discouraged access: The method getRegisteredEditModelIDs() from the type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

444 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

16. WARNING: DiscouragedReference

Discouraged access: The method getEditModelForWrite(String, Object, Map) from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

449 : ArtifactEditModel editModel = (ArtifactEditModel) getEditModelForWrite(editModelIDs[i], anAccessorKey, params);

17. WARNING: DiscouragedReference

Discouraged access: The method getEmfContext() from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

487 : getEmfContext().setDefaultToMOF5Compatibility(true);

18. WARNING: DiscouragedReference

Discouraged access: The method setDefaultToMOF5Compatibility(boolean) from the type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

487 : getEmfContext().setDefaultToMOF5Compatibility(true);

19. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

562 : public EditModel getExistingEditModel(String artifactEditModelId,Map params, boolean isReadOnly) {

20. WARNING: DiscouragedReference

Discouraged access: The method getEmfContext() from the type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

563 : return getEmfContext().getExistingEditModel(artifactEditModelId,params,isReadOnly);

21. WARNING: DiscouragedReference

Discouraged access: The method getExistingEditModel(String, Map, boolean) from the type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

563 : return getEmfContext().getExistingEditModel(artifactEditModelId,params,isReadOnly);

22. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

569 : cachedModel.dispose();

23. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleCoreNature.java :

594 : cachedModel.dispose();

Source File: org/eclipse/wst/common/componentcore/datamodel/FacetDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataModelPausibleOperationImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetDataModelProvider.java :

22 : import org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl;

2. WARNING: DiscouragedReference

Discouraged access: The constructor DataModelPausibleOperationImpl(IDataModelOperation) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetDataModelProvider.java :

70 : return new DataModelPausibleOperationImpl(new AbstractDataModelOperation(this.model) { public String getID() { return "FacetDataModelProvider.Notification." + model.getProperty(FACET_TYPE) + "." + model.getStringProperty(FACET_ID); //$NON-NLS-1$//$NON-NLS-2$ } public org.eclipse.core.runtime.IStatus execute(IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info) throws ExecutionException { return AbstractDataModelProvider.OK_STATUS; } });

3. WARNING: DiscouragedReference

Discouraged access: The type DataModelPausibleOperationImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetDataModelProvider.java :

70 : return new DataModelPausibleOperationImpl(new AbstractDataModelOperation(this.model) {

Source File: org/eclipse/wst/common/componentcore/datamodel/FacetProjectCreationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

35 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationPropertiesNew;

2. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

36 : import org.eclipse.wst.common.frameworks.internal.operations.ProjectCreationDataModelProviderNew;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

37 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonMessages;

4. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectCreationDataModelProviderNew() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

76 : IDataModel projectDataModel = DataModelFactory.createDataModel(new ProjectCreationDataModelProviderNew());

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

76 : IDataModel projectDataModel = DataModelFactory.createDataModel(new ProjectCreationDataModelProviderNew());

7. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

79 : if (IProjectCreationPropertiesNew.PROJECT_NAME.equals(event.getPropertyName())) {

8. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

79 : if (IProjectCreationPropertiesNew.PROJECT_NAME.equals(event.getPropertyName())) {

9. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

238 : projModel.setProperty(IProjectCreationPropertiesNew.PROJECT_NAME, propertyValue);

10. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

238 : projModel.setProperty(IProjectCreationPropertiesNew.PROJECT_NAME, propertyValue);

11. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

297 : return new DataModelPropertyDescriptor(null, WTPCommonPlugin.getResourceString(WTPCommonMessages.RUNTIME_NONE, null));

12. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

297 : return new DataModelPropertyDescriptor(null, WTPCommonPlugin.getResourceString(WTPCommonMessages.RUNTIME_NONE, null));

13. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

297 : return new DataModelPropertyDescriptor(null, WTPCommonPlugin.getResourceString(WTPCommonMessages.RUNTIME_NONE, null));

14. WARNING: DiscouragedReference

Discouraged access: The field RUNTIME_NONE from the type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

297 : return new DataModelPropertyDescriptor(null, WTPCommonPlugin.getResourceString(WTPCommonMessages.RUNTIME_NONE, null));

15. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

341 : descriptors[descriptors.length - 1] = new DataModelPropertyDescriptor(null, WTPCommonPlugin.getResourceString(WTPCommonMessages.RUNTIME_NONE, null));

16. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

341 : descriptors[descriptors.length - 1] = new DataModelPropertyDescriptor(null, WTPCommonPlugin.getResourceString(WTPCommonMessages.RUNTIME_NONE, null));

17. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

341 : descriptors[descriptors.length - 1] = new DataModelPropertyDescriptor(null, WTPCommonPlugin.getResourceString(WTPCommonMessages.RUNTIME_NONE, null));

18. WARNING: DiscouragedReference

Discouraged access: The field RUNTIME_NONE from the type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

341 : descriptors[descriptors.length - 1] = new DataModelPropertyDescriptor(null, WTPCommonPlugin.getResourceString(WTPCommonMessages.RUNTIME_NONE, null));

19. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

350 : return projModel.validateProperty(IProjectCreationPropertiesNew.PROJECT_NAME);

20. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationDataModelProvider.java :

350 : return projModel.validateProperty(IProjectCreationPropertiesNew.PROJECT_NAME);

Source File: org/eclipse/wst/common/componentcore/datamodel/FlexibleProjectCreationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

24 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

25 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

26 : import org.eclipse.wst.common.frameworks.internal.operations.ProjectCreationDataModelProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

35 : public class FlexibleProjectCreationDataModelProvider extends AbstractDataModelProvider implements IFlexibleProjectCreationDataModelProperties, DoNotUseMeThisWillBeDeletedPost15 {

5. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectCreationDataModelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

48 : IDataModel projModel = DataModelFactory.createDataModel(new ProjectCreationDataModelProvider());

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

48 : IDataModel projModel = DataModelFactory.createDataModel(new ProjectCreationDataModelProvider());

7. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

54 : propertyNames.add(PROJECT_NAME);

8. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_LOCATION from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

55 : propertyNames.add(PROJECT_LOCATION);

9. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_LOCATION from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

61 : if (PROJECT_LOCATION.equals(propertyName)) {

10. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

69 : if (PROJECT_NAME.equals(propertyName)) {

11. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

71 : projModel.setProperty(IProjectCreationProperties.PROJECT_NAME, propertyValue);

12. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

71 : projModel.setProperty(IProjectCreationProperties.PROJECT_NAME, propertyValue);

13. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_LOCATION from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

72 : } else if (PROJECT_LOCATION.equals(propertyName)) {

14. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

74 : projModel.setProperty(IProjectCreationProperties.PROJECT_LOCATION, propertyValue);

15. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_LOCATION from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

74 : projModel.setProperty(IProjectCreationProperties.PROJECT_LOCATION, propertyValue);

16. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

80 : if (PROJECT_NAME.equals(propertyName)) {

17. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_LOCATION from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

82 : } else if (PROJECT_LOCATION.equals(propertyName)) {

18. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

90 : return projModel.validateProperty(IProjectCreationProperties.PROJECT_NAME);

19. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

90 : return projModel.validateProperty(IProjectCreationProperties.PROJECT_NAME);

20. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

95 : return projModel.validateProperty(IProjectCreationProperties.PROJECT_LOCATION);

21. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_LOCATION from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

95 : return projModel.validateProperty(IProjectCreationProperties.PROJECT_LOCATION);

22. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationDataModelProvider.java :

100 : String projectName = (String) getProperty(PROJECT_NAME);

Source File: org/eclipse/wst/common/componentcore/datamodel/properties/IComponentCreationDataModelProperties.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

IComponentCreationDataModelProperties.java :

14 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

IComponentCreationDataModelProperties.java :

42 : public interface IComponentCreationDataModelProperties extends IDataModelProperties, DoNotUseMeThisWillBeDeletedPost15 {

Source File: org/eclipse/wst/common/componentcore/datamodel/properties/ICreateReferenceComponentsDataModelProperties.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ICreateReferenceComponentsDataModelProperties.java :

13 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15 is never used

ICreateReferenceComponentsDataModelProperties.java :

13 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

Source File: org/eclipse/wst/common/componentcore/datamodel/properties/IFlexibleProjectCreationDataModelProperties.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

IFlexibleProjectCreationDataModelProperties.java :

13 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

IFlexibleProjectCreationDataModelProperties.java :

14 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationProperties;

3. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

IFlexibleProjectCreationDataModelProperties.java :

40 : public interface IFlexibleProjectCreationDataModelProperties extends IProjectCreationProperties, DoNotUseMeThisWillBeDeletedPost15 {

4. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

IFlexibleProjectCreationDataModelProperties.java :

40 : public interface IFlexibleProjectCreationDataModelProperties extends IProjectCreationProperties, DoNotUseMeThisWillBeDeletedPost15 {

Source File: org/eclipse/wst/common/componentcore/internal/ArtifactEditModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type EnablementManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditModel.java :

31 : import org.eclipse.wst.common.frameworks.internal.enablement.EnablementManager;

2. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

32 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

33 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

34 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

5. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

64 : public class ArtifactEditModel extends EditModel implements IAdaptable, IFacetedProjectListener {

6. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

101 : public ArtifactEditModel(String anEditModelId, EMFWorkbenchContext aContext, boolean toMakeReadOnly, URI aModuleURI) {

7. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

132 : public ArtifactEditModel(String anEditModelId, EMFWorkbenchContext aContext, boolean toMakeReadOnly, boolean toAccessUnknownResourcesAsReadOnly, URI aModuleURI) {

8. WARNING: DiscouragedReference

Discouraged access: The constructor EditModel(String, EMFWorkbenchContext, boolean, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

133 : super(anEditModelId, aContext, toMakeReadOnly, toAccessUnknownResourcesAsReadOnly);

9. WARNING: DiscouragedReference

Discouraged access: The field project from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

138 : facetProj = ProjectFacetsManager.create(project);

10. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

174 : return super.getResource(resourceURI);

11. WARNING: DiscouragedReference

Discouraged access: The method getOrCreateResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

200 : return super.getOrCreateResource(aUri);

12. WARNING: DiscouragedReference

Discouraged access: The method getResourceSet() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

231 : List loadedResources = getResourceSet().getResources();

13. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

263 : resourceResource = WorkbenchResourceHelper.getFile(resourceToProcess);

14. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

263 : resourceResource = WorkbenchResourceHelper.getFile(resourceToProcess);

15. WARNING: DiscouragedReference

Discouraged access: The method isInterrestedInResource(Resource) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

268 : if (resourceToProcess !=null && isInterrestedInResource(resourceToProcess)) {

16. WARNING: DiscouragedReference

Discouraged access: The method processResource(Resource) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

269 : processResource(resourceToProcess);

17. WARNING: DiscouragedReference

Discouraged access: The type EnablementManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditModel.java :

300 : EnablementManager.INSTANCE.notifyFunctionGroupChanged(null,getComponentProject());

18. WARNING: DiscouragedReference

Discouraged access: The method notifyFunctionGroupChanged(String, IProject) from the type IEnablementManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditModel.java :

300 : EnablementManager.INSTANCE.notifyFunctionGroupChanged(null,getComponentProject());

19. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EnablementManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditModel.java :

300 : EnablementManager.INSTANCE.notifyFunctionGroupChanged(null,getComponentProject());

20. WARNING: DiscouragedReference

Discouraged access: The method doDispose() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModel.java :

317 : super.doDispose();

Source File: org/eclipse/wst/common/componentcore/internal/ModuleCoreValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.2.2.v200802200327.jar

ModuleCoreValidator.java :

24 : import org.eclipse.wst.common.project.facet.core.internal.FacetedProjectNature;

2. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

25 : import org.eclipse.wst.validation.internal.core.Message;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

26 : import org.eclipse.wst.validation.internal.core.ValidationException;

4. WARNING: DiscouragedReference

Discouraged access: The type IMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

27 : import org.eclipse.wst.validation.internal.provisional.core.IMessage;

5. WARNING: DiscouragedReference

Discouraged access: The type IReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

28 : import org.eclipse.wst.validation.internal.provisional.core.IReporter;

6. WARNING: DiscouragedReference

Discouraged access: The type IValidationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

29 : import org.eclipse.wst.validation.internal.provisional.core.IValidationContext;

7. WARNING: DiscouragedReference

Discouraged access: The type IValidatorJob is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

30 : import org.eclipse.wst.validation.internal.provisional.core.IValidatorJob;

8. WARNING: DiscouragedReference

Discouraged access: The type IValidatorJob is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

33 : public class ModuleCoreValidator implements IValidatorJob {

9. WARNING: DiscouragedReference

Discouraged access: The type IReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

34 : protected IReporter _reporter;

10. WARNING: UnusedPrivateMethod

The method getResourceSet(IProject) from the type ModuleCoreValidator is never used locally

ModuleCoreValidator.java :

61 : private ResourceSet getResourceSet(IProject proj) {

11. WARNING: DiscouragedReference

Discouraged access: The type IValidationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

66 : public IStatus validateInJob(IValidationContext helper, IReporter reporter)

12. WARNING: DiscouragedReference

Discouraged access: The type IReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

66 : public IStatus validateInJob(IValidationContext helper, IReporter reporter)

13. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

67 : throws ValidationException {

14. WARNING: DiscouragedReference

Discouraged access: The method removeAllMessages(IValidator) from the type IReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

70 : _reporter.removeAllMessages(this);

15. WARNING: DiscouragedReference

Discouraged access: The method loadModel(String, Object[]) from the type IValidationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

72 : IProject proj = (IProject) helper .loadModel(ModuleCoreValidatorHelper.MODULECORE, null);

16. WARNING: DiscouragedReference

Discouraged access: The method addMessage(IValidator, IMessage) from the type IReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

77 : _reporter.addMessage(this, new Message("modulecore", IMessage.HIGH_SEVERITY, "NEEDSMIGRATING", null, proj));

17. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

77 : _reporter.addMessage(this, new Message("modulecore", IMessage.HIGH_SEVERITY, "NEEDSMIGRATING", null, proj));

18. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

77 : _reporter.addMessage(this, new Message("modulecore",

19. WARNING: DiscouragedReference

Discouraged access: The type IMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

78 : IMessage.HIGH_SEVERITY,

20. WARNING: DiscouragedReference

Discouraged access: The field HIGH_SEVERITY from the type IMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

78 : IMessage.HIGH_SEVERITY,

21. WARNING: DiscouragedReference

Discouraged access: The type IValidationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

88 : public ISchedulingRule getSchedulingRule(IValidationContext helper) {

22. WARNING: DiscouragedReference

Discouraged access: The type IReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

92 : public void cleanup(IReporter reporter) {

23. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.2.2.v200802200327.jar

ModuleCoreValidator.java :

101 : boolean needsMigrating = (!project.hasNature(FacetedProjectNature.NATURE_ID)) || res == null || ((res != null) && ((WTPModulesResource)res).getRootObject() == null); //|| (res!=null && !res.isLoaded() && ((WTPModulesResource)res).getRootObject() != null);

24. WARNING: DiscouragedReference

Discouraged access: The field NATURE_ID from the type FacetedProjectNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.2.2.v200802200327.jar

ModuleCoreValidator.java :

101 : boolean needsMigrating = (!project.hasNature(FacetedProjectNature.NATURE_ID)) || res == null || ((res != null) && ((WTPModulesResource)res).getRootObject() == null); //|| (res!=null && !res.isLoaded() && ((WTPModulesResource)res).getRootObject() != null);

25. WARNING: DiscouragedReference

Discouraged access: The type IValidationContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

114 : public void validate(IValidationContext helper, IReporter reporter)

26. WARNING: DiscouragedReference

Discouraged access: The type IReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

114 : public void validate(IValidationContext helper, IReporter reporter)

27. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidator.java :

115 : throws ValidationException {

Source File: org/eclipse/wst/common/componentcore/internal/ModuleCoreValidatorHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidatorHelper.java :

14 : import org.eclipse.wst.validation.internal.operations.WorkbenchContext;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidatorHelper.java :

17 : public class ModuleCoreValidatorHelper extends WorkbenchContext {

3. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchContext() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidatorHelper.java :

21 : super();

4. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidatorHelper.java :

24 : registerModel(MODULECORE, "loadModel", args);

5. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar

ModuleCoreValidatorHelper.java :

30 : return getProject();

Source File: org/eclipse/wst/common/componentcore/internal/ModuleMigratorManager.java
1. WARNING: DiscouragedReference

Discouraged access: The type IWorkspaceRunnableWithStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ModuleMigratorManager.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type IWorkspaceRunnableWithStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ModuleMigratorManager.java :

70 : IWorkspaceRunnableWithStatus workspaceRunnable = new IWorkspaceRunnableWithStatus(aProject) {

3. WARNING: DiscouragedReference

Discouraged access: The type IWorkspaceRunnableWithStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ModuleMigratorManager.java :

70 : IWorkspaceRunnableWithStatus workspaceRunnable = new IWorkspaceRunnableWithStatus(aProject) {

4. WARNING: DiscouragedReference

Discouraged access: The method getInfo() from the type IWorkspaceRunnableWithStatus is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ModuleMigratorManager.java :

72 : IProject aProj = (IProject)this.getInfo();

Source File: org/eclipse/wst/common/componentcore/internal/ModuleStructuralModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ModuleStructuralModel.java :

44 : import org.eclipse.wst.common.frameworks.internal.SaveFailedException;

2. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

47 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;

3. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

48 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

49 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.ResourceStateValidatorPresenter;

5. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.2.2.v200802200327.jar

ModuleStructuralModel.java :

50 : import org.eclipse.wst.common.project.facet.core.internal.FacetedProjectNature;

6. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

79 : public class ModuleStructuralModel extends EditModel implements IAdaptable {

7. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

86 : public ModuleStructuralModel(String editModelID, EMFWorkbenchContext context, boolean readOnly) {

8. WARNING: DiscouragedReference

Discouraged access: The constructor EditModel(String, EMFWorkbenchContext, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

87 : super(editModelID, context, readOnly);

9. WARNING: DiscouragedReference

Discouraged access: The method isReadOnly() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

93 : if (isReadOnly() && aResource.getReadCount() != 0)

10. WARNING: DiscouragedReference

Discouraged access: The field resourceAdapter from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

102 : aResource.eAdapters().remove(resourceAdapter);

11. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

103 : return getResources().remove(aResource);

12. WARNING: DiscouragedReference

Discouraged access: The method getPrimaryRootObject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

123 : modelRoot = super.getPrimaryRootObject();

13. WARNING: DiscouragedReference

Discouraged access: The method getEditModelID() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

156 : final ModuleStructuralModel model = new ModuleStructuralModel(getEditModelID(),getEmfContext(),false);

14. WARNING: DiscouragedReference

Discouraged access: The method getEmfContext() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

156 : final ModuleStructuralModel model = new ModuleStructuralModel(getEditModelID(),getEmfContext(),false);

15. WARNING: DiscouragedReference

Discouraged access: The method access(Object) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

163 : model.access(key);

16. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

169 : Resource resource = model.getResource(uri);

17. WARNING: DiscouragedReference

Discouraged access: The method save(Object) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

182 : model.save(key);

18. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type ResourceStateValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

183 : return OK_STATUS;

19. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

194 : model.dispose();

20. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

209 : model.dispose();

21. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

259 : IFile componentFile = getProject().getFile(StructureEdit.MODULE_META_FILE_NAME);

22. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

262 : componentFile = getProject().getFile(R1_MODULE_META_FILE_NAME);

23. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

265 : componentFile = getProject().getFile(R0_7_MODULE_META_FILE_NAME);

24. WARNING: DiscouragedReference

Discouraged access: The method createResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

276 : return (WTPModulesResource) createResource(WTPModulesResourceFactory.WTP_MODULES_URI_OBJ);

25. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ModuleStructuralModel.java :

278 : protected void runSaveOperation(IWorkspaceRunnable runnable, IProgressMonitor monitor) throws SaveFailedException {

26. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailedException(Exception) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ModuleStructuralModel.java :

282 : throw new SaveFailedException(e);

27. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ModuleStructuralModel.java :

282 : throw new SaveFailedException(e);

28. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

288 : public void checkActivation(ResourceStateValidatorPresenter presenter) throws CoreException {

29. WARNING: DiscouragedReference

Discouraged access: The method checkActivation(ResourceStateValidatorPresenter) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

289 : super.checkActivation(presenter);

30. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

303 : WTPModulesResource res = (WTPModulesResource)getResource(uri);

31. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

307 : res = (WTPModulesResource)getResource(uri);

32. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

311 : res = (WTPModulesResource)getResource(uri);

33. WARNING: DiscouragedReference

Discouraged access: The field project from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

330 : projectModules.setProjectName(project.getName());

34. WARNING: DiscouragedReference

Discouraged access: The field project from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

338 : if (project==null)

35. WARNING: DiscouragedReference

Discouraged access: The field project from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

340 : boolean needsMigrating = (!project.hasNature(FacetedProjectNature.NATURE_ID)) || res == null || ((res != null) && ((WTPModulesResource)res).getRootObject() == null);

36. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.2.2.v200802200327.jar

ModuleStructuralModel.java :

340 : boolean needsMigrating = (!project.hasNature(FacetedProjectNature.NATURE_ID)) || res == null || ((res != null) && ((WTPModulesResource)res).getRootObject() == null);

37. WARNING: DiscouragedReference

Discouraged access: The field NATURE_ID from the type FacetedProjectNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.2.2.v200802200327.jar

ModuleStructuralModel.java :

340 : boolean needsMigrating = (!project.hasNature(FacetedProjectNature.NATURE_ID)) || res == null || ((res != null) && ((WTPModulesResource)res).getRootObject() == null);

38. WARNING: DiscouragedReference

Discouraged access: The method getLocalResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModel.java :

354 : Resource resource = getLocalResource(aUri);

Source File: org/eclipse/wst/common/componentcore/internal/StructureEdit.java
1. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

StructureEdit.java :

45 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

46 : import org.eclipse.wst.common.internal.emfworkbench.edit.EMFWorkbenchEditContextFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

47 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.IValidateEditContext;

4. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

StructureEdit.java :

245 : EclipseResourceAdapter eclipseResourceAdapter = (EclipseResourceAdapter) ExtendedEcoreUtil.getAdapter(aModuleResource,aModuleResource.eAdapters(), EclipseResourceAdapter.ADAPTER_TYPE);

5. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(EObject, List, Object) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

StructureEdit.java :

245 : EclipseResourceAdapter eclipseResourceAdapter = (EclipseResourceAdapter) ExtendedEcoreUtil.getAdapter(aModuleResource,aModuleResource.eAdapters(), EclipseResourceAdapter.ADAPTER_TYPE);

6. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

341 : aProject = aStructuralModel.getProject();

7. WARNING: DiscouragedReference

Discouraged access: The method isDisposed() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

360 : if (!structuralModel.isDisposed())

8. WARNING: DiscouragedReference

Discouraged access: The method save(IProgressMonitor, Object) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

361 : structuralModel.save(aMonitor, this);

9. WARNING: DiscouragedReference

Discouraged access: The method isDisposed() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

381 : if (!structuralModel.isDisposed())

10. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor, Object) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

382 : structuralModel.saveIfNecessary(aMonitor, this);

11. WARNING: DiscouragedReference

Discouraged access: The method isDisposed() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

398 : if (!structuralModel.isDisposed())

12. WARNING: DiscouragedReference

Discouraged access: The method releaseAccess(Object) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

399 : structuralModel.releaseAccess(this);

13. WARNING: DiscouragedReference

Discouraged access: The method isDisposed() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

421 : if (!structuralModel.isDisposed()) {

14. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

443 : ILock lock = EMFWorkbenchEditContextFactory.getProjectLockObject(structuralModel.getProject());

15. WARNING: DiscouragedReference

Discouraged access: The method getProjectLockObject(IProject) from the type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

443 : ILock lock = EMFWorkbenchEditContextFactory.getProjectLockObject(structuralModel.getProject());

16. WARNING: DiscouragedReference

Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

443 : ILock lock = EMFWorkbenchEditContextFactory.getProjectLockObject(structuralModel.getProject());

17. WARNING: DiscouragedReference

Discouraged access: The method isDisposed() from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

449 : if (!structuralModel.isDisposed())

18. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

952 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

19. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

952 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

20. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

952 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

21. WARNING: DiscouragedReference

Discouraged access: The field CLASS_KEY from the type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

952 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

22. WARNING: DiscouragedReference

Discouraged access: The method validateState(EditModel) from the type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

StructureEdit.java :

953 : return validator.validateState(getModuleStructuralModel());

Source File: org/eclipse/wst/common/componentcore/internal/impl/ArtifactEditModelFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModelFactory.java :

17 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;

2. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModelFactory.java :

18 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

3. WARNING: DiscouragedReference

Discouraged access: The type EditModelFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModelFactory.java :

19 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type EditModelFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModelFactory.java :

26 : public class ArtifactEditModelFactory extends EditModelFactory {

5. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModelFactory.java :

35 : public EditModel createEditModelForRead(String editModelID, EMFWorkbenchContext context, Map params) {

6. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModelFactory.java :

35 : public EditModel createEditModelForRead(String editModelID, EMFWorkbenchContext context, Map params) {

7. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModelFactory.java :

46 : public EditModel createEditModelForWrite(String editModelID, EMFWorkbenchContext context, Map params) {

8. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditModelFactory.java :

46 : public EditModel createEditModelForWrite(String editModelID, EMFWorkbenchContext context, Map params) {

Source File: org/eclipse/wst/common/componentcore/internal/impl/ComponentCoreURIConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityWorkbenchURIConverterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

32 : import org.eclipse.wst.common.internal.emfworkbench.CompatibilityWorkbenchURIConverterImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

33 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

3. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityWorkbenchURIConverterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

40 : public class ComponentCoreURIConverter extends CompatibilityWorkbenchURIConverterImpl {

4. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityWorkbenchURIConverterImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

48 : super();

5. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityWorkbenchURIConverterImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

55 : super();

6. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityWorkbenchURIConverterImpl(IContainer, ResourceSetWorkbenchSynchronizer) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

64 : super(aContainingProject, aSynchronizer);

7. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

122 : IFile aFile = WorkbenchResourceHelper.getPlatformFile(uri);

8. WARNING: DiscouragedReference

Discouraged access: The method getPlatformFile(URI) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

122 : IFile aFile = WorkbenchResourceHelper.getPlatformFile(uri);

9. WARNING: DiscouragedReference

Discouraged access: The method deNormalize(URI) from the type CompatibilityWorkbenchURIConverterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentCoreURIConverter.java :

138 : return super.deNormalize(uri);

Source File: org/eclipse/wst/common/componentcore/internal/impl/MappedComponentXMIHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

MappedComponentXMIHelper.java :

28 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

MappedComponentXMIHelper.java :

77 : IFile file = WorkbenchResourceHelper.getPlatformFile(normalized);

3. WARNING: DiscouragedReference

Discouraged access: The method getPlatformFile(URI) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

MappedComponentXMIHelper.java :

77 : IFile file = WorkbenchResourceHelper.getPlatformFile(normalized);

Source File: org/eclipse/wst/common/componentcore/internal/impl/ModuleStructuralModelFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModelFactory.java :

16 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;

2. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModelFactory.java :

17 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

3. WARNING: DiscouragedReference

Discouraged access: The type EditModelFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModelFactory.java :

18 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModelFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type EditModelFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModelFactory.java :

25 : public class ModuleStructuralModelFactory extends EditModelFactory {

5. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModelFactory.java :

32 : public EditModel createEditModelForRead(String anEditModelId, EMFWorkbenchContext aContext, Map theParams) {

6. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModelFactory.java :

32 : public EditModel createEditModelForRead(String anEditModelId, EMFWorkbenchContext aContext, Map theParams) {

7. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModelFactory.java :

39 : public EditModel createEditModelForWrite(String anEditModelId, EMFWorkbenchContext aContext, Map theParams) {

8. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ModuleStructuralModelFactory.java :

39 : public EditModel createEditModelForWrite(String anEditModelId, EMFWorkbenchContext aContext, Map theParams) {

Source File: org/eclipse/wst/common/componentcore/internal/impl/PlatformURLModuleConnection.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

PlatformURLModuleConnection.java :

22 : import org.eclipse.core.internal.boot.PlatformURLConnection;

2. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

PlatformURLModuleConnection.java :

23 : import org.eclipse.core.internal.boot.PlatformURLHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

PlatformURLModuleConnection.java :

42 : public class PlatformURLModuleConnection extends PlatformURLConnection {

4. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

PlatformURLModuleConnection.java :

45 : public static final String MODULE_PROTOCOL = MODULE + PlatformURLHandler.PROTOCOL_SEPARATOR;

5. WARNING: DiscouragedReference

Discouraged access: The field PROTOCOL_SEPARATOR from the type PlatformURLHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

PlatformURLModuleConnection.java :

45 : public static final String MODULE_PROTOCOL = MODULE + PlatformURLHandler.PROTOCOL_SEPARATOR;

6. WARNING: DiscouragedReference

Discouraged access: The constructor PlatformURLConnection(URL) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

PlatformURLModuleConnection.java :

54 : super(aURL);

7. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

PlatformURLModuleConnection.java :

114 : PlatformURLHandler.register(PlatformURLModuleConnection.MODULE, PlatformURLModuleConnection.class);

8. WARNING: DiscouragedReference

Discouraged access: The method register(String, Class) from the type PlatformURLHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

PlatformURLModuleConnection.java :

114 : PlatformURLHandler.register(PlatformURLModuleConnection.MODULE, PlatformURLModuleConnection.class);

Source File: org/eclipse/wst/common/componentcore/internal/impl/ResourceTreeRoot.java
1. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

ResourceTreeRoot.java :

26 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

ResourceTreeRoot.java :

115 : ResourceTreeRootAdapter resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil.getAdapter(aModule, aModule.eAdapters(), ResourceTreeRootAdapter.SOURCE_ADAPTER_TYPE);

3. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(EObject, List, Object) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

ResourceTreeRoot.java :

115 : ResourceTreeRootAdapter resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil.getAdapter(aModule, aModule.eAdapters(), ResourceTreeRootAdapter.SOURCE_ADAPTER_TYPE);

4. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

ResourceTreeRoot.java :

124 : ResourceTreeRootAdapter resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil.getAdapter(aModule, aModule.eAdapters(), ResourceTreeRootAdapter.DEPLOY_ADAPTER_TYPE);

5. WARNING: DiscouragedReference

Discouraged access: The method getAdapter(EObject, List, Object) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

ResourceTreeRoot.java :

124 : ResourceTreeRootAdapter resourceTreeAdapter = (ResourceTreeRootAdapter) ExtendedEcoreUtil.getAdapter(aModule, aModule.eAdapters(), ResourceTreeRootAdapter.DEPLOY_ADAPTER_TYPE);

Source File: org/eclipse/wst/common/componentcore/internal/impl/WTPModulesInit.java
1. WARNING: DiscouragedReference

Discouraged access: The type DOMUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

18 : import org.eclipse.wst.common.internal.emf.utilities.DOMUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

19 : import org.eclipse.wst.common.internal.emf.utilities.EncoderDecoderRegistry;

3. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

20 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type PasswordEncoderDecoder is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

21 : import org.eclipse.wst.common.internal.emf.utilities.PasswordEncoderDecoder;

5. WARNING: DiscouragedReference

Discouraged access: The type DOMUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

41 : DOMUtilities.setDefaultEntityResolver(WTPEntityResolver.INSTANCE);

6. WARNING: DiscouragedReference

Discouraged access: The method setDefaultEntityResolver(EntityResolver) from the type DOMUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

41 : DOMUtilities.setDefaultEntityResolver(WTPEntityResolver.INSTANCE);

7. WARNING: DiscouragedReference

Discouraged access: The type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

61 : EncoderDecoderRegistry reg = EncoderDecoderRegistry.getDefaultRegistry();

8. WARNING: DiscouragedReference

Discouraged access: The type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

61 : EncoderDecoderRegistry reg = EncoderDecoderRegistry.getDefaultRegistry();

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRegistry() from the type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

61 : EncoderDecoderRegistry reg = EncoderDecoderRegistry.getDefaultRegistry();

10. WARNING: DiscouragedReference

Discouraged access: The method getDefaultEncoderDecoder() from the type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

62 : if (reg.getDefaultEncoderDecoder() == EncoderDecoderRegistry.INITIAL_DEFAULT_ENCODER) {

11. WARNING: DiscouragedReference

Discouraged access: The type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

62 : if (reg.getDefaultEncoderDecoder() == EncoderDecoderRegistry.INITIAL_DEFAULT_ENCODER) {

12. WARNING: DiscouragedReference

Discouraged access: The field INITIAL_DEFAULT_ENCODER from the type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

62 : if (reg.getDefaultEncoderDecoder() == EncoderDecoderRegistry.INITIAL_DEFAULT_ENCODER) {

13. WARNING: DiscouragedReference

Discouraged access: The method setDefaultEncoderDecoder(EncoderDecoder) from the type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

63 : reg.setDefaultEncoderDecoder(new PasswordEncoderDecoder());

14. WARNING: DiscouragedReference

Discouraged access: The constructor PasswordEncoderDecoder() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

63 : reg.setDefaultEncoderDecoder(new PasswordEncoderDecoder());

15. WARNING: DiscouragedReference

Discouraged access: The type PasswordEncoderDecoder is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

63 : reg.setDefaultEncoderDecoder(new PasswordEncoderDecoder());

16. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

68 : ExtendedEcoreUtil.preRegisterPackage("moduleCore.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPModulesInit.java :

68 : ExtendedEcoreUtil.preRegisterPackage("moduleCore.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return ComponentcorePackage.eINSTANCE; } public EFactory getEFactory() { return ComponentcoreFactory.eINSTANCE; } });

Source File: org/eclipse/wst/common/componentcore/internal/impl/WTPResourceFactoryRegistry.java
1. WARNING: DiscouragedReference

Discouraged access: The type DefaultOverridableResourceFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPResourceFactoryRegistry.java :

41 : import org.eclipse.wst.common.internal.emf.utilities.DefaultOverridableResourceFactoryRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

WTPResourceFactoryRegistry.java :

42 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

3. WARNING: DiscouragedReference

Discouraged access: The method delegatedGetFactory(URI) from the type DefaultOverridableResourceFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPResourceFactoryRegistry.java :

62 : return super.delegatedGetFactory(uri);

4. WARNING: DiscouragedReference

Discouraged access: The type DefaultOverridableResourceFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPResourceFactoryRegistry.java :

180 : return factory[0] != null ? factory[0] : DefaultOverridableResourceFactoryRegistry.GLOBAL_FACTORY;

5. WARNING: DiscouragedReference

Discouraged access: The field GLOBAL_FACTORY from the type DefaultOverridableResourceFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar

WTPResourceFactoryRegistry.java :

180 : return factory[0] != null ? factory[0] : DefaultOverridableResourceFactoryRegistry.GLOBAL_FACTORY;

6. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

WTPResourceFactoryRegistry.java :

317 : IFile file = WorkbenchResourceHelper.getPlatformFile(uri);

7. WARNING: DiscouragedReference

Discouraged access: The method getPlatformFile(URI) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

WTPResourceFactoryRegistry.java :

317 : IFile file = WorkbenchResourceHelper.getPlatformFile(uri);

Source File: org/eclipse/wst/common/componentcore/internal/operation/ArtifactEditOperationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

104 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY));

4. 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

104 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY));

5. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

104 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY));

6. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

104 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY));

7. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

104 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY));

8. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME_EMPTY from the type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

104 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY));

9. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

105 : return WTPCommonPlugin.OK_STATUS;

10. 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ArtifactEditOperationDataModelProvider.java :

105 : return WTPCommonPlugin.OK_STATUS;

Source File: org/eclipse/wst/common/componentcore/internal/operation/ArtifactEditProviderOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

31 : import org.eclipse.wst.common.internal.emfworkbench.EMFWorkbenchContext;

2. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

32 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

33 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.IValidateEditContext;

4. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

38 : protected EMFWorkbenchContext emfWorkbenchContext;

5. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

51 : emfWorkbenchContext = (EMFWorkbenchContext) WorkbenchResourceHelperBase.createEMFContext(getTargetProject(), null);

6. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

117 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

7. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

117 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

8. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

117 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

9. WARNING: DiscouragedReference

Discouraged access: The field CLASS_KEY from the type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

117 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

10. WARNING: DiscouragedReference

Discouraged access: The method validateState(EditModel) from the type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

118 : return validator.validateState((EditModel)getArtifactEdit().getAdapter(ArtifactEditModel.ADAPTER_TYPE));

11. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditProviderOperation.java :

118 : return validator.validateState((EditModel)getArtifactEdit().getAdapter(ArtifactEditModel.ADAPTER_TYPE));

Source File: org/eclipse/wst/common/componentcore/internal/operation/ComponentCreationDataModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

29 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

30 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

48 : public abstract class ComponentCreationDataModelProvider extends AbstractDataModelProvider implements IComponentCreationDataModelProperties, DoNotUseMeThisWillBeDeletedPost15 {

5. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

93 : dm.setProperty(IFlexibleProjectCreationDataModelProperties.PROJECT_NAME, propertyValue);

6. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

117 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

117 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

117 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The field ERR_INVALID_CHARS from the type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

117 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_INVALID_CHARS); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

118 : return WTPCommonPlugin.createErrorStatus(errorMessage);

11. 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

118 : return WTPCommonPlugin.createErrorStatus(errorMessage);

12. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

120 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

13. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

120 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

14. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

120 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

15. WARNING: DiscouragedReference

Discouraged access: The field ERR_EMPTY_MODULE_NAME from the type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

120 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.ERR_EMPTY_MODULE_NAME);

16. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

121 : return WTPCommonPlugin.createErrorStatus(errorMessage);

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

121 : return WTPCommonPlugin.createErrorStatus(errorMessage);

18. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

131 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY);

19. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

131 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY);

20. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

131 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY);

21. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME_EMPTY from the type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

131 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_NAME_EMPTY);

22. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

132 : status = WTPCommonPlugin.createErrorStatus(errorMessage);

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

132 : status = WTPCommonPlugin.createErrorStatus(errorMessage);

24. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

139 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR);

25. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

139 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR);

26. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

139 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR);

27. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_EXISTS_ERROR from the type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

139 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR);

28. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

140 : status = WTPCommonPlugin.createErrorStatus(errorMessage);

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

140 : status = WTPCommonPlugin.createErrorStatus(errorMessage);

30. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

161 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR, new Object[]{projectName}));

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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

161 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR, new Object[]{projectName}));

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

161 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR, new Object[]{projectName}));

33. WARNING: DiscouragedReference

Discouraged access: The method getResourceString(String, Object[]) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

161 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR, new Object[]{projectName}));

34. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

161 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR, new Object[]{projectName}));

35. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_EXISTS_ERROR from the type WTPCommonMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

161 : return WTPCommonPlugin.createErrorStatus(WTPCommonPlugin.getResourceString(WTPCommonMessages.PROJECT_EXISTS_ERROR, new Object[]{projectName}));

36. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

167 : return WTPCommonPlugin.createErrorStatus(errorMessage);

37. 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-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

ComponentCreationDataModelProvider.java :

167 : return WTPCommonPlugin.createErrorStatus(errorMessage);

Source File: org/eclipse/wst/common/componentcore/internal/operation/CreateReferenceComponentsOp.java
1. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

CreateReferenceComponentsOp.java :

37 : import org.eclipse.wst.common.internal.emfworkbench.validateedit.IValidateEditContext;

2. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

CreateReferenceComponentsOp.java :

59 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

3. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

CreateReferenceComponentsOp.java :

59 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

4. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

CreateReferenceComponentsOp.java :

59 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

5. WARNING: DiscouragedReference

Discouraged access: The field CLASS_KEY from the type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

CreateReferenceComponentsOp.java :

59 : IValidateEditContext validator = (IValidateEditContext) UIContextDetermination.createInstance(IValidateEditContext.CLASS_KEY);

6. WARNING: DiscouragedReference

Discouraged access: The method validateState(EditModel) from the type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

CreateReferenceComponentsOp.java :

67 : status = validator.validateState(sEdit.getModuleStructuralModel());

Source File: org/eclipse/wst/common/componentcore/internal/operation/FacetProjectCreationOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationOperation.java :

33 : import org.eclipse.wst.common.frameworks.internal.operations.IProjectCreationPropertiesNew;

2. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationOperation.java :

139 : String location = (String) model.getProperty(IProjectCreationPropertiesNew.PROJECT_LOCATION);

3. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_LOCATION from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FacetProjectCreationOperation.java :

139 : String location = (String) model.getProperty(IProjectCreationPropertiesNew.PROJECT_LOCATION);

Source File: org/eclipse/wst/common/componentcore/internal/operation/FlexibleProjectCreationOperation.java
1. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationOperation.java :

27 : import org.eclipse.wst.common.frameworks.internal.DoNotUseMeThisWillBeDeletedPost15;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationOperation.java :

28 : import org.eclipse.wst.common.frameworks.internal.WTPProjectUtilities;

3. WARNING: DiscouragedReference

Discouraged access: The type DoNotUseMeThisWillBeDeletedPost15 is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationOperation.java :

37 : public class FlexibleProjectCreationOperation extends AbstractDataModelOperation implements DoNotUseMeThisWillBeDeletedPost15{

4. WARNING: DiscouragedReference

Discouraged access: The type WTPProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationOperation.java :

47 : WTPProjectUtilities.addNatureToProjectLast(getProject(), IModuleConstants.MODULE_NATURE_ID);

5. WARNING: DiscouragedReference

Discouraged access: The method addNatureToProjectLast(IProject, String) from the type WTPProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationOperation.java :

47 : WTPProjectUtilities.addNatureToProjectLast(getProject(), IModuleConstants.MODULE_NATURE_ID);

6. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type IProjectCreationProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

FlexibleProjectCreationOperation.java :

72 : String name = model.getStringProperty(IFlexibleProjectCreationDataModelProperties.PROJECT_NAME);

Source File: org/eclipse/wst/common/componentcore/internal/resources/VirtualArchiveComponent.java
1. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

30 : import org.eclipse.wst.common.frameworks.internal.HashUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

203 : int hash = HashUtil.SEED;

3. WARNING: DiscouragedReference

Discouraged access: The field SEED from the type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

203 : int hash = HashUtil.SEED;

4. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

204 : hash = HashUtil.hash(hash, getProject().getName());

5. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

204 : hash = HashUtil.hash(hash, getProject().getName());

6. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

205 : hash = HashUtil.hash(hash, getName());

7. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

205 : hash = HashUtil.hash(hash, getName());

8. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

206 : hash = HashUtil.hash(hash, isBinary());

9. WARNING: DiscouragedReference

Discouraged access: The method hash(int, boolean) from the type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualArchiveComponent.java :

206 : hash = HashUtil.hash(hash, isBinary());

Source File: org/eclipse/wst/common/componentcore/internal/resources/VirtualComponent.java
1. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

42 : import org.eclipse.wst.common.frameworks.internal.HashUtil;

2. WARNING: NonStaticAccessToStaticMethod

The static method logError(int, String, Throwable) from the type ModulecorePlugin should be accessed in a static way

VirtualComponent.java :

116 : ModulecorePlugin.getDefault().logError(IStatus.ERROR, message, null);

3. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

382 : int hash = HashUtil.SEED;

4. WARNING: DiscouragedReference

Discouraged access: The field SEED from the type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

382 : int hash = HashUtil.SEED;

5. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

383 : hash = HashUtil.hash(hash, getProject().getName());

6. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

383 : hash = HashUtil.hash(hash, getProject().getName());

7. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

384 : hash = HashUtil.hash(hash, getName());

8. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

384 : hash = HashUtil.hash(hash, getName());

9. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

385 : hash = HashUtil.hash(hash, isBinary());

10. WARNING: DiscouragedReference

Discouraged access: The method hash(int, boolean) from the type HashUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.103.v200802192030.jar

VirtualComponent.java :

385 : hash = HashUtil.hash(hash, isBinary());

Source File: org/eclipse/wst/common/componentcore/internal/util/ArtifactEditAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditAdapterFactory.java :

25 : import org.eclipse.wst.common.internal.emfworkbench.edit.EditModelRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditAdapterFactory.java :

26 : import org.eclipse.wst.common.internal.emfworkbench.integration.EditModel;

3. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditAdapterFactory.java :

61 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

4. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditAdapterFactory.java :

61 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

5. WARNING: DiscouragedReference

Discouraged access: The method getRegisteredEditModelIDs() from the type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditAdapterFactory.java :

61 : String[] editModelIDs = EditModelRegistry.getInstance().getRegisteredEditModelIDs();

6. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ArtifactEditAdapterFactory.java :

64 : EditModel editModel = nature.getExistingEditModel(editModelIDs[i],params,edit.isReadOnly());

Source File: org/eclipse/wst/common/componentcore/internal/util/ComponentUtilities.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentUtilities.java :

48 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentUtilities.java :

189 : IFile file = WorkbenchResourceHelper.getFile(aResource);

3. WARNING: DiscouragedReference

Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R2.0.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.105.v200802192030.jar

ComponentUtilities.java :

189 : IFile file = WorkbenchResourceHelper.getFile(aResource);