Compiler Report

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

Number of source files: 292 Number of classfiles: 358

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 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 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);

22. 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$

23. 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$

24. 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);

25. 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);

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

133 : return DOMUtilities.NEWLINE_STRING;

30. 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 :

133 : return DOMUtilities.NEWLINE_STRING;

31. 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 :

137 : if (getNode() != null)

32. 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 :

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

33. 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 :

143 : return (IDOMNode) getNode();

34. 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 :

149 : protected void handleFeatureValueConversionException(FeatureValueConversionException ex) {

35. 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 :

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

36. 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 :

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

37. 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 :

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

38. 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 :

162 : Assert.isNotNull(node);

39. 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 :

162 : Assert.isNotNull(node);

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 :

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

41. 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 :

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

42. 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 :

179 : String domPath = map.getDOMPath();

43. 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 :

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

44. 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 :

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

45. 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 :

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

46. 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 :

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

47. 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 :

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

48. 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 :

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

49. 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 :

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

50. 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 :

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

51. 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 :

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

52. 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 :

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

53. 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 :

206 : if (!isNotificationEnabled())

54. 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 :

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

55. 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 :

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

56. 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 :

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

57. 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 :

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

58. 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 :

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

59. 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 :

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

60. 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 :

230 : updateMOF();

61. 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 :

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

62. 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 :

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

63. 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 :

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

64. 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 :

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

65. 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 :

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

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 :

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

67. 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 :

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

68. 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 :

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

69. 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 :

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

70. 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 :

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

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 :

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

72. 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 :

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

73. 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 :

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

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 :

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

75. 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 :

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

76. 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 :

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

77. 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 :

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

78. 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 : protected EMF2DOMAdapter createAdapter(Node node, Translator childMap) {

79. 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 :

277 : Assert.isNotNull(node);

80. 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 :

277 : Assert.isNotNull(node);

81. 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 :

279 : EMF2DOMAdapter adapter = primGetExistingAdapter(node);

82. 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 :

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

83. 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 :

300 : EMF2DOMAdapter attrAdapter = primGetExistingAdapter(childNode);

84. 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 :

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

85. 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 :

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

86. 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 :

308 : if (fDebug) {

87. 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 :

317 : protected EMF2DOMAdapter primGetExistingAdapter(Node aNode) {

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 :

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

89. 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 :

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

90. 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 :

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

91. 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 :

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

92. 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 :

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

93. 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 :

418 : if (!isNotificationEnabled())

94. 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 :

422 : primUpdateDOM();

95. 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 :

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

96. 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 :

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

97. 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 :

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

98. 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 :

435 : resourceClass = fRenderer.getResource().getClass();

99. 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 :

435 : resourceClass = fRenderer.getResource().getClass();

100. WARNING: DiscouragedReference

Discouraged access: The method initChildTranslators() 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 :

436 : super.initChildTranslators();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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() {