Compiler log for org.eclipse.e4.xwt.vex_0.9.1.v20091009-1415 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 357

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/xwt/vex/VEXEditor.java : 68 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 236)
List paletteChildren = root.getChildren();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 247)
List children = dynamicPaletteGroup.getChildren();
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 317)
List children = part.getChildren();
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 318)
for (Iterator iter = children.iterator(); iter.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 556)
Point location = caret.getLocation();
The local variable location is never read
6. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 627)
public Object getAdapter(Class type) {
Class is a raw type. References to generic type Class<T> should be parameterized
7. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 767)
private String updateCacheContent(IDocument newInput) {
The method updateCacheContent(IDocument) from the type VEXEditor is never used locally
8. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 778)
public StructuredTextEditor getTextEditor() {
The method VEXEditor.getTextEditor() does not override the inherited method from XMLMultiPageEditorPart since it is private to a different package
9. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 782)
private void modifyAllRelativeHandlerName(StructuredTextViewer textViewer, int offset, String inputHandler, String oldAttrValue) {
The method modifyAllRelativeHandlerName(StructuredTextViewer, int, String, String) from the type VEXEditor is never used locally

/src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 68)
String regionType = completionRegion.getType();
The local variable regionType is never read
2. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 82)
String regionType = completionRegion.getType();
The local variable regionType is never read
3. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 84)
IStructuredDocumentRegion sdRegion = ContentAssistUtils.getStructuredDocumentRegion(textViewer, documentPosition);
The local variable sdRegion is never read

/src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java : 26 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 42)
private static final class ProposalComparator implements Comparator {
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 48)
private static final Comparator fgProposalComparator = new ProposalComparator();
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 75)
List matches = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 75)
List matches = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 84)
matches.add(createProposal(template, context, (IRegion) region, getRelevance(template, prefix)));
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 88)
Collections.sort(matches, fgProposalComparator);
Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List<T>, Comparator<? super T>) of type Collections
7. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 88)
Collections.sort(matches, fgProposalComparator);
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
8. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 88)
Collections.sort(matches, fgProposalComparator);
Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<? super Object>
9. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 90)
return (ICompletionProposal[]) matches.toArray(new ICompletionProposal[matches.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/xwt/vex/palette/customize/CustomizeComponentFactory.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/customize/CustomizeComponentFactory.java
 (at line 200)
List paletteChildren = root.getChildren();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/xwt/vex/palette/customize/CustomizeComponentFactory.java
 (at line 211)
List children = customizePaletteGroup.getChildren();
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/xwt/vex/palette/customize/actions/AddCustomizePaletteAction.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/customize/actions/AddCustomizePaletteAction.java
 (at line 26)
private PaletteViewer paletteViewer;
The field AddCustomizePaletteAction.paletteViewer is never read locally

/src/org/eclipse/e4/xwt/vex/palette/customize/actions/ModifyCustomizeComponentAction.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/customize/actions/ModifyCustomizeComponentAction.java
 (at line 13)
import org.eclipse.e4.xwt.vex.palette.customize.CustomizeComponentFactory;
The import org.eclipse.e4.xwt.vex.palette.customize.CustomizeComponentFactory is never used
2. WARNING in /src/org/eclipse/e4/xwt/vex/palette/customize/actions/ModifyCustomizeComponentAction.java
 (at line 22)
private PaletteViewer paletteViewer;
The field ModifyCustomizeComponentAction.paletteViewer is never read locally

/src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java : 11 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 37)
IFigure buildTooltip() {
The method new ToolDrawerFigure(){}.buildTooltip() does not override the inherited method from DrawerFigure since it is private to a different package
2. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 37)
IFigure buildTooltip() {
The method buildTooltip() from the type new ToolDrawerFigure(){} is never used locally

/src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerFigure.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerFigure.java
 (at line 35)
private int getNewValue(int oldValue, int childLevel) {
The method getNewValue(int, int) from the type ToolDrawerFigure is never used locally

/src/org/eclipse/e4/xwt/vex/palette/part/ToolTransferDragSourceListener.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolTransferDragSourceListener.java
 (at line 69)
List selection = getViewer().getSelectedEditParts();
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/xwt/vex/swt/CustomSashForm.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/swt/CustomSashForm.java
 (at line 73)
public boolean enabled; // Whether this sashinfo is enabled (i.e. if
The field CustomSashForm.SashInfo.enabled is never read locally
2. WARNING in /src/org/eclipse/e4/xwt/vex/swt/CustomSashForm.java
 (at line 112)
protected List customSashFormListeners = null;
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/xwt/vex/swt/CustomSashForm.java
 (at line 910)
customSashFormListeners = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/xwt/vex/swt/CustomSashForm.java
 (at line 911)
customSashFormListeners.add(listener);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/xwt/vex/swt/CustomSashForm.java
 (at line 933)
for (Iterator listenerItr = customSashFormListeners.iterator(); listenerItr.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/src/org/eclipse/e4/xwt/vex/swt/Win32ImageCapture.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/swt/Win32ImageCapture.java
 (at line 13)
import java.lang.reflect.Field;
The import java.lang.reflect.Field is never used

/src/org/eclipse/ve/internal/swt/targetvm/macosx/ImageCapture.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/macosx/ImageCapture.java
 (at line 49)
Class osClass = Class.forName("org.eclipse.swt.internal.carbon.OS"); //$NON-NLS-1$
Class is a raw type. References to generic type Class<T> should be parameterized

/src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java : 18 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 70)
Class osClass = Class.forName("org.eclipse.swt.internal.gtk.OS"); //$NON-NLS-1$
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 169)
Decorations decorations = (Decorations) control;
The local variable decorations is never read
3. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 181)
Decorations decorations = (Decorations) control;
The local variable decorations is never read
4. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 348)
protected Map fieldAccessors = new HashMap(); // Map of Class->fieldName->field reflect
Map is a raw type. References to generic type Map<K,V> should be parameterized
5. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 348)
protected Map fieldAccessors = new HashMap(); // Map of Class->fieldName->field reflect
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
6. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 357)
private int readIntFieldValue(Class klass, Object object, String fieldName) {
Class is a raw type. References to generic type Class<T> should be parameterized
7. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 369)
private Field getField(Class klass, String fieldName) {
Class is a raw type. References to generic type Class<T> should be parameterized
8. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 370)
Map nameToField = (Map) fieldAccessors.get(klass);
Map is a raw type. References to generic type Map<K,V> should be parameterized
9. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 370)
Map nameToField = (Map) fieldAccessors.get(klass);
Map is a raw type. References to generic type Map<K,V> should be parameterized
10. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 372)
fieldAccessors.put(klass, nameToField = new HashMap());
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
11. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 372)
fieldAccessors.put(klass, nameToField = new HashMap());
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
12. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 386)
nameToField.put(klass, field);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
13. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 398)
private void writeIntFieldValue(Class klass, Object object, String fieldName, int newInt) {
Class is a raw type. References to generic type Class<T> should be parameterized
14. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 409)
Map map = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
15. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 409)
Map map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
16. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 426)
private void changeObscured(Control control, Map map, boolean on) {
Map is a raw type. References to generic type Map<K,V> should be parameterized
17. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 439)
map.put(control, new Integer(stateValue));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/ImageCapture.java
 (at line 468)
private Object readObjectFieldValue(Class klass, Object object, String fieldName) {
Class is a raw type. References to generic type Class<T> should be parameterized

/src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java : 19 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 70)
Class osClass = Class.forName("org.eclipse.swt.internal.gtk.OS"); //$NON-NLS-1$
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 123)
Decorations decorations = (Decorations) control;
The local variable decorations is never read
3. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 135)
Decorations decorations = (Decorations) control;
The local variable decorations is never read
4. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 302)
protected Map fieldAccessors = new HashMap(); // Map of Class->fieldName->field reflect
Map is a raw type. References to generic type Map<K,V> should be parameterized
5. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 302)
protected Map fieldAccessors = new HashMap(); // Map of Class->fieldName->field reflect
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
6. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 311)
private int readIntFieldValue(Class klass, Object object, String fieldName) {
Class is a raw type. References to generic type Class<T> should be parameterized
7. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 321)
private long readLongFieldValue(Class klass, Object object, String fieldName) {
Class is a raw type. References to generic type Class<T> should be parameterized
8. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 333)
private Field getField(Class klass, String fieldName) {
Class is a raw type. References to generic type Class<T> should be parameterized
9. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 334)
Map nameToField = (Map) fieldAccessors.get(klass);
Map is a raw type. References to generic type Map<K,V> should be parameterized
10. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 334)
Map nameToField = (Map) fieldAccessors.get(klass);
Map is a raw type. References to generic type Map<K,V> should be parameterized
11. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 336)
fieldAccessors.put(klass, nameToField = new HashMap());
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
12. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 336)
fieldAccessors.put(klass, nameToField = new HashMap());
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
13. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 350)
nameToField.put(klass, field);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
14. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 362)
private void writeIntFieldValue(Class klass, Object object, String fieldName, int newInt) {
Class is a raw type. References to generic type Class<T> should be parameterized
15. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 373)
Map map = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
16. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 373)
Map map = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
17. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 390)
private void changeObscured(Control control, Map map, boolean on) {
Map is a raw type. References to generic type Map<K,V> should be parameterized
18. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 403)
map.put(control, new Integer(stateValue));
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
19. WARNING in /src/org/eclipse/ve/internal/swt/targetvm/unix/bits64/ImageCapture.java
 (at line 432)
private Object readObjectFieldValue(Class klass, Object object, String fieldName) {
Class is a raw type. References to generic type Class<T> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 21)
import org.eclipse.ui.internal.progress.ProgressManager;
Discouraged access: The type ProgressManager is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.ui.workbench_3.6.0.I20091006-0800.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 22)
import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 23)
import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 24)
import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
5. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 25)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
6. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 26)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
7. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 74)
public void add(final IDOMNode node, final String name) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
8. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 102)
abstract protected String getFullTypeName(IDOMNode node);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
9. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 105)
StructuredTextViewer textViewer = editor.getTextEditor().getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
10. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 107)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
11. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 107)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
12. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 107)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
13. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 112)
update((IDOMNode) root);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
14. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 115)
public void update(IDOMNode parentNode) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
15. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 143)
update((IDOMNode) item);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
16. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 148)
StructuredTextViewer textViewer = editor.getTextEditor().getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
17. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 150)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
18. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 150)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
19. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 150)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
20. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 155)
IDOMNode xmlnode = (IDOMNode) node;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
21. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 155)
IDOMNode xmlnode = (IDOMNode) node;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
22. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 159)
IDOMAttr attrNode = (IDOMAttr) nodeMap.item(i);
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
23. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 159)
IDOMAttr attrNode = (IDOMAttr) nodeMap.item(i);
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
24. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 162)
int startOffset = attrNode.getStartOffset();
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
25. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 207)
ProgressManager progresManager = (ProgressManager) editor.getTextEditor().getSite().getWorkbenchWindow().getWorkbench().getProgressService();
Discouraged access: The type ProgressManager is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.ui.workbench_3.6.0.I20091006-0800.jar
26. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 207)
ProgressManager progresManager = (ProgressManager) editor.getTextEditor().getSite().getWorkbenchWindow().getWorkbench().getProgressService();
Discouraged access: The type ProgressManager is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.ui.workbench_3.6.0.I20091006-0800.jar
27. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractCodeSynchronizer.java
 (at line 208)
IProgressMonitor monitor = progresManager.getDefaultMonitor();
Discouraged access: The method getDefaultMonitor() from the type ProgressManager is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.ui.workbench_3.6.0.I20091006-0800.jar

/src/org/eclipse/e4/xwt/vex/AbstractContext.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 15)
import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 16)
import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 17)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 18)
import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
5. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 37)
IDOMNode treeNode = (IDOMNode) node;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
6. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 37)
IDOMNode treeNode = (IDOMNode) node;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
7. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 58)
ITextRegion completionRegion = VEXTextEditorHelper.getCompletionRegion(cursorPosition, treeNode);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
8. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 60)
String regionType = completionRegion.getType();
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
9. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 62)
if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
10. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 62)
if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
11. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 63)
return ((IDOMNode) treeNode).getStartOffset();
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
12. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 63)
return ((IDOMNode) treeNode).getStartOffset();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
13. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 73)
return treeNode.getStartOffset();
Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
14. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 83)
ITextRegion completionRegion = VEXTextEditorHelper.getCompletionRegion(cursorPosition, treeNode);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
15. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 85)
String regionType = completionRegion.getType();
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
16. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
17. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_PI_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
18. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
19. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_PI_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
20. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
21. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_CONTENT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
22. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
23. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
24. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
25. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
26. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
27. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
28. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
29. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
30. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
31. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
32. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
33. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
34. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
35. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 87)
if (regionType == DOMRegionContext.XML_PI_CLOSE || regionType == DOMRegionContext.XML_PI_OPEN || regionType == DOMRegionContext.XML_CONTENT || regionType == DOMRegionContext.XML_TAG_OPEN || regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS || regionType == DOMRegionContext.XML_TAG_NAME || regionType == DOMRegionContext.XML_END_TAG_OPEN) {
Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
36. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 94)
return ((IDOMNode) child).getEndOffset();
Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
37. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 94)
return ((IDOMNode) child).getEndOffset();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
38. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 98)
if (regionType == DOMRegionContext.XML_END_TAG_OPEN && length == 0) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
39. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 98)
if (regionType == DOMRegionContext.XML_END_TAG_OPEN && length == 0) {
Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
40. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 99)
IStructuredDocumentRegion endStructuredDocumentRegion = treeNode.getEndStructuredDocumentRegion();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
41. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 99)
IStructuredDocumentRegion endStructuredDocumentRegion = treeNode.getEndStructuredDocumentRegion();
Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
42. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractContext.java
 (at line 100)
if (cursorPosition == endStructuredDocumentRegion.getStart()) {
Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar

/src/org/eclipse/e4/xwt/vex/AbstractEventHandlerDialog.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractEventHandlerDialog.java
 (at line 27)
import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractEventHandlerDialog.java
 (at line 28)
import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractEventHandlerDialog.java
 (at line 41)
protected StructuredTextViewer textViewer;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractEventHandlerDialog.java
 (at line 44)
public AbstractEventHandlerDialog(StructuredTextViewer textViewer, String oldHandler, String attrValue, String[] handlers) {
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
5. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractEventHandlerDialog.java
 (at line 161)
Node rootNode = (Node) ContentAssistUtils.getNodeAt(textViewer, 0);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
6. WARNING in /src/org/eclipse/e4/xwt/vex/AbstractEventHandlerDialog.java
 (at line 161)
Node rootNode = (Node) ContentAssistUtils.getNodeAt(textViewer, 0);
Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar

/src/org/eclipse/e4/xwt/vex/VEXCodeSynchronizer.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/VEXCodeSynchronizer.java
 (at line 14)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/VEXCodeSynchronizer.java
 (at line 18)
void add(IDOMNode node, String name);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/VEXCodeSynchronizer.java
 (at line 20)
void remove(IDOMNode node);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/VEXCodeSynchronizer.java
 (at line 22)
void update(IDOMNode node);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar

/src/org/eclipse/e4/xwt/vex/VEXEditor.java : 68 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 98)
import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 99)
import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 101)
import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 102)
import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
5. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 103)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
6. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 104)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
7. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 105)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;
Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
8. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 106)
import org.eclipse.wst.xml.ui.internal.XMLUIPlugin;
Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
9. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 107)
import org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart;
Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
10. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 117)
public abstract class VEXEditor extends XMLMultiPageEditorPart {
Discouraged access: The type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
11. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 187)
IDOMNode node = getDOMNode(point);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
12. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 194)
if (node instanceof IDOMText) {
Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
13. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 328)
private IDOMNode getDOMNode(Point point) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
14. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 330)
StructuredTextViewer textViewer = fTextEditor.getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
15. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 346)
IDOMNode node = VEXTextEditorHelper.getNode(textViewer, widgetOffset);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
16. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 413)
super.init(site, input);
Discouraged access: The method init(IEditorSite, IEditorInput) from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
17. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 424)
super.dispose();
Discouraged access: The method dispose() from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
18. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 465)
Composite composite = super.createPageContainer(sashForm);
Discouraged access: The method createPageContainer(Composite) from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
19. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 526)
super.createPages();
Discouraged access: The method createPages() from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
20. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 529)
StructuredTextViewer textViewer = fTextEditor.getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
21. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 536)
StructuredTextViewer textViewer = fTextEditor.getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
22. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 552)
StructuredTextViewer textViewer = fTextEditor.getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
23. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 634)
return super.getAdapter(type);
Discouraged access: The method getAdapter(Class) from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
24. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 742)
StructuredTextViewer textViewer = fTextEditor.getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
25. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 744)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
26. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 744)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
27. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 744)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
28. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 749)
updateCodeManager((IDOMNode) root);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
29. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 752)
protected void updateCodeManager(IDOMNode parentNode) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
30. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 782)
private void modifyAllRelativeHandlerName(StructuredTextViewer textViewer, int offset, String inputHandler, String oldAttrValue) {
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
31. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 783)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
32. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 783)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
33. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 783)
IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset);
Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
34. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 792)
IDOMNode domNode = (IDOMNode) node;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
35. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 792)
IDOMNode domNode = (IDOMNode) node;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
36. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 798)
IDOMAttr attrNode = (IDOMAttr) nodeMap.item(j);
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
37. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 798)
IDOMAttr attrNode = (IDOMAttr) nodeMap.item(j);
Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
38. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 834)
IDOMNode node = getDOMNode(location);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
39. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 835)
IStructuredDocumentRegion refionDocumentRegion = node.getFirstStructuredDocumentRegion();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
40. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 835)
IStructuredDocumentRegion refionDocumentRegion = node.getFirstStructuredDocumentRegion();
Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
41. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 861)
StructuredTextViewer textViewer = textEditor.getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
42. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 877)
protected int getAddEntryPosition(IStructuredDocumentRegion refionDocumentRegion, Point startLocation, IDOMNode addNode, Entry addEntry) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
43. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 877)
protected int getAddEntryPosition(IStructuredDocumentRegion refionDocumentRegion, Point startLocation, IDOMNode addNode, Entry addEntry) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
44. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 879)
StructuredTextViewer textViewer = textEditor.getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
45. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 886)
IStructuredDocumentRegion refionDocumentRegion2 = refionDocumentRegion.getNext();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
46. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 886)
IStructuredDocumentRegion refionDocumentRegion2 = refionDocumentRegion.getNext();
Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
47. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 890)
starat = refionDocumentRegion2.getStartOffset();
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
48. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 891)
end = refionDocumentRegion2.getEndOffset();
Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
49. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 894)
IStructuredDocumentRegion endStructuredDocumentRegion = addNode.getEndStructuredDocumentRegion();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
50. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 894)
IStructuredDocumentRegion endStructuredDocumentRegion = addNode.getEndStructuredDocumentRegion();
Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
51. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 897)
insertPosition = endStructuredDocumentRegion.getEnd();
Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
52. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 899)
IStructuredDocumentRegion startStructuredDocumentRegion = addNode.getStartStructuredDocumentRegion();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
53. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 899)
IStructuredDocumentRegion startStructuredDocumentRegion = addNode.getStartStructuredDocumentRegion();
Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
54. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 901)
insertPosition = startStructuredDocumentRegion.getEnd();
Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
55. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 904)
addNode = (IDOMNode) addNode.getParentNode();
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
56. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 926)
ContextTypeRegistry registry = XMLUIPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
57. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 926)
ContextTypeRegistry registry = XMLUIPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The method getDefault() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
58. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 926)
ContextTypeRegistry registry = XMLUIPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The method getTemplateContextRegistry() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
59. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java
 (at line 938)
StructuredTextViewer textViewer = textEditor.getTextViewer();
Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar

/src/org/eclipse/e4/xwt/vex/VEXFileFormator.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/VEXFileFormator.java
 (at line 17)
import org.eclipse.wst.sse.core.internal.format.IStructuredFormatProcessor;
Discouraged access: The type IStructuredFormatProcessor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/VEXFileFormator.java
 (at line 18)
import org.eclipse.wst.sse.ui.internal.FormatProcessorsExtensionReader;
Discouraged access: The type FormatProcessorsExtensionReader is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/VEXFileFormator.java
 (at line 30)
IStructuredFormatProcessor processor = getFormatProcessor(contentId);
Discouraged access: The type IStructuredFormatProcessor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/VEXFileFormator.java
 (at line 32)
processor.formatDocument(document, offset, length);
Discouraged access: The method formatDocument(IDocument, int, int) from the type IStructuredFormatProcessor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
5. WARNING in /src/org/eclipse/e4/xwt/vex/VEXFileFormator.java
 (at line 41)
protected IStructuredFormatProcessor getFormatProcessor(String contentTypeId) {
Discouraged access: The type IStructuredFormatProcessor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
6. WARNING in /src/org/eclipse/e4/xwt/vex/VEXFileFormator.java
 (at line 42)
return FormatProcessorsExtensionReader.getInstance().getFormatProcessor(contentTypeId);
Discouraged access: The type FormatProcessorsExtensionReader is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
7. WARNING in /src/org/eclipse/e4/xwt/vex/VEXFileFormator.java
 (at line 42)
return FormatProcessorsExtensionReader.getInstance().getFormatProcessor(contentTypeId);
Discouraged access: The method getInstance() from the type FormatProcessorsExtensionReader is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
8. WARNING in /src/org/eclipse/e4/xwt/vex/VEXFileFormator.java
 (at line 42)
return FormatProcessorsExtensionReader.getInstance().getFormatProcessor(contentTypeId);
Discouraged access: The method getFormatProcessor(String) from the type FormatProcessorsExtensionReader is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar

/src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 19)
import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 20)
import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 21)
import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 22)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
5. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 23)
import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
6. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 44)
public static IDOMNode getCurrentNode(ITextViewer textViewer, Point absolutePosition) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
7. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 48)
public static IDOMNode getNode(ITextViewer textViewer, int documentPosition) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
8. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 49)
return (IDOMNode) ContentAssistUtils.getNodeAt(textViewer, documentPosition);
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
9. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 49)
return (IDOMNode) ContentAssistUtils.getNodeAt(textViewer, documentPosition);
Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
10. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 49)
return (IDOMNode) ContentAssistUtils.getNodeAt(textViewer, documentPosition);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
11. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 66)
ITextRegion completionRegion = getCompletionRegion(documentPosition, node);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
12. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 67)
System.out.println(completionRegion.getStart() + ", " + completionRegion.getEnd() + ", " + completionRegion.getLength());
Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
13. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 67)
System.out.println(completionRegion.getStart() + ", " + completionRegion.getEnd() + ", " + completionRegion.getLength());
Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
14. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 67)
System.out.println(completionRegion.getStart() + ", " + completionRegion.getEnd() + ", " + completionRegion.getLength());
Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
15. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 68)
String regionType = completionRegion.getType();
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
16. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 80)
ITextRegion completionRegion = getCompletionRegion(documentPosition, node);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
17. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 81)
System.out.println(completionRegion.getStart() + ", " + completionRegion.getEnd() + ", " + completionRegion.getLength());
Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
18. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 81)
System.out.println(completionRegion.getStart() + ", " + completionRegion.getEnd() + ", " + completionRegion.getLength());
Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
19. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 81)
System.out.println(completionRegion.getStart() + ", " + completionRegion.getEnd() + ", " + completionRegion.getLength());
Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
20. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 82)
String regionType = completionRegion.getType();
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
21. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 84)
IStructuredDocumentRegion sdRegion = ContentAssistUtils.getStructuredDocumentRegion(textViewer, documentPosition);
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
22. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 84)
IStructuredDocumentRegion sdRegion = ContentAssistUtils.getStructuredDocumentRegion(textViewer, documentPosition);
Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
23. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 84)
IStructuredDocumentRegion sdRegion = ContentAssistUtils.getStructuredDocumentRegion(textViewer, documentPosition);
Discouraged access: The method getStructuredDocumentRegion(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
24. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 88)
static public ITextRegion getCompletionRegion(int documentPosition, Node domnode) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
25. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 93)
ITextRegion region = null;
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
26. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 95)
IStructuredDocumentRegion flatNode = null;
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
27. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 96)
IDOMNode node = (IDOMNode) domnode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
28. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 96)
IDOMNode node = (IDOMNode) domnode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
29. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 99)
if (node.getStructuredDocument().getLength() == 0) {
Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
30. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 102)
ITextRegion result = node.getStructuredDocument().getRegionAtCharacterOffset(offset).getRegionAtCharacterOffset(offset);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
31. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 102)
ITextRegion result = node.getStructuredDocument().getRegionAtCharacterOffset(offset).getRegionAtCharacterOffset(offset);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
32. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 102)
ITextRegion result = node.getStructuredDocument().getRegionAtCharacterOffset(offset).getRegionAtCharacterOffset(offset);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
33. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 102)
ITextRegion result = node.getStructuredDocument().getRegionAtCharacterOffset(offset).getRegionAtCharacterOffset(offset);
Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
34. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 105)
result = node.getStructuredDocument().getRegionAtCharacterOffset(offset).getRegionAtCharacterOffset(offset);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
35. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 105)
result = node.getStructuredDocument().getRegionAtCharacterOffset(offset).getRegionAtCharacterOffset(offset);
Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
36. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 105)
result = node.getStructuredDocument().getRegionAtCharacterOffset(offset).getRegionAtCharacterOffset(offset);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
37. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 110)
IStructuredDocumentRegion startTag = node.getStartStructuredDocumentRegion();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
38. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 110)
IStructuredDocumentRegion startTag = node.getStartStructuredDocumentRegion();
Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
39. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 111)
IStructuredDocumentRegion endTag = node.getEndStructuredDocumentRegion();
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
40. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 111)
IStructuredDocumentRegion endTag = node.getEndStructuredDocumentRegion();
Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
41. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 116)
if ((startTag != null) && (startTag.getStartOffset() <= offset) && (offset < startTag.getStartOffset() + startTag.getLength())) {
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
42. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 116)
if ((startTag != null) && (startTag.getStartOffset() <= offset) && (offset < startTag.getStartOffset() + startTag.getLength())) {
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
43. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 116)
if ((startTag != null) && (startTag.getStartOffset() <= offset) && (offset < startTag.getStartOffset() + startTag.getLength())) {
Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
44. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 118)
} else if ((endTag != null) && (endTag.getStartOffset() <= offset) && (offset < endTag.getStartOffset() + endTag.getLength())) {
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
45. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 118)
} else if ((endTag != null) && (endTag.getStartOffset() <= offset) && (offset < endTag.getStartOffset() + endTag.getLength())) {
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
46. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 118)
} else if ((endTag != null) && (endTag.getStartOffset() <= offset) && (offset < endTag.getStartOffset() + endTag.getLength())) {
Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
47. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 129)
flatNode = node.getStructuredDocument().getRegionAtCharacterOffset(offset);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
48. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 129)
flatNode = node.getStructuredDocument().getRegionAtCharacterOffset(offset);
Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
49. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 132)
if ((flatNode.getStartOffset() <= documentPosition) && (flatNode.getEndOffset() >= documentPosition)) {
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
50. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 132)
if ((flatNode.getStartOffset() <= documentPosition) && (flatNode.getEndOffset() >= documentPosition)) {
Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
51. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
52. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
53. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
54. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
55. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
56. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
57. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The field XML_CONTENT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
58. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
59. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
60. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
61. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
62. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
63. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
64. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
65. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
66. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
67. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 137)
if ((offset == flatNode.getStartOffset()) && (flatNode.getPrevious() != null) && (((flatNode.getRegionAtCharacterOffset(documentPosition) != null) && (flatNode.getRegionAtCharacterOffset(documentPosition).getType() != DOMRegionContext.XML_CONTENT)) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_TAG_OPEN) || (flatNode.getPrevious().getLastRegion().getType() == DOMRegionContext.XML_END_TAG_OPEN))) {
Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar
68. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 141)
region = flatNode.getPrevious().getLastRegion();
Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
69. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 141)
region = flatNode.getPrevious().getLastRegion();
Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
70. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 142)
} else if (flatNode.getEndOffset() == documentPosition) {
Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
71. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 143)
region = flatNode.getLastRegion();
Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
72. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 145)
region = flatNode.getFirstRegion();
Discouraged access: The method getFirstRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
73. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 150)
region = flatNode.getLastRegion();
Discouraged access: The method getLastRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
74. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 157)
static protected ITextRegion getCompletionRegion(int offset, IStructuredDocumentRegion sdRegion) {
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
75. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 157)
static protected ITextRegion getCompletionRegion(int offset, IStructuredDocumentRegion sdRegion) {
Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
76. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 158)
ITextRegion region = sdRegion.getRegionAtCharacterOffset(offset);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
77. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 158)
ITextRegion region = sdRegion.getRegionAtCharacterOffset(offset);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
78. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 163)
if (sdRegion.getStartOffset(region) == offset) {
Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
79. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 165)
if ((sdRegion.getStartOffset(region) == sdRegion.getStartOffset()) && (sdRegion.getPrevious() != null) && (!sdRegion.getPrevious().isEnded())) {
Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
80. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 165)
if ((sdRegion.getStartOffset(region) == sdRegion.getStartOffset()) && (sdRegion.getPrevious() != null) && (!sdRegion.getPrevious().isEnded())) {
Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
81. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 165)
if ((sdRegion.getStartOffset(region) == sdRegion.getStartOffset()) && (sdRegion.getPrevious() != null) && (!sdRegion.getPrevious().isEnded())) {
Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
82. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 165)
if ((sdRegion.getStartOffset(region) == sdRegion.getStartOffset()) && (sdRegion.getPrevious() != null) && (!sdRegion.getPrevious().isEnded())) {
Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
83. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 165)
if ((sdRegion.getStartOffset(region) == sdRegion.getStartOffset()) && (sdRegion.getPrevious() != null) && (!sdRegion.getPrevious().isEnded())) {
Discouraged access: The method isEnded() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
84. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 169)
region = sdRegion.getPrevious().getRegionAtCharacterOffset(offset - 1);
Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
85. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 169)
region = sdRegion.getPrevious().getRegionAtCharacterOffset(offset - 1);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
86. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 174)
ITextRegion previousRegion = sdRegion.getRegionAtCharacterOffset(offset - 1);
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
87. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 174)
ITextRegion previousRegion = sdRegion.getRegionAtCharacterOffset(offset - 1);
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
88. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 175)
if ((previousRegion != null) && (previousRegion != region) && (previousRegion.getTextLength() == previousRegion.getLength())) {
Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
89. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 175)
if ((previousRegion != null) && (previousRegion != region) && (previousRegion.getTextLength() == previousRegion.getLength())) {
Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
90. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 181)
if (offset > sdRegion.getStartOffset(region) + region.getTextLength()) {
Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
91. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 181)
if (offset > sdRegion.getStartOffset(region) + region.getTextLength()) {
Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
92. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 185)
ITextRegion nextRegion = sdRegion.getRegionAtCharacterOffset(sdRegion.getStartOffset(region) + region.getLength());
Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
93. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 185)
ITextRegion nextRegion = sdRegion.getRegionAtCharacterOffset(sdRegion.getStartOffset(region) + region.getLength());
Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
94. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 185)
ITextRegion nextRegion = sdRegion.getRegionAtCharacterOffset(sdRegion.getStartOffset(region) + region.getLength());
Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
95. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 185)
ITextRegion nextRegion = sdRegion.getRegionAtCharacterOffset(sdRegion.getStartOffset(region) + region.getLength());
Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
96. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 196)
if ((region != null) && (region.getType() == DOMRegionContext.WHITE_SPACE)) {
Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.core_1.1.500.v200910051533.jar
97. WARNING in /src/org/eclipse/e4/xwt/vex/VEXTextEditorHelper.java
 (at line 196)
if ((region != null) && (region.getType() == DOMRegionContext.WHITE_SPACE)) {
Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.core_1.1.500.v200909301948.jar

/src/org/eclipse/e4/xwt/vex/contentassist/CustomTemplateProposal.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/CustomTemplateProposal.java
 (at line 19)
import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceCompletionProposal;
Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/CustomTemplateProposal.java
 (at line 24)
public class CustomTemplateProposal extends TemplateProposal implements IRelevanceCompletionProposal {
Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.sse.ui_1.1.200.v200910051533.jar

/src/org/eclipse/e4/xwt/vex/contentassist/VEXQuickAssistProcessor.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXQuickAssistProcessor.java
 (at line 13)
public class VEXQuickAssistProcessor extends org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor {
Discouraged access: The type XMLQuickAssistProcessor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar

/src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 33)
import org.eclipse.wst.xml.ui.internal.XMLUIPlugin;
Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 34)
import org.eclipse.wst.xml.ui.internal.contentassist.ReplaceNameTemplateContext;
Discouraged access: The type ReplaceNameTemplateContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 35)
import org.eclipse.wst.xml.ui.internal.editor.XMLEditorPluginImageHelper;
Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 36)
import org.eclipse.wst.xml.ui.internal.editor.XMLEditorPluginImages;
Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
5. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 110)
return new ReplaceNameTemplateContext(contextType, document, region.getOffset(), region.getLength(), offset);
Discouraged access: The constructor ReplaceNameTemplateContext(TemplateContextType, IDocument, int, int, int) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
6. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 110)
return new ReplaceNameTemplateContext(contextType, document, region.getOffset(), region.getLength(), offset);
Discouraged access: The type ReplaceNameTemplateContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
7. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 132)
return XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_TAG_MACRO);
Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
8. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 132)
return XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_TAG_MACRO);
Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
9. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 132)
return XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_TAG_MACRO);
Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
10. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 132)
return XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_TAG_MACRO);
Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
11. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 132)
return XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_TAG_MACRO);
Discouraged access: The field IMG_OBJ_TAG_MACRO from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
12. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 136)
return XMLUIPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
13. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 136)
return XMLUIPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The method getDefault() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
14. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 136)
return XMLUIPlugin.getDefault().getTemplateContextRegistry();
Discouraged access: The method getTemplateContextRegistry() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
15. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 151)
return XMLUIPlugin.getDefault().getTemplateStore();
Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
16. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 151)
return XMLUIPlugin.getDefault().getTemplateStore();
Discouraged access: The method getDefault() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
17. WARNING in /src/org/eclipse/e4/xwt/vex/contentassist/VEXTemplateCompletionProcessor.java
 (at line 151)
return XMLUIPlugin.getDefault().getTemplateStore();
Discouraged access: The method getTemplateStore() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar

/src/org/eclipse/e4/xwt/vex/palette/customize/CustomerPaletteContextMenuProvider.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/customize/CustomerPaletteContextMenuProvider.java
 (at line 20)
import org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart;
Discouraged access: The type ToolEntryEditPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/palette/customize/CustomerPaletteContextMenuProvider.java
 (at line 44)
if (selectedPart instanceof ToolEntryEditPart) {
Discouraged access: The type ToolEntryEditPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar

/src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 16)
import org.eclipse.gef.internal.ui.palette.editparts.DrawerEditPart;
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 22)
public class ToolDrawerEditPart extends DrawerEditPart {
Discouraged access: The type DrawerEditPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 27)
super(drawer);
Discouraged access: The constructor DrawerEditPart(PaletteDrawer) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
4. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 41)
fig.setExpanded(getDrawer().isInitiallyOpen());
Discouraged access: The method setExpanded(boolean) from the type DrawerFigure is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
5. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 41)
fig.setExpanded(getDrawer().isInitiallyOpen());
Discouraged access: The method getDrawer() from the type DrawerEditPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
6. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 42)
fig.setPinned(getDrawer().isInitiallyPinned());
Discouraged access: The method setPinned(boolean) from the type DrawerFigure is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
7. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 42)
fig.setPinned(getDrawer().isInitiallyPinned());
Discouraged access: The method getDrawer() from the type DrawerEditPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
8. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 44)
fig.getCollapseToggle().addFocusListener(new FocusListener.Stub() {
Discouraged access: The method getCollapseToggle() from the type DrawerFigure is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
9. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerEditPart.java
 (at line 53)
return super.createFigure();
Discouraged access: The method createFigure() from the type DrawerEditPart is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar

/src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerFigure.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerFigure.java
 (at line 14)
import org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure;
Discouraged access: The type DrawerFigure is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerFigure.java
 (at line 20)
public class ToolDrawerFigure extends DrawerFigure {
Discouraged access: The type DrawerFigure is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar
3. WARNING in /src/org/eclipse/e4/xwt/vex/palette/part/ToolDrawerFigure.java
 (at line 27)
super(control);
Discouraged access: The constructor DrawerFigure(Control) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.gef_3.5.1.v20090817-2020.jar

/src/org/eclipse/e4/xwt/vex/provisional/VEXSourceEditingTextTools.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/provisional/VEXSourceEditingTextTools.java
 (at line 13)
import org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools;
Discouraged access: The type XMLSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/provisional/VEXSourceEditingTextTools.java
 (at line 15)
public class VEXSourceEditingTextTools extends XMLSourceEditingTextTools {
Discouraged access: The type XMLSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar

/src/org/eclipse/e4/xwt/vex/templates/VEXTemplateContextTypeXML.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/templates/VEXTemplateContextTypeXML.java
 (at line 13)
import org.eclipse.wst.xml.ui.internal.templates.TemplateContextTypeXML;
Discouraged access: The type TemplateContextTypeXML is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/templates/VEXTemplateContextTypeXML.java
 (at line 15)
public class VEXTemplateContextTypeXML extends TemplateContextTypeXML {
Discouraged access: The type TemplateContextTypeXML is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar

/src/org/eclipse/e4/xwt/vex/text/VEXDocumentRegionEdgeMatcher.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/vex/text/VEXDocumentRegionEdgeMatcher.java
 (at line 13)
import org.eclipse.wst.xml.ui.internal.text.XMLDocumentRegionEdgeMatcher;
Discouraged access: The type XMLDocumentRegionEdgeMatcher is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar
2. WARNING in /src/org/eclipse/e4/xwt/vex/text/VEXDocumentRegionEdgeMatcher.java
 (at line 15)
public class VEXDocumentRegionEdgeMatcher extends XMLDocumentRegionEdgeMatcher {
Discouraged access: The type XMLDocumentRegionEdgeMatcher is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/helios-p2/plugins/org.eclipse.wst.xml.ui_1.1.100.v200908262053.jar