Compiler Report

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

Number of source files: 250 Number of classfiles: 254

Problems: 12 (Errors: 0 Warnings: 12 )

Source File: org/eclipse/wst/xml/xpath2/processor/test/TestWTPDOMXPath2.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestWTPDOMXPath2.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestWTPDOMXPath2.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestWTPDOMXPath2.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestWTPDOMXPath2.java :

39 : IDOMModel model = null;

5. WARNING: DiscouragedReference

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.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestWTPDOMXPath2.java :

48 : model.releaseFromRead();

6. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestWTPDOMXPath2.java :

1790 : IModelManager modelManager = StructuredModelManager.getModelManager();

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestWTPDOMXPath2.java :

1795 : model = (IDOMModel) modelManager.getModelForRead(url.getFile(),

8. WARNING: DiscouragedReference

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.2-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestWTPDOMXPath2.java :

1795 : model = (IDOMModel) modelManager.getModelForRead(url.getFile(), inStream, null);

9. WARNING: DiscouragedReference

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.2-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestWTPDOMXPath2.java :

1798 : return model.getDocument();

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestWTPDOMXPath2.java :

2780 : IDOMNode node = (IDOMNode) nodeType.node_value();

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestWTPDOMXPath2.java :

2780 : IDOMNode node = (IDOMNode) nodeType.node_value();

12. WARNING: DiscouragedReference

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.2-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

TestWTPDOMXPath2.java :

2781 : buffer = buffer.append(node.getSource());