errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged 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 315) 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 316) 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 554) Point location = caret.getLocation(); The local variable location is never read |
6. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 625) 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 765) 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 776) 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 780) 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.ui.workbench_3.100.0.v20110124-1530.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.ui.workbench_3.100.0.v20110124-1530.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.ui.workbench_3.100.0.v20110124-1530.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.ui.workbench_3.100.0.v20110124-1530.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
13. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 326) private IDOMNode getDOMNode(Point point) { Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
14. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 328) StructuredTextViewer textViewer = fTextEditor.getTextViewer(); Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
15. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 344) IDOMNode node = VEXTextEditorHelper.getNode(textViewer, widgetOffset); Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
16. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 411) super.init(site, input); Discouraged access: The method init(IEditorSite, IEditorInput) from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
17. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 422) super.dispose(); Discouraged access: The method dispose() from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
18. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 524) super.createPages(); Discouraged access: The method createPages() from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
19. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 527) StructuredTextViewer textViewer = fTextEditor.getTextViewer(); Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
20. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 534) StructuredTextViewer textViewer = fTextEditor.getTextViewer(); Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
21. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 550) StructuredTextViewer textViewer = fTextEditor.getTextViewer(); Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
22. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 632) return super.getAdapter(type); Discouraged access: The method getAdapter(Class) from the type XMLMultiPageEditorPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
23. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 740) StructuredTextViewer textViewer = fTextEditor.getTextViewer(); Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
24. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 742) IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset); Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
25. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 742) IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset); Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
26. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 742) 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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
27. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 747) updateCodeManager((IDOMNode) root); Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
28. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 750) protected void updateCodeManager(IDOMNode parentNode) { Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
29. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 780) 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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
30. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 781) IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset); Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
31. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 781) IndexedRegion treeNode = ContentAssistUtils.getNodeAt(textViewer, offset); Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
32. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 781) 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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
33. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 790) IDOMNode domNode = (IDOMNode) node; Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
34. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 790) IDOMNode domNode = (IDOMNode) node; Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
35. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 796) IDOMAttr attrNode = (IDOMAttr) nodeMap.item(j); Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
36. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 796) IDOMAttr attrNode = (IDOMAttr) nodeMap.item(j); Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
37. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 832) IDOMNode node = getDOMNode(location); Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
38. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 833) IStructuredDocumentRegion refionDocumentRegion = node.getFirstStructuredDocumentRegion(); Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
39. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 833) IStructuredDocumentRegion refionDocumentRegion = node.getFirstStructuredDocumentRegion(); Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
40. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 859) StructuredTextViewer textViewer = textEditor.getTextViewer(); Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
41. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 875) 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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
42. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 875) 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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
43. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 877) StructuredTextViewer textViewer = textEditor.getTextViewer(); Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
44. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 884) IStructuredDocumentRegion refionDocumentRegion2 = refionDocumentRegion.getNext(); Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
45. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 884) IStructuredDocumentRegion refionDocumentRegion2 = refionDocumentRegion.getNext(); Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
46. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 888) starat = refionDocumentRegion2.getStartOffset(); Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
47. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 889) end = refionDocumentRegion2.getEndOffset(); Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
48. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 892) IStructuredDocumentRegion endStructuredDocumentRegion = addNode.getEndStructuredDocumentRegion(); Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
49. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 892) IStructuredDocumentRegion endStructuredDocumentRegion = addNode.getEndStructuredDocumentRegion(); Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
50. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 895) insertPosition = endStructuredDocumentRegion.getEnd(); Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
51. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 897) IStructuredDocumentRegion startStructuredDocumentRegion = addNode.getStartStructuredDocumentRegion(); Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
52. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 897) IStructuredDocumentRegion startStructuredDocumentRegion = addNode.getStartStructuredDocumentRegion(); Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
53. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 899) insertPosition = startStructuredDocumentRegion.getEnd(); Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.jar |
54. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 902) addNode = (IDOMNode) addNode.getParentNode(); Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
55. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 924) ContextTypeRegistry registry = XMLUIPlugin.getDefault().getTemplateContextRegistry(); Discouraged access: The type XMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
56. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 924) ContextTypeRegistry registry = XMLUIPlugin.getDefault().getTemplateContextRegistry(); Discouraged access: The method getDefault() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
57. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 924) ContextTypeRegistry registry = XMLUIPlugin.getDefault().getTemplateContextRegistry(); Discouraged access: The method getTemplateContextRegistry() from the type XMLUIPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
58. WARNING in /src/org/eclipse/e4/xwt/vex/VEXEditor.java (at line 936) StructuredTextViewer textViewer = textEditor.getTextViewer(); Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.core_1.1.600.v201011021846.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.core_1.1.600.v201010292144.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.sse.ui_1.2.100.v201010292144.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.gef_3.7.0.v20101208-2050.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |
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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.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 /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.wst.xml.ui_1.1.200.v201011031706.jar |