Compiler Report

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

Number of source files: 148 Number of classfiles: 213

Problems: 2148 (Errors: 0 Warnings: 2148 )

Source File: org/eclipse/jst/jsp/css/ui/internal/properties/JSPedCSSPropertySource.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySource.java :

17 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertySource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot

JSPedCSSPropertySource.java :

18 : import org.eclipse.wst.css.ui.internal.properties.CSSPropertySource;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertySource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot

JSPedCSSPropertySource.java :

22 : public class JSPedCSSPropertySource extends CSSPropertySource {

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySource.java :

24 : public JSPedCSSPropertySource(ICSSNode target) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor CSSPropertySource(ICSSNode) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot

JSPedCSSPropertySource.java :

25 : super(target);

6. WARNING: DiscouragedReference

Discouraged access: The method setPropertyValue(Object, Object) from the type CSSPropertySource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot

JSPedCSSPropertySource.java :

38 : super.setPropertyValue(name, value);

Source File: org/eclipse/jst/jsp/css/ui/internal/registry/AdapterFactoryProviderJSPedCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryProviderCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot

AdapterFactoryProviderJSPedCSS.java :

14 : import org.eclipse.wst.css.ui.internal.registry.AdapterFactoryProviderCSS;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderJSPedCSS.java :

15 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IDocumentTypeHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryProviderCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot

AdapterFactoryProviderJSPedCSS.java :

17 : public class AdapterFactoryProviderJSPedCSS extends AdapterFactoryProviderCSS {

4. WARNING: DiscouragedReference

Discouraged access: The type IDocumentTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AdapterFactoryProviderJSPedCSS.java :

20 : public boolean isFor(IDocumentTypeHandler contentTypeDescription) {

Source File: org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

32 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPedCSSPropertySheetConfiguration.java :

36 : import org.eclipse.wst.xml.ui.internal.XMLUIMessages;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

39 : private class CSSPropertySheetRefreshAdapter implements INodeAdapter {

6. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

44 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

7. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

53 : private ICSSNode fSource = null;

8. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

60 : if (object instanceof ICSSNode) {

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

61 : fSource = (ICSSNode)object;

10. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPedCSSPropertySheetConfiguration.java :

78 : super(XMLUIMessages.JFaceNodeAdapter_1);

11. WARNING: DiscouragedReference

Discouraged access: The field JFaceNodeAdapter_1 from the type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPedCSSPropertySheetConfiguration.java :

78 : super(XMLUIMessages.JFaceNodeAdapter_1);

12. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

110 : private INodeAdapter fRefreshAdapter = new CSSPropertySheetRefreshAdapter();

13. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

112 : private INodeNotifier[] fSelectedNotifiers;

14. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

126 : fSelectedNotifiers[i].removeAdapter(fRefreshAdapter);

15. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

136 : if (selectedObjects[i] instanceof ICSSNode) {

16. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

137 : ICSSNode node = (ICSSNode) selectedObjects[i];

17. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

137 : ICSSNode node = (ICSSNode) selectedObjects[i];

18. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {

19. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {

20. WARNING: DiscouragedReference

Discouraged access: The field PRIMITIVEVALUE_NODE from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {

21. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {

23. WARNING: DiscouragedReference

Discouraged access: The field STYLEDECLITEM_NODE from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

138 : while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {

24. WARNING: DiscouragedReference

Discouraged access: The method getParentNode() from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.core/@dot

JSPedCSSPropertySheetConfiguration.java :

139 : node = node.getParentNode();

25. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

152 : if (selectedObjects[i] instanceof INodeNotifier) {

26. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

154 : ((INodeNotifier) selectedObjects[i]).addAdapter(fRefreshAdapter);

27. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

154 : ((INodeNotifier) selectedObjects[i]).addAdapter(fRefreshAdapter);

28. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

157 : fSelectedNotifiers = (INodeNotifier[]) selectedNotifiers.toArray(new INodeNotifier[selectedNotifiers.size()]);

29. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

157 : fSelectedNotifiers = (INodeNotifier[]) selectedNotifiers.toArray(new INodeNotifier[selectedNotifiers.size()]);

30. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPedCSSPropertySheetConfiguration.java :

183 : fSelectedNotifiers[i].removeAdapter(fRefreshAdapter);

Source File: org/eclipse/jst/jsp/ui/StructuredTextViewerConfigurationJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

StructuredTextViewerConfigurationJSP.java :

46 : import org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

StructuredTextViewerConfigurationJSP.java :

47 : import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormattingStrategy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

52 : import org.eclipse.wst.sse.ui.internal.format.StructuredFormattingStrategy;

4. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

53 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;

5. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextViewerConfigurationJSP.java :

54 : import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;

6. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

StructuredTextViewerConfigurationJSP.java :

57 : import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider;

7. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

79 : private LineStyleProvider fLineStyleProviderForJava;

8. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

83 : private LineStyleProvider fLineStyleProviderForJSP;

9. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

87 : private LineStyleProvider fLineStyleProviderForJSPEL;

10. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredFormattingStrategy(IStructuredFormatProcessor) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

232 : multiFormatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));

11. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormattingStrategy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

232 : multiFormatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));

12. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLFormatProcessorImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

StructuredTextViewerConfigurationJSP.java :

232 : multiFormatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));

13. WARNING: DiscouragedReference

Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

StructuredTextViewerConfigurationJSP.java :

232 : multiFormatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));

14. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

289 : public LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer, String partitionType) {

15. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

290 : LineStyleProvider[] providers = null;

16. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

305 : providers = new LineStyleProvider[]{getLineStyleProviderForJava()};

17. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

308 : providers = new LineStyleProvider[]{getLineStyleProviderForJSPEL()};

18. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

311 : providers = new LineStyleProvider[]{getLineStyleProviderForJSP()};

19. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

317 : private LineStyleProvider getLineStyleProviderForJava() {

20. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

324 : private LineStyleProvider getLineStyleProviderForJSP() {

21. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

StructuredTextViewerConfigurationJSP.java :

331 : private LineStyleProvider getLineStyleProviderForJSPEL() {

22. WARNING: DiscouragedReference

Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

StructuredTextViewerConfigurationJSP.java :

340 : fStatusLineLabelProvider = new JFaceNodeLabelProvider() {

23. WARNING: DiscouragedReference

Discouraged access: The method getText(Object) from the type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

StructuredTextViewerConfigurationJSP.java :

346 : return super.getText(element);

24. WARNING: DiscouragedReference

Discouraged access: The method getText(Object) from the type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

StructuredTextViewerConfigurationJSP.java :

353 : s.insert(0, super.getText(node));

25. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

StructuredTextViewerConfigurationJSP.java :

381 : targets.put(ContentTypeIdForHTML.ContentTypeID_HTML, null);

26. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

StructuredTextViewerConfigurationJSP.java :

381 : targets.put(ContentTypeIdForHTML.ContentTypeID_HTML, null);

27. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextViewerConfigurationJSP.java :

382 : targets.put(ContentTypeIdForXML.ContentTypeID_XML, null);

28. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_XML from the type ContentTypeIdForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextViewerConfigurationJSP.java :

382 : targets.put(ContentTypeIdForXML.ContentTypeID_XML, null);

Source File: org/eclipse/jst/jsp/ui/internal/JSPUIPlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPlugin.java :

22 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPlugin.java :

23 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl;

3. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPlugin.java :

56 : public AdapterFactoryRegistry getAdapterFactoryRegistry() {

4. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPlugin.java :

57 : return AdapterFactoryRegistryImpl.getInstance();

5. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPlugin.java :

57 : return AdapterFactoryRegistryImpl.getInstance();

Source File: org/eclipse/jst/jsp/ui/internal/autoedit/AutoEditStrategyForTabs.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

31 : import org.eclipse.wst.html.core.internal.HTMLCorePlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

32 : import org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames;

3. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

181 : Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();

4. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type HTMLCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

181 : Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();

5. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

182 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))

6. WARNING: DiscouragedReference

Discouraged access: The field SPACE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

182 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))

7. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

182 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))

8. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

182 : if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))

9. WARNING: DiscouragedReference

Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

183 : width = preferences.getInt(HTMLCorePreferenceNames.INDENTATION_SIZE);

10. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

AutoEditStrategyForTabs.java :

183 : width = preferences.getInt(HTMLCorePreferenceNames.INDENTATION_SIZE);

Source File: org/eclipse/jst/jsp/ui/internal/autoedit/StructuredAutoEditStrategyJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

31 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

39 : IStructuredModel model = null;

7. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

41 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

47 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

47 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);

10. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

47 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);

11. WARNING: DiscouragedReference

Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

48 : if (prefixedWith(document, command.offset, "<") && !node.getSource().endsWith("%>")) { //$NON-NLS-1$ //$NON-NLS-2$

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

56 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

56 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);

14. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

56 : IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);

15. WARNING: DiscouragedReference

Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

58 : !node.getSource().endsWith("}")) { //$NON-NLS-1$ //$NON-NLS-2$

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

69 : IStructuredDocument doc = (IStructuredDocument) document;

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

69 : IStructuredDocument doc = (IStructuredDocument) document;

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

70 : IStructuredDocumentRegion[] regions = doc.getStructuredDocumentRegions(command.offset - 1, 1);

19. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocumentRegions(int, int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

70 : IStructuredDocumentRegion[] regions = doc.getStructuredDocumentRegions(command.offset - 1, 1);

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

72 : IStructuredDocumentRegion region = regions[regions.length - 1];

21. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

73 : if (region.getRegionAtCharacterOffset(command.offset - 1).getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

22. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

73 : if (region.getRegionAtCharacterOffset(command.offset - 1).getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

23. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

73 : if (region.getRegionAtCharacterOffset(command.offset - 1).getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

24. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredAutoEditStrategyJSP.java :

73 : if (region.getRegionAtCharacterOffset(command.offset - 1).getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

25. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredAutoEditStrategyJSP.java :

87 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/breakpointproviders/AbstractBreakpointProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;

7. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

8. WARNING: DiscouragedReference

Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractBreakpointProvider.java :

28 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools;

9. WARNING: DiscouragedReference

Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractBreakpointProvider.java :

29 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.IBreakpointProvider;

10. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

30 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

31 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

12. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

32 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

13. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

33 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

14. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

34 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper;

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

35 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

16. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

36 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractBreakpointProvider.java :

37 : import org.eclipse.wst.xml.ui.internal.provisional.IDOMSourceEditingTextTools;

18. WARNING: DiscouragedReference

Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractBreakpointProvider.java :

51 : public abstract class AbstractBreakpointProvider implements IBreakpointProvider {

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

107 : private static int getValidRegionPosition(IStructuredModel model, ITextRegionCollection regionContainer, int startOffset, int endOffset) {

20. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

107 : private static int getValidRegionPosition(IStructuredModel model, ITextRegionCollection regionContainer, int startOffset, int endOffset) {

21. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

109 : ITextRegionList regions = regionContainer.getRegions();

22. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

109 : ITextRegionList regions = regionContainer.getRegions();

23. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

110 : for (int i = 0; i < regions.size(); i++) {

24. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

111 : ITextRegion region = regions.get(i);

25. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

111 : ITextRegion region = regions.get(i);

26. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

112 : if (region instanceof ITextRegionCollection) {

27. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

113 : int validPosition = getValidRegionPosition(model, (ITextRegionCollection) region, startOffset, endOffset);

28. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

119 : if (regionContainer.getEndOffset(region) > startOffset) {

29. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

121 : int regionStartOffset = regionContainer.getStartOffset(region);

30. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

130 : if (region.getType().equals(DOMJSPRegionContexts.JSP_CONTENT)) {

31. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {

32. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {

33. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {

34. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {

35. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {

36. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {

37. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

159 : else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME) && (isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY) || regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY))) {

38. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

171 : IndexedRegion node = model.getIndexedRegion(regionStartOffset);

39. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

171 : IndexedRegion node = model.getIndexedRegion(regionStartOffset);

40. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

193 : private static boolean isCustomTagRegion(IndexedRegion node) {

41. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

197 : ModelQuery mq = ModelQueryUtil.getModelQuery(xmlElement.getOwnerDocument());

42. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

197 : ModelQuery mq = ModelQueryUtil.getModelQuery(xmlElement.getOwnerDocument());

43. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

197 : ModelQuery mq = ModelQueryUtil.getModelQuery(xmlElement.getOwnerDocument());

44. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

198 : CMElementDeclaration decl = mq.getCMElementDeclaration(xmlElement);

45. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

198 : CMElementDeclaration decl = mq.getCMElementDeclaration(xmlElement);

46. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

199 : if (decl instanceof CMNodeWrapper) {

47. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

200 : CMNode cmNode = ((CMNodeWrapper) decl).getOriginNode();

48. WARNING: DiscouragedReference

Discouraged access: The method getOriginNode() from the type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

200 : CMNode cmNode = ((CMNodeWrapper) decl).getOriginNode();

49. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

200 : CMNode cmNode = ((CMNodeWrapper) decl).getOriginNode();

50. WARNING: DiscouragedReference

Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractBreakpointProvider.java :

207 : private ISourceEditingTextTools fSourceEditingTextTools;

51. WARNING: DiscouragedReference

Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractBreakpointProvider.java :

218 : public ISourceEditingTextTools getSourceEditingTextTools() {

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractBreakpointProvider.java :

223 : if (!(getSourceEditingTextTools() instanceof IDOMSourceEditingTextTools)) {

53. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

248 : IStructuredDocumentRegion flatNode = ((IStructuredDocument) idoc).getRegionAtCharacterOffset(startOffset);

54. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

248 : IStructuredDocumentRegion flatNode = ((IStructuredDocument) idoc).getRegionAtCharacterOffset(startOffset);

55. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

248 : IStructuredDocumentRegion flatNode = ((IStructuredDocument) idoc).getRegionAtCharacterOffset(startOffset);

56. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

252 : int validPosition = getValidRegionPosition(((IDOMDocument) ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode, startOffset, endOffset);

57. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractBreakpointProvider.java :

252 : int validPosition = getValidRegionPosition(((IDOMDocument) ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode, startOffset, endOffset);

58. WARNING: DiscouragedReference

Discouraged access: The method getDOMDocument() from the type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractBreakpointProvider.java :

252 : int validPosition = getValidRegionPosition(((IDOMDocument) ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode, startOffset, endOffset);

59. WARNING: DiscouragedReference

Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

AbstractBreakpointProvider.java :

252 : int validPosition = getValidRegionPosition(((IDOMDocument) ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode, startOffset, endOffset);

60. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractBreakpointProvider.java :

260 : flatNode = flatNode.getNext();

61. WARNING: DiscouragedReference

Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractBreakpointProvider.java :

265 : public void setSourceEditingTextTools(ISourceEditingTextTools sourceEditingTextTools) {

Source File: org/eclipse/jst/jsp/ui/internal/breakpointproviders/JavaBreakpointProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JavaBreakpointProvider.java :

24 : import org.eclipse.wst.xml.ui.internal.provisional.IDOMSourceEditingTextTools;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JavaBreakpointProvider.java :

76 : if (getSourceEditingTextTools() instanceof IDOMSourceEditingTextTools) {

3. WARNING: DiscouragedReference

Discouraged access: The method getDOMDocument() from the type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JavaBreakpointProvider.java :

77 : doc = ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument();

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JavaBreakpointProvider.java :

77 : doc = ((IDOMSourceEditingTextTools) getSourceEditingTextTools()).getDOMDocument();

Source File: org/eclipse/jst/jsp/ui/internal/breakpointproviders/JavaStratumBreakpointProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaStratumBreakpointProvider.java :

38 : import org.eclipse.wst.sse.ui.internal.StructuredResourceMarkerAnnotationModel;

2. WARNING: DiscouragedReference

Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaStratumBreakpointProvider.java :

39 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools;

3. WARNING: DiscouragedReference

Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaStratumBreakpointProvider.java :

40 : import org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.IBreakpointProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type IBreakpointProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaStratumBreakpointProvider.java :

46 : public class JavaStratumBreakpointProvider implements IBreakpointProvider, IExecutableExtension {

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaStratumBreakpointProvider.java :

74 : attributes.put(StructuredResourceMarkerAnnotationModel.SECONDARY_ID_KEY, id);

6. WARNING: DiscouragedReference

Discouraged access: The field SECONDARY_ID_KEY from the type StructuredResourceMarkerAnnotationModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaStratumBreakpointProvider.java :

74 : attributes.put(StructuredResourceMarkerAnnotationModel.SECONDARY_ID_KEY, id);

7. WARNING: DiscouragedReference

Discouraged access: The type ISourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaStratumBreakpointProvider.java :

217 : public void setSourceEditingTextTools(ISourceEditingTextTools tools) {

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/AutoImportProposal.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The method setCursorPosition(int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AutoImportProposal.java :

76 : setCursorPosition(getCursorPosition() + insertText.length());

9. WARNING: DiscouragedReference

Discouraged access: The method getCursorPosition() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AutoImportProposal.java :

76 : setCursorPosition(getCursorPosition() + insertText.length());

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

86 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);

11. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

86 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

89 : if (sModel instanceof IDOMModel) {

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

90 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

14. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

90 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

90 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

92 : if (docElement != null && docElement instanceof IDOMElement) {

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

93 : IStructuredDocumentRegion sdRegion = ((IDOMElement) docElement).getFirstStructuredDocumentRegion();

18. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

93 : IStructuredDocumentRegion sdRegion = ((IDOMElement) docElement).getFirstStructuredDocumentRegion();

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

93 : IStructuredDocumentRegion sdRegion = ((IDOMElement) docElement).getFirstStructuredDocumentRegion();

20. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

96 : pos = sdRegion.getEndOffset();

21. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

100 : pos = sdRegion.getStartOffset();

22. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

108 : sModel.releaseFromRead();

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

117 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);

24. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

117 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);

25. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

119 : if (sModel instanceof IDOMModel) {

26. WARNING: DiscouragedReference

Discouraged access: The method getContentTypeIdentifier() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

120 : String contentType = ((IDOMModel) sModel).getContentTypeIdentifier();

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

120 : String contentType = ((IDOMModel) sModel).getContentTypeIdentifier();

28. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

132 : sModel.releaseFromRead();

29. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

144 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);

30. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

144 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(doc);

31. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

148 : if (sModel instanceof IDOMModel) {

32. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

149 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

33. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

149 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

34. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

149 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

35. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

151 : isXml = docElement != null && ((docElement.getNodeName().equals("jsp:root")) || docElement.getAttributeNode("xmlns:jsp") != null || ((((IDOMNode) docElement).getStartStructuredDocumentRegion() == null && ((IDOMNode) docElement).getEndStructuredDocumentRegion() == null))); //$NON-NLS-1$ //$NON-NLS-2$

36. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

151 : isXml = docElement != null && ((docElement.getNodeName().equals("jsp:root")) || docElement.getAttributeNode("xmlns:jsp") != null || ((((IDOMNode) docElement).getStartStructuredDocumentRegion() == null && ((IDOMNode) docElement).getEndStructuredDocumentRegion() == null))); //$NON-NLS-1$ //$NON-NLS-2$

37. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

151 : isXml = docElement != null && ((docElement.getNodeName().equals("jsp:root")) || docElement.getAttributeNode("xmlns:jsp") != null || ((((IDOMNode) docElement).getStartStructuredDocumentRegion() == null && ((IDOMNode) docElement).getEndStructuredDocumentRegion() == null))); //$NON-NLS-1$ //$NON-NLS-2$

38. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AutoImportProposal.java :

151 : isXml = docElement != null && ((docElement.getNodeName().equals("jsp:root")) || docElement.getAttributeNode("xmlns:jsp") != null || ((((IDOMNode) docElement).getStartStructuredDocumentRegion() == null && ((IDOMNode) docElement).getEndStructuredDocumentRegion() == null))); //$NON-NLS-1$ //$NON-NLS-2$

39. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

158 : sModel.releaseFromRead();

40. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

169 : String delim = (doc instanceof IStructuredDocument) ? ((IStructuredDocument) doc).getLineDelimiter() : TextUtilities.getDefaultLineDelimiter(doc);

41. WARNING: DiscouragedReference

Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

169 : String delim = (doc instanceof IStructuredDocument) ? ((IStructuredDocument) doc).getLineDelimiter() : TextUtilities.getDefaultLineDelimiter(doc);

42. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AutoImportProposal.java :

169 : String delim = (doc instanceof IStructuredDocument) ? ((IStructuredDocument) doc).getLineDelimiter() : TextUtilities.getDefaultLineDelimiter(doc);

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/CustomTemplateProposal.java
1. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CustomTemplateProposal.java :

20 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceCompletionProposal;

2. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CustomTemplateProposal.java :

28 : class CustomTemplateProposal extends TemplateProposal implements IRelevanceCompletionProposal {

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPCompletionProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProcessor.java :

28 : import org.eclipse.wst.sse.ui.internal.IReleasable;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProcessor.java :

29 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCompletionProcessor.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCompletionProcessor.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProcessor.java :

38 : public class JSPCompletionProcessor implements IContentAssistProcessor, IReleasable {

6. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProcessor.java :

50 : protected StructuredTextViewer fViewer = null;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCompletionProcessor.java :

71 : IDOMModel xmlModel = null;

8. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProcessor.java :

73 : if (viewer instanceof StructuredTextViewer)

9. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProcessor.java :

74 : fViewer = (StructuredTextViewer) viewer;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCompletionProcessor.java :

76 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fViewer.getDocument());

11. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPCompletionProcessor.java :

76 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(fViewer.getDocument());

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCompletionProcessor.java :

78 : IDOMDocument xmlDoc = xmlModel.getDocument();

13. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCompletionProcessor.java :

78 : IDOMDocument xmlDoc = xmlModel.getDocument();

14. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPCompletionProcessor.java :

80 : fTranslationAdapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);

15. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPCompletionProcessor.java :

116 : xmlModel.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPCompletionProposal.java
1. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProposal.java :

20 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

2. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProposal.java :

27 : public class JSPCompletionProposal extends CustomCompletionProposal implements IJavaCompletionProposal, ICompletionProposalExtension5 {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProposal.java :

40 : super(replacementString, replacementOffset, replacementLength, cursorPosition, image, displayString, contextInformation, additionalProposalInfo, relevance, updateReplacementLengthOnValidate);

4. WARNING: DiscouragedReference

Discouraged access: The method apply(ITextViewer, char, int, int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProposal.java :

47 : super.apply(viewer, trigger, stateMask, offset);

5. WARNING: DiscouragedReference

Discouraged access: The method getAdditionalProposalInfo() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProposal.java :

59 : String additionalInfo = super.getAdditionalProposalInfo();

6. WARNING: DiscouragedReference

Discouraged access: The method getAdditionalProposalInfo() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPCompletionProposal.java :

71 : Object additionalInfo = super.getAdditionalProposalInfo();

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.css.ui/@dot

JSPContentAssistProcessor.java :

47 : import org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPContentAssistProcessor.java :

48 : import org.eclipse.wst.html.core.internal.contentmodel.HTMLElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type JSPCMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPContentAssistProcessor.java :

49 : import org.eclipse.wst.html.core.internal.contentmodel.JSPCMDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type HTMLCMProperties is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPContentAssistProcessor.java :

50 : import org.eclipse.wst.html.core.internal.provisional.HTMLCMProperties;

5. WARNING: DiscouragedReference

Discouraged access: The type HTMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPContentAssistProcessor.java :

53 : import org.eclipse.wst.html.ui.internal.contentassist.HTMLContentAssistProcessor;

6. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

55 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

7. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

57 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

58 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

10. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

59 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

60 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

61 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

62 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;

14. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

63 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

15. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

64 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

65 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

17. WARNING: DiscouragedReference

Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPContentAssistProcessor.java :

68 : import org.eclipse.wst.sse.ui.internal.IReleasable;

18. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPContentAssistProcessor.java :

69 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

19. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPContentAssistProcessor.java :

70 : import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;

20. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPContentAssistProcessor.java :

71 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

21. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPContentAssistProcessor.java :

72 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceCompletionProposal;

22. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPContentAssistProcessor.java :

73 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceConstants;

23. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPContentAssistProcessor.java :

74 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryProvider;

24. WARNING: DiscouragedReference

Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPContentAssistProcessor.java :

75 : import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry;

25. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

76 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

26. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

77 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

27. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

78 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

28. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

79 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

29. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

80 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQueryAction;

30. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

81 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

31. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

82 : import org.eclipse.wst.xml.core.internal.parser.XMLSourceParser;

32. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

83 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

33. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentTracker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

84 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocumentTracker;

34. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

85 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper;

35. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

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

36. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

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

37. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

88 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

38. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

89 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

39. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

91 : import org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor;

40. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

92 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;

41. WARNING: DiscouragedReference

Discouraged access: The type NonValidatingModelQueryAction is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

93 : import org.eclipse.wst.xml.ui.internal.contentassist.NonValidatingModelQueryAction;

42. WARNING: DiscouragedReference

Discouraged access: The type ProposalComparator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

94 : import org.eclipse.wst.xml.ui.internal.contentassist.ProposalComparator;

43. WARNING: DiscouragedReference

Discouraged access: The type XMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

95 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor;

44. WARNING: DiscouragedReference

Discouraged access: The type XMLContentAssistUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

96 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities;

45. WARNING: DiscouragedReference

Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

97 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLRelevanceConstants;

46. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

110 : public class JSPContentAssistProcessor extends AbstractContentAssistProcessor {

47. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractContentAssistProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

124 : super();

48. WARNING: DiscouragedReference

Discouraged access: The type HTMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPContentAssistProcessor.java :

148 : HTMLContentAssistProcessor htmlProcessor = new HTMLContentAssistProcessor();

49. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLContentAssistProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPContentAssistProcessor.java :

148 : HTMLContentAssistProcessor htmlProcessor = new HTMLContentAssistProcessor();

50. WARNING: DiscouragedReference

Discouraged access: The type HTMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPContentAssistProcessor.java :

148 : HTMLContentAssistProcessor htmlProcessor = new HTMLContentAssistProcessor();

51. WARNING: DiscouragedReference

Discouraged access: The type XMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

150 : XMLContentAssistProcessor xmlProcessor = new XMLContentAssistProcessor();

52. WARNING: DiscouragedReference

Discouraged access: The constructor XMLContentAssistProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

150 : XMLContentAssistProcessor xmlProcessor = new XMLContentAssistProcessor();

53. WARNING: DiscouragedReference

Discouraged access: The type XMLContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

150 : XMLContentAssistProcessor xmlProcessor = new XMLContentAssistProcessor();

54. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

171 : protected void addCommentProposal(ContentAssistRequest contentAssistRequest) {

55. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

175 : protected void addDocTypeProposal(ContentAssistRequest contentAssistRequest) {

56. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

179 : protected void addEmptyDocumentProposals(ContentAssistRequest contentAssistRequest) {

57. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

180 : if (ContentTypeIdForJSP.ContentTypeID_JSPTAG.equals(((IDOMNode) contentAssistRequest.getNode()).getModel().getContentTypeIdentifier())) {

58. WARNING: DiscouragedReference

Discouraged access: The method getContentTypeIdentifier() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

180 : if (ContentTypeIdForJSP.ContentTypeID_JSPTAG.equals(((IDOMNode) contentAssistRequest.getNode()).getModel().getContentTypeIdentifier())) {

59. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

180 : if (ContentTypeIdForJSP.ContentTypeID_JSPTAG.equals(((IDOMNode) contentAssistRequest.getNode()).getModel().getContentTypeIdentifier())) {

60. WARNING: DiscouragedReference

Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

180 : if (ContentTypeIdForJSP.ContentTypeID_JSPTAG.equals(((IDOMNode) contentAssistRequest.getNode()).getModel().getContentTypeIdentifier())) {

61. WARNING: DiscouragedReference

Discouraged access: The method addEmptyDocumentProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

187 : super.addEmptyDocumentProposals(contentAssistRequest);

62. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

191 : protected void addEndTagNameProposals(ContentAssistRequest contentAssistRequest) {

63. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

195 : protected void addPCDATAProposal(String nodeName, ContentAssistRequest contentAssistRequest) {

64. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

199 : protected void addStartDocumentProposals(ContentAssistRequest contentAssistRequest) {

65. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

203 : protected void addTagCloseProposals(ContentAssistRequest contentAssistRequest) {

66. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

207 : protected void addXMLProposal(ContentAssistRequest contentAssistRequest) {

67. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

211 : protected void addEndTagProposals(ContentAssistRequest contentAssistRequest) {

68. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

215 : protected void addAttributeNameProposals(ContentAssistRequest contentAssistRequest) {

69. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

222 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {

70. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

225 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

71. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

225 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

72. WARNING: DiscouragedReference

Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

225 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

73. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

238 : ModelQuery mq = ModelQueryUtil.getModelQuery(node.getOwnerDocument());

74. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

238 : ModelQuery mq = ModelQueryUtil.getModelQuery(node.getOwnerDocument());

75. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

238 : ModelQuery mq = ModelQueryUtil.getModelQuery(node.getOwnerDocument());

76. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

240 : CMDocument doc = mq.getCorrespondingCMDocument(node);

77. WARNING: DiscouragedReference

Discouraged access: The method getCorrespondingCMDocument(Node) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

240 : CMDocument doc = mq.getCorrespondingCMDocument(node);

78. WARNING: DiscouragedReference

Discouraged access: The type JSPCMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPContentAssistProcessor.java :

242 : if (doc instanceof JSPCMDocument || doc instanceof CMNodeWrapper || node.getNodeName().startsWith("jsp:")) //$NON-NLS-1$

79. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

242 : if (doc instanceof JSPCMDocument || doc instanceof CMNodeWrapper || node.getNodeName().startsWith("jsp:")) //$NON-NLS-1$

80. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

247 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();

81. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

247 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();

82. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

248 : ITextRegionList openRegions = open.getRegions();

83. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

248 : ITextRegionList openRegions = open.getRegions();

84. WARNING: DiscouragedReference

Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

249 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

85. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

249 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

86. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

252 : ITextRegion nameRegion = null;

87. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

254 : nameRegion = openRegions.get(i--);

88. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

255 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

89. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

255 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

90. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

255 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

91. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

261 : attributeName = open.getText(nameRegion);

92. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

93. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

94. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

95. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

96. WARNING: DiscouragedReference

Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

97. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

98. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

99. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

100. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPContentAssistProcessor.java :

267 : if ((contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS && contentAssistRequest.getReplacementLength() == 0) || (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && (currentValue == null || currentValue.length() == 0))) {

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPDummyContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

26 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

27 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

29 : import org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor;

10. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

30 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;

11. WARNING: DiscouragedReference

Discouraged access: The type XMLContentModelGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

31 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLContentModelGenerator;

12. WARNING: DiscouragedReference

Discouraged access: The type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

41 : public class JSPDummyContentAssistProcessor extends AbstractContentAssistProcessor {

13. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

42 : protected void addAttributeNameProposals(ContentAssistRequest contentAssistRequest) {

14. WARNING: DiscouragedReference

Discouraged access: The method addAttributeNameProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

43 : super.addAttributeNameProposals(contentAssistRequest);

15. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

46 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {

16. WARNING: DiscouragedReference

Discouraged access: The method addAttributeValueProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

47 : super.addAttributeValueProposals(contentAssistRequest);

17. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

51 : protected void addCommentProposal(ContentAssistRequest contentAssistRequest) {

18. WARNING: DiscouragedReference

Discouraged access: The method addCommentProposal(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

52 : super.addCommentProposal(contentAssistRequest);

19. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

56 : protected void addContent(List contentList, CMContent content) {

20. WARNING: DiscouragedReference

Discouraged access: The method addContent(List, CMContent) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

57 : super.addContent(contentList, content);

21. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

61 : protected void addDocTypeProposal(ContentAssistRequest contentAssistRequest) {

22. WARNING: DiscouragedReference

Discouraged access: The method addDocTypeProposal(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

62 : super.addDocTypeProposal(contentAssistRequest);

23. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

66 : protected void addEmptyDocumentProposals(ContentAssistRequest contentAssistRequest) {

24. WARNING: DiscouragedReference

Discouraged access: The method addEmptyDocumentProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

67 : super.addEmptyDocumentProposals(contentAssistRequest);

25. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

71 : protected void addEndTagNameProposals(ContentAssistRequest contentAssistRequest) {

26. WARNING: DiscouragedReference

Discouraged access: The method addEndTagNameProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

72 : super.addEndTagNameProposals(contentAssistRequest);

27. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

76 : protected void addEndTagProposals(ContentAssistRequest contentAssistRequest) {

28. WARNING: DiscouragedReference

Discouraged access: The method addEndTagProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

77 : super.addEndTagProposals(contentAssistRequest);

29. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

81 : protected void addEntityProposals(ContentAssistRequest contentAssistRequest, int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {

30. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

81 : protected void addEntityProposals(ContentAssistRequest contentAssistRequest, int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {

31. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

81 : protected void addEntityProposals(ContentAssistRequest contentAssistRequest, int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {

32. WARNING: DiscouragedReference

Discouraged access: The method addEntityProposals(ContentAssistRequest, int, ITextRegion, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

82 : super.addEntityProposals(contentAssistRequest, documentPosition, completionRegion, treeNode);

33. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

86 : protected void addEntityProposals(Vector proposals, Properties map, String key, int nodeOffset, IStructuredDocumentRegion parent, ITextRegion completionRegion) {

34. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

86 : protected void addEntityProposals(Vector proposals, Properties map, String key, int nodeOffset, IStructuredDocumentRegion parent, ITextRegion completionRegion) {

35. WARNING: DiscouragedReference

Discouraged access: The method addEntityProposals(Vector, Properties, String, int, IStructuredDocumentRegion, ITextRegion) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

87 : super.addEntityProposals(proposals, map, key, nodeOffset, parent, completionRegion);

36. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

91 : protected void addPCDATAProposal(String nodeName, ContentAssistRequest contentAssistRequest) {

37. WARNING: DiscouragedReference

Discouraged access: The method addPCDATAProposal(String, ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

92 : super.addPCDATAProposal(nodeName, contentAssistRequest);

38. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

96 : protected void addStartDocumentProposals(ContentAssistRequest contentAssistRequest) {

39. WARNING: DiscouragedReference

Discouraged access: The method addStartDocumentProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

97 : super.addStartDocumentProposals(contentAssistRequest);

40. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

101 : protected void addTagCloseProposals(ContentAssistRequest contentAssistRequest) {

41. WARNING: DiscouragedReference

Discouraged access: The method addTagCloseProposals(ContentAssistRequest) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

102 : super.addTagCloseProposals(contentAssistRequest);

42. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

106 : protected void addTagInsertionProposals(ContentAssistRequest contentAssistRequest, int childPosition) {

43. WARNING: DiscouragedReference

Discouraged access: The method addTagInsertionProposals(ContentAssistRequest, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

107 : super.addTagInsertionProposals(contentAssistRequest, childPosition);

44. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

111 : protected void addTagNameProposals(ContentAssistRequest contentAssistRequest, int childPosition) {

45. WARNING: DiscouragedReference

Discouraged access: The method addTagNameProposals(ContentAssistRequest, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

112 : super.addTagNameProposals(contentAssistRequest, childPosition);

46. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

115 : protected boolean attributeInList(IDOMNode node, Node parent, CMNode cmnode) {

47. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

115 : protected boolean attributeInList(IDOMNode node, Node parent, CMNode cmnode) {

48. WARNING: DiscouragedReference

Discouraged access: The method attributeInList(IDOMNode, Node, CMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

116 : return super.attributeInList(node, parent, cmnode);

49. WARNING: DiscouragedReference

Discouraged access: The method beginsWith(String, String) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

121 : return super.beginsWith(aString, prefix);

50. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

125 : protected ContentAssistRequest computeAttributeProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

51. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

125 : protected ContentAssistRequest computeAttributeProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

125 : protected ContentAssistRequest computeAttributeProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

53. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

125 : protected ContentAssistRequest computeAttributeProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

54. WARNING: DiscouragedReference

Discouraged access: The method computeAttributeProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

126 : return super.computeAttributeProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);

55. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

130 : protected ContentAssistRequest computeAttributeValueProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

56. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

130 : protected ContentAssistRequest computeAttributeValueProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

57. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

130 : protected ContentAssistRequest computeAttributeValueProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

58. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

130 : protected ContentAssistRequest computeAttributeValueProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

59. WARNING: DiscouragedReference

Discouraged access: The method computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

131 : return super.computeAttributeValueProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);

60. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

135 : protected ContentAssistRequest computeCompletionProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode treeNode, IDOMNode xmlnode) {

61. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

135 : protected ContentAssistRequest computeCompletionProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode treeNode, IDOMNode xmlnode) {

62. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

135 : protected ContentAssistRequest computeCompletionProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode treeNode, IDOMNode xmlnode) {

63. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

135 : protected ContentAssistRequest computeCompletionProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode treeNode, IDOMNode xmlnode) {

64. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

136 : return super.computeCompletionProposals(documentPosition, matchString, completionRegion, treeNode, xmlnode);

65. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

141 : return super.computeCompletionProposals(viewer, documentOffset);

66. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

145 : protected ContentAssistRequest computeContentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

67. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

145 : protected ContentAssistRequest computeContentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

68. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

145 : protected ContentAssistRequest computeContentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

69. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

145 : protected ContentAssistRequest computeContentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

70. WARNING: DiscouragedReference

Discouraged access: The method computeContentProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

146 : return super.computeContentProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);

71. WARNING: DiscouragedReference

Discouraged access: The method computeContextInformation(ITextViewer, int) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

155 : return super.computeContextInformation(viewer, documentOffset);

72. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

158 : protected ContentAssistRequest computeEndTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

73. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

158 : protected ContentAssistRequest computeEndTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

74. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

158 : protected ContentAssistRequest computeEndTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

75. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

158 : protected ContentAssistRequest computeEndTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

76. WARNING: DiscouragedReference

Discouraged access: The method computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

159 : return super.computeEndTagOpenProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);

77. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

163 : protected ICompletionProposal[] computeEntityReferenceProposals(int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {

78. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

163 : protected ICompletionProposal[] computeEntityReferenceProposals(int documentPosition, ITextRegion completionRegion, IDOMNode treeNode) {

79. WARNING: DiscouragedReference

Discouraged access: The method computeEntityReferenceProposals(int, ITextRegion, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

164 : return super.computeEntityReferenceProposals(documentPosition, completionRegion, treeNode);

80. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

167 : protected ContentAssistRequest computeEqualsProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

81. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

167 : protected ContentAssistRequest computeEqualsProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

82. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

167 : protected ContentAssistRequest computeEqualsProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

83. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

167 : protected ContentAssistRequest computeEqualsProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

84. WARNING: DiscouragedReference

Discouraged access: The method computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

168 : return super.computeEqualsProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);

85. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

171 : protected ContentAssistRequest computeStartDocumentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

86. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

171 : protected ContentAssistRequest computeStartDocumentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

87. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

171 : protected ContentAssistRequest computeStartDocumentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

88. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

171 : protected ContentAssistRequest computeStartDocumentProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

89. WARNING: DiscouragedReference

Discouraged access: The method computeStartDocumentProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

172 : return super.computeStartDocumentProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);

90. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

175 : protected ContentAssistRequest computeTagCloseProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

91. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

175 : protected ContentAssistRequest computeTagCloseProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

92. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

175 : protected ContentAssistRequest computeTagCloseProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

93. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

175 : protected ContentAssistRequest computeTagCloseProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

94. WARNING: DiscouragedReference

Discouraged access: The method computeTagCloseProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

176 : return super.computeTagCloseProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);

95. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

179 : protected ContentAssistRequest computeTagNameProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

96. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPDummyContentAssistProcessor.java :

179 : protected ContentAssistRequest computeTagNameProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

97. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

179 : protected ContentAssistRequest computeTagNameProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

98. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

179 : protected ContentAssistRequest computeTagNameProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

99. WARNING: DiscouragedReference

Discouraged access: The method computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode) from the type AbstractContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPDummyContentAssistProcessor.java :

180 : return super.computeTagNameProposals(documentPosition, matchString, completionRegion, nodeAtOffset, node);

100. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPDummyContentAssistProcessor.java :

183 : protected ContentAssistRequest computeTagOpenProposals(int documentPosition, String matchString, ITextRegion completionRegion, IDOMNode nodeAtOffset, IDOMNode node) {

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPELContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

37 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

5. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

38 : import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;

6. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

39 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

7. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPELContentAssistProcessor.java :

40 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

63 : IStructuredDocumentRegion flat = ContentAssistUtils.getStructuredDocumentRegion(viewer, documentPosition);

9. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

63 : IStructuredDocumentRegion flat = ContentAssistUtils.getStructuredDocumentRegion(viewer, documentPosition);

10. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocumentRegion(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

63 : IStructuredDocumentRegion flat = ContentAssistUtils.getStructuredDocumentRegion(viewer, documentPosition);

11. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

66 : ITextRegion cursorRegion = flat.getRegionAtCharacterOffset(documentPosition);

12. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

66 : ITextRegion cursorRegion = flat.getRegionAtCharacterOffset(documentPosition);

13. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPELContentAssistProcessor.java :

67 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE == cursorRegion.getType()) {

14. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPELContentAssistProcessor.java :

67 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE == cursorRegion.getType()) {

15. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

67 : if (DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE == cursorRegion.getType()) {

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

68 : ITextRegionContainer container = (ITextRegionContainer) cursorRegion;

17. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

68 : ITextRegionContainer container = (ITextRegionContainer) cursorRegion;

18. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

69 : cursorRegion = container.getRegionAtCharacterOffset(documentPosition);

19. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

70 : if (cursorRegion.getType() == DOMJSPRegionContexts.JSP_EL_CONTENT) {

20. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

71 : String elText = container.getText(cursorRegion).trim();

21. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPELContentAssistProcessor.java :

72 : String prefix = getPrefix(documentPosition - container.getStartOffset(cursorRegion) - 1, elText);

22. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

74 : List proposals = getFunctionProposals(prefix, (StructuredTextViewer) viewer, documentPosition);

23. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

122 : protected List getFunctionProposals(String prefix, StructuredTextViewer viewer, int offset) {

24. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

137 : CustomCompletionProposal proposal = new CustomCompletionProposal(function.getName() + "()", //$NON-NLS-1$

25. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

137 : CustomCompletionProposal proposal = new CustomCompletionProposal(function.getName() + "()", //$NON-NLS-1$ offset, 0, function.getName().length() + 1, null, function.getName() + " - " + function.getSignature(), null, null, 1); //$NON-NLS-1$

26. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPELContentAssistProcessor.java :

137 : CustomCompletionProposal proposal = new CustomCompletionProposal(function.getName() + "()", //$NON-NLS-1$

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPJavaContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

7. WARNING: DiscouragedReference

Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

37 : import org.eclipse.wst.sse.ui.internal.IReleasable;

8. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

38 : import org.eclipse.wst.sse.ui.internal.contentassist.ContentAssistUtils;

9. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

39 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

41 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

12. WARNING: DiscouragedReference

Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPJavaContentAssistProcessor.java :

42 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLRelevanceConstants;

13. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPJavaContentAssistProcessor.java :

43 : import org.eclipse.wst.xml.ui.internal.util.SharedXMLEditorPluginImageHelper;

14. WARNING: DiscouragedReference

Discouraged access: The type IReleasable is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

48 : public class JSPJavaContentAssistProcessor implements IContentAssistProcessor, IReleasable {

15. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

91 : IndexedRegion treeNode = ContentAssistUtils.getNodeAt(viewer, documentPosition);

16. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

91 : IndexedRegion treeNode = ContentAssistUtils.getNodeAt(viewer, documentPosition);

17. WARNING: DiscouragedReference

Discouraged access: The method getNodeAt(ITextViewer, int) from the type ContentAssistUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

91 : IndexedRegion treeNode = ContentAssistUtils.getNodeAt(viewer, documentPosition);

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

101 : IDOMNode xNode = null;

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

102 : IStructuredDocumentRegion flat = null;

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

103 : if (treeNode instanceof IDOMNode) {

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

104 : xNode = (IDOMNode) treeNode;

22. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

105 : flat = xNode.getFirstStructuredDocumentRegion();

23. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

106 : if (flat != null && flat.getType() == DOMJSPRegionContexts.JSP_CONTENT) {

24. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

107 : flat = flat.getPrevious();

25. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

112 : ITextRegion openRegion = null;

26. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

113 : if (flat != null && flat instanceof ITextRegionContainer) {

27. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

114 : ITextRegionList v = ((ITextRegionContainer) flat).getRegions();

28. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

114 : ITextRegionList v = ((ITextRegionContainer) flat).getRegions();

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

114 : ITextRegionList v = ((ITextRegionContainer) flat).getRegions();

30. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

115 : if (v.size() > 0)

31. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

116 : openRegion = v.get(0);

32. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {

33. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {

34. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {

35. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {

36. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {

37. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {

38. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

120 : if (flat != null && flat.getType() != DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_DECLARATION_OPEN && flat.getType() != DOMJSPRegionContexts.JSP_EXPRESSION_OPEN && flat.getType() != DOMRegionContext.BLOCK_TEXT && (openRegion != null && openRegion.getType() != DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN) && !inAttributeRegion(flat, documentPosition)) {

39. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

130 : CustomCompletionProposal cdataProposal = createCDATAProposal(adjustedDocPosition, selectionLength);

40. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

156 : private CustomCompletionProposal createCDATAProposal(int adjustedDocPosition, int selectionLength) {

41. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

157 : return new CustomCompletionProposal("<![CDATA[]]>", //$NON-NLS-1$ adjustedDocPosition, selectionLength, // should be the selection length 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION), "CDATA Section", //$NON-NLS-1$ null, null, XMLRelevanceConstants.R_CDATA);

42. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPJavaContentAssistProcessor.java :

157 : return new CustomCompletionProposal("<![CDATA[]]>", //$NON-NLS-1$

43. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPJavaContentAssistProcessor.java :

159 : 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION),

44. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPJavaContentAssistProcessor.java :

159 : 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION),

45. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPJavaContentAssistProcessor.java :

159 : 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION),

46. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_CDATASECTION from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPJavaContentAssistProcessor.java :

159 : 9, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_CDATASECTION),

47. WARNING: DiscouragedReference

Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPJavaContentAssistProcessor.java :

161 : null, null, XMLRelevanceConstants.R_CDATA);

48. WARNING: DiscouragedReference

Discouraged access: The field R_CDATA from the type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPJavaContentAssistProcessor.java :

161 : null, null, XMLRelevanceConstants.R_CDATA);

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

164 : private boolean inAttributeRegion(IStructuredDocumentRegion flat, int documentPosition) {

50. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

165 : ITextRegion attrContainer = flat.getRegionAtCharacterOffset(documentPosition);

51. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

165 : ITextRegion attrContainer = flat.getRegionAtCharacterOffset(documentPosition);

52. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

166 : if (attrContainer != null && attrContainer instanceof ITextRegionContainer) {

53. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

167 : if (attrContainer.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

54. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

167 : if (attrContainer.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

55. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaContentAssistProcessor.java :

167 : if (attrContainer.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

56. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

250 : dp = ((IDocumentExtension3) doc).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

57. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_STRUCTURED_PARTITIONING from the type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaContentAssistProcessor.java :

250 : dp = ((IDocumentExtension3) doc).getDocumentPartitioner(IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING);

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPPropertyContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

7. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPPropertyContentAssistProcessor.java :

33 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

35 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

10. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

36 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;

11. WARNING: DiscouragedReference

Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

37 : import org.eclipse.wst.xml.ui.internal.contentassist.XMLRelevanceConstants;

12. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

38 : import org.eclipse.wst.xml.ui.internal.util.SharedXMLEditorPluginImageHelper;

13. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

52 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

53 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

53 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

16. WARNING: DiscouragedReference

Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

53 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

56 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();

18. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

56 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();

19. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

57 : ITextRegionList openRegions = open.getRegions();

20. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

57 : ITextRegionList openRegions = open.getRegions();

21. WARNING: DiscouragedReference

Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

58 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

22. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

58 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

23. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

63 : ITextRegion attrNameRegion = null;

24. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

66 : attrNameRegion = openRegions.get(i--);

25. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

67 : if (attrNameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

26. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

67 : if (attrNameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

27. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

67 : if (attrNameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

28. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

71 : attributeName = open.getText(attrNameRegion);

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

74 : ITextRegion tagNameRegion = null;

30. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

76 : for (int j = 0; j < openRegions.size(); j++) {

31. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

77 : tagNameRegion = openRegions.get(j);

32. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

78 : if (tagNameRegion.getType() == DOMRegionContext.XML_TAG_NAME && open.getText(tagNameRegion).trim().equals("jsp:setProperty")) { //$NON-NLS-1$

33. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

78 : if (tagNameRegion.getType() == DOMRegionContext.XML_TAG_NAME && open.getText(tagNameRegion).trim().equals("jsp:setProperty")) { //$NON-NLS-1$

34. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

78 : if (tagNameRegion.getType() == DOMRegionContext.XML_TAG_NAME && open.getText(tagNameRegion).trim().equals("jsp:setProperty")) { //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

78 : if (tagNameRegion.getType() == DOMRegionContext.XML_TAG_NAME && open.getText(tagNameRegion).trim().equals("jsp:setProperty")) { //$NON-NLS-1$

36. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

85 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

37. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

85 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

38. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

85 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

39. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

85 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

40. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

86 : currentValue = contentAssistRequest.getText();

41. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

91 : if (currentValue.length() > StringUtils.strip(currentValue).length() && (currentValue.startsWith("\"") || currentValue.startsWith("'")) && contentAssistRequest.getMatchString().length() > 0) //$NON-NLS-1$ //$NON-NLS-2$

42. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

92 : matchString = currentValue.substring(1, contentAssistRequest.getMatchString().length());

43. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

94 : matchString = currentValue.substring(0, contentAssistRequest.getMatchString().length());

44. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

97 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

45. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

97 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

46. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

97 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

47. WARNING: DiscouragedReference

Discouraged access: The method getProposals() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

99 : contentAssistRequest.getProposals().clear();

48. WARNING: DiscouragedReference

Discouraged access: The method getMacros() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

100 : contentAssistRequest.getMacros().clear();

49. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

112 : private void addBeanPropertyProposals(ContentAssistRequest contentAssistRequest, IDOMNode node, boolean isGetProperty, String matchString) {

50. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

112 : private void addBeanPropertyProposals(ContentAssistRequest contentAssistRequest, IDOMNode node, boolean isGetProperty, String matchString) {

51. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

124 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {

52. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

124 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {

53. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

124 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {

54. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

124 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {

55. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPPropertyContentAssistProcessor.java :

141 : CustomCompletionProposal proposal = null;

56. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPPropertyContentAssistProcessor.java :

152 : proposal = new CustomCompletionProposal("\"" + pd.getName() + "\"", //$NON-NLS-1$ //$NON-NLS-2$ contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE), displayString, null, pd.getDeclaredType(), XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

57. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPPropertyContentAssistProcessor.java :

152 : proposal = new CustomCompletionProposal("\"" + pd.getName() + "\"", //$NON-NLS-1$ //$NON-NLS-2$

58. WARNING: DiscouragedReference

Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),

59. WARNING: DiscouragedReference

Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),

60. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),

61. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),

62. WARNING: DiscouragedReference

Discouraged access: The type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),

63. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type SharedXMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

153 : contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), pd.getName().length() + 2, SharedXMLEditorPluginImageHelper.getImage(SharedXMLEditorPluginImageHelper.IMG_OBJ_ATTRIBUTE),

64. WARNING: DiscouragedReference

Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

154 : displayString, null, pd.getDeclaredType(), XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

65. WARNING: DiscouragedReference

Discouraged access: The field R_XML_ATTRIBUTE_VALUE from the type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

154 : displayString, null, pd.getDeclaredType(), XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

66. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

155 : contentAssistRequest.addProposal(proposal);

67. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

164 : private void addBeanNameProposals(ContentAssistRequest contentAssistRequest, IDOMNode node, String matchString) {

68. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPPropertyContentAssistProcessor.java :

164 : private void addBeanNameProposals(ContentAssistRequest contentAssistRequest, IDOMNode node, String matchString) {

69. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

176 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {

70. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

176 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {

71. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

176 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {

72. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

176 : if (useBean instanceof IndexedRegion && ((IndexedRegion) useBean).getStartOffset() < node.getStartOffset()) {

73. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPPropertyContentAssistProcessor.java :

200 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + id + "\"", //$NON-NLS-1$ //$NON-NLS-2$

74. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPPropertyContentAssistProcessor.java :

200 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + id + "\"", //$NON-NLS-1$ //$NON-NLS-2$ contentAssistRequest.getReplacementBeginPosition(), contentAssistRequest.getReplacementLength(), id.length() + 2, JSPEditorPluginImageHelper.getInstance().getImage(imageName), displayString, null, null, XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

75. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPPropertyContentAssistProcessor.java :

200 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + id + "\"", //$NON-NLS-1$ //$NON-NLS-2$

76. WARNING: DiscouragedReference

Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

201 : contentAssistRequest.getReplacementBeginPosition(),

77. WARNING: DiscouragedReference

Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

202 : contentAssistRequest.getReplacementLength(),

78. WARNING: DiscouragedReference

Discouraged access: The type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

208 : XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

79. WARNING: DiscouragedReference

Discouraged access: The field R_XML_ATTRIBUTE_VALUE from the type XMLRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

208 : XMLRelevanceConstants.R_XML_ATTRIBUTE_VALUE);

80. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

209 : contentAssistRequest.addProposal(proposal);

81. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

223 : private IResource getResource(ContentAssistRequest request) {

82. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

228 : IStructuredDocumentRegion region = request.getDocumentRegion();

83. WARNING: DiscouragedReference

Discouraged access: The method getDocumentRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPPropertyContentAssistProcessor.java :

228 : IStructuredDocumentRegion region = request.getDocumentRegion();

84. WARNING: DiscouragedReference

Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

230 : IDocument document = region.getParentDocument();

85. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

231 : IStructuredModel model = null;

86. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

233 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

87. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

235 : baselocation = model.getBaseLocation();

88. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPPropertyContentAssistProcessor.java :

239 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPTaglibDirectiveContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

39 : import org.eclipse.wst.html.core.internal.contentmodel.JSP20Namespace;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

41 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

42 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

43 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

44 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

45 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

7. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

47 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

8. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

48 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceConstants;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

50 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

11. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

51 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;

12. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

52 : import org.eclipse.wst.xml.ui.internal.editor.XMLEditorPluginImageHelper;

13. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

53 : import org.eclipse.wst.xml.ui.internal.editor.XMLEditorPluginImages;

14. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

100 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

105 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

105 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

17. WARNING: DiscouragedReference

Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

105 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

108 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();

19. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

108 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();

20. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

109 : ITextRegionList openRegions = open.getRegions();

21. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

109 : ITextRegionList openRegions = open.getRegions();

22. WARNING: DiscouragedReference

Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

110 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

23. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

110 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

24. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

113 : ITextRegion nameRegion = null;

25. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

115 : nameRegion = openRegions.get(i--);

26. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

116 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

27. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

116 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

28. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

116 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

29. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

122 : attributeName = open.getText(nameRegion);

30. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

125 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

31. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

125 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

32. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

125 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

33. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

125 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

34. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

126 : currentValue = contentAssistRequest.getText();

35. WARNING: DiscouragedReference

Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

131 : int start = contentAssistRequest.getReplacementBeginPosition();

36. WARNING: DiscouragedReference

Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

132 : int length = contentAssistRequest.getReplacementLength();

37. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

134 : && contentAssistRequest.getMatchString().length() > 0) {

38. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

135 : matchString = currentValue.substring(1, contentAssistRequest.getMatchString().length());

39. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

138 : matchString = currentValue.substring(0, contentAssistRequest.getMatchString().length());

40. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

139 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

41. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

139 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

42. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

139 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

43. WARNING: DiscouragedReference

Discouraged access: The method getProposals() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

141 : contentAssistRequest.getProposals().clear();

44. WARNING: DiscouragedReference

Discouraged access: The method getMacros() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

142 : contentAssistRequest.getMacros().clear();

45. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

46. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

47. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

48. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

49. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

225 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

50. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

51. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

52. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

53. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

54. WARNING: DiscouragedReference

Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

227 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

55. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

228 : contentAssistRequest.addProposal(proposal);

56. WARNING: DiscouragedReference

Discouraged access: The type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

232 : else if (attributeName.equals(JSP20Namespace.ATTR_NAME_TAGDIR)) {

57. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME_TAGDIR from the type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

232 : else if (attributeName.equals(JSP20Namespace.ATTR_NAME_TAGDIR)) {

58. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

59. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

60. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

61. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

62. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

286 : image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

63. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

64. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

65. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

66. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

67. WARNING: DiscouragedReference

Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

288 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + uri + "\"", start, length, uri.length() + 2, image, uri, null, additionalInfo, IRelevanceConstants.R_NONE);

68. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

289 : contentAssistRequest.addProposal(proposal);

69. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

70. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

71. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

72. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

73. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

319 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

74. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

75. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

76. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

77. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

78. WARNING: DiscouragedReference

Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

320 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

79. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

321 : contentAssistRequest.addProposal(proposal);

80. WARNING: DiscouragedReference

Discouraged access: The type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

325 : Node dirAttr = node.getAttributes().getNamedItem(JSP20Namespace.ATTR_NAME_TAGDIR);

81. WARNING: DiscouragedReference

Discouraged access: The field ATTR_NAME_TAGDIR from the type JSP20Namespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.core/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

325 : Node dirAttr = node.getAttributes().getNamedItem(JSP20Namespace.ATTR_NAME_TAGDIR);

82. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

83. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

84. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

85. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

86. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

335 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

87. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

88. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

89. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

90. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

91. WARNING: DiscouragedReference

Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

336 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + shortName + "\"", start, length, shortName.length() + 2, image, shortName, null, descriptor.getDescription(), IRelevanceConstants.R_NONE);

92. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

337 : contentAssistRequest.addProposal(proposal);

93. WARNING: DiscouragedReference

Discouraged access: The method getImage(String) from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

94. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

95. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type XMLEditorPluginImageHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

96. WARNING: DiscouragedReference

Discouraged access: The type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

97. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_ATTRIBUTE from the type XMLEditorPluginImages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

345 : Image image = XMLEditorPluginImageHelper.getInstance().getImage(XMLEditorPluginImages.IMG_OBJ_ATTRIBUTE);

98. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

346 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, null, IRelevanceConstants.R_NONE);

99. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

346 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, null, IRelevanceConstants.R_NONE);

100. WARNING: DiscouragedReference

Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPTaglibDirectiveContentAssistProcessor.java :

346 : CustomCompletionProposal proposal = new CustomCompletionProposal("\"" + prefix + "\"", start, length, prefix.length() + 2, image, prefix, null, null, IRelevanceConstants.R_NONE);

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JSPUseBeanContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

6. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUseBeanContentAssistProcessor.java :

31 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

33 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

9. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

34 : import org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest;

10. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

45 : protected void addAttributeValueProposals(ContentAssistRequest contentAssistRequest) {

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

47 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

47 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

13. WARNING: DiscouragedReference

Discouraged access: The method getNode() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

47 : IDOMNode node = (IDOMNode) contentAssistRequest.getNode();

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

50 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();

15. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

50 : IStructuredDocumentRegion open = node.getFirstStructuredDocumentRegion();

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

51 : ITextRegionList openRegions = open.getRegions();

17. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

51 : ITextRegionList openRegions = open.getRegions();

18. WARNING: DiscouragedReference

Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

52 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

19. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

52 : int i = openRegions.indexOf(contentAssistRequest.getRegion());

20. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

55 : ITextRegion nameRegion = null;

21. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

57 : nameRegion = openRegions.get(i--);

22. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

58 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

23. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

58 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

24. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

58 : if (nameRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

25. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

64 : attributeName = open.getText(nameRegion);

26. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

67 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

27. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

67 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

28. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

67 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

29. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPUseBeanContentAssistProcessor.java :

67 : if (contentAssistRequest.getRegion().getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE)

30. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

68 : currentValue = contentAssistRequest.getText();

31. WARNING: DiscouragedReference

Discouraged access: The method getReplacementBeginPosition() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

73 : int start = contentAssistRequest.getReplacementBeginPosition();

32. WARNING: DiscouragedReference

Discouraged access: The method getReplacementLength() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

74 : int length = contentAssistRequest.getReplacementLength();

33. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

76 : && contentAssistRequest.getMatchString().length() > 0) {

34. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

77 : matchString = currentValue.substring(1, contentAssistRequest.getMatchString().length());

35. WARNING: DiscouragedReference

Discouraged access: The method getMatchString() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

81 : matchString = currentValue.substring(0, contentAssistRequest.getMatchString().length());

36. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

82 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

37. WARNING: DiscouragedReference

Discouraged access: The method getRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

82 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

38. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

82 : boolean existingComplicatedValue = contentAssistRequest.getRegion() != null && contentAssistRequest.getRegion() instanceof ITextRegionContainer;

39. WARNING: DiscouragedReference

Discouraged access: The method getProposals() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

84 : contentAssistRequest.getProposals().clear();

40. WARNING: DiscouragedReference

Discouraged access: The method getMacros() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

85 : contentAssistRequest.getMacros().clear();

41. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

95 : contentAssistRequest.addProposal(proposal);

42. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

107 : contentAssistRequest.addProposal(proposal);

43. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUseBeanContentAssistProcessor.java :

115 : if (beanNameProposals[j] instanceof CustomCompletionProposal) {

44. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

118 : contentAssistRequest.addProposal(proposal);

45. WARNING: DiscouragedReference

Discouraged access: The method addProposal(ICompletionProposal) from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

122 : contentAssistRequest.addProposal(proposal);

46. WARNING: DiscouragedReference

Discouraged access: The type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

136 : private IResource getResource(ContentAssistRequest request) {

47. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

141 : IStructuredDocumentRegion region = request.getDocumentRegion();

48. WARNING: DiscouragedReference

Discouraged access: The method getDocumentRegion() from the type ContentAssistRequest is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUseBeanContentAssistProcessor.java :

141 : IStructuredDocumentRegion region = request.getDocumentRegion();

49. WARNING: DiscouragedReference

Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

143 : IDocument document = region.getParentDocument();

50. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

144 : IStructuredModel model = null;

51. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

146 : model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

52. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

148 : baselocation = model.getBaseLocation();

53. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPUseBeanContentAssistProcessor.java :

152 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JavaTypeCompletionProposal.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

5. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

32 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

6. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

33 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceCompletionProposal;

7. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JavaTypeCompletionProposal.java :

34 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

8. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

42 : public class JavaTypeCompletionProposal extends CustomCompletionProposal implements IRelevanceCompletionProposal {

9. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

42 : public class JavaTypeCompletionProposal extends CustomCompletionProposal implements IRelevanceCompletionProposal {

10. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

51 : super(replacementString, replacementOffset, replacementLength, qualifiedName.length() + 2, image, (containerName != null && containerName.length() > 0) ? typeName + " - " + containerName : typeName, null, null, relevence, true); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The method setCursorPosition(int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

75 : super.setCursorPosition(cursorPosition);

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

95 : protected String getImport(IStructuredDocumentRegion flatNode) {

13. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

96 : ITextRegionList regions = flatNode.getRegions();

14. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

96 : ITextRegionList regions = flatNode.getRegions();

15. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

99 : for (int i = 0; i < regions.size(); i++) {

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

100 : ITextRegion region = regions.get(i);

17. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

100 : ITextRegion region = regions.get(i);

18. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

101 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

19. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JavaTypeCompletionProposal.java :

101 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

20. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JavaTypeCompletionProposal.java :

101 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

21. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

102 : if (flatNode.getText(region).equals(JSP11Namespace.ATTR_NAME_IMPORT)) {

22. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

109 : else if (isImport && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

23. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JavaTypeCompletionProposal.java :

109 : else if (isImport && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

24. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JavaTypeCompletionProposal.java :

109 : else if (isImport && region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

25. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

110 : importSpec = flatNode.getText(region);

26. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

119 : protected int applyImport(IStructuredDocument model) {

27. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

125 : IStructuredDocumentRegion node = model.getFirstStructuredDocumentRegion();

28. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

125 : IStructuredDocumentRegion node = model.getFirstStructuredDocumentRegion();

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

136 : ITextRegionList regions = node.getRegions();

30. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

136 : ITextRegionList regions = node.getRegions();

31. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

137 : if (regions.size() > 1) {

32. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

138 : ITextRegion name = regions.get(1);

33. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

138 : ITextRegion name = regions.get(1);

34. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

140 : if (name.getType() == DOMJSPRegionContexts.JSP_DIRECTIVE_NAME) {

35. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

142 : if (node.getText(name).equals(JSP11Namespace.ATTR_NAME_PAGE) || node.getText(name).equals(JSP12Namespace.ElementName.DIRECTIVE_PAGE)) {

36. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

142 : if (node.getText(name).equals(JSP11Namespace.ATTR_NAME_PAGE) || node.getText(name).equals(JSP12Namespace.ElementName.DIRECTIVE_PAGE)) {

37. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

143 : if (node.getEndOffset() < getReplacementOffset())

38. WARNING: DiscouragedReference

Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

143 : if (node.getEndOffset() < getReplacementOffset())

39. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

144 : hint = node.getEndOffset();

40. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

153 : useXML = useXML || name.getType() == DOMJSPRegionContexts.JSP_ROOT_TAG_NAME;

41. WARNING: DiscouragedReference

Discouraged access: The method getNext() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

156 : node = node.getNext();

42. WARNING: DiscouragedReference

Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

179 : directive = model.getLineDelimiter() + directive;

43. WARNING: DiscouragedReference

Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

181 : directive = directive + model.getLineDelimiter();

44. WARNING: DiscouragedReference

Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

197 : model.replace(getReplacementOffset(), 0, directive);

45. WARNING: DiscouragedReference

Discouraged access: The method setReplacementString(String) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

245 : setReplacementString('"' + fShortName + '"');

46. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JavaTypeCompletionProposal.java :

246 : int importLength = applyImport((IStructuredDocument) document);

47. WARNING: DiscouragedReference

Discouraged access: The method setReplacementOffset(int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

247 : setReplacementOffset(getReplacementOffset() + importLength);

48. WARNING: DiscouragedReference

Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

247 : setReplacementOffset(getReplacementOffset() + importLength);

49. WARNING: DiscouragedReference

Discouraged access: The method getReplacementString() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

250 : setCursorPosition(getReplacementString().length());

50. WARNING: DiscouragedReference

Discouraged access: The method apply(IDocument, char, int) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

251 : super.apply(document, trigger, offset);

51. WARNING: DiscouragedReference

Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

268 : if (offset > getReplacementOffset() + wordLength)

52. WARNING: DiscouragedReference

Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

272 : int length = offset - getReplacementOffset();

53. WARNING: DiscouragedReference

Discouraged access: The method getReplacementOffset() from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

275 : String start = StringUtils.stripQuotes(document.get(getReplacementOffset(), length));

54. WARNING: DiscouragedReference

Discouraged access: The method selected(ITextViewer, boolean) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeCompletionProposal.java :

297 : super.selected(viewer, false);

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JavaTypeFinder.java
1. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeFinder.java :

32 : import org.eclipse.wst.sse.ui.internal.contentassist.CustomCompletionProposal;

2. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeFinder.java :

33 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceConstants;

3. WARNING: DiscouragedReference

Discouraged access: The constructor CustomCompletionProposal(String, int, int, int, Image, String, IContextInformation, String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeFinder.java :

82 : names.add(new CustomCompletionProposal("\"" + path + "\"", //$NON-NLS-1$ //$NON-NLS-2$ replacementStart, replacementLength, path.length() + 2, null, path, null, null, IRelevanceConstants.R_NONE));

4. WARNING: DiscouragedReference

Discouraged access: The type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeFinder.java :

82 : names.add(new CustomCompletionProposal("\"" + path + "\"", //$NON-NLS-1$ //$NON-NLS-2$

5. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeFinder.java :

83 : replacementStart, replacementLength, path.length() + 2, null, path, null, null, IRelevanceConstants.R_NONE));

6. WARNING: DiscouragedReference

Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeFinder.java :

83 : replacementStart, replacementLength, path.length() + 2, null, path, null, null, IRelevanceConstants.R_NONE));

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/JavaTypeNameRequestor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeNameRequestor.java :

14 : import org.eclipse.wst.sse.ui.internal.contentassist.IRelevanceConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeNameRequestor.java :

59 : JavaTypeCompletionProposal proposal = new JavaTypeCompletionProposal(fullName, offset, length, fullName, image, typeNameString, typeQualifier, IRelevanceConstants.R_NONE, true);

3. WARNING: DiscouragedReference

Discouraged access: The field R_NONE from the type IRelevanceConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeNameRequestor.java :

59 : JavaTypeCompletionProposal proposal = new JavaTypeCompletionProposal(fullName, offset, length, fullName, image, typeNameString, typeQualifier, IRelevanceConstants.R_NONE, true);

4. WARNING: DiscouragedReference

Discouraged access: The method setTriggerCharacters(char[]) from the type CustomCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JavaTypeNameRequestor.java :

60 : proposal.setTriggerCharacters(JSPProposalCollector.getTypeTriggers());

Source File: org/eclipse/jst/jsp/ui/internal/contentassist/NoRegionContentAssistProcessorForJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type NoRegionContentAssistProcessorForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

19 : import org.eclipse.wst.html.ui.internal.contentassist.NoRegionContentAssistProcessorForHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NoRegionContentAssistProcessorForJSP.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NoRegionContentAssistProcessorForJSP.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type NoRegionContentAssistProcessorForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

28 : public class NoRegionContentAssistProcessorForJSP extends NoRegionContentAssistProcessorForHTML {

5. WARNING: DiscouragedReference

Discouraged access: The constructor NoRegionContentAssistProcessorForHTML() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

33 : super();

6. WARNING: DiscouragedReference

Discouraged access: The method initPartitionToProcessorMap() from the type NoRegionContentAssistProcessorForHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

41 : super.initPartitionToProcessorMap();

7. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

45 : addPartitionProcessor(IStructuredPartitions.DEFAULT_PARTITION, jspContentAssistProcessor);

8. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

46 : addPartitionProcessor(IXMLPartitions.XML_DEFAULT, jspContentAssistProcessor);

9. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

47 : addPartitionProcessor(IHTMLPartitions.HTML_DEFAULT, jspContentAssistProcessor);

10. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

48 : addPartitionProcessor(IHTMLPartitions.HTML_COMMENT, jspContentAssistProcessor);

11. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

49 : addPartitionProcessor(IJSPPartitions.JSP_DEFAULT, jspContentAssistProcessor);

12. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

50 : addPartitionProcessor(IJSPPartitions.JSP_DIRECTIVE, jspContentAssistProcessor);

13. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

51 : addPartitionProcessor(IJSPPartitions.JSP_CONTENT_DELIMITER, jspContentAssistProcessor);

14. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

52 : addPartitionProcessor(IJSPPartitions.JSP_CONTENT_JAVASCRIPT, jspContentAssistProcessor);

15. WARNING: DiscouragedReference

Discouraged access: The method addPartitionProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

55 : addPartitionProcessor(IJSPPartitions.JSP_CONTENT_JAVA, jspJavaContentAssistProcessor);

16. WARNING: DiscouragedReference

Discouraged access: The method initNameToProcessorMap() from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

60 : super.initNameToProcessorMap();

17. WARNING: DiscouragedReference

Discouraged access: The method addNameProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

62 : addNameProcessor(JSP11Namespace.ElementName.SETPROPERTY, jspPropertyCAP);

18. WARNING: DiscouragedReference

Discouraged access: The method addNameProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

63 : addNameProcessor(JSP11Namespace.ElementName.GETPROPERTY, jspPropertyCAP);

19. WARNING: DiscouragedReference

Discouraged access: The method addNameProcessor(String, IContentAssistProcessor) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

64 : addNameProcessor(JSP11Namespace.ElementName.USEBEAN, new JSPUseBeanContentAssistProcessor());

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NoRegionContentAssistProcessorForJSP.java :

78 : private boolean isJSPRegion(IStructuredDocumentRegion sdRegion) {

21. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NoRegionContentAssistProcessorForJSP.java :

79 : String context = sdRegion.getType();

22. WARNING: DiscouragedReference

Discouraged access: The method guessContentAssistProcessor(ITextViewer, int) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

88 : IContentAssistProcessor p = super.guessContentAssistProcessor(viewer, documentOffset);

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NoRegionContentAssistProcessorForJSP.java :

90 : IStructuredDocumentRegion sdRegion = ((IStructuredDocument) viewer.getDocument()).getRegionAtCharacterOffset(documentOffset);

24. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NoRegionContentAssistProcessorForJSP.java :

90 : IStructuredDocumentRegion sdRegion = ((IStructuredDocument) viewer.getDocument()).getRegionAtCharacterOffset(documentOffset);

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NoRegionContentAssistProcessorForJSP.java :

90 : IStructuredDocumentRegion sdRegion = ((IStructuredDocument) viewer.getDocument()).getRegionAtCharacterOffset(documentOffset);

26. WARNING: DiscouragedReference

Discouraged access: The method getPartitionProcessor(String) from the type NoRegionContentAssistProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

NoRegionContentAssistProcessorForJSP.java :

92 : p = getPartitionProcessor(IJSPPartitions.JSP_CONTENT_JAVA);

Source File: org/eclipse/jst/jsp/ui/internal/editor/ActionContributorJSP.java
1. WARNING: DiscouragedReference

Discouraged access: The type ActionContributorHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ActionContributorJSP.java :

25 : import org.eclipse.wst.html.ui.internal.edit.ui.ActionContributorHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ActionContributorJSP.java :

26 : import org.eclipse.wst.sse.ui.internal.actions.StructuredTextEditorActionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ActionContributorHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ActionContributorJSP.java :

41 : public class ActionContributorJSP extends ActionContributorHTML {

4. WARNING: DiscouragedReference

Discouraged access: The constructor ActionContributorHTML() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

ActionContributorJSP.java :

50 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ActionContributorJSP.java :

53 : this.renameElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJSP.ACTION_NAME_RENAME_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);

6. WARNING: DiscouragedReference

Discouraged access: The field UNDERSCORE from the type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ActionContributorJSP.java :

53 : this.renameElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJSP.ACTION_NAME_RENAME_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);

7. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ActionContributorJSP.java :

57 : this.moveElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJSP.ACTION_NAME_MOVE_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);

8. WARNING: DiscouragedReference

Discouraged access: The field UNDERSCORE from the type StructuredTextEditorActionConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ActionContributorJSP.java :

57 : this.moveElementAction = new RetargetTextEditorAction(bundle, IActionConstantsJSP.ACTION_NAME_MOVE_ELEMENT + StructuredTextEditorActionConstants.UNDERSCORE);

9. WARNING: DiscouragedReference

Discouraged access: The method addToMenu(IMenuManager) from the type ActionContributorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

ActionContributorJSP.java :

74 : super.addToMenu(menu);

10. WARNING: DiscouragedReference

Discouraged access: The method setActiveEditor(IEditorPart) from the type ActionContributorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

ActionContributorJSP.java :

82 : super.setActiveEditor(activeEditor);

11. WARNING: DiscouragedReference

Discouraged access: The method getTextEditor(IEditorPart) from the type ActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ActionContributorJSP.java :

83 : this.renameElementAction.setAction(getAction(getTextEditor(getActiveEditorPart()), IActionConstantsJSP.ACTION_NAME_RENAME_ELEMENT));

12. WARNING: DiscouragedReference

Discouraged access: The method getTextEditor(IEditorPart) from the type ActionContributor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

ActionContributorJSP.java :

84 : this.moveElementAction.setAction(getAction(getTextEditor(getActiveEditorPart()), IActionConstantsJSP.ACTION_NAME_MOVE_ELEMENT));

13. WARNING: DiscouragedReference

Discouraged access: The method setViewerSpecificContributionsEnabled(boolean) from the type ActionContributorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

ActionContributorJSP.java :

90 : super.setViewerSpecificContributionsEnabled(enabled);

Source File: org/eclipse/jst/jsp/ui/internal/editor/JSPSourceEditingTextTools.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSourceEditingTextTools.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPSourceEditingTextTools.java :

19 : import org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools;

3. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceEditingTextTools is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPSourceEditingTextTools.java :

28 : public class JSPSourceEditingTextTools extends XMLSourceEditingTextTools {

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSourceEditingTextTools.java :

40 : if (doc instanceof IDOMDocument) {

5. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSourceEditingTextTools.java :

41 : PageDirectiveAdapter adapter = (PageDirectiveAdapter) ((IDOMDocument) doc).getAdapterFor(PageDirectiveAdapter.class);

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSourceEditingTextTools.java :

41 : PageDirectiveAdapter adapter = (PageDirectiveAdapter) ((IDOMDocument) doc).getAdapterFor(PageDirectiveAdapter.class);

Source File: org/eclipse/jst/jsp/ui/internal/handlers/JSPFindOccurrencesHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFindOccurrencesHandler.java :

16 : import org.eclipse.wst.html.ui.internal.search.HTMLFindOccurrencesProcessor;

2. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPFindOccurrencesHandler.java :

17 : import org.eclipse.wst.sse.ui.internal.handlers.FindOccurrencesHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPFindOccurrencesHandler.java :

19 : public class JSPFindOccurrencesHandler extends FindOccurrencesHandler {

4. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFindOccurrencesHandler.java :

25 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

5. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLFindOccurrencesProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFindOccurrencesHandler.java :

25 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

6. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFindOccurrencesHandler.java :

25 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

Source File: org/eclipse/jst/jsp/ui/internal/hyperlink/JSPJavaHyperlinkDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

38 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

39 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaHyperlinkDetector.java :

40 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaHyperlinkDetector.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

55 : IStructuredModel sModel = null;

6. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

59 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

7. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

61 : URIResolver resolver = sModel.getResolver();

8. WARNING: DiscouragedReference

Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

61 : URIResolver resolver = sModel.getResolver();

9. WARNING: DiscouragedReference

Discouraged access: The method getFileBaseLocation() from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

63 : String uriString = resolver.getFileBaseLocation();

10. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

70 : sModel.releaseFromRead();

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaHyperlinkDetector.java :

194 : IDOMModel xmlModel = null;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaHyperlinkDetector.java :

196 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);

13. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

196 : xmlModel = (IDOMModel) StructuredModelManager.getModelManager().getExistingModelForRead(document);

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaHyperlinkDetector.java :

198 : IDOMDocument xmlDoc = xmlModel.getDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaHyperlinkDetector.java :

198 : IDOMDocument xmlDoc = xmlModel.getDocument();

16. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

199 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);

17. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaHyperlinkDetector.java :

207 : xmlModel.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/hyperlink/TLDFileHyperlink.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDFileHyperlink.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFileHyperlink.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFileHyperlink.java :

75 : IDOMModel domModel = null;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDFileHyperlink.java :

77 : IStructuredModel model = StructuredModelManager.getModelManager().getModelForRead(file);

5. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDFileHyperlink.java :

77 : IStructuredModel model = StructuredModelManager.getModelManager().getModelForRead(file);

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFileHyperlink.java :

78 : if (model instanceof IDOMModel) {

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TLDFileHyperlink.java :

79 : domModel = (IDOMModel) model;

8. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TLDFileHyperlink.java :

118 : domModel.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/hyperlink/TaglibHyperlinkDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

46 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

47 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

48 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitioning;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

49 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

50 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection;

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

51 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

53 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

8. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

54 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

55 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

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

12. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

58 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

79 : static IRegion findDefinition(IDOMModel model, String searchName, int searchType) {

14. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

82 : declarations = model.getDocument().getElementsByTagNameNS("*", JSP11TLDNames.TAG);

15. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

84 : declarations = model.getDocument().getElementsByTagNameNS("*", JSP11TLDNames.ATTRIBUTE);

16. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

87 : declarations = model.getDocument().getElementsByTagName(JSP11TLDNames.TAG);

17. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

89 : declarations = model.getDocument().getElementsByTagName(JSP11TLDNames.ATTRIBUTE);

18. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

92 : NodeList names = model.getDocument().getElementsByTagName(JSP11TLDNames.NAME);

19. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

100 : start = ((IDOMNode) caret).getStartOffset();

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

100 : start = ((IDOMNode) caret).getStartOffset();

21. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

103 : end = ((IDOMNode) caret).getEndOffset();

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

103 : end = ((IDOMNode) caret).getEndOffset();

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

149 : ITypedRegion partition = TextUtilities.getPartition(doc, IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING, region.getOffset(), false);

24. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_STRUCTURED_PARTITIONING from the type IStructuredPartitioning is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

149 : ITypedRegion partition = TextUtilities.getPartition(doc, IStructuredPartitioning.DEFAULT_STRUCTURED_PARTITIONING, region.getOffset(), false);

25. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

238 : CMElementDeclaration decl = (CMElementDeclaration) tracker.getElements().getNamedItem(currentNode.getNodeName());

26. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

238 : CMElementDeclaration decl = (CMElementDeclaration) tracker.getElements().getNamedItem(currentNode.getNodeName());

27. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

238 : CMElementDeclaration decl = (CMElementDeclaration) tracker.getElements().getNamedItem(currentNode.getNodeName());

28. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

240 : decl = (CMElementDeclaration) ((CMNodeWrapper) decl).getOriginNode();

29. WARNING: DiscouragedReference

Discouraged access: The method getOriginNode() from the type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

240 : decl = (CMElementDeclaration) ((CMNodeWrapper) decl).getOriginNode();

30. WARNING: DiscouragedReference

Discouraged access: The type CMNodeWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

240 : decl = (CMElementDeclaration) ((CMNodeWrapper) decl).getOriginNode();

31. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

273 : IStructuredModel sModel = null;

32. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

275 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

33. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

277 : baseLoc = sModel.getBaseLocation();

34. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

282 : sModel.releaseFromRead();

35. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

297 : IDOMNode docNode = (IDOMNode) node;

36. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

297 : IDOMNode docNode = (IDOMNode) node;

37. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

38. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

39. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

298 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getEndOffset() - docNode.getStartOffset());

40. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

302 : IDOMAttr att = (IDOMAttr) node;

41. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

302 : IDOMAttr att = (IDOMAttr) node;

42. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

304 : int regOffset = att.getValueRegionStartOffset();

43. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

305 : ITextRegion valueRegion = att.getValueRegion();

44. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

305 : ITextRegion valueRegion = att.getValueRegion();

45. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

307 : int regLength = valueRegion.getTextLength();

46. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionText() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

308 : String attValue = att.getValueRegionText();

47. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

318 : IDOMNode docNode = (IDOMNode) node;

48. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

318 : IDOMNode docNode = (IDOMNode) node;

49. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

319 : hyperRegion = getNameRegion(docNode.getFirstStructuredDocumentRegion());

50. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

321 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getFirstStructuredDocumentRegion().getTextLength());

51. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

321 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getFirstStructuredDocumentRegion().getTextLength());

52. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

321 : hyperRegion = new Region(docNode.getStartOffset(), docNode.getFirstStructuredDocumentRegion().getTextLength());

53. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

357 : private IRegion getNameRegion(ITextRegionCollection containerRegion) {

54. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

358 : ITextRegionList regions = containerRegion.getRegions();

55. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

358 : ITextRegionList regions = containerRegion.getRegions();

56. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

359 : ITextRegion nameRegion = null;

57. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

360 : for (int i = 0; i < regions.size(); i++) {

58. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

361 : ITextRegion r = regions.get(i);

59. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

361 : ITextRegion r = regions.get(i);

60. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

362 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {

61. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

362 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {

62. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

TaglibHyperlinkDetector.java :

362 : if (r.getType() == DOMRegionContext.XML_TAG_NAME) {

63. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

368 : return new Region(containerRegion.getStartOffset(nameRegion), nameRegion.getTextLength());

64. WARNING: DiscouragedReference

Discouraged access: The method getTextLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

368 : return new Region(containerRegion.getStartOffset(nameRegion), nameRegion.getTextLength());

65. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

433 : IndexedRegion inode = null;

66. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

434 : IStructuredModel sModel = null;

67. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

436 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

68. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

438 : inode = sModel.getIndexedRegion(offset);

69. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

440 : inode = sModel.getIndexedRegion(offset - 1);

70. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

TaglibHyperlinkDetector.java :

446 : sModel.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/hyperlink/URLFileRegionHyperlink.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLFileRegionHyperlink.java :

38 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLFileRegionHyperlink.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLFileRegionHyperlink.java :

202 : IStructuredModel model = null;

4. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLFileRegionHyperlink.java :

204 : model = StructuredModelManager.getModelManager().getModelForRead(storage.getName(), storage.getContents(), null);

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLFileRegionHyperlink.java :

210 : if (model instanceof IDOMModel) {

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLFileRegionHyperlink.java :

211 : definition = TaglibHyperlinkDetector.findDefinition((IDOMModel) model, fSearchName, fSearchType);

7. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLFileRegionHyperlink.java :

213 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/java/refactoring/BasicRefactorSearchRequestor.java
1. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

54 : import org.eclipse.wst.sse.core.internal.document.DocumentReader;

2. WARNING: DiscouragedReference

Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

55 : import org.eclipse.wst.sse.core.internal.encoding.CodedStreamCreator;

3. WARNING: DiscouragedReference

Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

83 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();

4. WARNING: DiscouragedReference

Discouraged access: The constructor CodedStreamCreator() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

83 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();

5. WARNING: DiscouragedReference

Discouraged access: The type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

83 : CodedStreamCreator codedStreamCreator = new CodedStreamCreator();

6. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentReader(IDocument) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

84 : Reader reader = new DocumentReader(this.fJSPDoc);

7. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

84 : Reader reader = new DocumentReader(this.fJSPDoc);

8. WARNING: DiscouragedReference

Discouraged access: The method set(IFile, Reader) from the type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

85 : codedStreamCreator.set(this.fJSPFile, reader);

9. WARNING: DiscouragedReference

Discouraged access: The method getCodedByteArrayOutputStream() from the type CodedStreamCreator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

BasicRefactorSearchRequestor.java :

90 : codedByteStream = codedStreamCreator.getCodedByteArrayOutputStream();

Source File: org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPJavaSelectionProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaSelectionProvider.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaSelectionProvider.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

36 : IStructuredModel model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

5. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

36 : IStructuredModel model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaSelectionProvider.java :

38 : if (model instanceof IDOMModel) {

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaSelectionProvider.java :

39 : IDOMModel xmlModel = (IDOMModel)model;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaSelectionProvider.java :

39 : IDOMModel xmlModel = (IDOMModel)model;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaSelectionProvider.java :

40 : IDOMDocument xmlDoc = xmlModel.getDocument();

10. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPJavaSelectionProvider.java :

40 : IDOMDocument xmlDoc = xmlModel.getDocument();

11. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

42 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);

12. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPJavaSelectionProvider.java :

51 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPMoveElementActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPMoveElementActionDelegate.java :

24 : import org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPMoveElementActionDelegate.java :

107 : PlatformStatusLineUtil.clearStatusLine();

3. WARNING: DiscouragedReference

Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPMoveElementActionDelegate.java :

107 : PlatformStatusLineUtil.clearStatusLine();

Source File: org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPRenameElementActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

33 : import org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

79 : PlatformStatusLineUtil.clearStatusLine();

3. WARNING: DiscouragedReference

Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

79 : PlatformStatusLineUtil.clearStatusLine();

4. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

87 : PlatformStatusLineUtil.displayErrorMessage(JSPUIMessages.JSPRenameElementAction_0); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method displayErrorMessage(String) from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

87 : PlatformStatusLineUtil.displayErrorMessage(JSPUIMessages.JSPRenameElementAction_0); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

88 : PlatformStatusLineUtil.addOneTimeClearListener();

7. WARNING: DiscouragedReference

Discouraged access: The method addOneTimeClearListener() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

88 : PlatformStatusLineUtil.addOneTimeClearListener();

8. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

93 : PlatformStatusLineUtil.clearStatusLine();

9. WARNING: DiscouragedReference

Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPRenameElementActionDelegate.java :

93 : PlatformStatusLineUtil.clearStatusLine();

Source File: org/eclipse/jst/jsp/ui/internal/java/refactoring/RenameElementHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

RenameElementHandler.java :

28 : import org.eclipse.wst.sse.ui.internal.util.PlatformStatusLineUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

RenameElementHandler.java :

53 : PlatformStatusLineUtil.clearStatusLine();

3. WARNING: DiscouragedReference

Discouraged access: The method clearStatusLine() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

RenameElementHandler.java :

53 : PlatformStatusLineUtil.clearStatusLine();

4. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

RenameElementHandler.java :

61 : PlatformStatusLineUtil.displayErrorMessage(JSPUIMessages.JSPRenameElementAction_0); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method displayErrorMessage(String) from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

RenameElementHandler.java :

61 : PlatformStatusLineUtil.displayErrorMessage(JSPUIMessages.JSPRenameElementAction_0); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

RenameElementHandler.java :

62 : PlatformStatusLineUtil.addOneTimeClearListener();

7. WARNING: DiscouragedReference

Discouraged access: The method addOneTimeClearListener() from the type PlatformStatusLineUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

RenameElementHandler.java :

62 : PlatformStatusLineUtil.addOneTimeClearListener();

Source File: org/eclipse/jst/jsp/ui/internal/java/search/JSPFindOccurrencesActionDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFindOccurrencesActionDelegate.java :

18 : import org.eclipse.wst.html.ui.internal.search.HTMLFindOccurrencesProcessor;

2. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPFindOccurrencesActionDelegate.java :

19 : import org.eclipse.wst.sse.ui.internal.search.FindOccurrencesActionDelegate;

3. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesActionDelegate is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPFindOccurrencesActionDelegate.java :

24 : public class JSPFindOccurrencesActionDelegate extends FindOccurrencesActionDelegate {

4. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFindOccurrencesActionDelegate.java :

30 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

5. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLFindOccurrencesProcessor() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFindOccurrencesActionDelegate.java :

30 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

6. WARNING: DiscouragedReference

Discouraged access: The type HTMLFindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFindOccurrencesActionDelegate.java :

30 : HTMLFindOccurrencesProcessor htmlProcessor = new HTMLFindOccurrencesProcessor();

Source File: org/eclipse/jst/jsp/ui/internal/java/search/JSPFindOccurrencesProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPFindOccurrencesProcessor.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPFindOccurrencesProcessor.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPFindOccurrencesProcessor.java :

28 : import org.eclipse.wst.sse.ui.internal.search.FindOccurrencesProcessor;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

31 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

7. WARNING: DiscouragedReference

Discouraged access: The type FindOccurrencesProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPFindOccurrencesProcessor.java :

36 : public class JSPFindOccurrencesProcessor extends FindOccurrencesProcessor {

8. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

43 : return new String[]{DOMRegionContext.BLOCK_TEXT, DOMJSPRegionContexts.JSP_CONTENT};

9. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

43 : return new String[]{DOMRegionContext.BLOCK_TEXT, DOMJSPRegionContexts.JSP_CONTENT};

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPFindOccurrencesProcessor.java :

46 : protected ISearchQuery getSearchQuery(IFile file, IStructuredDocument document, String regionText, String regionType, ITextSelection textSelection) {

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPFindOccurrencesProcessor.java :

63 : IStructuredModel model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

12. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPFindOccurrencesProcessor.java :

63 : IStructuredModel model = StructuredModelManager.getModelManager().getExistingModelForRead(document);

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

65 : if (model != null && model instanceof IDOMModel) {

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

66 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

66 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPFindOccurrencesProcessor.java :

66 : IDOMDocument xmlDoc = ((IDOMModel) model).getDocument();

17. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPFindOccurrencesProcessor.java :

67 : JSPTranslationAdapter adapter = (JSPTranslationAdapter) xmlDoc.getAdapterFor(IJSPTranslation.class);

18. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPFindOccurrencesProcessor.java :

78 : model.releaseFromRead();

Source File: org/eclipse/jst/jsp/ui/internal/java/search/JSPOccurrencesSearchResult.java
1. WARNING: DiscouragedReference

Discouraged access: The type OccurrencesSearchResult is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPOccurrencesSearchResult.java :

15 : import org.eclipse.wst.sse.ui.internal.search.OccurrencesSearchResult;

2. WARNING: DiscouragedReference

Discouraged access: The type OccurrencesSearchResult is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPOccurrencesSearchResult.java :

20 : public class JSPOccurrencesSearchResult extends OccurrencesSearchResult {

3. WARNING: DiscouragedReference

Discouraged access: The constructor OccurrencesSearchResult(ISearchQuery) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPOccurrencesSearchResult.java :

23 : super(query);

4. WARNING: DiscouragedReference

Discouraged access: The method getMatches() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPOccurrencesSearchResult.java :

27 : return ((JSPSearchQuery)getQuery()).getMatches();

5. WARNING: DiscouragedReference

Discouraged access: The method getQuery() from the type OccurrencesSearchResult is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPOccurrencesSearchResult.java :

27 : return ((JSPSearchQuery)getQuery()).getMatches();

Source File: org/eclipse/jst/jsp/ui/internal/java/search/JSPSearchQuery.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSearchQuery.java :

23 : import org.eclipse.wst.sse.ui.internal.search.BasicSearchQuery;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSearchQuery.java :

30 : public class JSPSearchQuery extends BasicSearchQuery {

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicSearchQuery(IFile) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSearchQuery.java :

36 : super(file);

4. WARNING: DiscouragedReference

Discouraged access: The method clearMatches() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSearchQuery.java :

51 : clearMatches();

5. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSearchQuery.java :

57 : SearchDocument delegate = support.addJspFile(getFile());

6. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSearchQuery.java :

60 : JSPSearchScope singleFileScope = new JSPSearchScope(new String[]{getFile().getFullPath().toString(), scopePath});

7. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSearchQuery.java :

82 : if(getFile() != null)

8. WARNING: DiscouragedReference

Discouraged access: The method getFile() from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSearchQuery.java :

83 : filename = getFile().getName();

Source File: org/eclipse/jst/jsp/ui/internal/java/search/JSPSingleFileSearchRequestor.java
1. WARNING: DiscouragedReference

Discouraged access: The method addMatch(IDocument, int, int) from the type BasicSearchQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSingleFileSearchRequestor.java :

36 : this.fQuery.addMatch(jspDocument, jspStart, jspEnd);

Source File: org/eclipse/jst/jsp/ui/internal/java/search/ui/JSPMatchPresentation.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicSearchLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPMatchPresentation.java :

17 : import org.eclipse.wst.sse.ui.internal.search.BasicSearchLabelProvider;

2. WARNING: DiscouragedReference

Discouraged access: The constructor BasicSearchLabelProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPMatchPresentation.java :

28 : return new BasicSearchLabelProvider();

3. WARNING: DiscouragedReference

Discouraged access: The type BasicSearchLabelProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPMatchPresentation.java :

28 : return new BasicSearchLabelProvider();

Source File: org/eclipse/jst/jsp/ui/internal/preferences/JSPUIPreferenceInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPUIPreferenceInitializer.java :

9 : import org.eclipse.wst.html.ui.internal.style.IStyleConstantsHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

10 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

3. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

11 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;

4. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

34 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;

5. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

34 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;

6. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

34 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;

7. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

34 : String styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;

8. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

35 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_NAME, styleValue);

9. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

35 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_NAME, styleValue);

10. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;

11. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;

12. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;

13. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, 42, 0, 255) + JUSTITALIC;

14. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

38 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, styleValue);

15. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

38 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_VALUE, styleValue);

16. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

43 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS, styleValue);

17. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_EQUALS from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

43 : store.setDefault(IStyleConstantsXML.TAG_ATTRIBUTE_EQUALS, styleValue);

18. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_BORDER, 63, 95, 191) + NOBACKGROUNDBOLD;

19. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_BORDER, 63, 95, 191) + NOBACKGROUNDBOLD;

20. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_BORDER, 63, 95, 191) + NOBACKGROUNDBOLD;

21. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_BORDER, 63, 95, 191) + NOBACKGROUNDBOLD;

22. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

46 : store.setDefault(IStyleConstantsXML.COMMENT_BORDER, styleValue);

23. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

46 : store.setDefault(IStyleConstantsXML.COMMENT_BORDER, styleValue);

24. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_TEXT, 63, 95, 191) + NOBACKGROUNDBOLD;

25. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_TEXT, 63, 95, 191) + NOBACKGROUNDBOLD;

26. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_TEXT, 63, 95, 191) + NOBACKGROUNDBOLD;

27. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.COMMENT_TEXT, 63, 95, 191) + NOBACKGROUNDBOLD;

28. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

48 : store.setDefault(IStyleConstantsXML.COMMENT_TEXT, styleValue);

29. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

48 : store.setDefault(IStyleConstantsXML.COMMENT_TEXT, styleValue);

30. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

50 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_BORDER, 0, 128, 128) + NOBACKGROUNDBOLD;

31. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

50 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_BORDER, 0, 128, 128) + NOBACKGROUNDBOLD;

32. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

50 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_BORDER, 0, 128, 128) + NOBACKGROUNDBOLD;

33. WARNING: DiscouragedReference

Discouraged access: The field TAG_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

50 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_BORDER, 0, 128, 128) + NOBACKGROUNDBOLD;

34. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

51 : store.setDefault(IStyleConstantsXML.TAG_BORDER, styleValue);

35. WARNING: DiscouragedReference

Discouraged access: The field TAG_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

51 : store.setDefault(IStyleConstantsXML.TAG_BORDER, styleValue);

36. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

53 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_NAME, 63, 127, 127) + NOBACKGROUNDBOLD;

37. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

53 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_NAME, 63, 127, 127) + NOBACKGROUNDBOLD;

38. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

53 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_NAME, 63, 127, 127) + NOBACKGROUNDBOLD;

39. WARNING: DiscouragedReference

Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

53 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsXML.TAG_NAME, 63, 127, 127) + NOBACKGROUNDBOLD;

40. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

54 : store.setDefault(IStyleConstantsXML.TAG_NAME, styleValue);

41. WARNING: DiscouragedReference

Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPUIPreferenceInitializer.java :

54 : store.setDefault(IStyleConstantsXML.TAG_NAME, styleValue);

42. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

56 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsHTML.SCRIPT_AREA_BORDER, 191, 95, 63) + NOBACKGROUNDBOLD;

43. WARNING: DiscouragedReference

Discouraged access: The method findRGBString(ColorRegistry, String, int, int, int) from the type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPUIPreferenceInitializer.java :

56 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsHTML.SCRIPT_AREA_BORDER, 191, 95, 63) + NOBACKGROUNDBOLD;

44. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPUIPreferenceInitializer.java :

56 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsHTML.SCRIPT_AREA_BORDER, 191, 95, 63) + NOBACKGROUNDBOLD;

45. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPUIPreferenceInitializer.java :

56 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsHTML.SCRIPT_AREA_BORDER, 191, 95, 63) + NOBACKGROUNDBOLD;

46. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPUIPreferenceInitializer.java :

57 : store.setDefault(IStyleConstantsHTML.SCRIPT_AREA_BORDER, styleValue);

47. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPUIPreferenceInitializer.java :

57 : store.setDefault(IStyleConstantsHTML.SCRIPT_AREA_BORDER, styleValue);

Source File: org/eclipse/jst/jsp/ui/internal/preferences/ui/AbstractPropertyPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractPropertyPreferencePage.java :

49 : import org.eclipse.wst.sse.core.internal.tasks.TaskTagPreferenceKeys;

2. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

50 : import org.eclipse.wst.sse.ui.internal.SSEUIMessages;

3. WARNING: DiscouragedReference

Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

51 : import org.eclipse.wst.sse.ui.internal.SSEUIPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

102 : fEnableProjectSettings.setText(SSEUIMessages.EnableProjectSettings); //$NON-NLS-1$//$NON-NLS-2$

5. WARNING: DiscouragedReference

Discouraged access: The field EnableProjectSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

102 : fEnableProjectSettings.setText(SSEUIMessages.EnableProjectSettings); //$NON-NLS-1$//$NON-NLS-2$

6. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

120 : fProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureWorkspaceSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$

7. WARNING: DiscouragedReference

Discouraged access: The field ConfigureWorkspaceSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

120 : fProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureWorkspaceSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$

8. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

123 : fProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureProjectSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$

9. WARNING: DiscouragedReference

Discouraged access: The field ConfigureProjectSettings from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

123 : fProjectSettingsLink.setText("<a>" + SSEUIMessages.ConfigureProjectSettings + "</a>"); //$NON-NLS-1$//$NON-NLS-2$

10. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

215 : dialog.setMessage(SSEUIMessages.PropertyPreferencePage_02);

11. WARNING: DiscouragedReference

Discouraged access: The field PropertyPreferencePage_02 from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

215 : dialog.setMessage(SSEUIMessages.PropertyPreferencePage_02);

12. WARNING: DiscouragedReference

Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

227 : dialog.setLabelProvider(new DecoratingLabelProvider(new WorkbenchLabelProvider(), SSEUIPlugin.getDefault().getWorkbench().getDecoratorManager().getLabelDecorator()));

13. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

227 : dialog.setLabelProvider(new DecoratingLabelProvider(new WorkbenchLabelProvider(), SSEUIPlugin.getDefault().getWorkbench().getDecoratorManager().getLabelDecorator()));

14. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

229 : dialog.setTitle(SSEUIMessages.PropertyPreferencePage_01);

15. WARNING: DiscouragedReference

Discouraged access: The field PropertyPreferencePage_01 from the type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractPropertyPreferencePage.java :

229 : dialog.setTitle(SSEUIMessages.PropertyPreferencePage_01);

16. WARNING: DiscouragedReference

Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractPropertyPreferencePage.java :

253 : System.out.println(getClass().getName() + " setting " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " (" + true + ") in scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$

17. WARNING: DiscouragedReference

Discouraged access: The field TASK_TAG_PER_PROJECT from the type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractPropertyPreferencePage.java :

253 : System.out.println(getClass().getName() + " setting " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " (" + true + ") in scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$

18. WARNING: DiscouragedReference

Discouraged access: The type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractPropertyPreferencePage.java :

259 : System.out.println(getClass().getName() + " removing " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " from scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$

19. WARNING: DiscouragedReference

Discouraged access: The field TASK_TAG_PER_PROJECT from the type TaskTagPreferenceKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractPropertyPreferencePage.java :

259 : System.out.println(getClass().getName() + " removing " + TaskTagPreferenceKeys.TASK_TAG_PER_PROJECT + " from scope " + preferenceScopes[0].getName() + ":" + preferenceScopes[0].getLocation()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$

Source File: org/eclipse/jst/jsp/ui/internal/preferences/ui/AbstractValidationSettingsPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

46 : import org.eclipse.wst.html.ui.internal.HTMLUIMessages;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

47 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

3. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

48 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ScrolledPageContent;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

180 : severity = fPreferencesService.getInt(getPreferenceNodeQualifier(), key, ValidationMessage.WARNING, createPreferenceScopes());

5. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

180 : severity = fPreferencesService.getInt(getPreferenceNodeQualifier(), key, ValidationMessage.WARNING, createPreferenceScopes());

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

7. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

9. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

11. WARNING: DiscouragedReference

Discouraged access: The field IGNORE from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

182 : if (severity == ValidationMessage.ERROR || severity == ValidationMessage.WARNING || severity == ValidationMessage.IGNORE) {

12. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

296 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(expandable);

13. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

303 : ScrolledPageContent parentScrolledComposite = getParentScrolledComposite(control);

14. WARNING: DiscouragedReference

Discouraged access: The method adaptChild(Control) from the type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

305 : parentScrolledComposite.adaptChild(control);

15. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

309 : protected ScrolledPageContent getParentScrolledComposite(Control control) {

16. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

311 : while (!(parent instanceof ScrolledPageContent) && parent != null) {

17. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

314 : if (parent instanceof ScrolledPageContent) {

18. WARNING: DiscouragedReference

Discouraged access: The type ScrolledPageContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

AbstractValidationSettingsPage.java :

315 : return (ScrolledPageContent) parent;

19. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

342 : int severity = defaultContext.getInt(data.getKey(), ValidationMessage.WARNING);

20. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractValidationSettingsPage.java :

342 : int severity = defaultContext.getInt(data.getKey(), ValidationMessage.WARNING);

21. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

362 : mb.setText(HTMLUIMessages.Validation_Title);

22. WARNING: DiscouragedReference

Discouraged access: The field Validation_Title from the type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

362 : mb.setText(HTMLUIMessages.Validation_Title);

23. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

364 : String msg = (getProject() == null) ? HTMLUIMessages.Validation_Workspace : HTMLUIMessages.Validation_Project;

24. WARNING: DiscouragedReference

Discouraged access: The field Validation_Workspace from the type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

364 : String msg = (getProject() == null) ? HTMLUIMessages.Validation_Workspace : HTMLUIMessages.Validation_Project;

25. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

364 : String msg = (getProject() == null) ? HTMLUIMessages.Validation_Workspace : HTMLUIMessages.Validation_Project;

26. WARNING: DiscouragedReference

Discouraged access: The field Validation_Project from the type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

364 : String msg = (getProject() == null) ? HTMLUIMessages.Validation_Workspace : HTMLUIMessages.Validation_Project;

27. WARNING: DiscouragedReference

Discouraged access: The type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

370 : ValidateJob job = new ValidateJob(HTMLUIMessages.Validation_jobName);

28. WARNING: DiscouragedReference

Discouraged access: The field Validation_jobName from the type HTMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

AbstractValidationSettingsPage.java :

370 : ValidateJob job = new ValidateJob(HTMLUIMessages.Validation_jobName);

Source File: org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPColorPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

30 : import org.eclipse.wst.html.ui.internal.style.IStyleConstantsHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPColorPage.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

33 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore;

4. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

34 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.OverlayKey;

5. WARNING: DiscouragedReference

Discouraged access: The type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

35 : import org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker;

6. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

36 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

7. WARNING: DiscouragedReference

Discouraged access: The type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

37 : import org.eclipse.wst.xml.ui.internal.preferences.XMLColorPage;

8. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

38 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;

9. WARNING: DiscouragedReference

Discouraged access: The type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

43 : public class JSPColorPage extends XMLColorPage {

10. WARNING: DiscouragedReference

Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

50 : fPicker = new JSPStyledTextColorPicker(parent, SWT.NULL);

11. WARNING: DiscouragedReference

Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

52 : fPicker.setLayoutData(data);

12. WARNING: DiscouragedReference

Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

54 : fPicker.setPreferenceStore(fOverlayStore);

13. WARNING: DiscouragedReference

Discouraged access: The method setPreferenceStore(IPreferenceStore) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

54 : fPicker.setPreferenceStore(fOverlayStore);

14. WARNING: DiscouragedReference

Discouraged access: The field fOverlayStore from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

54 : fPicker.setPreferenceStore(fOverlayStore);

15. WARNING: DiscouragedReference

Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

55 : setupPicker(fPicker);

16. WARNING: DiscouragedReference

Discouraged access: The field fPicker from the type AbstractColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

57 : fPicker.setText(getSampleText());

17. WARNING: DiscouragedReference

Discouraged access: The method setText(String) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

57 : fPicker.setText(getSampleText());

18. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

63 : protected OverlayKey[] createOverlayStoreKeys() {

19. WARNING: DiscouragedReference

Discouraged access: The constructor OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.TypeDescriptor, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));

20. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));

21. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));

22. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));

23. WARNING: DiscouragedReference

Discouraged access: The field STRING from the type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

70 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String)i.next()));

24. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

73 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

25. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

73 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

26. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

73 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

27. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

73 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

28. WARNING: DiscouragedReference

Discouraged access: The method initCommonContextStyleMap(Dictionary) from the type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

84 : initCommonContextStyleMap(contextStyleMap);

29. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

85 : contextStyleMap.remove(DOMRegionContext.XML_CONTENT); // leave content between tags alone

30. WARNING: DiscouragedReference

Discouraged access: The field XML_CONTENT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

85 : contextStyleMap.remove(DOMRegionContext.XML_CONTENT); // leave content between tags alone

31. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

86 : contextStyleMap.remove(DOMRegionContext.XML_DECLARATION_OPEN); // xml/html specific

32. WARNING: DiscouragedReference

Discouraged access: The field XML_DECLARATION_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

86 : contextStyleMap.remove(DOMRegionContext.XML_DECLARATION_OPEN); // xml/html specific

33. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

87 : contextStyleMap.remove(DOMRegionContext.XML_DECLARATION_CLOSE); // xml/html specific

34. WARNING: DiscouragedReference

Discouraged access: The field XML_DECLARATION_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

87 : contextStyleMap.remove(DOMRegionContext.XML_DECLARATION_CLOSE); // xml/html specific

35. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

88 : contextStyleMap.remove(DOMRegionContext.XML_ELEMENT_DECLARATION); // xml/html specific

36. WARNING: DiscouragedReference

Discouraged access: The field XML_ELEMENT_DECLARATION from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

88 : contextStyleMap.remove(DOMRegionContext.XML_ELEMENT_DECLARATION); // xml/html specific

37. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

89 : contextStyleMap.remove(DOMRegionContext.XML_ELEMENT_DECL_CLOSE); // xml/html specific

38. WARNING: DiscouragedReference

Discouraged access: The field XML_ELEMENT_DECL_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPColorPage.java :

89 : contextStyleMap.remove(DOMRegionContext.XML_ELEMENT_DECL_CLOSE); // xml/html specific

39. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

93 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DECLARATION_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

40. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

93 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DECLARATION_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

41. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

94 : contextStyleMap.put(DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

42. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

94 : contextStyleMap.put(DOMJSPRegionContexts.JSP_SCRIPTLET_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

43. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

95 : contextStyleMap.put(DOMJSPRegionContexts.JSP_EXPRESSION_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

44. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

95 : contextStyleMap.put(DOMJSPRegionContexts.JSP_EXPRESSION_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

45. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

96 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

46. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

96 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_OPEN, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

47. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

97 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_CLOSE, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

48. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

97 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_CLOSE, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

49. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

98 : contextStyleMap.put(DOMJSPRegionContexts.JSP_CLOSE, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

50. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

98 : contextStyleMap.put(DOMJSPRegionContexts.JSP_CLOSE, IStyleConstantsHTML.SCRIPT_AREA_BORDER);

51. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

102 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_NAME, IStyleConstantsXML.TAG_NAME);

52. WARNING: DiscouragedReference

Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

102 : contextStyleMap.put(DOMJSPRegionContexts.JSP_DIRECTIVE_NAME, IStyleConstantsXML.TAG_NAME);

53. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

103 : contextStyleMap.put(DOMJSPRegionContexts.JSP_ROOT_TAG_NAME, IStyleConstantsXML.TAG_NAME);

54. WARNING: DiscouragedReference

Discouraged access: The field TAG_NAME from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

103 : contextStyleMap.put(DOMJSPRegionContexts.JSP_ROOT_TAG_NAME, IStyleConstantsXML.TAG_NAME);

55. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

104 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_OPEN, IStyleConstantsXML.COMMENT_BORDER);

56. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

104 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_OPEN, IStyleConstantsXML.COMMENT_BORDER);

57. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

105 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_TEXT, IStyleConstantsXML.COMMENT_TEXT);

58. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_TEXT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

105 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_TEXT, IStyleConstantsXML.COMMENT_TEXT);

59. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

106 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_CLOSE, IStyleConstantsXML.COMMENT_BORDER);

60. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

106 : contextStyleMap.put(DOMJSPRegionContexts.JSP_COMMENT_CLOSE, IStyleConstantsXML.COMMENT_BORDER);

61. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

108 : contextStyleMap.put(DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_DQUOTE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

62. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

108 : contextStyleMap.put(DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_DQUOTE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

63. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

109 : contextStyleMap.put(DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_SQUOTE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

64. WARNING: DiscouragedReference

Discouraged access: The field TAG_ATTRIBUTE_VALUE from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

109 : contextStyleMap.put(DOMJSPRegionContexts.XML_TAG_ATTRIBUTE_VALUE_SQUOTE, IStyleConstantsXML.TAG_ATTRIBUTE_VALUE);

65. WARNING: DiscouragedReference

Discouraged access: The method initCommonDescriptions(Dictionary) from the type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

113 : initCommonDescriptions(descriptions);

66. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

114 : descriptions.remove(IStyleConstantsXML.XML_CONTENT); // leave content between tags alone

67. WARNING: DiscouragedReference

Discouraged access: The field XML_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

114 : descriptions.remove(IStyleConstantsXML.XML_CONTENT); // leave content between tags alone

68. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

115 : descriptions.remove(IStyleConstantsXML.DECL_BORDER); // xml/html specific

69. WARNING: DiscouragedReference

Discouraged access: The field DECL_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

115 : descriptions.remove(IStyleConstantsXML.DECL_BORDER); // xml/html specific

70. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

116 : descriptions.put(IStyleConstantsHTML.SCRIPT_AREA_BORDER, JSPUIMessages.JSP_Delimiters_UI_); //$NON-NLS-1$ = "JSP Delimiters"

71. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

116 : descriptions.put(IStyleConstantsHTML.SCRIPT_AREA_BORDER, JSPUIMessages.JSP_Delimiters_UI_); //$NON-NLS-1$ = "JSP Delimiters"

72. WARNING: DiscouragedReference

Discouraged access: The method initCommonStyleList(ArrayList) from the type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

121 : initCommonStyleList(list);

73. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

122 : list.remove(IStyleConstantsXML.XML_CONTENT); // leave content between tags alone

74. WARNING: DiscouragedReference

Discouraged access: The field XML_CONTENT from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

122 : list.remove(IStyleConstantsXML.XML_CONTENT); // leave content between tags alone

75. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

123 : list.remove(IStyleConstantsXML.DECL_BORDER); // xml/html specific

76. WARNING: DiscouragedReference

Discouraged access: The field DECL_BORDER from the type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

123 : list.remove(IStyleConstantsXML.DECL_BORDER); // xml/html specific

77. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

124 : list.add(IStyleConstantsHTML.SCRIPT_AREA_BORDER);

78. WARNING: DiscouragedReference

Discouraged access: The field SCRIPT_AREA_BORDER from the type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPColorPage.java :

124 : list.add(IStyleConstantsHTML.SCRIPT_AREA_BORDER);

79. WARNING: DiscouragedReference

Discouraged access: The type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

128 : protected void setupPicker(StyledTextColorPicker picker) {

80. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPColorPage.java :

129 : IModelManager mmanager = StructuredModelManager.getModelManager();

81. WARNING: DiscouragedReference

Discouraged access: The method setParser(RegionParser) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

130 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP).getParser());

82. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPColorPage.java :

130 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP).getParser());

83. WARNING: DiscouragedReference

Discouraged access: The method getParser() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPColorPage.java :

130 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForJSP.ContentTypeID_JSP).getParser());

84. WARNING: DiscouragedReference

Discouraged access: The method setContextStyleMap(Dictionary) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

143 : picker.setContextStyleMap(contextStyleMap);

85. WARNING: DiscouragedReference

Discouraged access: The method setDescriptions(Dictionary) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

144 : picker.setDescriptions(descriptions);

86. WARNING: DiscouragedReference

Discouraged access: The method setStyleList(List) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPColorPage.java :

145 : picker.setStyleList(styleList);

87. WARNING: DiscouragedReference

Discouraged access: The method createContents(Composite) from the type XMLColorPage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPColorPage.java :

153 : Control c = super.createContents(parent);

Source File: org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPFilesPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLFilesPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFilesPreferencePage.java :

21 : import org.eclipse.wst.html.ui.internal.preferences.ui.HTMLFilesPreferencePage;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLFilesPreferencePage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPFilesPreferencePage.java :

23 : public class JSPFilesPreferencePage extends HTMLFilesPreferencePage {

Source File: org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPStyledTextColorPicker.java
1. WARNING: DiscouragedReference

Discouraged access: The type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

15 : import org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker;

2. WARNING: DiscouragedReference

Discouraged access: The type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

21 : public class JSPStyledTextColorPicker extends StyledTextColorPicker {

3. WARNING: DiscouragedReference

Discouraged access: The constructor StyledTextColorPicker(Composite, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

24 : super(parent, style);

4. WARNING: DiscouragedReference

Discouraged access: The method activate(String) from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

32 : super.activate(namedStyle);

5. WARNING: DiscouragedReference

Discouraged access: The field fForeground from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

35 : fForeground.setEnabled(false);

6. WARNING: DiscouragedReference

Discouraged access: The field fBold from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

36 : fBold.setEnabled(false);

7. WARNING: DiscouragedReference

Discouraged access: The field showItalic from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

37 : if (showItalic)

8. WARNING: DiscouragedReference

Discouraged access: The field fItalic from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

38 : fItalic.setEnabled(false);

9. WARNING: DiscouragedReference

Discouraged access: The field fForegroundLabel from the type StyledTextColorPicker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPStyledTextColorPicker.java :

39 : fForegroundLabel.setEnabled(false);

Source File: org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPSyntaxColoringPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsHTML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.html.ui/@dot

JSPSyntaxColoringPage.java :

74 : import org.eclipse.wst.html.ui.internal.style.IStyleConstantsHTML;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSyntaxColoringPage.java :

76 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSyntaxColoringPage.java :

77 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSyntaxColoringPage.java :

78 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSyntaxColoringPage.java :

79 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

6. WARNING: DiscouragedReference

Discouraged access: The type SSEUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSyntaxColoringPage.java :

80 : import org.eclipse.wst.sse.ui.internal.SSEUIMessages;

7. WARNING: DiscouragedReference

Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSyntaxColoringPage.java :

81 : import org.eclipse.wst.sse.ui.internal.SSEUIPlugin;

8. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSyntaxColoringPage.java :

82 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore;

9. WARNING: DiscouragedReference

Discouraged access: The type OverlayPreferenceStore.OverlayKey is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSyntaxColoringPage.java :

83 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.OverlayKey;

10. WARNING: DiscouragedReference

Discouraged access: The type ColorHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSyntaxColoringPage.java :

84 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

11. WARNING: DiscouragedReference

Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.ui/@dot

JSPSyntaxColoringPage.java :

85 : import org.eclipse.wst.sse.ui.internal.util.EditorUtility;

12. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPSyntaxColoringPage.java :

86 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

13. WARNING: DiscouragedReference

Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPSyntaxColoringPage.java :

87 : import org.eclipse.wst.xml.ui.internal.XMLUIMessages;

14. WARNING: DiscouragedReference

Discouraged access: The type IStyleConstantsXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.ui/@dot

JSPSyntaxColoringPage.java :

88 : import org.eclipse.wst.xml.ui.internal.style.IStyleConstantsXML;

15. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPSyntaxColoringPage.java :

106 : private IStructuredDocument fDo