Compiler Report

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

Number of source files: 293 Number of classfiles: 359

Problems: 225 (Errors: 0 Warnings: 225 )

Source File: org/eclipse/wst/xml/core/internal/validation/core/AbstractNestedValidator.java
1. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

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

2. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

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

3. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

93 : public IStatus validateInJob(IValidationContext context, IReporter reporter) throws ValidationException

4. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

204 : public void validate(IValidationContext context, IReporter reporter) throws ValidationException

5. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

251 : Message message = new LocalizedMessage(IMessage.LOW_SEVERITY, file.getFullPath().toString());

6. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

414 : message.setLineNo(validationMessage.getLineNumber());

7. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

420 : message.setGroupName(REFERENCED_FILE_ERROR_OPEN + uri + REFERENCED_FILE_ERROR_CLOSE);

8. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

463 : class LocalizedMessage extends Message

9. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

479 : super(null, severity, null);

10. WARNING: DiscouragedReference

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

AbstractNestedValidator.java :

481 : setTargetObject(targetObject);

Source File: org/eclipse/wst/xml/core/internal/validation/core/Helper.java
1. WARNING: DiscouragedReference

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

Helper.java :

27 : import org.eclipse.wst.validation.internal.operations.ValidatorManager;

2. WARNING: DiscouragedReference

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

Helper.java :

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

3. WARNING: DiscouragedReference

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

Helper.java :

38 : public class Helper extends WorkbenchContext

4. WARNING: DiscouragedReference

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

Helper.java :

51 : super();

5. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

Helper.java :

57 : registerModel(GET_FILE, "getFile", args);//$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.validation/@dot

Helper.java :

58 : registerModel(GET_PROJECT_FILES, "getFiles", args);//$NON-NLS-1$

7. WARNING: DiscouragedReference

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

Helper.java :

70 : IResource res = getProject().findMember(filename, true); // true means include phantom resources

8. WARNING: DiscouragedReference

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

Helper.java :

87 : IProject project = getProject();

9. WARNING: DiscouragedReference

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

Helper.java :

108 : if (ValidatorManager.getManager().isApplicableTo(validatorClassName, resourceArray[i]))

10. WARNING: DiscouragedReference

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

Helper.java :

108 : if (ValidatorManager.getManager().isApplicableTo(validatorClassName, resourceArray[i]))

11. WARNING: DiscouragedReference

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

Helper.java :

108 : if (ValidatorManager.getManager().isApplicableTo(validatorClassName, resourceArray[i]))

Source File: org/eclipse/wst/xml/core/internal/emf2xml/EMF2DOMSSEAdapter.java
1. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

21 : import org.eclipse.wst.common.internal.emf.resource.EMF2DOMAdapter;

2. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

22 : import org.eclipse.wst.common.internal.emf.resource.EMF2DOMAdapterImpl;

3. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

23 : import org.eclipse.wst.common.internal.emf.resource.EMF2DOMRenderer;

4. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

24 : import org.eclipse.wst.common.internal.emf.resource.Translator;

5. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

25 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

6. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

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

7. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

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

8. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

28 : import org.eclipse.wst.common.internal.emf.utilities.FeatureValueConversionException;

9. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

41 : public class EMF2DOMSSEAdapter extends EMF2DOMAdapterImpl implements INodeAdapter {

10. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

44 : public EMF2DOMSSEAdapter(Node node, EMF2DOMRenderer renderer, Translator translator) {

11. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

44 : public EMF2DOMSSEAdapter(Node node, EMF2DOMRenderer renderer, Translator translator) {

12. WARNING: DiscouragedReference

Discouraged access: The constructor EMF2DOMAdapterImpl(Node, EMF2DOMRenderer, Translator) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EMF2DOMSSEAdapter.java :

45 : super(node, renderer, translator);

13. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

48 : public EMF2DOMSSEAdapter(Notifier object, Node node, EMF2DOMRenderer renderer, Translator translator) {

14. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

48 : public EMF2DOMSSEAdapter(Notifier object, Node node, EMF2DOMRenderer renderer, Translator translator) {

15. WARNING: DiscouragedReference

Discouraged access: The constructor EMF2DOMAdapterImpl(Notifier, Node, EMF2DOMRenderer, Translator) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EMF2DOMSSEAdapter.java :

49 : super(object, node, renderer, translator);

16. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

52 : public EMF2DOMSSEAdapter(TranslatorResource resource, Document document, EMF2DOMRenderer renderer, Translator translator) {

17. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

52 : public EMF2DOMSSEAdapter(TranslatorResource resource, Document document, EMF2DOMRenderer renderer, Translator translator) {

18. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

52 : public EMF2DOMSSEAdapter(TranslatorResource resource, Document document, EMF2DOMRenderer renderer, Translator translator) {

19. WARNING: DiscouragedReference

Discouraged access: The constructor EMF2DOMAdapterImpl(TranslatorResource, Document, EMF2DOMRenderer, Translator) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EMF2DOMSSEAdapter.java :

53 : super(resource, document, renderer, translator);

20. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

57 : Assert.isNotNull(node);

21. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

57 : Assert.isNotNull(node);

22. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

58 : Assert.isNotNull(node.getParentNode(), "Node must be connected into the tree"); //$NON-NLS-1$

23. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

58 : Assert.isNotNull(node.getParentNode(), "Node must be connected into the tree"); //$NON-NLS-1$

24. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

66 : Node previousSibling = DOMUtilities.getPreviousNodeSibling(node);

25. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

66 : Node previousSibling = DOMUtilities.getPreviousNodeSibling(node);

26. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

72 : indentString = parentIndentString + DOMUtilities.INDENT_STRING;

27. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

72 : indentString = parentIndentString + DOMUtilities.INDENT_STRING;

28. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

81 : if (fDebug) {

29. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

108 : protected EMF2DOMAdapter primGetExistingAdapter(Node aNode, Translator childMap) {

30. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

108 : protected EMF2DOMAdapter primGetExistingAdapter(Node aNode, Translator childMap) {

31. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

114 : if (adapter != null && adapter.isAdapterForType(EMF2DOMAdapter.ADAPTER_CLASS)) {

32. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

114 : if (adapter != null && adapter.isAdapterForType(EMF2DOMAdapter.ADAPTER_CLASS)) {

33. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

151 : if (((EObject) e2DAdapter.getTarget()).eResource() == null && e2DAdapter.fTranslator == childMap) {

34. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

187 : return DOMUtilities.NEWLINE_STRING;

35. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

187 : return DOMUtilities.NEWLINE_STRING;

36. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

191 : if (getNode() != null)

37. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

192 : return ((IDOMNode) getNode()).getModel();

38. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

197 : return (IDOMNode) getNode();

39. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

203 : protected void handleFeatureValueConversionException(FeatureValueConversionException ex) {

40. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

214 : protected void indent(Node node, Translator map) {

41. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

215 : Assert.isNotNull(node.getParentNode(), "Node must be connected into the tree"); //$NON-NLS-1$

42. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

215 : Assert.isNotNull(node.getParentNode(), "Node must be connected into the tree"); //$NON-NLS-1$

43. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

216 : Assert.isNotNull(node);

44. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

216 : Assert.isNotNull(node);

45. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

230 : protected void indentEndTag(String indentString, Node node, Translator map) {

46. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

231 : if (!map.shouldIndentEndTag(node))

47. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

233 : String domPath = map.getDOMPath();

48. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

235 : if ((!map.isManagedByParent() && !map.isDOMTextValue()) || (map.isManagedByParent() && domPath.length() != 0) && node.getNodeName().equals(domPath)) {

49. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

235 : if ((!map.isManagedByParent() && !map.isDOMTextValue()) || (map.isManagedByParent() && domPath.length() != 0) && node.getNodeName().equals(domPath)) {

50. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

235 : if ((!map.isManagedByParent() && !map.isDOMTextValue()) || (map.isManagedByParent() && domPath.length() != 0) && node.getNodeName().equals(domPath)) {

51. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

237 : DOMUtilities.insertBeforeNode(node, newWS, null);

52. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

237 : DOMUtilities.insertBeforeNode(node, newWS, null);

53. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

244 : protected void indentStartTag(String indentString, Node node, Translator map) {

54. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

247 : DOMUtilities.insertAfterNode(parent, newWS, DOMUtilities.getPreviousNodeSibling(node));

55. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

247 : DOMUtilities.insertAfterNode(parent, newWS, DOMUtilities.getPreviousNodeSibling(node));

56. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

247 : DOMUtilities.insertAfterNode(parent, newWS, DOMUtilities.getPreviousNodeSibling(node));

57. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

247 : DOMUtilities.insertAfterNode(parent, newWS, DOMUtilities.getPreviousNodeSibling(node));

58. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

260 : if (!isNotificationEnabled())

59. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

265 : if (notifier != getNode() && eventType != INodeNotifier.CHANGE) {

60. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

274 : Translator map = findTranslator(notifyingNode.getNodeName(), false);

61. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

274 : Translator map = findTranslator(notifyingNode.getNodeName(), false);

62. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

276 : updateMOFFeature(map, getNode(), getEObject());

63. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

276 : updateMOFFeature(map, getNode(), getEObject());

64. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

276 : updateMOFFeature(map, getNode(), getEObject());

65. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

284 : updateMOF();

66. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

288 : Translator map = findTranslator(changedFeature.toString(), true);

67. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

288 : Translator map = findTranslator(changedFeature.toString(), true);

68. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

290 : updateMOFFeature(map, getNode(), getEObject());

69. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

290 : updateMOFFeature(map, getNode(), getEObject());

70. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

290 : updateMOFFeature(map, getNode(), getEObject());

71. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

295 : protected void postUpdateDOMFeature(Translator map, Node node, EObject mofObject) {

72. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

299 : protected void preUpdateDOMFeature(Translator map, Node node, EObject mofObject) {

73. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

300 : super.preUpdateDOMFeature(map, node, mofObject);

74. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

304 : protected void primAddDOMAdapter(Node aNode, EMF2DOMAdapter anAdapter) {

75. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

314 : protected EMF2DOMAdapter primCreateAdapter(EObject mofObject, Translator childMap) {

76. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

314 : protected EMF2DOMAdapter primCreateAdapter(EObject mofObject, Translator childMap) {

77. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

315 : Element newNode = createNewNode(mofObject, childMap);

78. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

316 : return new EMF2DOMSSEAdapter(mofObject, newNode, fRenderer, childMap);

79. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

325 : protected EMF2DOMAdapter primCreateAdapter(Node node, Translator childMap) {

80. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

325 : protected EMF2DOMAdapter primCreateAdapter(Node node, Translator childMap) {

81. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

326 : return new EMF2DOMSSEAdapter(node, fRenderer, childMap);

82. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

328 : protected EMF2DOMAdapter createAdapter(Node node, Translator childMap) {

83. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

328 : protected EMF2DOMAdapter createAdapter(Node node, Translator childMap) {

84. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

331 : Assert.isNotNull(node);

85. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

331 : Assert.isNotNull(node);

86. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

333 : EMF2DOMAdapter adapter = primGetExistingAdapter(node,childMap);

87. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

336 : if (adapter.isMOFProxy() || adapter.getTarget() == null) {

88. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

354 : EMF2DOMAdapter attrAdapter = primGetExistingAdapter(childNode);

89. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

356 : if (attrAdapter == null || attrAdapter.getNode() != getNode()) {

90. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

356 : if (attrAdapter == null || attrAdapter.getNode() != getNode()) {

91. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

362 : if (fDebug) {

92. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

371 : protected EMF2DOMAdapter primGetExistingAdapter(Node aNode) {

93. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

377 : if (adapter != null && adapter.isAdapterForType(EMF2DOMAdapter.ADAPTER_CLASS)) {

94. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

377 : if (adapter != null && adapter.isAdapterForType(EMF2DOMAdapter.ADAPTER_CLASS)) {

95. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

452 : protected void removeDOMAdapter(Node aNode, EMF2DOMAdapter anAdapter) {

96. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

457 : protected void reorderDOMChild(Node parentNode, Node childNode, Node insertBeforeNode, Translator map) {

97. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

458 : super.reorderDOMChild(parentNode, childNode, insertBeforeNode, map);

98. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

472 : if (!isNotificationEnabled())

99. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

476 : primUpdateDOM();

100. WARNING: DiscouragedReference

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

EMF2DOMSSEAdapter.java :

488 : if (fRenderer != null && fRenderer.getResource() != null)

Source File: org/eclipse/wst/xml/core/internal/emf2xml/EMF2DOMSSERenderer.java
1. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

37 : import org.eclipse.wst.common.internal.emf.resource.EMF2DOMAdapter;

2. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

38 : import org.eclipse.wst.common.internal.emf.resource.EMF2DOMRenderer;

3. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

39 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

4. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

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

5. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

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

6. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

42 : import org.eclipse.wst.common.internal.emfworkbench.integration.ResourceSetWorkbenchEditSynchronizer;

7. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

58 : public class EMF2DOMSSERenderer extends EMF2DOMRenderer implements IModelStateListener, IModelLifecycleListener {

8. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

79 : super();

9. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

83 : if (!resource.isNew()) {

10. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

83 : if (!resource.isNew()) {

11. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

140 : IFile file = WorkbenchResourceHelper.getFile(resource);

12. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

140 : IFile file = WorkbenchResourceHelper.getFile(resource);

13. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

140 : IFile file = WorkbenchResourceHelper.getFile(resource);

14. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

153 : TranslatorResource res = getResource();

15. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

153 : TranslatorResource res = getResource();

16. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

154 : res.setDefaults();

17. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

155 : IFile file = WorkbenchResourceHelper.getFile(resource);

18. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

155 : IFile file = WorkbenchResourceHelper.getFile(resource);

19. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

155 : IFile file = WorkbenchResourceHelper.getFile(resource);

20. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

178 : is = DOMUtilities.createHeaderInputStream(res.getDoctype(), res.getPublicId(), res.getSystemId());

21. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

178 : is = DOMUtilities.createHeaderInputStream(res.getDoctype(), res.getPublicId(), res.getSystemId());

22. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

178 : is = DOMUtilities.createHeaderInputStream(res.getDoctype(), res.getPublicId(), res.getSystemId());

23. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

178 : is = DOMUtilities.createHeaderInputStream(res.getDoctype(), res.getPublicId(), res.getSystemId());

24. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

178 : is = DOMUtilities.createHeaderInputStream(res.getDoctype(), res.getPublicId(), res.getSystemId());

25. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

190 : initializeXMLModel(file, resource.getWriteCount() != 0);

26. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

190 : initializeXMLModel(file, resource.getWriteCount() != 0);

27. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

198 : if (needsToCreateDOM)

28. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

199 : createDOMTree();

29. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

202 : protected EMF2DOMAdapter createRootDOMAdapter() {

30. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

203 : return new EMF2DOMSSEAdapter(getResource(), document, this, getResource().getRootTranslator());

31. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

203 : return new EMF2DOMSSEAdapter(getResource(), document, this, getResource().getRootTranslator());

32. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

203 : return new EMF2DOMSSEAdapter(getResource(), document, this, getResource().getRootTranslator());

33. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

203 : return new EMF2DOMSSEAdapter(getResource(), document, this, getResource().getRootTranslator());

34. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

235 : int writeCount = resource.getWriteCount();

35. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

235 : int writeCount = resource.getWriteCount();

36. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

236 : int readCount = resource.getReadCount();

37. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

236 : int readCount = resource.getReadCount();

38. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

242 : EMF2DOMAdapter adapter = (EMF2DOMAdapter) EcoreUtil.getAdapter(resource.eAdapters(), EMF2DOMAdapter.ADAPTER_CLASS);

39. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

242 : EMF2DOMAdapter adapter = (EMF2DOMAdapter) EcoreUtil.getAdapter(resource.eAdapters(), EMF2DOMAdapter.ADAPTER_CLASS);

40. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

242 : EMF2DOMAdapter adapter = (EMF2DOMAdapter) EcoreUtil.getAdapter(resource.eAdapters(), EMF2DOMAdapter.ADAPTER_CLASS);

41. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

242 : EMF2DOMAdapter adapter = (EMF2DOMAdapter) EcoreUtil.getAdapter(resource.eAdapters(), EMF2DOMAdapter.ADAPTER_CLASS);

42. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

242 : EMF2DOMAdapter adapter = (EMF2DOMAdapter) EcoreUtil.getAdapter(resource.eAdapters(), EMF2DOMAdapter.ADAPTER_CLASS);

43. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

244 : adapter.removeAdapters(adapter.getNode());

44. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

244 : adapter.removeAdapters(adapter.getNode());

45. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

257 : ResourceSetWorkbenchEditSynchronizer synchronizer = (ResourceSetWorkbenchEditSynchronizer) ((ProjectResourceSet) resource.getResourceSet()).getSynchronizer();

46. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

257 : ResourceSetWorkbenchEditSynchronizer synchronizer = (ResourceSetWorkbenchEditSynchronizer) ((ProjectResourceSet) resource.getResourceSet()).getSynchronizer();

47. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

257 : ResourceSetWorkbenchEditSynchronizer synchronizer = (ResourceSetWorkbenchEditSynchronizer) ((ProjectResourceSet) resource.getResourceSet()).getSynchronizer();

48. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

258 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

49. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

258 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

50. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

258 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

51. WARNING: DiscouragedReference

Discouraged access: The method preSave(IFile, Resource) from the type ResourceSetWorkbenchEditSynchronizer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EMF2DOMSSERenderer.java :

260 : synchronizer.preSave(aFile, resource);

52. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

260 : synchronizer.preSave(aFile, resource);

53. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

264 : synchronizer.removeFromRecentlySavedList(aFile);

54. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

274 : public EMF2DOMAdapter getExistingDOMAdapter(Node node) {

55. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

283 : if (adapter != null && adapter.isAdapterForType(EMF2DOMAdapter.ADAPTER_CLASS)) {

56. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

283 : if (adapter != null && adapter.isAdapterForType(EMF2DOMAdapter.ADAPTER_CLASS)) {

57. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

288 : if (getResource() == null || e2DAdapter.getTarget() == null)

58. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

300 : if (e2DAdapter.getTarget() == getResource()) {

59. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

305 : TranslatorResource myTarget = getResource();

60. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

305 : TranslatorResource myTarget = getResource();

61. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

332 : IFile file = WorkbenchResourceHelper.getFile(getResource());

62. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

332 : IFile file = WorkbenchResourceHelper.getFile(getResource());

63. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

332 : IFile file = WorkbenchResourceHelper.getFile(getResource());

64. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

337 : xmlModelId = resource.getURI() + Long.toString(System.currentTimeMillis());

65. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

344 : return resource == null ? null : resource.getResourceSet();

66. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

344 : return resource == null ? null : resource.getResourceSet();

67. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

372 : needsToCreateDOM = false;

68. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

381 : document = xmlModel.getDocument();

69. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

413 : IFile file = WorkbenchResourceHelper.getFile(resource);

70. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

413 : IFile file = WorkbenchResourceHelper.getFile(resource);

71. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

413 : IFile file = WorkbenchResourceHelper.getFile(resource);

72. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

414 : initializeXMLModel(file, (resource.getWriteCount() != 0));

73. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

414 : initializeXMLModel(file, (resource.getWriteCount() != 0));

74. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

448 : resource.unload();

75. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

461 : if (!isDirty && resource.isModified()) { // The XMLModel was saved

76. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

462 : resource.setModified(false);

77. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

463 : long stamp = WorkbenchResourceHelper.computeModificationStamp(resource);

78. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

463 : long stamp = WorkbenchResourceHelper.computeModificationStamp(resource);

79. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

463 : long stamp = WorkbenchResourceHelper.computeModificationStamp(resource);

80. WARNING: DiscouragedReference

Discouraged access: The method setSynhronizationStamp(ReferencedResource, long) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EMF2DOMSSERenderer.java :

464 : WorkbenchResourceHelper.setSynhronizationStamp(resource, stamp);

81. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

464 : WorkbenchResourceHelper.setSynhronizationStamp(resource, stamp);

82. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

464 : WorkbenchResourceHelper.setSynhronizationStamp(resource, stamp);

83. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

465 : IProject proj = WorkbenchResourceHelper.getProject(resource);

84. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

465 : IProject proj = WorkbenchResourceHelper.getProject(resource);

85. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

465 : IProject proj = WorkbenchResourceHelper.getProject(resource);

86. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

466 : ResourceSetWorkbenchEditSynchronizer synchronizer = (ResourceSetWorkbenchEditSynchronizer) ((ProjectResourceSet) WorkbenchResourceHelperBase.getResourceSet(proj)).getSynchronizer();

87. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

466 : ResourceSetWorkbenchEditSynchronizer synchronizer = (ResourceSetWorkbenchEditSynchronizer) ((ProjectResourceSet) WorkbenchResourceHelperBase.getResourceSet(proj)).getSynchronizer();

88. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

467 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

89. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

467 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

90. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

467 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

91. WARNING: DiscouragedReference

Discouraged access: The method preSave(IFile, Resource) from the type ResourceSetWorkbenchEditSynchronizer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EMF2DOMSSERenderer.java :

468 : synchronizer.preSave(aFile, resource);

92. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

468 : synchronizer.preSave(aFile, resource);

93. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

471 : resource.setModified(true);

94. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

492 : if (resource.isLoaded())

95. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

508 : ResourceSetWorkbenchEditSynchronizer synchronizer = (ResourceSetWorkbenchEditSynchronizer) ((ProjectResourceSet) resource.getResourceSet()).getSynchronizer();

96. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

508 : ResourceSetWorkbenchEditSynchronizer synchronizer = (ResourceSetWorkbenchEditSynchronizer) ((ProjectResourceSet) resource.getResourceSet()).getSynchronizer();

97. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

508 : ResourceSetWorkbenchEditSynchronizer synchronizer = (ResourceSetWorkbenchEditSynchronizer) ((ProjectResourceSet) resource.getResourceSet()).getSynchronizer();

98. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

509 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

99. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

509 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

100. WARNING: DiscouragedReference

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

EMF2DOMSSERenderer.java :

509 : IFile aFile = WorkbenchResourceHelper.getFile(resource);

Source File: org/eclipse/wst/xml/core/internal/emf2xml/EMF2DOMSSERendererFactory.java
1. WARNING: DiscouragedReference

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

EMF2DOMSSERendererFactory.java :

14 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

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

EMF2DOMSSERendererFactory.java :

15 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

3. WARNING: DiscouragedReference

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

EMF2DOMSSERendererFactory.java :

20 : public class EMF2DOMSSERendererFactory extends RendererFactory {

4. WARNING: DiscouragedReference

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

EMF2DOMSSERendererFactory.java :

29 : public Renderer createRenderer() {