Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A58, 3.6.0

Number of source files: 147 Number of classfiles: 203

Problems: 384 (Errors: 0 Warnings: 384 )

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.util_2.1.2.v201008120100.jar

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.util_2.1.2.v201008120100.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?"

21. WARNING: DiscouragedReference

Discouraged access: The method getString(String) from the type EMFWorkbenchResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem.util_2.1.2.v201008120100.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?"

22. WARNING: DiscouragedReference

Discouraged access: The method getResourceURIs(boolean) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEdit.java :

573 : return artifactEditModel.getPrimaryRootObject();

26. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEdit.java :

590 : artifactEditModel.addListener(listener);

28. WARNING: DiscouragedReference

Discouraged access: The type EditModelListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEdit.java :

606 : artifactEditModel.removeListener(listener);

31. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

272 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

272 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

303 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

303 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

305 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

305 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

305 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

305 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

306 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

306 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

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

25. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

389 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

389 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

389 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

394 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

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

30. WARNING: DiscouragedReference

Discouraged access: The type EditModelRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

491 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

491 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

491 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

496 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

534 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

534 : getEmfContext().setDefaultToMOF5Compatibility(true);

36. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

613 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

614 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

614 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

620 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

621 : cachedWriteHandle.saveIfNecessary(this);

41. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

622 : cachedWriteHandle.dispose();

42. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

626 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreNature.java :

627 : cachedReadHandle.saveIfNecessary(this);

44. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

628 : cachedReadHandle.dispose();

45. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

661 : cachedWriteHandle.dispose();

46. WARNING: DiscouragedReference

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

ModuleCoreNature.java :

665 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

134 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

134 : prop.equals( IProjectCreationPropertiesNew.PROJECT_NAME ) )

9. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

143 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

310 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

400 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

400 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

400 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

400 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

451 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

451 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

451 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

451 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

462 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetProjectCreationDataModelProvider.java :

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

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

65 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

104 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

108 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

144 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

145 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

150 : facetProj = ProjectFacetsManager.create(project);

11. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

167 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

199 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

225 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

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

15. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

295 : processResource(resourceToProcess);

19. WARNING: DiscouragedReference

Discouraged access: The type EnablementManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditModel.java :

342 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreValidator.java :

62 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreValidator.java :

62 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleCoreValidator.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidator.java :

88 : throws ValidationException {

9. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidator.java :

98 : _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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidator.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

ModuleCoreValidator.java :

122 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

ModuleCoreValidator.java :

122 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidator.java :

136 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidatorHelper.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidatorHelper.java :

23 : public class ModuleCoreValidatorHelper extends WorkbenchContext {

3. WARNING: DiscouragedReference

Discouraged access: The constructor WorkbenchContext() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidatorHelper.java :

27 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidatorHelper.java :

30 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ModuleCoreValidatorHelper.java :

36 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

ModuleMigratorManager.java :

76 : IWorkspaceRunnableWithStatus workspaceRunnable = new IWorkspaceRunnableWithStatus(aProject) {

3. WARNING: DiscouragedReference

Discouraged access: The type IWorkspaceRunnableWithStatus is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

ModuleMigratorManager.java :

76 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

ModuleMigratorManager.java :

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

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

Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

22 : import org.eclipse.core.internal.resources.Workspace;

2. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

ModuleStructuralModel.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

ModuleStructuralModel.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

80 : public class ModuleStructuralModel extends EditModel implements IAdaptable {

8. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

9. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

89 : super(editModelID, context, readOnly);

10. WARNING: DiscouragedReference

Discouraged access: The method isReadOnly() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The field resourceAdapter from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

12. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

13. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

126 : modelRoot = super.getPrimaryRootObject();

14. WARNING: DiscouragedReference

Discouraged access: The method getEditModelID() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

15. WARNING: DiscouragedReference

Discouraged access: The method getEmfContext() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

16. WARNING: DeadCode

Dead code

ModuleStructuralModel.java :

160 : if(model == null){ return; }

17. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

18. WARNING: DiscouragedReference

Discouraged access: The method save(Object) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

185 : model.save(key);

19. WARNING: DiscouragedReference

Discouraged access: The field OK_STATUS from the type ResourceStateValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

186 : return OK_STATUS;

20. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

197 : model.dispose();

21. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

212 : model.dispose();

22. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

256 : IFile compFile = getProject().getFile(StructureEdit.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

262 : compFile = getProject().getFile(ModuleStructuralModel.R1_MODULE_META_FILE_NAME);

24. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

268 : compFile = getProject().getFile(ModuleStructuralModel.R0_7_MODULE_META_FILE_NAME);

25. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

275 : return getProject().getFile(StructureEdit.MODULE_META_FILE_NAME);

26. WARNING: DiscouragedReference

Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

288 : Workspace workspace = (Workspace)compFile.getWorkspace();

27. WARNING: DiscouragedReference

Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

288 : Workspace workspace = (Workspace)compFile.getWorkspace();

28. WARNING: DiscouragedReference

Discouraged access: The method getElementTree() from the type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

289 : if (workspace.getElementTree().isImmutable())

29. WARNING: DiscouragedReference

Discouraged access: The method isImmutable() from the type ElementTree is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

289 : if (workspace.getElementTree().isImmutable())

30. WARNING: DiscouragedReference

Discouraged access: The method newWorkingTree() from the type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

291 : workspace.newWorkingTree();

31. WARNING: DiscouragedReference

Discouraged access: The method getLocalManager() from the type Resource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

293 : ((org.eclipse.core.internal.resources.Resource)compFile).getLocalManager().refresh(compFile.getProject(), IResource.DEPTH_INFINITE, true, null);

32. WARNING: DiscouragedReference

Discouraged access: The method refresh(IResource, int, boolean, IProgressMonitor) from the type FileSystemResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

293 : ((org.eclipse.core.internal.resources.Resource)compFile).getLocalManager().refresh(compFile.getProject(), IResource.DEPTH_INFINITE, true, null);

33. WARNING: DiscouragedReference

Discouraged access: The type Resource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

ModuleStructuralModel.java :

293 : ((org.eclipse.core.internal.resources.Resource)compFile).getLocalManager().refresh(compFile.getProject(), IResource.DEPTH_INFINITE, true, null);

34. WARNING: DiscouragedReference

Discouraged access: The method createResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

35. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

ModuleStructuralModel.java :

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

36. WARNING: DiscouragedReference

Discouraged access: The constructor SaveFailedException(Exception) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

ModuleStructuralModel.java :

312 : throw new SaveFailedException(e);

37. WARNING: DiscouragedReference

Discouraged access: The type SaveFailedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

ModuleStructuralModel.java :

312 : throw new SaveFailedException(e);

38. WARNING: DiscouragedReference

Discouraged access: The type ResourceStateValidatorPresenter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

39. WARNING: DiscouragedReference

Discouraged access: The method checkActivation(ResourceStateValidatorPresenter) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

319 : super.checkActivation(presenter);

40. WARNING: DiscouragedReference

Discouraged access: The method getResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

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

41. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

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

42. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

357 : if (project==null)

43. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

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

44. WARNING: DiscouragedReference

Discouraged access: The type FacetedProjectNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.102.v201008170019.jar

ModuleStructuralModel.java :

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

45. WARNING: DiscouragedReference

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

ModuleStructuralModel.java :

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

46. WARNING: DiscouragedReference

Discouraged access: The method getLocalResource(URI) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

373 : Resource resource = getLocalResource(aUri);

47. WARNING: DiscouragedReference

Discouraged access: The method save(IProgressMonitor, Object) from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ModuleStructuralModel.java :

392 : super.save(monitor, 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

StructureEdit.java :

47 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

48 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

49 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

StructureEdit.java :

247 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

StructureEdit.java :

247 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

313 : aProject = aStructuralModel.getProject();

7. WARNING: DiscouragedReference

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

StructureEdit.java :

337 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

338 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

360 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

361 : if (!structuralModel.isDisposed())

11. WARNING: DiscouragedReference

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

StructureEdit.java :

378 : if (!structuralModel.isDisposed())

12. WARNING: DiscouragedReference

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

StructureEdit.java :

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

13. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

429 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

429 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

429 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

435 : if (!structuralModel.isDisposed())

17. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

936 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

936 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

936 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

936 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

StructureEdit.java :

937 : 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 :

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

2. WARNING: UnusedImport

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

IDependencyGraph.java :

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

Source File: org/eclipse/wst/common/componentcore/internal/flat/FlatVirtualComponent.java
1. WARNING: LocalVariableIsNeverUsed

The local variable consumableMembers is never read

FlatVirtualComponent.java :

189 : List consumableMembers = new ArrayList();

2. WARNING: LocalVariableIsNeverUsed

The local variable virtualComp is never read

FlatVirtualComponent.java :

233 : IVirtualComponent virtualComp = reference.getReferencedComponent();

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

33 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

34 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

41 : public class ComponentCoreURIConverter extends CompatibilityWorkbenchURIConverterImpl {

4. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityWorkbenchURIConverterImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

49 : super();

5. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityWorkbenchURIConverterImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

56 : super();

6. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityWorkbenchURIConverterImpl(IContainer, ResourceSetWorkbenchSynchronizer) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

65 : super(aContainingProject, aSynchronizer);

7. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

123 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

123 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentCoreURIConverter.java :

139 : return super.deNormalize(uri);

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

Discouraged access: The type ExtendedEcoreUtil.ESynchronizedAdapterList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ComponentResourceImpl.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The constructor ExtendedEcoreUtil.ESynchronizedAdapterList(Notifier) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ComponentResourceImpl.java :

439 : eAdapters = new ESynchronizedAdapterList(this);

3. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil.ESynchronizedAdapterList is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ComponentResourceImpl.java :

439 : eAdapters = new ESynchronizedAdapterList(this);

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WTPResourceFactoryRegistry.java :

47 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WTPResourceFactoryRegistry.java :

48 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WTPResourceFactoryRegistry.java :

49 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WTPResourceFactoryRegistry.java :

69 : return super.delegatedGetFactory(uri);

5. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchEditContextFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WTPResourceFactoryRegistry.java :

80 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WTPResourceFactoryRegistry.java :

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

7. WARNING: DiscouragedReference

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

WTPResourceFactoryRegistry.java :

233 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WTPResourceFactoryRegistry.java :

233 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WTPResourceFactoryRegistry.java :

453 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WTPResourceFactoryRegistry.java :

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

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

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AddReferencesOp.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AddReferencesOp.java :

63 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AddReferencesOp.java :

63 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AddReferencesOp.java :

63 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AddReferencesOp.java :

63 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

AddReferencesOp.java :

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

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditProviderOperation.java :

38 : protected EMFWorkbenchContext emfWorkbenchContext;

5. WARNING: DiscouragedReference

Discouraged access: The type EMFWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditProviderOperation.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type IValidateEditContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditProviderOperation.java :

116 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditProviderOperation.java :

116 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditProviderOperation.java :

116 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditProviderOperation.java :

116 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditProviderOperation.java :

117 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditProviderOperation.java :

117 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

CreateReferenceComponentsOp.java :

38 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

CreateReferenceComponentsOp.java :

60 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

CreateReferenceComponentsOp.java :

60 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

CreateReferenceComponentsOp.java :

60 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

CreateReferenceComponentsOp.java :

60 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

CreateReferenceComponentsOp.java :

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

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

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetDataModelOperation.java :

30 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetDataModelOperation.java :

64 : if (model.isProperty(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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetDataModelOperation.java :

64 : if (model.isProperty(IProjectCreationPropertiesNew.PROJECT_LOCATION))

4. WARNING: DiscouragedReference

Discouraged access: The type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetDataModelOperation.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_LOCATION from the type IProjectCreationPropertiesNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

FacetDataModelOperation.java :

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

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

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

2. WARNING: LocalVariableIsNeverUsed

The local variable x is never read

VirtualArchiveComponent.java :

91 : int x = BINARY;

3. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

235 : int hash = HashUtil.SEED;

4. WARNING: DiscouragedReference

Discouraged access: The field SEED from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

235 : int hash = HashUtil.SEED;

5. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The method hash(int, boolean) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualArchiveComponent.java :

238 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

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

2. WARNING: LocalVariableIsNeverUsed

The local variable factory is never read

VirtualComponent.java :

469 : ComponentcoreFactory factory = ComponentcorePackage.eINSTANCE.getComponentcoreFactory();

3. WARNING: LocalVariableIsNeverUsed

The local variable factory is never read

VirtualComponent.java :

496 : ComponentcoreFactory factory = ComponentcorePackage.eINSTANCE.getComponentcoreFactory();

4. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

515 : int hash = HashUtil.SEED;

5. WARNING: DiscouragedReference

Discouraged access: The field SEED from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

515 : int hash = HashUtil.SEED;

6. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The method hash(int, boolean) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualComponent.java :

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

Source File: org/eclipse/wst/common/componentcore/internal/resources/VirtualContainer.java
1. WARNING: DeadCode

Dead code

VirtualContainer.java :

223 : return new IVirtualResource[0];

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

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

28 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

175 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

175 : int hash = HashUtil.SEED;

4. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

176 : hash = HashUtil.hash(hash, getArchiveName());

5. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

176 : hash = HashUtil.hash(hash, getArchiveName());

6. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

177 : hash = HashUtil.hash(hash, getRuntimePath());

7. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

177 : hash = HashUtil.hash(hash, getRuntimePath());

8. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

178 : hash = HashUtil.hash(hash, getEnclosingComponent());

9. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

178 : hash = HashUtil.hash(hash, getEnclosingComponent());

10. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

179 : hash = HashUtil.hash(hash, getReferencedComponent());

11. WARNING: DiscouragedReference

Discouraged access: The method hash(int, Object) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

179 : hash = HashUtil.hash(hash, getReferencedComponent());

12. WARNING: DiscouragedReference

Discouraged access: The type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

180 : hash = HashUtil.hash(hash, getDependencyType());

13. WARNING: DiscouragedReference

Discouraged access: The method hash(int, int) from the type HashUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

VirtualReference.java :

180 : hash = HashUtil.hash(hash, getDependencyType());

Source File: org/eclipse/wst/common/componentcore/internal/resources/VirtualResource.java
1. WARNING: DeadCode

Dead code

VirtualResource.java :

264 : for (int i = 0; i < resources.length; i++) {

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ArtifactEditAdapterFactory.java :

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

Source File: org/eclipse/wst/common/componentcore/internal/util/ComponentImplManager.java
1. WARNING: LocalVariableIsNeverUsed

The local variable projectFacets is never read

ComponentImplManager.java :

149 : Set<IProjectFacetVersion> projectFacets = facetedProject.getProjectFacets();

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

Discouraged access: The type URIResolverExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

ComponentResolver.java :

30 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverExtension;

2. WARNING: DiscouragedReference

Discouraged access: The type URIResolverExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

ComponentResolver.java :

33 : public class ComponentResolver implements URIResolverExtension {

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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.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 /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

ComponentUtilities.java :

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