Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 251 Number of classfiles: 259
Problems: 12 (Errors: 0 Warnings: 12 )
Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestWTPDOMXPath2.java :
23 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestWTPDOMXPath2.java :
24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestWTPDOMXPath2.java :
25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestWTPDOMXPath2.java :
39 : IDOMModel model = null;
Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestWTPDOMXPath2.java :
48 : model.releaseFromRead();
Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestWTPDOMXPath2.java :
1790 : IModelManager modelManager = StructuredModelManager.getModelManager();
Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestWTPDOMXPath2.java :
1795 : model = (IDOMModel) modelManager.getModelForRead(url.getFile(),
Discouraged access: The method getModelForRead(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot
TestWTPDOMXPath2.java :
1795 : model = (IDOMModel) modelManager.getModelForRead(url.getFile(), inStream, null);
Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestWTPDOMXPath2.java :
1798 : return model.getDocument();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestWTPDOMXPath2.java :
2780 : IDOMNode node = (IDOMNode) nodeType.node_value();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestWTPDOMXPath2.java :
2780 : IDOMNode node = (IDOMNode) nodeType.node_value();
Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot
TestWTPDOMXPath2.java :
2781 : buffer = buffer.append(node.getSource());