Compiler Report

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

Number of source files: 120 Number of classfiles: 167

Problems: 345 (Errors: 0 Warnings: 345 )

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-R3.0.5-P/workdir/plugins/org.eclipse.jem.util/@dot

ArtifactEdit.java :

31 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ArtifactEdit.java :

39 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

40 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

41 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

42 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

248 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

251 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

463 : artifactEditModel.save(aMonitor, this);

9. WARNING: DiscouragedReference

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

ArtifactEdit.java :

479 : else if (artifactEditModel.isDirty() && validateEdit().isOK())

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

480 : artifactEditModel.saveIfNecessary(aMonitor, this);

11. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

487 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

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

14. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

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

15. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

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

16. WARNING: DiscouragedReference

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

ArtifactEdit.java :

499 : public void saveIfNecessaryWithPrompt(IProgressMonitor monitor, 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ArtifactEdit.java :

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

18. WARNING: DiscouragedReference

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

ArtifactEdit.java :

526 : private boolean promptToSave(IOperationHandler operationHandler) {

19. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ArtifactEdit.java :

529 : 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 type EMFWorkbenchResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem.util/@dot

ArtifactEdit.java :

529 : 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 getString(String) from the type EMFWorkbenchResourceHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem.util/@dot

ArtifactEdit.java :

529 : 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 method getResourceURIs(boolean) from the type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

529 : 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?"

23. WARNING: DiscouragedReference

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

ArtifactEdit.java :

535 : private boolean shouldSave(IOperationHandler operationHandler) {

24. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

558 : artifactEditModel.releaseAccess(this);

25. WARNING: DiscouragedReference

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

ArtifactEdit.java :

573 : return artifactEditModel.getPrimaryRootObject();

26. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

585 : public void addListener(EditModelListener listener) {

27. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

590 : artifactEditModel.addListener(listener);

28. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

603 : public void removeListener(EditModelListener listener) {

29. WARNING: DiscouragedReference

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

ArtifactEdit.java :

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

30. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

606 : artifactEditModel.removeListener(listener);

31. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

620 : public boolean hasEditModel(EditModel editModel) {

32. WARNING: DiscouragedReference

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

ArtifactEdit.java :

668 : return artifactEditModel.getCommandStack();

33. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

678 : artifactEditModel.deleteResource(aResource);

34. WARNING: DiscouragedReference

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

ArtifactEdit.java :

687 : return artifactEditModel.isDirty();

35. WARNING: DiscouragedReference

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

ArtifactEdit.java :

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

36. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEdit.java :

741 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

46 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

47 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

4. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

52 : import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;

5. WARNING: DiscouragedReference

Discouraged access: The type EditModelNature is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

6. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

147 : public static final String VALIDATION_BUILDER_ID = ValidationPlugin.VALIDATION_BUILDER_ID;

7. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

147 : public static final String VALIDATION_BUILDER_ID = ValidationPlugin.VALIDATION_BUILDER_ID;

8. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

269 : ModuleStructuralModel editModel = (ModuleStructuralModel)getEmfContext().getExistingEditModel(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, null,true);

9. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

269 : ModuleStructuralModel editModel = (ModuleStructuralModel)getEmfContext().getExistingEditModel(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, null,true);

10. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

271 : editModel = (ModuleStructuralModel)EditModelRegistry.getInstance().createEditModelForRead(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, getEmfContext(), null);

11. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

271 : editModel = (ModuleStructuralModel)EditModelRegistry.getInstance().createEditModelForRead(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, getEmfContext(), null);

12. WARNING: DiscouragedReference

Discouraged access: The method createEditModelForRead(String, EMFWorkbenchContext, Map) from the type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

271 : editModel = (ModuleStructuralModel)EditModelRegistry.getInstance().createEditModelForRead(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, getEmfContext(), null);

13. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

271 : editModel = (ModuleStructuralModel)EditModelRegistry.getInstance().createEditModelForRead(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, getEmfContext(), null);

14. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

273 : getEmfContext().cacheEditModel(editModel, null);

15. WARNING: DiscouragedReference

Discouraged access: The method cacheEditModel(EditModel, Map) from the type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

273 : getEmfContext().cacheEditModel(editModel, null);

16. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

308 : ModuleStructuralModel editModel = (ModuleStructuralModel)getEmfContext().getExistingEditModel(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, null,false);

17. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

308 : ModuleStructuralModel editModel = (ModuleStructuralModel)getEmfContext().getExistingEditModel(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, null,false);

18. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

310 : editModel = (ModuleStructuralModel)EditModelRegistry.getInstance().createEditModelForWrite(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, getEmfContext(), null);

19. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

310 : editModel = (ModuleStructuralModel)EditModelRegistry.getInstance().createEditModelForWrite(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, getEmfContext(), null);

20. WARNING: DiscouragedReference

Discouraged access: The method createEditModelForWrite(String, EMFWorkbenchContext, Map) from the type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

310 : editModel = (ModuleStructuralModel)EditModelRegistry.getInstance().createEditModelForWrite(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, getEmfContext(), null);

21. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

310 : editModel = (ModuleStructuralModel)EditModelRegistry.getInstance().createEditModelForWrite(ModuleStructuralModelFactory.MODULE_STRUCTURAL_MODEL_ID, getEmfContext(), null);

22. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

312 : getEmfContext().cacheEditModel(editModel, null);

23. WARNING: DiscouragedReference

Discouraged access: The method cacheEditModel(EditModel, Map) from the type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

312 : getEmfContext().cacheEditModel(editModel, null);

24. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

25. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

26. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

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

27. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

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

28. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

29. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

30. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

31. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

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

32. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

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

33. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

34. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

542 : getEmfContext().setDefaultToMOF5Compatibility(true);

35. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

542 : getEmfContext().setDefaultToMOF5Compatibility(true);

36. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

37. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

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

38. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreNature.java :

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

39. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

627 : if (cachedWriteHandle.isDirty())

40. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

628 : cachedWriteHandle.saveIfNecessary(this);

41. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

629 : cachedWriteHandle.dispose();

42. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

633 : if (cachedReadHandle.isDirty())

43. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

634 : cachedReadHandle.saveIfNecessary(this);

44. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

635 : cachedReadHandle.dispose();

45. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

666 : if (cachedWriteHandle.isDirty())

46. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

667 : cachedWriteHandle.saveIfNecessary(this);

47. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

668 : cachedWriteHandle.dispose();

48. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

672 : cachedReadHandle.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetDataModelProvider.java :

71 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetDataModelProvider.java :

71 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

38 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

39 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

40 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

41 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

126 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

126 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

133 : prop.equals( IProjectCreationPropertiesNew.PROJECT_NAME ) )

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

133 : prop.equals( IProjectCreationPropertiesNew.PROJECT_NAME ) )

9. WARNING: DiscouragedReference

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

FacetProjectCreationDataModelProvider.java :

139 : else if( prop.equals( IProjectCreationPropertiesNew.PROJECT_LOCATION ) )

10. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

139 : else if( prop.equals( IProjectCreationPropertiesNew.PROJECT_LOCATION ) )

11. WARNING: DiscouragedReference

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

FacetProjectCreationDataModelProvider.java :

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

12. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

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

13. WARNING: DiscouragedReference

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

FacetProjectCreationDataModelProvider.java :

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

14. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

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

15. WARNING: DiscouragedReference

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

FacetProjectCreationDataModelProvider.java :

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

16. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

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

17. WARNING: DiscouragedReference

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

FacetProjectCreationDataModelProvider.java :

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

18. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

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

19. WARNING: DiscouragedReference

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

FacetProjectCreationDataModelProvider.java :

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

20. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

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

21. WARNING: DiscouragedReference

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

FacetProjectCreationDataModelProvider.java :

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

22. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationDataModelProvider.java :

443 : return projModel.validateProperty(IProjectCreationPropertiesNew.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

IComponentCreationDataModelProperties.java :

42 : public interface IComponentCreationDataModelProperties extends IDataModelProperties, 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

103 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

107 : public ArtifactEditModel(String anEditModelId, EMFWorkbenchContext aContext, boolean toMakeReadOnly, boolean toAccessUnknownResourcesAsReadOnly, URI aModuleURI,URI rootURI,

8. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

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

9. WARNING: DiscouragedReference

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

ArtifactEditModel.java :

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

10. WARNING: DiscouragedReference

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

ArtifactEditModel.java :

149 : facetProj = ProjectFacetsManager.create(project);

11. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

168 : public ArtifactEditModel(String editModelID, EMFWorkbenchContext context, boolean toMakeReadOnly, URI moduleURI, URI rootURI,

12. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

200 : return super.getResource(resourceURI);

13. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

226 : return super.getOrCreateResource(aUri);

14. WARNING: DiscouragedReference

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

ArtifactEditModel.java :

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

15. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

289 : resourceResource = WorkbenchResourceHelper.getFile(resourceToProcess);

16. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

289 : resourceResource = WorkbenchResourceHelper.getFile(resourceToProcess);

17. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

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

18. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModel.java :

295 : processResource(resourceToProcess);

19. WARNING: DiscouragedReference

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

ArtifactEditModel.java :

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

20. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ArtifactEditModel.java :

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

21. WARNING: DiscouragedReference

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

ArtifactEditModel.java :

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

22. WARNING: DiscouragedReference

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

ArtifactEditModel.java :

343 : super.doDispose();

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

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreValidator.java :

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

2. WARNING: DiscouragedReference

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

ModuleCoreValidator.java :

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

3. WARNING: DiscouragedReference

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

ModuleCoreValidator.java :

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

4. WARNING: DiscouragedReference

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

ModuleCoreValidator.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreValidator.java :

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

6. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreValidator.java :

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

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleCoreValidator.java :

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

8. WARNING: DiscouragedReference

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

ModuleCoreValidator.java :

82 : throws ValidationException {

9. 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

ModuleCoreValidator.java :

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

10. WARNING: DiscouragedReference

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

ModuleCoreValidator.java :

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

11. WARNING: DiscouragedReference

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

ModuleCoreValidator.java :

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

12. 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

ModuleCoreValidator.java :

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

13. WARNING: DiscouragedReference

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

ModuleCoreValidator.java :

130 : 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ModuleStructuralModel.java :

45 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

48 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

49 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

50 : 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

ModuleStructuralModel.java :

51 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

80 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

88 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

89 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

95 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

106 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

107 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

127 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

160 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

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

15. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

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

16. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

186 : model.save(key);

17. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

187 : return OK_STATUS;

18. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

198 : model.dispose();

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

213 : model.dispose();

20. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

257 : IFile compFile = getProject().getFile(StructureEdit.MODULE_META_FILE_NAME);

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

263 : compFile = getProject().getFile(ModuleStructuralModel.R1_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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

269 : compFile = getProject().getFile(ModuleStructuralModel.R0_7_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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

276 : return getProject().getFile(StructureEdit.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

307 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ModuleStructuralModel.java :

309 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ModuleStructuralModel.java :

313 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

ModuleStructuralModel.java :

313 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

319 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

320 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

334 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

338 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

342 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

361 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

369 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

371 : 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

ModuleStructuralModel.java :

371 : 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot

ModuleStructuralModel.java :

371 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

385 : Resource resource = getLocalResource(aUri);

39. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

404 : super.save(monitor, accessorKey);

40. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

409 : super.access(accessorKey);

41. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ModuleStructuralModel.java :

425 : super.releaseAccess(accessorKey);

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

StructureEdit.java :

46 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

47 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

48 : 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

StructureEdit.java :

246 : 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

StructureEdit.java :

246 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

342 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

361 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

362 : structuralModel.save(aMonitor, this);

9. WARNING: DiscouragedReference

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

StructureEdit.java :

381 : else if (structuralModel.isDirty() && validateEdit().isOK()) {

10. WARNING: DiscouragedReference

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

StructureEdit.java :

382 : if (!structuralModel.isDisposed())

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

399 : if (!structuralModel.isDisposed())

12. WARNING: DiscouragedReference

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

StructureEdit.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

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

14. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

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

15. WARNING: DiscouragedReference

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

StructureEdit.java :

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

16. WARNING: DiscouragedReference

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

StructureEdit.java :

457 : if (!structuralModel.isDisposed())

17. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

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

18. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

959 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

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

20. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

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

21. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

StructureEdit.java :

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

Source File: org/eclipse/wst/common/componentcore/internal/builder/IDependencyGraph.java
1. WARNING: UnusedImport

The import org.eclipse.core.resources.IResourceDeltaVisitor is never used

IDependencyGraph.java :

16 : import org.eclipse.core.resources.IResourceDeltaVisitor;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.componentcore.resources.IVirtualComponent is never used

IDependencyGraph.java :

17 : import org.eclipse.wst.common.componentcore.resources.IVirtualComponent;

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModelFactory.java :

39 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModelFactory.java :

39 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModelFactory.java :

52 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditModelFactory.java :

52 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.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-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.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-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

PlatformURLModuleConnection.java :

41 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

PlatformURLModuleConnection.java :

44 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

PlatformURLModuleConnection.java :

44 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

PlatformURLModuleConnection.java :

53 : super(aURL);

7. WARNING: NullLocalVariableReference

Null pointer access: The variable resolvedPath can only be null at this location

PlatformURLModuleConnection.java :

93 : int count = resolvedPath.segmentCount();

8. WARNING: DiscouragedReference

Discouraged access: The type PlatformURLHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

PlatformURLModuleConnection.java :

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

9. 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-R3.0.5-P/eclipse/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar

PlatformURLModuleConnection.java :

113 : 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WTPResourceFactoryRegistry.java :

44 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WTPResourceFactoryRegistry.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WTPResourceFactoryRegistry.java :

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

4. 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WTPResourceFactoryRegistry.java :

66 : return super.delegatedGetFactory(uri);

5. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WTPResourceFactoryRegistry.java :

77 : ILock lock = EMFWorkbenchEditContextFactory.getProjectLockObject(componentProject);

6. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WTPResourceFactoryRegistry.java :

77 : ILock lock = EMFWorkbenchEditContextFactory.getProjectLockObject(componentProject);

7. WARNING: DiscouragedReference

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

WTPResourceFactoryRegistry.java :

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

8. 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-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WTPResourceFactoryRegistry.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WTPResourceFactoryRegistry.java :

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

10. 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

WTPResourceFactoryRegistry.java :

450 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ArtifactEditProviderOperation.java :

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

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationOperation.java :

140 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

FacetProjectCreationOperation.java :

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

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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

48 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

470 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

470 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

471 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

471 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

472 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

472 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

473 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.jar

VirtualComponent.java :

473 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ComponentUtilities.java :

53 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ComponentUtilities.java :

194 : 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-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.202.v200811131900.jar

ComponentUtilities.java :

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