Compiler Report

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

Number of source files: 68 Number of classfiles: 113

Problems: 1824 (Errors: 0 Warnings: 1824 )

Source File: org/eclipse/wst/css/ui/StructuredTextViewerConfigurationCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredTextViewerConfigurationCSS.java :

25 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

2. 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

StructuredTextViewerConfigurationCSS.java :

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

3. 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

StructuredTextViewerConfigurationCSS.java :

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

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

StructuredTextViewerConfigurationCSS.java :

53 : private LineStyleProvider fLineStyleProviderForCSS;

5. 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

StructuredTextViewerConfigurationCSS.java :

99 : ((MultiPassContentFormatter) formatter).setMasterStrategy(new StructuredFormattingStrategy(new FormatProcessorCSS()));

6. 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

StructuredTextViewerConfigurationCSS.java :

99 : ((MultiPassContentFormatter) formatter).setMasterStrategy(new StructuredFormattingStrategy(new FormatProcessorCSS()));

7. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredTextViewerConfigurationCSS.java :

109 : int indentationWidth = preferences.getInt(CSSCorePreferenceNames.INDENTATION_SIZE);

8. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type CSSCorePreferenceNames 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

StructuredTextViewerConfigurationCSS.java :

109 : int indentationWidth = preferences.getInt(CSSCorePreferenceNames.INDENTATION_SIZE);

9. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredTextViewerConfigurationCSS.java :

110 : String indentCharPref = preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR);

10. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type CSSCorePreferenceNames 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

StructuredTextViewerConfigurationCSS.java :

110 : String indentCharPref = preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR);

11. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredTextViewerConfigurationCSS.java :

111 : boolean useSpaces = CSSCorePreferenceNames.SPACE.equals(indentCharPref);

12. WARNING: DiscouragedReference

Discouraged access: The field SPACE from the type CSSCorePreferenceNames 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

StructuredTextViewerConfigurationCSS.java :

111 : boolean useSpaces = CSSCorePreferenceNames.SPACE.equals(indentCharPref);

13. 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

StructuredTextViewerConfigurationCSS.java :

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

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

StructuredTextViewerConfigurationCSS.java :

148 : LineStyleProvider[] providers = null;

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

StructuredTextViewerConfigurationCSS.java :

151 : providers = new LineStyleProvider[]{getLineStyleProviderForCSS()};

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

StructuredTextViewerConfigurationCSS.java :

157 : private LineStyleProvider getLineStyleProviderForCSS() {

Source File: org/eclipse/wst/css/ui/internal/ActionContributorCSS.java
1. WARNING: DiscouragedReference

Discouraged access: 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

ActionContributorCSS.java :

22 : import org.eclipse.wst.sse.ui.internal.actions.ActionContributor;

2. WARNING: DiscouragedReference

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

ActionContributorCSS.java :

23 : import org.eclipse.wst.sse.ui.internal.actions.ActionDefinitionIds;

3. 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

ActionContributorCSS.java :

24 : import org.eclipse.wst.sse.ui.internal.actions.StructuredTextEditorActionConstants;

4. WARNING: DiscouragedReference

Discouraged access: 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

ActionContributorCSS.java :

39 : public class ActionContributorCSS extends ActionContributor {

5. WARNING: DiscouragedReference

Discouraged access: The constructor 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

ActionContributorCSS.java :

48 : super();

6. WARNING: DiscouragedReference

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

ActionContributorCSS.java :

58 : fCleanupDocument.setActionDefinitionId(ActionDefinitionIds.CLEANUP_DOCUMENT);

7. WARNING: DiscouragedReference

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

ActionContributorCSS.java :

58 : fCleanupDocument.setActionDefinitionId(ActionDefinitionIds.CLEANUP_DOCUMENT);

8. WARNING: DiscouragedReference

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

ActionContributorCSS.java :

61 : fFormatDocument.setActionDefinitionId(ActionDefinitionIds.FORMAT_DOCUMENT);

9. WARNING: DiscouragedReference

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

ActionContributorCSS.java :

61 : fFormatDocument.setActionDefinitionId(ActionDefinitionIds.FORMAT_DOCUMENT);

10. WARNING: DiscouragedReference

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

ActionContributorCSS.java :

64 : fFormatActiveElements.setActionDefinitionId(ActionDefinitionIds.FORMAT_ACTIVE_ELEMENTS);

11. WARNING: DiscouragedReference

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

ActionContributorCSS.java :

64 : fFormatActiveElements.setActionDefinitionId(ActionDefinitionIds.FORMAT_ACTIVE_ELEMENTS);

12. WARNING: DiscouragedReference

Discouraged access: The field fCommandsSeparator 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

ActionContributorCSS.java :

75 : editMenu.add(fCommandsSeparator);

13. WARNING: DiscouragedReference

Discouraged access: The field fToggleInsertModeAction 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

ActionContributorCSS.java :

76 : editMenu.add(fToggleInsertModeAction);

14. WARNING: DiscouragedReference

Discouraged access: The field fCommandsSeparator 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

ActionContributorCSS.java :

77 : editMenu.add(fCommandsSeparator);

15. WARNING: DiscouragedReference

Discouraged access: The field fExpandSelectionToMenu 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

ActionContributorCSS.java :

78 : editMenu.add(fExpandSelectionToMenu);

16. WARNING: DiscouragedReference

Discouraged access: The field fCommandsSeparator 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

ActionContributorCSS.java :

79 : editMenu.add(fCommandsSeparator);

17. WARNING: DiscouragedReference

Discouraged access: The field fMenuAdditionsGroupMarker 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

ActionContributorCSS.java :

81 : editMenu.add(fMenuAdditionsGroupMarker);

18. WARNING: DiscouragedReference

Discouraged access: The field fCommandsSeparator 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

ActionContributorCSS.java :

90 : sourceMenu.add(fCommandsSeparator);

19. WARNING: DiscouragedReference

Discouraged access: The field fShiftRight 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

ActionContributorCSS.java :

91 : sourceMenu.add(fShiftRight);

20. WARNING: DiscouragedReference

Discouraged access: The field fShiftLeft 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

ActionContributorCSS.java :

92 : sourceMenu.add(fShiftLeft);

21. WARNING: DiscouragedReference

Discouraged access: The field fCommandsSeparator 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

ActionContributorCSS.java :

96 : sourceMenu.add(fCommandsSeparator);

22. WARNING: DiscouragedReference

Discouraged access: The field fGotoMatchingBracketAction 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

ActionContributorCSS.java :

102 : gotoGroup.add(fGotoMatchingBracketAction);

23. WARNING: DiscouragedReference

Discouraged access: The method setActiveEditor(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

ActionContributorCSS.java :

108 : super.setActiveEditor(activeEditor);

24. 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

ActionContributorCSS.java :

110 : ITextEditor textEditor = getTextEditor(activeEditor);

25. 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

ActionContributorCSS.java :

112 : fContentAssist.setAction(getAction(textEditor, StructuredTextEditorActionConstants.ACTION_NAME_CONTENTASSIST_PROPOSALS));

26. WARNING: DiscouragedReference

Discouraged access: The field ACTION_NAME_CONTENTASSIST_PROPOSALS 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

ActionContributorCSS.java :

112 : fContentAssist.setAction(getAction(textEditor, StructuredTextEditorActionConstants.ACTION_NAME_CONTENTASSIST_PROPOSALS));

27. 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

ActionContributorCSS.java :

114 : fCleanupDocument.setAction(getAction(textEditor, StructuredTextEditorActionConstants.ACTION_NAME_CLEANUP_DOCUMENT));

28. WARNING: DiscouragedReference

Discouraged access: The field ACTION_NAME_CLEANUP_DOCUMENT 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

ActionContributorCSS.java :

114 : fCleanupDocument.setAction(getAction(textEditor, StructuredTextEditorActionConstants.ACTION_NAME_CLEANUP_DOCUMENT));

29. 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

ActionContributorCSS.java :

115 : fFormatDocument.setAction(getAction(textEditor, StructuredTextEditorActionConstants.ACTION_NAME_FORMAT_DOCUMENT));

30. WARNING: DiscouragedReference

Discouraged access: The field ACTION_NAME_FORMAT_DOCUMENT 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

ActionContributorCSS.java :

115 : fFormatDocument.setAction(getAction(textEditor, StructuredTextEditorActionConstants.ACTION_NAME_FORMAT_DOCUMENT));

31. 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

ActionContributorCSS.java :

116 : fFormatActiveElements.setAction(getAction(textEditor, StructuredTextEditorActionConstants.ACTION_NAME_FORMAT_ACTIVE_ELEMENTS));

32. WARNING: DiscouragedReference

Discouraged access: The field ACTION_NAME_FORMAT_ACTIVE_ELEMENTS 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

ActionContributorCSS.java :

116 : fFormatActiveElements.setAction(getAction(textEditor, StructuredTextEditorActionConstants.ACTION_NAME_FORMAT_ACTIVE_ELEMENTS));

Source File: org/eclipse/wst/css/ui/internal/autoedit/StructuredAutoEditStrategyCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

27 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

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

StructuredAutoEditStrategyCSS.java :

30 : 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

StructuredAutoEditStrategyCSS.java :

31 : 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

StructuredAutoEditStrategyCSS.java :

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

5. 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

StructuredAutoEditStrategyCSS.java :

35 : protected IStructuredDocument structuredDocument = null;

6. 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

StructuredAutoEditStrategyCSS.java :

39 : CompoundRegion(IStructuredDocumentRegion documentRegion, ITextRegion textRegion) {

7. 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

StructuredAutoEditStrategyCSS.java :

39 : CompoundRegion(IStructuredDocumentRegion documentRegion, ITextRegion textRegion) {

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

StructuredAutoEditStrategyCSS.java :

45 : IStructuredDocumentRegion getDocumentRegion() {

9. 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

StructuredAutoEditStrategyCSS.java :

49 : ITextRegion getTextRegion() {

10. WARNING: DiscouragedReference

Discouraged access: The method getStart() 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

StructuredAutoEditStrategyCSS.java :

54 : return textRegion.getStart();

11. WARNING: DiscouragedReference

Discouraged access: The method getEnd() 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

StructuredAutoEditStrategyCSS.java :

58 : return textRegion.getEnd();

12. 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

StructuredAutoEditStrategyCSS.java :

62 : return textRegion.getType();

13. 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

StructuredAutoEditStrategyCSS.java :

66 : return documentRegion.getText(textRegion);

14. 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

StructuredAutoEditStrategyCSS.java :

70 : return documentRegion.getStartOffset(textRegion);

15. 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

StructuredAutoEditStrategyCSS.java :

74 : return documentRegion.getEndOffset(textRegion);

16. 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

StructuredAutoEditStrategyCSS.java :

77 : private IStructuredDocumentRegion documentRegion;

17. 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

StructuredAutoEditStrategyCSS.java :

78 : private ITextRegion textRegion;

18. 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

StructuredAutoEditStrategyCSS.java :

150 : structuredDocument = (IStructuredDocument) document;

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

StructuredAutoEditStrategyCSS.java :

175 : IStructuredDocumentRegion flatNode = region.getDocumentRegion();

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

StructuredAutoEditStrategyCSS.java :

185 : ITextRegion r = it.prev();

21. WARNING: DiscouragedReference

Discouraged access: The method getStart() 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

StructuredAutoEditStrategyCSS.java :

192 : int position = flatNode.getStart();

22. WARNING: DiscouragedReference

Discouraged access: The method getLineOfOffset(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

StructuredAutoEditStrategyCSS.java :

193 : int line = structuredDocument.getLineOfOffset(position);

23. WARNING: DiscouragedReference

Discouraged access: The method getStart() 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

StructuredAutoEditStrategyCSS.java :

200 : int position = flatNode.getStart() + region.getStart();

24. WARNING: DiscouragedReference

Discouraged access: The method getLineOfOffset(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

StructuredAutoEditStrategyCSS.java :

201 : int line = structuredDocument.getLineOfOffset(position);

25. WARNING: DiscouragedReference

Discouraged access: The method getLastStructuredDocumentRegion() 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

StructuredAutoEditStrategyCSS.java :

229 : if (structuredDocument.getLastStructuredDocumentRegion() == null)

26. 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

StructuredAutoEditStrategyCSS.java :

239 : ITextRegion r = it.prev();

27. 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

StructuredAutoEditStrategyCSS.java :

279 : ITextRegion regionPrev = itPrev.prev();

28. 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

StructuredAutoEditStrategyCSS.java :

280 : if (regionPrev.getType() == CSSRegionContexts.CSS_RBRACE) {

29. 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

StructuredAutoEditStrategyCSS.java :

282 : } else if (regionPrev.getType() == CSSRegionContexts.CSS_DELIMITER || regionPrev.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER) {

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

StructuredAutoEditStrategyCSS.java :

282 : } else if (regionPrev.getType() == CSSRegionContexts.CSS_DELIMITER || regionPrev.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER) {

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

StructuredAutoEditStrategyCSS.java :

284 : } else if (regionPrev.getType() == CSSRegionContexts.CSS_LBRACE) {

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

StructuredAutoEditStrategyCSS.java :

287 : if (regionPrev.getType() == CSSRegionContexts.CSS_MEDIA)

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

StructuredAutoEditStrategyCSS.java :

289 : if (regionPrev.getType() == CSSRegionContexts.CSS_LBRACE || regionPrev.getType() == CSSRegionContexts.CSS_RBRACE || regionPrev.getType() == CSSRegionContexts.CSS_DELIMITER || regionPrev.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER)

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

StructuredAutoEditStrategyCSS.java :

289 : if (regionPrev.getType() == CSSRegionContexts.CSS_LBRACE || regionPrev.getType() == CSSRegionContexts.CSS_RBRACE || regionPrev.getType() == CSSRegionContexts.CSS_DELIMITER || regionPrev.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER)

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

StructuredAutoEditStrategyCSS.java :

289 : if (regionPrev.getType() == CSSRegionContexts.CSS_LBRACE || regionPrev.getType() == CSSRegionContexts.CSS_RBRACE || regionPrev.getType() == CSSRegionContexts.CSS_DELIMITER || regionPrev.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER)

36. 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

StructuredAutoEditStrategyCSS.java :

289 : if (regionPrev.getType() == CSSRegionContexts.CSS_LBRACE || regionPrev.getType() == CSSRegionContexts.CSS_RBRACE || regionPrev.getType() == CSSRegionContexts.CSS_DELIMITER || regionPrev.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER)

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

StructuredAutoEditStrategyCSS.java :

292 : if (regionPrev.getType() == CSSRegionContexts.CSS_MEDIA)

38. 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

StructuredAutoEditStrategyCSS.java :

306 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(position);

39. 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

StructuredAutoEditStrategyCSS.java :

306 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(position);

40. 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

StructuredAutoEditStrategyCSS.java :

308 : return new CompoundRegion(flatNode, flatNode.getRegionAtCharacterOffset(position));

41. 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

StructuredAutoEditStrategyCSS.java :

320 : ITextRegion nearestRegion = null;

42. 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

StructuredAutoEditStrategyCSS.java :

323 : if (nearestRegion.getType() != CSSRegionContexts.CSS_S && nearestRegion.getType() != CSSRegionContexts.CSS_COMMENT)

43. 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

StructuredAutoEditStrategyCSS.java :

323 : if (nearestRegion.getType() != CSSRegionContexts.CSS_S && nearestRegion.getType() != CSSRegionContexts.CSS_COMMENT)

44. 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

StructuredAutoEditStrategyCSS.java :

326 : if (nearestRegion != null && (nearestRegion.getType() == CSSRegionContexts.CSS_LBRACE || nearestRegion.getType() == CSSRegionContexts.CSS_RBRACE || nearestRegion.getType() == CSSRegionContexts.CSS_DELIMITER || nearestRegion.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER))

45. 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

StructuredAutoEditStrategyCSS.java :

326 : if (nearestRegion != null && (nearestRegion.getType() == CSSRegionContexts.CSS_LBRACE || nearestRegion.getType() == CSSRegionContexts.CSS_RBRACE || nearestRegion.getType() == CSSRegionContexts.CSS_DELIMITER || nearestRegion.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER))

46. 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

StructuredAutoEditStrategyCSS.java :

326 : if (nearestRegion != null && (nearestRegion.getType() == CSSRegionContexts.CSS_LBRACE || nearestRegion.getType() == CSSRegionContexts.CSS_RBRACE || nearestRegion.getType() == CSSRegionContexts.CSS_DELIMITER || nearestRegion.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER))

47. 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

StructuredAutoEditStrategyCSS.java :

326 : if (nearestRegion != null && (nearestRegion.getType() == CSSRegionContexts.CSS_LBRACE || nearestRegion.getType() == CSSRegionContexts.CSS_RBRACE || nearestRegion.getType() == CSSRegionContexts.CSS_DELIMITER || nearestRegion.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER))

48. 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

StructuredAutoEditStrategyCSS.java :

334 : if (!it.hasPrev() || it.prev().getType() != CSSRegionContexts.CSS_RBRACE)

49. 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

StructuredAutoEditStrategyCSS.java :

346 : ITextRegion region = null;

50. 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

StructuredAutoEditStrategyCSS.java :

352 : if (region.getType() == CSSRegionContexts.CSS_LBRACE)

51. 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

StructuredAutoEditStrategyCSS.java :

354 : else if (region.getType() == CSSRegionContexts.CSS_RBRACE)

52. 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

StructuredAutoEditStrategyCSS.java :

366 : if (region.getType() == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_START)

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

StructuredAutoEditStrategyCSS.java :

368 : else if (region.getType() == CSSRegionContexts.CSS_SELECTOR_ATTRIBUTE_END)

54. 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

StructuredAutoEditStrategyCSS.java :

382 : region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_FUNCTION)

55. 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

StructuredAutoEditStrategyCSS.java :

384 : else if (region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_PARENTHESIS_CLOSE)

56. 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

StructuredAutoEditStrategyCSS.java :

401 : IStructuredDocumentRegion flatNode = region.getDocumentRegion();

57. WARNING: DiscouragedReference

Discouraged access: The method getStart() 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

StructuredAutoEditStrategyCSS.java :

402 : int position = flatNode.getStart() + region.getStart();

58. WARNING: DiscouragedReference

Discouraged access: The method getLineOfOffset(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

StructuredAutoEditStrategyCSS.java :

424 : int line = structuredDocument.getLineOfOffset(p);

59. 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

StructuredAutoEditStrategyCSS.java :

431 : ITextRegion region = it.next();

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

StructuredAutoEditStrategyCSS.java :

432 : if (region.getType() != CSSRegionContexts.CSS_S)

61. 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

StructuredAutoEditStrategyCSS.java :

434 : if (it.getStructuredDocumentRegion().getEndOffset(region) > p) {

62. 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

StructuredAutoEditStrategyCSS.java :

462 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(position - 1);

63. 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

StructuredAutoEditStrategyCSS.java :

462 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(position - 1);

64. 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

StructuredAutoEditStrategyCSS.java :

464 : ITextRegion region = flatNode.getRegionAtCharacterOffset(position - 1);

65. 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

StructuredAutoEditStrategyCSS.java :

464 : ITextRegion region = flatNode.getRegionAtCharacterOffset(position - 1);

66. 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

StructuredAutoEditStrategyCSS.java :

465 : if (region.getType() == CSSRegionContexts.CSS_S) {

67. WARNING: DiscouragedReference

Discouraged access: The method getLineOfOffset(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

StructuredAutoEditStrategyCSS.java :

467 : int nLine = structuredDocument.getLineOfOffset(position);

68. 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

StructuredAutoEditStrategyCSS.java :

469 : if (nStartPos < flatNode.getStartOffset(region))

69. 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

StructuredAutoEditStrategyCSS.java :

470 : nStartPos = flatNode.getStartOffset(region);

70. 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

StructuredAutoEditStrategyCSS.java :

479 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(position);

71. 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

StructuredAutoEditStrategyCSS.java :

479 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(position);

72. 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

StructuredAutoEditStrategyCSS.java :

481 : ITextRegion region = flatNode.getRegionAtCharacterOffset(position);

73. 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

StructuredAutoEditStrategyCSS.java :

481 : ITextRegion region = flatNode.getRegionAtCharacterOffset(position);

74. 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

StructuredAutoEditStrategyCSS.java :

482 : if (region.getType() == CSSRegionContexts.CSS_S) {

75. WARNING: DiscouragedReference

Discouraged access: The method getLineOfOffset(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

StructuredAutoEditStrategyCSS.java :

483 : int nLine = structuredDocument.getLineOfOffset(position);

76. 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

StructuredAutoEditStrategyCSS.java :

486 : if (nEndPos > flatNode.getEndOffset(region))

77. 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

StructuredAutoEditStrategyCSS.java :

487 : nEndPos = flatNode.getEndOffset(region);

78. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

524 : String indentCharPref = preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR);

79. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

524 : String indentCharPref = preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR);

80. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

525 : if (CSSCorePreferenceNames.TAB.equals(indentCharPref)) {

81. WARNING: DiscouragedReference

Discouraged access: The field TAB from the type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

525 : if (CSSCorePreferenceNames.TAB.equals(indentCharPref)) {

82. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

528 : int indentationWidth = preferences.getInt(CSSCorePreferenceNames.INDENTATION_SIZE);

83. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

528 : int indentationWidth = preferences.getInt(CSSCorePreferenceNames.INDENTATION_SIZE);

84. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

571 : if (CSSCorePreferenceNames.SPACE.equals(preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

85. WARNING: DiscouragedReference

Discouraged access: The field SPACE from the type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

571 : if (CSSCorePreferenceNames.SPACE.equals(preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

86. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

571 : if (CSSCorePreferenceNames.SPACE.equals(preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

87. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

571 : if (CSSCorePreferenceNames.SPACE.equals(preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

88. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

572 : int indentationWidth = preferences.getInt(CSSCorePreferenceNames.INDENTATION_SIZE);

89. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type CSSCorePreferenceNames 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

StructuredAutoEditStrategyCSS.java :

572 : int indentationWidth = preferences.getInt(CSSCorePreferenceNames.INDENTATION_SIZE);

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSContentAssistContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSMetaModel 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

CSSContentAssistContext.java :

16 : import org.eclipse.wst.css.core.internal.metamodel.CSSMetaModel;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSContentAssistContext.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistContext.java :

20 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

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

CSSContentAssistContext.java :

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

5. 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

CSSContentAssistContext.java :

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

6. 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

CSSContentAssistContext.java :

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

7. 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

CSSContentAssistContext.java :

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

8. 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

CSSContentAssistContext.java :

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

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

CSSContentAssistContext.java :

35 : private ICSSNode fTargetNode = null;

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

CSSContentAssistContext.java :

37 : private IStructuredDocument fStructuredDocument = null;

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistContext.java :

40 : private ICSSModel fModel = null;

12. 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

CSSContentAssistContext.java :

53 : CSSContentAssistContext(int documentPosition, ICSSNode node, int documentOffset, char quote) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() 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

CSSContentAssistContext.java :

58 : initialize(node.getOwnerDocument());

14. 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

CSSContentAssistContext.java :

61 : CSSContentAssistContext(int documentPosition, ICSSNode node, int documentOffset, char quote, boolean selected) {

15. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() 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

CSSContentAssistContext.java :

67 : initialize(node.getOwnerDocument());

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

CSSContentAssistContext.java :

84 : IStructuredDocument getStructuredDocument() {

17. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistContext.java :

88 : ICSSModel getModel() {

18. 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

CSSContentAssistContext.java :

92 : private ICSSNode getNodeAt(int offset) {

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

CSSContentAssistContext.java :

93 : return (ICSSNode) ((fModel != null) ? fModel.getIndexedRegion(offset) : null);

20. 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

CSSContentAssistContext.java :

93 : return (ICSSNode) ((fModel != null) ? fModel.getIndexedRegion(offset) : null);

21. 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

CSSContentAssistContext.java :

104 : ITextRegion getRegionByOffset(int offset) {

22. 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

CSSContentAssistContext.java :

105 : ITextRegion region = null;

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

CSSContentAssistContext.java :

107 : IStructuredDocumentRegion flatNode = fStructuredDocument.getRegionAtCharacterOffset(offset);

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

CSSContentAssistContext.java :

107 : IStructuredDocumentRegion flatNode = fStructuredDocument.getRegionAtCharacterOffset(offset);

25. 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

CSSContentAssistContext.java :

109 : region = flatNode.getRegionAtCharacterOffset(offset);

26. 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

CSSContentAssistContext.java :

133 : ICSSNode getTargetNode() {

27. 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

CSSContentAssistContext.java :

141 : ITextRegion getTargetRegion() {

28. 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

CSSContentAssistContext.java :

145 : private IStructuredDocumentRegion getTargetDocumentRegion() {

29. 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

CSSContentAssistContext.java :

149 : private IStructuredDocumentRegion getDocumentRegionByOffset(int offset) {

30. 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

CSSContentAssistContext.java :

150 : return (fStructuredDocument != null) ? fStructuredDocument.getRegionAtCharacterOffset(offset) : null;

31. 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

CSSContentAssistContext.java :

153 : ITextRegion getTargetRegionPrevious() {

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

CSSContentAssistContext.java :

154 : ITextRegion previousRegion = null;

33. 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

CSSContentAssistContext.java :

155 : ITextRegion targetRegion = getTargetRegion();

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

CSSContentAssistContext.java :

171 : ITextRegion region = iterator.prev();

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

CSSContentAssistContext.java :

172 : String type = region.getType();

36. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSContentAssistContext.java :

200 : private void initialize(ICSSDocument doc) {

37. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistContext.java :

204 : ICSSModel model = doc.getModel();

38. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSDocument 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

CSSContentAssistContext.java :

204 : ICSSModel model = doc.getModel();

39. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

CSSContentAssistContext.java :

206 : fStructuredDocument = model.getStructuredDocument();

40. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSContentAssistContext.java :

218 : fTargetNode = fModel.getDocument();

41. 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

CSSContentAssistContext.java :

223 : ICSSNode cursorNode = getNodeAt(fCursorPos);

42. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSContentAssistContext.java :

225 : cursorNode = fModel.getDocument();

43. 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

CSSContentAssistContext.java :

227 : ICSSNode node = null;

44. 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

CSSContentAssistContext.java :

228 : IStructuredDocumentRegion flatNode = fStructuredDocument.getRegionAtCharacterOffset(fCursorPos - 1);

45. 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

CSSContentAssistContext.java :

228 : IStructuredDocumentRegion flatNode = fStructuredDocument.getRegionAtCharacterOffset(fCursorPos - 1);

46. 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

CSSContentAssistContext.java :

229 : while (flatNode != null && (node = getNodeAt(flatNode.getStartOffset())) == cursorNode && ((IndexedRegion) node).getStartOffset() != flatNode.getStartOffset()) {

47. 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

CSSContentAssistContext.java :

229 : while (flatNode != null && (node = getNodeAt(flatNode.getStartOffset())) == cursorNode && ((IndexedRegion) node).getStartOffset() != flatNode.getStartOffset()) {

48. 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

CSSContentAssistContext.java :

229 : while (flatNode != null && (node = getNodeAt(flatNode.getStartOffset())) == cursorNode && ((IndexedRegion) node).getStartOffset() != flatNode.getStartOffset()) {

49. 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

CSSContentAssistContext.java :

229 : while (flatNode != null && (node = getNodeAt(flatNode.getStartOffset())) == cursorNode && ((IndexedRegion) node).getStartOffset() != flatNode.getStartOffset()) {

50. 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

CSSContentAssistContext.java :

230 : flatNode = flatNode.getPrevious();

51. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSContentAssistContext.java :

233 : fTargetNode = (node == null) ? fModel.getDocument() : node;

52. 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

CSSContentAssistContext.java :

240 : for (ICSSNode parent = cursorNode.getParentNode(); parent != null; parent = parent.getParentNode()) {

53. 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

CSSContentAssistContext.java :

240 : for (ICSSNode parent = cursorNode.getParentNode(); parent != null; parent = parent.getParentNode()) {

54. 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

CSSContentAssistContext.java :

240 : for (ICSSNode parent = cursorNode.getParentNode(); parent != null; parent = parent.getParentNode()) {

55. 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

CSSContentAssistContext.java :

250 : short nodeType = node.getNodeType();

56. 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

CSSContentAssistContext.java :

251 : if (nodeType == ICSSNode.STYLEDECLITEM_NODE || nodeType == ICSSNode.CHARSETRULE_NODE || nodeType == ICSSNode.IMPORTRULE_NODE) {

57. 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

CSSContentAssistContext.java :

251 : if (nodeType == ICSSNode.STYLEDECLITEM_NODE || nodeType == ICSSNode.CHARSETRULE_NODE || nodeType == ICSSNode.IMPORTRULE_NODE) {

58. 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

CSSContentAssistContext.java :

251 : if (nodeType == ICSSNode.STYLEDECLITEM_NODE || nodeType == ICSSNode.CHARSETRULE_NODE || nodeType == ICSSNode.IMPORTRULE_NODE) {

59. WARNING: DiscouragedReference

Discouraged access: The field CHARSETRULE_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

CSSContentAssistContext.java :

251 : if (nodeType == ICSSNode.STYLEDECLITEM_NODE || nodeType == ICSSNode.CHARSETRULE_NODE || nodeType == ICSSNode.IMPORTRULE_NODE) {

60. 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

CSSContentAssistContext.java :

251 : if (nodeType == ICSSNode.STYLEDECLITEM_NODE || nodeType == ICSSNode.CHARSETRULE_NODE || nodeType == ICSSNode.IMPORTRULE_NODE) {

61. WARNING: DiscouragedReference

Discouraged access: The field IMPORTRULE_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

CSSContentAssistContext.java :

251 : if (nodeType == ICSSNode.STYLEDECLITEM_NODE || nodeType == ICSSNode.CHARSETRULE_NODE || nodeType == ICSSNode.IMPORTRULE_NODE) {

62. 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

CSSContentAssistContext.java :

254 : fTargetNode = node.getParentNode();

63. 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

CSSContentAssistContext.java :

260 : fTargetNode = node.getParentNode();

64. 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

CSSContentAssistContext.java :

283 : ITextRegion targetRegion = getTargetRegion();

65. 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

CSSContentAssistContext.java :

284 : IStructuredDocumentRegion documentRegion = getTargetDocumentRegion();

66. 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

CSSContentAssistContext.java :

290 : String regionText = documentRegion.getText(targetRegion);

67. 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

CSSContentAssistContext.java :

291 : int regionStart = documentRegion.getStartOffset(targetRegion);

68. 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

CSSContentAssistContext.java :

313 : ITextRegion region = getRegionByOffset(pos);

69. 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

CSSContentAssistContext.java :

314 : String type = region.getType();

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

CSSContentAssistContext.java :

322 : int start = ((IndexedRegion) fTargetNode).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

CSSContentAssistContext.java :

322 : int start = ((IndexedRegion) fTargetNode).getStartOffset();

72. 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

CSSContentAssistContext.java :

323 : if (start < 0 || ((IndexedRegion) fTargetNode).getEndOffset() <= 0) {

73. 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

CSSContentAssistContext.java :

323 : if (start < 0 || ((IndexedRegion) fTargetNode).getEndOffset() <= 0) {

74. 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

CSSContentAssistContext.java :

329 : ITextRegion region = iRegion.next();

75. WARNING: DiscouragedReference

Discouraged access: The method getTextEndOffset(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

CSSContentAssistContext.java :

330 : if (fTargetPos < iRegion.getStructuredDocumentRegion().getTextEndOffset(region)) {

76. 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

CSSContentAssistContext.java :

333 : if (region.getType() == regionType) {

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

CSSContentAssistContext.java :

355 : ITextRegion region = null;

78. 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

CSSContentAssistContext.java :

370 : String type = region.getType();

79. 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

CSSContentAssistContext.java :

377 : if (region != null && region.getType() == regionType) {

80. 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

CSSContentAssistContext.java :

388 : int end = ((IndexedRegion) fTargetNode).getEndOffset();

81. 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

CSSContentAssistContext.java :

388 : int end = ((IndexedRegion) fTargetNode).getEndOffset();

82. 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

CSSContentAssistContext.java :

394 : ITextRegion region = iRegion.next();

83. 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

CSSContentAssistContext.java :

395 : if (end <= iRegion.getStructuredDocumentRegion().getStartOffset(region)) {

84. 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

CSSContentAssistContext.java :

398 : if (region.getType() == regionType) {

85. WARNING: DiscouragedReference

Discouraged access: The type CSSMetaModel 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

CSSContentAssistContext.java :

412 : CSSMetaModel getMetaModel() {

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSContentAssistProcessor.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSModelAdapter 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

CSSContentAssistProcessor.java :

19 : import org.eclipse.wst.css.core.internal.provisional.adapters.ICSSModelAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSContentAssistProcessor.java :

20 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistProcessor.java :

21 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

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

CSSContentAssistProcessor.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type StyleAdapterFactory 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

CSSContentAssistProcessor.java :

24 : import org.eclipse.wst.html.core.internal.htmlcss.StyleAdapterFactory;

6. 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

CSSContentAssistProcessor.java :

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

7. 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

CSSContentAssistProcessor.java :

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

8. 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

CSSContentAssistProcessor.java :

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

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

CSSContentAssistProcessor.java :

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

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

CSSContentAssistProcessor.java :

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

11. 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

CSSContentAssistProcessor.java :

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

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

CSSContentAssistProcessor.java :

32 : import org.eclipse.wst.xml.ui.internal.util.SharedXMLEditorPluginImageHelper;

13. 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

CSSContentAssistProcessor.java :

51 : IndexedRegion indexedNode = ContentAssistUtils.getNodeAt(viewer, documentPosition + fDocumentOffset);

14. 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

CSSContentAssistProcessor.java :

51 : IndexedRegion indexedNode = ContentAssistUtils.getNodeAt(viewer, documentPosition + fDocumentOffset);

15. 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

CSSContentAssistProcessor.java :

51 : IndexedRegion indexedNode = ContentAssistUtils.getNodeAt(viewer, documentPosition + fDocumentOffset);

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

CSSContentAssistProcessor.java :

52 : IDOMNode xNode = null;

17. 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

CSSContentAssistProcessor.java :

53 : IDOMNode parent = null;

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

CSSContentAssistProcessor.java :

62 : if (indexedNode instanceof IDOMNode) {

19. 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

CSSContentAssistProcessor.java :

63 : xNode = (IDOMNode) indexedNode;

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

CSSContentAssistProcessor.java :

64 : parent = (IDOMNode) xNode.getParentNode();

21. 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

CSSContentAssistProcessor.java :

70 : IStructuredModel cssModel = getCSSModel(xNode);

22. 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

CSSContentAssistProcessor.java :

75 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(pos);

23. 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

CSSContentAssistProcessor.java :

75 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(pos);

24. 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

CSSContentAssistProcessor.java :

77 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

25. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSContentAssistProcessor.java :

77 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

26. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistProcessor.java :

77 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

27. 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

CSSContentAssistProcessor.java :

79 : arranger = new CSSProposalArranger(pos, (ICSSNode) keyIndexedNode, offset, (char) 0, selected);

28. 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

CSSContentAssistProcessor.java :

84 : IStructuredModel cssModel = getCSSModel(parent);

29. 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

CSSContentAssistProcessor.java :

87 : int offset = indexedNode.getStartOffset();

30. 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

CSSContentAssistProcessor.java :

89 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(pos);

31. 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

CSSContentAssistProcessor.java :

89 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(pos);

32. 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

CSSContentAssistProcessor.java :

91 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

33. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSContentAssistProcessor.java :

91 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

34. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistProcessor.java :

91 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

35. 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

CSSContentAssistProcessor.java :

93 : arranger = new CSSProposalArranger(pos, (ICSSNode) keyIndexedNode, offset, (char) 0, selected);

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

CSSContentAssistProcessor.java :

95 : } else if (indexedNode instanceof IDOMNode) {

37. 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

CSSContentAssistProcessor.java :

97 : IStructuredModel cssModel = getCSSModel((IDOMNode) indexedNode);

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

CSSContentAssistProcessor.java :

97 : IStructuredModel cssModel = getCSSModel((IDOMNode) indexedNode);

39. 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

CSSContentAssistProcessor.java :

99 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(documentPosition - fDocumentOffset);

40. 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

CSSContentAssistProcessor.java :

99 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(documentPosition - fDocumentOffset);

41. 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

CSSContentAssistProcessor.java :

101 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

42. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSContentAssistProcessor.java :

101 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

43. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistProcessor.java :

101 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

44. 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

CSSContentAssistProcessor.java :

103 : if (keyIndexedNode instanceof ICSSNode) {

45. 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

CSSContentAssistProcessor.java :

105 : arranger = new CSSProposalArranger(documentPosition, (ICSSNode) keyIndexedNode, fDocumentOffset, fQuote, selected);

46. 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

CSSContentAssistProcessor.java :

108 : } else if (indexedNode instanceof ICSSNode) {

47. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSContentAssistProcessor.java :

111 : ICSSDocument cssdoc = ((ICSSNode) indexedNode).getOwnerDocument();

48. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() 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

CSSContentAssistProcessor.java :

111 : ICSSDocument cssdoc = ((ICSSNode) indexedNode).getOwnerDocument();

49. 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

CSSContentAssistProcessor.java :

111 : ICSSDocument cssdoc = ((ICSSNode) indexedNode).getOwnerDocument();

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

CSSContentAssistProcessor.java :

113 : IStructuredModel cssModel = cssdoc.getModel();

51. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSDocument 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

CSSContentAssistProcessor.java :

113 : IStructuredModel cssModel = cssdoc.getModel();

52. 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

CSSContentAssistProcessor.java :

115 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(documentPosition - fDocumentOffset);

53. 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

CSSContentAssistProcessor.java :

115 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(documentPosition - fDocumentOffset);

54. 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

CSSContentAssistProcessor.java :

117 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

55. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSContentAssistProcessor.java :

117 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

56. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistProcessor.java :

117 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

57. 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

CSSContentAssistProcessor.java :

119 : if (keyIndexedNode instanceof ICSSNode) {

58. 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

CSSContentAssistProcessor.java :

121 : arranger = new CSSProposalArranger(documentPosition, (ICSSNode) keyIndexedNode, fDocumentOffset, fQuote, selected);

59. 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

CSSContentAssistProcessor.java :

128 : IStructuredModel cssModel = null;

60. 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

CSSContentAssistProcessor.java :

130 : cssModel = StructuredModelManager.getModelManager().getExistingModelForRead(viewer.getDocument());

61. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistProcessor.java :

131 : if (cssModel instanceof ICSSModel) {

62. 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

CSSContentAssistProcessor.java :

132 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(documentPosition - fDocumentOffset);

63. 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

CSSContentAssistProcessor.java :

132 : IndexedRegion keyIndexedNode = cssModel.getIndexedRegion(documentPosition - fDocumentOffset);

64. 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

CSSContentAssistProcessor.java :

134 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

65. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSContentAssistProcessor.java :

134 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

66. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSContentAssistProcessor.java :

134 : keyIndexedNode = (IndexedRegion) ((ICSSModel) cssModel).getDocument();

67. 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

CSSContentAssistProcessor.java :

136 : if (keyIndexedNode instanceof ICSSNode) {

68. 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

CSSContentAssistProcessor.java :

138 : arranger = new CSSProposalArranger(documentPosition, (ICSSNode) keyIndexedNode, fDocumentOffset, fQuote);

69. 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

CSSContentAssistProcessor.java :

143 : cssModel.releaseFromRead();

70. 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

CSSContentAssistProcessor.java :

165 : ICompletionProposal endTag = XMLContentAssistUtilities.computeXMLEndTagProposal(viewer, documentPosition, indexedNode, HTML40Namespace.ElementName.STYLE, SharedXMLEditorPluginImageHelper.IMG_OBJ_TAG_GENERIC);

71. WARNING: DiscouragedReference

Discouraged access: The method computeXMLEndTagProposal(ITextViewer, int, IndexedRegion, String, String) from 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

CSSContentAssistProcessor.java :

165 : ICompletionProposal endTag = XMLContentAssistUtilities.computeXMLEndTagProposal(viewer, documentPosition, indexedNode, HTML40Namespace.ElementName.STYLE, SharedXMLEditorPluginImageHelper.IMG_OBJ_TAG_GENERIC);

72. 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

CSSContentAssistProcessor.java :

165 : ICompletionProposal endTag = XMLContentAssistUtilities.computeXMLEndTagProposal(viewer, documentPosition, indexedNode, HTML40Namespace.ElementName.STYLE, SharedXMLEditorPluginImageHelper.IMG_OBJ_TAG_GENERIC);

73. WARNING: DiscouragedReference

Discouraged access: The field IMG_OBJ_TAG_GENERIC 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

CSSContentAssistProcessor.java :

165 : ICompletionProposal endTag = XMLContentAssistUtilities.computeXMLEndTagProposal(viewer, documentPosition, indexedNode, HTML40Namespace.ElementName.STYLE, SharedXMLEditorPluginImageHelper.IMG_OBJ_TAG_GENERIC);

74. 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

CSSContentAssistProcessor.java :

236 : private IStructuredModel getCSSModel(IDOMNode element) {

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

CSSContentAssistProcessor.java :

236 : private IStructuredModel getCSSModel(IDOMNode element) {

76. 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

CSSContentAssistProcessor.java :

239 : INodeAdapter adapter = StyleAdapterFactory.getInstance().adapt(element);

77. WARNING: DiscouragedReference

Discouraged access: The type StyleAdapterFactory 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

CSSContentAssistProcessor.java :

239 : INodeAdapter adapter = StyleAdapterFactory.getInstance().adapt(element);

78. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type StyleAdapterFactory 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

CSSContentAssistProcessor.java :

239 : INodeAdapter adapter = StyleAdapterFactory.getInstance().adapt(element);

79. WARNING: DiscouragedReference

Discouraged access: The method adapt(INodeNotifier) from the type StyleAdapterFactory 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

CSSContentAssistProcessor.java :

239 : INodeAdapter adapter = StyleAdapterFactory.getInstance().adapt(element);

80. WARNING: DiscouragedReference

Discouraged access: The type ICSSModelAdapter 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

CSSContentAssistProcessor.java :

240 : if ((adapter == null) || !(adapter instanceof ICSSModelAdapter))

81. WARNING: DiscouragedReference

Discouraged access: The type ICSSModelAdapter 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

CSSContentAssistProcessor.java :

242 : ICSSModelAdapter modelAdapter = (ICSSModelAdapter) adapter;

82. WARNING: DiscouragedReference

Discouraged access: The type ICSSModelAdapter 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

CSSContentAssistProcessor.java :

242 : ICSSModelAdapter modelAdapter = (ICSSModelAdapter) adapter;

83. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSModelAdapter 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

CSSContentAssistProcessor.java :

243 : return modelAdapter.getModel();

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSProposalArranger.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSMediaRule 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

CSSProposalArranger.java :

22 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSMediaRule;

2. 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

CSSProposalArranger.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSPageRule 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

CSSProposalArranger.java :

24 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPageRule;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSProposalArranger.java :

25 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPrimitiveValue;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalArranger.java :

26 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration 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

CSSProposalArranger.java :

27 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

7. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalArranger.java :

28 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleRule;

8. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSProposalArranger.java :

29 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleSheet;

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

CSSProposalArranger.java :

47 : CSSProposalArranger(int documentPosition, ICSSNode node, int documentOffset, char quote) {

10. 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

CSSProposalArranger.java :

52 : CSSProposalArranger(int documentPosition, ICSSNode node, int documentOffset, char quote, boolean selected) {

11. 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

CSSProposalArranger.java :

81 : ICSSNode targetNode = fContext.getTargetNode();

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSProposalArranger.java :

83 : if (targetNode instanceof ICSSStyleSheet) {

13. WARNING: DiscouragedReference

Discouraged access: The type ICSSMediaRule 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

CSSProposalArranger.java :

85 : } else if ((targetNode instanceof ICSSMediaRule && fContext.isTargetPosAfterOf(CSSRegionContexts.CSS_LBRACE)) || (targetNode instanceof ICSSStyleRule && fContext.isTargetPosBeforeOf(CSSRegionContexts.CSS_LBRACE))) {

14. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalArranger.java :

85 : } else if ((targetNode instanceof ICSSMediaRule && fContext.isTargetPosAfterOf(CSSRegionContexts.CSS_LBRACE)) || (targetNode instanceof ICSSStyleRule && fContext.isTargetPosBeforeOf(CSSRegionContexts.CSS_LBRACE))) {

15. WARNING: DiscouragedReference

Discouraged access: The type ICSSPageRule 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

CSSProposalArranger.java :

88 : } else if ((targetNode instanceof ICSSPageRule && fContext.isTargetPosBeforeOf(CSSRegionContexts.CSS_LBRACE))) {

16. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalArranger.java :

90 : } else if ((targetNode instanceof ICSSStyleRule || targetNode instanceof CSSFontFaceRule || targetNode instanceof ICSSPageRule || targetNode instanceof ICSSStyleDeclaration) && (targetNode.getOwnerDocument() instanceof ICSSStyleDeclaration || fContext.targetFollows(CSSRegionContexts.CSS_DECLARATION_DELIMITER) || fContext.targetFollows(CSSRegionContexts.CSS_LBRACE))) {

17. WARNING: DiscouragedReference

Discouraged access: The type ICSSPageRule 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

CSSProposalArranger.java :

90 : } else if ((targetNode instanceof ICSSStyleRule || targetNode instanceof CSSFontFaceRule || targetNode instanceof ICSSPageRule || targetNode instanceof ICSSStyleDeclaration) && (targetNode.getOwnerDocument() instanceof ICSSStyleDeclaration || fContext.targetFollows(CSSRegionContexts.CSS_DECLARATION_DELIMITER) || fContext.targetFollows(CSSRegionContexts.CSS_LBRACE))) {

18. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration 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

CSSProposalArranger.java :

90 : } else if ((targetNode instanceof ICSSStyleRule || targetNode instanceof CSSFontFaceRule || targetNode instanceof ICSSPageRule || targetNode instanceof ICSSStyleDeclaration) && (targetNode.getOwnerDocument() instanceof ICSSStyleDeclaration || fContext.targetFollows(CSSRegionContexts.CSS_DECLARATION_DELIMITER) || fContext.targetFollows(CSSRegionContexts.CSS_LBRACE))) {

19. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() 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

CSSProposalArranger.java :

90 : } else if ((targetNode instanceof ICSSStyleRule || targetNode instanceof CSSFontFaceRule || targetNode instanceof ICSSPageRule || targetNode instanceof ICSSStyleDeclaration) && (targetNode.getOwnerDocument() instanceof ICSSStyleDeclaration || fContext.targetFollows(CSSRegionContexts.CSS_DECLARATION_DELIMITER) || fContext.targetFollows(CSSRegionContexts.CSS_LBRACE))) {

20. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration 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

CSSProposalArranger.java :

90 : } else if ((targetNode instanceof ICSSStyleRule || targetNode instanceof CSSFontFaceRule || targetNode instanceof ICSSPageRule || targetNode instanceof ICSSStyleDeclaration) && (targetNode.getOwnerDocument() instanceof ICSSStyleDeclaration || fContext.targetFollows(CSSRegionContexts.CSS_DECLARATION_DELIMITER) || fContext.targetFollows(CSSRegionContexts.CSS_LBRACE))) {

21. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalArranger.java :

92 : } else if (targetNode instanceof ICSSStyleDeclItem) {

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSProposalArranger.java :

98 : } else if (targetNode instanceof ICSSPrimitiveValue) {

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSProposalGenerator.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

25 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

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

CSSProposalGenerator.java :

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

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

CSSProposalGenerator.java :

61 : ITextRegion targetRegion = fContext.getTargetRegion();

4. 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

CSSProposalGenerator.java :

64 : if (targetRegion != null && targetRegion.getType() == CSSRegionContexts.CSS_SELECTOR_PSEUDO) {

5. 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

CSSProposalGenerator.java :

72 : if (targetRegion.getType() == CSSRegionContexts.CSS_SELECTOR_PSEUDO) {

6. 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

CSSProposalGenerator.java :

84 : String lineDelimiter = fContext.getStructuredDocument().getLineDelimiter();

7. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

87 : if (preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_NEWLINE_ON_OPEN_BRACE)) {

8. WARNING: DiscouragedReference

Discouraged access: The field WRAPPING_NEWLINE_ON_OPEN_BRACE from the type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

87 : if (preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_NEWLINE_ON_OPEN_BRACE)) {

9. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

91 : if (preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE)) {

10. WARNING: DiscouragedReference

Discouraged access: The field WRAPPING_ONE_PER_LINE from the type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

91 : if (preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE)) {

11. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

98 : if (preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE)) {

12. WARNING: DiscouragedReference

Discouraged access: The field WRAPPING_ONE_PER_LINE from the type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

98 : if (preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE)) {

13. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

147 : boolean isQuoteInURI = CSSCorePlugin.getDefault().getPluginPreferences().getBoolean(CSSCorePreferenceNames.FORMAT_QUOTE_IN_URI);

14. WARNING: DiscouragedReference

Discouraged access: The field FORMAT_QUOTE_IN_URI from the type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

147 : boolean isQuoteInURI = CSSCorePlugin.getDefault().getPluginPreferences().getBoolean(CSSCorePreferenceNames.FORMAT_QUOTE_IN_URI);

15. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

184 : String quoteStr = CSSCorePlugin.getDefault().getPluginPreferences().getString(CSSCorePreferenceNames.FORMAT_QUOTE);

16. WARNING: DiscouragedReference

Discouraged access: The field FORMAT_QUOTE from the type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

184 : String quoteStr = CSSCorePlugin.getDefault().getPluginPreferences().getString(CSSCorePreferenceNames.FORMAT_QUOTE);

17. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

221 : String indentCharPref = preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR);

18. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

221 : String indentCharPref = preferences.getString(CSSCorePreferenceNames.INDENTATION_CHAR);

19. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

222 : if (CSSCorePreferenceNames.TAB.equals(indentCharPref)) {

20. WARNING: DiscouragedReference

Discouraged access: The field TAB from the type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

222 : if (CSSCorePreferenceNames.TAB.equals(indentCharPref)) {

21. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

225 : int indentationWidth = preferences.getInt(CSSCorePreferenceNames.INDENTATION_SIZE);

22. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type CSSCorePreferenceNames 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

CSSProposalGenerator.java :

225 : int indentationWidth = preferences.getInt(CSSCorePreferenceNames.INDENTATION_SIZE);

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSProposalGeneratorForAtmarkRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

20 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForAtmarkRule.java :

23 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSCharsetRule 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

CSSProposalGeneratorForAtmarkRule.java :

24 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSCharsetRule;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSProposalGeneratorForAtmarkRule.java :

25 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSImportRule 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

CSSProposalGeneratorForAtmarkRule.java :

26 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSImportRule;

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSProposalGeneratorForAtmarkRule.java :

27 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

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

CSSProposalGeneratorForAtmarkRule.java :

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

8. 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

CSSProposalGeneratorForAtmarkRule.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForAtmarkRule.java :

48 : fUseUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER;

10. WARNING: DiscouragedReference

Discouraged access: The field CASE_IDENTIFIER from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForAtmarkRule.java :

48 : fUseUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER;

11. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForAtmarkRule.java :

48 : fUseUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER;

12. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForAtmarkRule.java :

48 : fUseUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER;

13. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

57 : if (!util.collectNodesByType(CSSMMNode.TYPE_CHARSET_RULE).hasNext()) {

14. WARNING: DiscouragedReference

Discouraged access: The field TYPE_CHARSET_RULE from the type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

57 : if (!util.collectNodesByType(CSSMMNode.TYPE_CHARSET_RULE).hasNext()) {

15. WARNING: DiscouragedReference

Discouraged access: The method getStyleSheetType() from the type ICSSModel 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

CSSProposalGeneratorForAtmarkRule.java :

62 : if (fContext.getModel().getStyleSheetType() == ICSSModel.EMBEDDED) {

16. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSProposalGeneratorForAtmarkRule.java :

62 : if (fContext.getModel().getStyleSheetType() == ICSSModel.EMBEDDED) {

17. WARNING: DiscouragedReference

Discouraged access: The field EMBEDDED from the type ICSSModel 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

CSSProposalGeneratorForAtmarkRule.java :

62 : if (fContext.getModel().getStyleSheetType() == ICSSModel.EMBEDDED) {

18. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSProposalGeneratorForAtmarkRule.java :

71 : trav.apply(fContext.getModel().getDocument());

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

CSSProposalGeneratorForAtmarkRule.java :

75 : if (obj instanceof ICSSNode && !(obj instanceof ICSSDocument)) {

20. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSProposalGeneratorForAtmarkRule.java :

75 : if (obj instanceof ICSSNode && !(obj instanceof ICSSDocument)) {

21. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

113 : if (!util.collectNodesByType(CSSMMNode.TYPE_FONT_FACE_RULE).hasNext()) {

22. WARNING: DiscouragedReference

Discouraged access: The field TYPE_FONT_FACE_RULE from the type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

113 : if (!util.collectNodesByType(CSSMMNode.TYPE_FONT_FACE_RULE).hasNext()) {

23. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

148 : if (!util.collectNodesByType(CSSMMNode.TYPE_IMPORT_RULE).hasNext()) {

24. WARNING: DiscouragedReference

Discouraged access: The field TYPE_IMPORT_RULE from the type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

148 : if (!util.collectNodesByType(CSSMMNode.TYPE_IMPORT_RULE).hasNext()) {

25. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

CSSProposalGeneratorForAtmarkRule.java :

157 : trav.apply(fContext.getModel().getDocument());

26. 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

CSSProposalGeneratorForAtmarkRule.java :

161 : if (obj instanceof ICSSNode && !(obj instanceof ICSSDocument || obj instanceof ICSSCharsetRule || obj instanceof ICSSImportRule)) {

27. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSProposalGeneratorForAtmarkRule.java :

161 : if (obj instanceof ICSSNode && !(obj instanceof ICSSDocument || obj instanceof ICSSCharsetRule || obj instanceof ICSSImportRule)) {

28. WARNING: DiscouragedReference

Discouraged access: The type ICSSCharsetRule 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

CSSProposalGeneratorForAtmarkRule.java :

161 : if (obj instanceof ICSSNode && !(obj instanceof ICSSDocument || obj instanceof ICSSCharsetRule || obj instanceof ICSSImportRule)) {

29. WARNING: DiscouragedReference

Discouraged access: The type ICSSImportRule 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

CSSProposalGeneratorForAtmarkRule.java :

161 : if (obj instanceof ICSSNode && !(obj instanceof ICSSDocument || obj instanceof ICSSCharsetRule || obj instanceof ICSSImportRule)) {

30. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

199 : if (!util.collectNodesByType(CSSMMNode.TYPE_MEDIA_RULE).hasNext()) {

31. WARNING: DiscouragedReference

Discouraged access: The field TYPE_MEDIA_RULE from the type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

199 : if (!util.collectNodesByType(CSSMMNode.TYPE_MEDIA_RULE).hasNext()) {

32. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

232 : if (!util.collectNodesByType(CSSMMNode.TYPE_PAGE_RULE).hasNext()) {

33. WARNING: DiscouragedReference

Discouraged access: The field TYPE_PAGE_RULE from the type CSSMMNode 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

CSSProposalGeneratorForAtmarkRule.java :

232 : if (!util.collectNodesByType(CSSMMNode.TYPE_PAGE_RULE).hasNext()) {

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

CSSProposalGeneratorForAtmarkRule.java :

267 : ITextRegion region = fContext.getTargetRegionPrevious();

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

CSSProposalGeneratorForAtmarkRule.java :

270 : String type = region.getType();

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSProposalGeneratorForDeclarationName.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

23 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

26 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

3. 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

CSSProposalGeneratorForDeclarationName.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationName.java :

28 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration 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

CSSProposalGeneratorForDeclarationName.java :

29 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalGeneratorForDeclarationName.java :

30 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleRule;

7. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

50 : for (int i = 0; i < preferences.getInt(CSSCorePreferenceNames.FORMAT_PROP_PRE_DELIM); i++) {

8. WARNING: DiscouragedReference

Discouraged access: The field FORMAT_PROP_PRE_DELIM from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

50 : for (int i = 0; i < preferences.getInt(CSSCorePreferenceNames.FORMAT_PROP_PRE_DELIM); i++) {

9. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

54 : for (int i = 0; i < preferences.getInt(CSSCorePreferenceNames.FORMAT_PROP_POST_DELIM); i++) {

10. WARNING: DiscouragedReference

Discouraged access: The field FORMAT_PROP_POST_DELIM from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

54 : for (int i = 0; i < preferences.getInt(CSSCorePreferenceNames.FORMAT_PROP_POST_DELIM); i++) {

11. 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

CSSProposalGeneratorForDeclarationName.java :

58 : ICSSNode targetNode = fContext.getTargetNode();

12. 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

CSSProposalGeneratorForDeclarationName.java :

60 : for (ICSSNode node = targetNode; node != null; node = node.getParentNode()) {

13. 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

CSSProposalGeneratorForDeclarationName.java :

60 : for (ICSSNode node = targetNode; node != null; node = node.getParentNode()) {

14. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

69 : Iterator iNames = util.collectNodesByType((bFontRule) ? CSSMMNode.TYPE_DESCRIPTOR : CSSMMNode.TYPE_PROPERTY);

15. WARNING: DiscouragedReference

Discouraged access: The field TYPE_DESCRIPTOR from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

69 : Iterator iNames = util.collectNodesByType((bFontRule) ? CSSMMNode.TYPE_DESCRIPTOR : CSSMMNode.TYPE_PROPERTY);

16. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

69 : Iterator iNames = util.collectNodesByType((bFontRule) ? CSSMMNode.TYPE_DESCRIPTOR : CSSMMNode.TYPE_PROPERTY);

17. WARNING: DiscouragedReference

Discouraged access: The field TYPE_PROPERTY from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

69 : Iterator iNames = util.collectNodesByType((bFontRule) ? CSSMMNode.TYPE_DESCRIPTOR : CSSMMNode.TYPE_PROPERTY);

18. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

71 : CSSMMNode node = (CSSMMNode) iNames.next();

19. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

71 : CSSMMNode node = (CSSMMNode) iNames.next();

20. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalGeneratorForDeclarationName.java :

78 : if ((targetNode instanceof ICSSStyleRule || targetNode instanceof ICSSStyleDeclItem || targetNode instanceof ICSSStyleDeclaration) && fContext.targetHas(CSSRegionContexts.CSS_DECLARATION_SEPARATOR)) {

21. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationName.java :

78 : if ((targetNode instanceof ICSSStyleRule || targetNode instanceof ICSSStyleDeclItem || targetNode instanceof ICSSStyleDeclaration) && fContext.targetHas(CSSRegionContexts.CSS_DECLARATION_SEPARATOR)) {

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration 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

CSSProposalGeneratorForDeclarationName.java :

78 : if ((targetNode instanceof ICSSStyleRule || targetNode instanceof ICSSStyleDeclItem || targetNode instanceof ICSSStyleDeclaration) && fContext.targetHas(CSSRegionContexts.CSS_DECLARATION_SEPARATOR)) {

23. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

84 : CSSMMNode node = (CSSMMNode) i.next();

24. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

84 : CSSMMNode node = (CSSMMNode) i.next();

25. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

85 : String text = node.getName();

26. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

86 : text = (preferences.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER) ? text.toUpperCase() : text.toLowerCase();

27. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_NAME from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

86 : text = (preferences.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER) ? text.toUpperCase() : text.toLowerCase();

28. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

86 : text = (preferences.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER) ? text.toUpperCase() : text.toLowerCase();

29. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationName.java :

86 : text = (preferences.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER) ? text.toUpperCase() : text.toLowerCase();

30. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

119 : CSSMMNode node1 = (CSSMMNode) o1;

31. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

119 : CSSMMNode node1 = (CSSMMNode) o1;

32. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

120 : CSSMMNode node2 = (CSSMMNode) o2;

33. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

120 : CSSMMNode node2 = (CSSMMNode) o2;

34. WARNING: DiscouragedReference

Discouraged access: The method getAttribute(String) from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

127 : String category1 = node1.getAttribute("category"); //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The method getAttribute(String) from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

128 : String category2 = node2.getAttribute("category"); //$NON-NLS-1$

36. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

141 : String name = node1.getName();

37. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

145 : return name.compareTo(node2.getName());

38. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

158 : CSSImageType getCategoryImageType(CSSMMNode node) {

39. WARNING: DiscouragedReference

Discouraged access: The method getAttribute(String) from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationName.java :

161 : String category = node.getAttribute("category"); //$NON-NLS-1$

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSProposalGeneratorForDeclarationValue.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSMMDescriptor 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

CSSProposalGeneratorForDeclarationValue.java :

21 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMDescriptor;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSMMFunction 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

CSSProposalGeneratorForDeclarationValue.java :

22 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMFunction;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

23 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNumber 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

CSSProposalGeneratorForDeclarationValue.java :

24 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMNumber;

5. WARNING: DiscouragedReference

Discouraged access: The type CSSMMProperty 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

CSSProposalGeneratorForDeclarationValue.java :

25 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMProperty;

6. WARNING: DiscouragedReference

Discouraged access: The type CSSMMUnit 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

CSSProposalGeneratorForDeclarationValue.java :

26 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMUnit;

7. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationValue.java :

30 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

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

CSSProposalGeneratorForDeclarationValue.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSProposalGeneratorForDeclarationValue.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

33 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

11. 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

CSSProposalGeneratorForDeclarationValue.java :

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

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

CSSProposalGeneratorForDeclarationValue.java :

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

13. 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

CSSProposalGeneratorForDeclarationValue.java :

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

14. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationValue.java :

54 : fUseUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER;

15. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_VALUE from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationValue.java :

54 : fUseUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER;

16. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationValue.java :

54 : fUseUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER;

17. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForDeclarationValue.java :

54 : fUseUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER;

18. WARNING: DiscouragedReference

Discouraged access: The type CSSMMFunction 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

CSSProposalGeneratorForDeclarationValue.java :

60 : private void addFunction(List candidates, CSSMMFunction prop) {

19. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

68 : if (prop.getName().equals(CSSFunctionID.F_URI)) {

20. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNumber 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

CSSProposalGeneratorForDeclarationValue.java :

95 : private void addNumber(List candidates, CSSMMNumber prop) {

21. WARNING: DiscouragedReference

Discouraged access: The method getDescendants() from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

118 : Iterator i = prop.getDescendants();

22. WARNING: DiscouragedReference

Discouraged access: The type CSSMMUnit 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

CSSProposalGeneratorForDeclarationValue.java :

120 : CSSMMUnit unit = (CSSMMUnit) i.next();

23. WARNING: DiscouragedReference

Discouraged access: The type CSSMMUnit 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

CSSProposalGeneratorForDeclarationValue.java :

120 : CSSMMUnit unit = (CSSMMUnit) i.next();

24. WARNING: DiscouragedReference

Discouraged access: The method getUnitString() from the type CSSMMUnit 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

CSSProposalGeneratorForDeclarationValue.java :

121 : String unitString = unit.getUnitString();

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

CSSProposalGeneratorForDeclarationValue.java :

148 : ITextRegion targetRegion = fContext.getTargetRegion();

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

CSSProposalGeneratorForDeclarationValue.java :

149 : if (targetRegion != null && targetRegion.getType() != CSSRegionContexts.CSS_DECLARATION_DELIMITER) {

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

CSSProposalGeneratorForDeclarationValue.java :

153 : IStructuredDocumentRegion container = iterator.getStructuredDocumentRegion();

28. 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

CSSProposalGeneratorForDeclarationValue.java :

155 : ITextRegion region = iterator.next();

29. 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

CSSProposalGeneratorForDeclarationValue.java :

159 : if (region.getType() == CSSRegionContexts.CSS_DECLARATION_SEPARATOR) {

30. 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

CSSProposalGeneratorForDeclarationValue.java :

167 : IStructuredDocumentRegion nextStructuredDocumentRegion = CSSUtil.findNextSignificantNode(container);

31. 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

CSSProposalGeneratorForDeclarationValue.java :

195 : ICSSNode targetNode = fContext.getTargetNode();

32. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

196 : if (targetNode instanceof ICSSStyleDeclItem) {

33. 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

CSSProposalGeneratorForDeclarationValue.java :

197 : ICSSNode firstChild = targetNode.getFirstChild();

34. WARNING: DiscouragedReference

Discouraged access: The method getFirstChild() 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

CSSProposalGeneratorForDeclarationValue.java :

197 : ICSSNode firstChild = targetNode.getFirstChild();

35. 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

CSSProposalGeneratorForDeclarationValue.java :

201 : if (firstChild instanceof IndexedRegion) {

36. 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

CSSProposalGeneratorForDeclarationValue.java :

202 : int startOffset = ((IndexedRegion) firstChild).getStartOffset();

37. 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

CSSProposalGeneratorForDeclarationValue.java :

202 : int startOffset = ((IndexedRegion) firstChild).getStartOffset();

38. 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

CSSProposalGeneratorForDeclarationValue.java :

211 : ITextRegion targetRegion = fContext.getTargetRegion();

39. 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

CSSProposalGeneratorForDeclarationValue.java :

212 : if (targetRegion != null && targetRegion.getType() != CSSRegionContexts.CSS_DECLARATION_DELIMITER) {

40. 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

CSSProposalGeneratorForDeclarationValue.java :

216 : IStructuredDocumentRegion container = iterator.getStructuredDocumentRegion();

41. 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

CSSProposalGeneratorForDeclarationValue.java :

218 : ITextRegion region = iterator.next();

42. 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

CSSProposalGeneratorForDeclarationValue.java :

222 : if (region.getType() == CSSRegionContexts.CSS_DECLARATION_SEPARATOR) {

43. 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

CSSProposalGeneratorForDeclarationValue.java :

230 : IStructuredDocumentRegion nextStructuredDocumentRegion = CSSUtil.findNextSignificantNode(container);

44. 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

CSSProposalGeneratorForDeclarationValue.java :

268 : ICSSNode targetNode = fContext.getTargetNode();

45. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSProposalGeneratorForDeclarationValue.java :

269 : while (targetNode instanceof ICSSPrimitiveValue) {

46. 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

CSSProposalGeneratorForDeclarationValue.java :

270 : targetNode = targetNode.getParentNode();

47. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

272 : if (!(targetNode instanceof ICSSStyleDeclItem)) {

48. WARNING: DiscouragedReference

Discouraged access: The method getPriority() from the type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

278 : String priority = ((ICSSStyleDeclItem) targetNode).getPriority();

49. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

278 : String priority = ((ICSSStyleDeclItem) targetNode).getPriority();

50. 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

CSSProposalGeneratorForDeclarationValue.java :

280 : ICSSNode lastChild = targetNode.getLastChild();

51. WARNING: DiscouragedReference

Discouraged access: The method getLastChild() 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

CSSProposalGeneratorForDeclarationValue.java :

280 : ICSSNode lastChild = targetNode.getLastChild();

52. 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

CSSProposalGeneratorForDeclarationValue.java :

281 : if (lastChild instanceof IndexedRegion) {

53. 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

CSSProposalGeneratorForDeclarationValue.java :

282 : int startOffset = ((IndexedRegion) lastChild).getStartOffset();

54. 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

CSSProposalGeneratorForDeclarationValue.java :

282 : int startOffset = ((IndexedRegion) lastChild).getStartOffset();

55. WARNING: DiscouragedReference

Discouraged access: The type CSSMMDescriptor 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

CSSProposalGeneratorForDeclarationValue.java :

310 : CSSMMDescriptor desc = util.getDescriptor(name);

56. WARNING: DiscouragedReference

Discouraged access: The method getValues() from the type CSSMMDescriptor 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

CSSProposalGeneratorForDeclarationValue.java :

312 : i = desc.getValues();

57. WARNING: DiscouragedReference

Discouraged access: The type CSSMMProperty 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

CSSProposalGeneratorForDeclarationValue.java :

315 : CSSMMProperty prop = util.getProperty(name);

58. WARNING: DiscouragedReference

Discouraged access: The method getValues() from the type CSSMMProperty 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

CSSProposalGeneratorForDeclarationValue.java :

317 : i = prop.getValues();

59. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

321 : CSSMMNode val = (CSSMMNode) i.next();

60. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

321 : CSSMMNode val = (CSSMMNode) i.next();

61. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

322 : String valueType = val.getType();

62. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

323 : if (valueType == CSSMMNode.TYPE_KEYWORD) {

63. WARNING: DiscouragedReference

Discouraged access: The field TYPE_KEYWORD from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

323 : if (valueType == CSSMMNode.TYPE_KEYWORD) {

64. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

325 : } else if (valueType == CSSMMNode.TYPE_NUMBER) {

65. WARNING: DiscouragedReference

Discouraged access: The field TYPE_NUMBER from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

325 : } else if (valueType == CSSMMNode.TYPE_NUMBER) {

66. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNumber 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

CSSProposalGeneratorForDeclarationValue.java :

326 : addNumber(candidates, (CSSMMNumber) val);

67. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

327 : } else if (valueType == CSSMMNode.TYPE_FUNCTION) {

68. WARNING: DiscouragedReference

Discouraged access: The field TYPE_FUNCTION from the type CSSMMNode 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

CSSProposalGeneratorForDeclarationValue.java :

327 : } else if (valueType == CSSMMNode.TYPE_FUNCTION) {

69. WARNING: DiscouragedReference

Discouraged access: The type CSSMMFunction 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

CSSProposalGeneratorForDeclarationValue.java :

328 : addFunction(candidates, (CSSMMFunction) val);

70. 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

CSSProposalGeneratorForDeclarationValue.java :

343 : ICSSNode targetNode = fContext.getTargetNode();

71. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSProposalGeneratorForDeclarationValue.java :

344 : while (targetNode instanceof ICSSPrimitiveValue) {

72. 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

CSSProposalGeneratorForDeclarationValue.java :

345 : targetNode = targetNode.getParentNode();

73. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

347 : if (targetNode instanceof ICSSStyleDeclItem) {

74. WARNING: DiscouragedReference

Discouraged access: The method getPropertyName() from the type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

348 : return ((ICSSStyleDeclItem) targetNode).getPropertyName();

75. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

348 : return ((ICSSStyleDeclItem) targetNode).getPropertyName();

76. 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

CSSProposalGeneratorForDeclarationValue.java :

358 : ICSSNode targetNode = fContext.getTargetNode();

77. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSProposalGeneratorForDeclarationValue.java :

359 : while (targetNode instanceof ICSSPrimitiveValue) {

78. 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

CSSProposalGeneratorForDeclarationValue.java :

360 : targetNode = targetNode.getParentNode();

79. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSProposalGeneratorForDeclarationValue.java :

362 : if (targetNode instanceof ICSSStyleDeclItem) {

80. 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

CSSProposalGeneratorForDeclarationValue.java :

363 : targetNode = targetNode.getParentNode(); // get Declaration

81. 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

CSSProposalGeneratorForDeclarationValue.java :

366 : targetNode = targetNode.getParentNode(); // get rule

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSProposalGeneratorForHTMLTag.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSProposalGeneratorForHTMLTag.java :

21 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalGeneratorForHTMLTag.java :

22 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleRule;

3. WARNING: DiscouragedReference

Discouraged access: The type HTMLCMDocumentFactory 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

CSSProposalGeneratorForHTMLTag.java :

24 : import org.eclipse.wst.html.core.internal.contentmodel.HTMLCMDocumentFactory;

4. 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

CSSProposalGeneratorForHTMLTag.java :

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

5. 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

CSSProposalGeneratorForHTMLTag.java :

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

6. 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

CSSProposalGeneratorForHTMLTag.java :

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

7. 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

CSSProposalGeneratorForHTMLTag.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter 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

CSSProposalGeneratorForHTMLTag.java :

29 : import org.eclipse.wst.xml.core.internal.document.DocumentTypeAdapter;

9. 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

CSSProposalGeneratorForHTMLTag.java :

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

10. 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

CSSProposalGeneratorForHTMLTag.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The method getStyleSheetType() from the type ICSSModel 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

CSSProposalGeneratorForHTMLTag.java :

61 : if (fContext.getModel().getStyleSheetType() == ICSSModel.EMBEDDED) {

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSProposalGeneratorForHTMLTag.java :

61 : if (fContext.getModel().getStyleSheetType() == ICSSModel.EMBEDDED) {

13. WARNING: DiscouragedReference

Discouraged access: The field EMBEDDED from the type ICSSModel 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

CSSProposalGeneratorForHTMLTag.java :

61 : if (fContext.getModel().getStyleSheetType() == ICSSModel.EMBEDDED) {

14. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDOMNode() from the type ICSSModel 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

CSSProposalGeneratorForHTMLTag.java :

62 : Node domNode = fContext.getModel().getOwnerDOMNode();

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

CSSProposalGeneratorForHTMLTag.java :

65 : if (domNode instanceof IDOMDocument) {

16. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter 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

CSSProposalGeneratorForHTMLTag.java :

66 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) domNode).getAdapterFor(DocumentTypeAdapter.class);

17. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter 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

CSSProposalGeneratorForHTMLTag.java :

66 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) domNode).getAdapterFor(DocumentTypeAdapter.class);

18. 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

CSSProposalGeneratorForHTMLTag.java :

66 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) domNode).getAdapterFor(DocumentTypeAdapter.class);

19. 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

CSSProposalGeneratorForHTMLTag.java :

66 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) domNode).getAdapterFor(DocumentTypeAdapter.class);

20. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter 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

CSSProposalGeneratorForHTMLTag.java :

66 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) domNode).getAdapterFor(DocumentTypeAdapter.class);

21. WARNING: DiscouragedReference

Discouraged access: The method getTagNameCase() from the type DocumentTypeAdapter 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

CSSProposalGeneratorForHTMLTag.java :

68 : bLowerCase = (adapter.getTagNameCase() == DocumentTypeAdapter.LOWER_CASE);

22. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter 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

CSSProposalGeneratorForHTMLTag.java :

68 : bLowerCase = (adapter.getTagNameCase() == DocumentTypeAdapter.LOWER_CASE);

23. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter 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

CSSProposalGeneratorForHTMLTag.java :

68 : bLowerCase = (adapter.getTagNameCase() == DocumentTypeAdapter.LOWER_CASE);

24. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalGeneratorForHTMLTag.java :

88 : boolean inRule = (fContext.getTargetNode() instanceof ICSSStyleRule);

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

CSSProposalGeneratorForHTMLTag.java :

114 : CMDocument cmdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

26. WARNING: DiscouragedReference

Discouraged access: The type HTMLCMDocumentFactory 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

CSSProposalGeneratorForHTMLTag.java :

114 : CMDocument cmdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

27. WARNING: DiscouragedReference

Discouraged access: The method getCMDocument(String) from the type HTMLCMDocumentFactory 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

CSSProposalGeneratorForHTMLTag.java :

114 : CMDocument cmdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

28. 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

CSSProposalGeneratorForHTMLTag.java :

114 : CMDocument cmdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

29. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from 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

CSSProposalGeneratorForHTMLTag.java :

114 : CMDocument cmdoc = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

30. 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

CSSProposalGeneratorForHTMLTag.java :

115 : CMNamedNodeMap elements = cmdoc.getElements();

31. WARNING: DiscouragedReference

Discouraged access: The method getElements() from 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

CSSProposalGeneratorForHTMLTag.java :

115 : CMNamedNodeMap elements = cmdoc.getElements();

32. WARNING: DiscouragedReference

Discouraged access: The method getLength() 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

CSSProposalGeneratorForHTMLTag.java :

117 : int nElements = elements.getLength();

33. 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

CSSProposalGeneratorForHTMLTag.java :

119 : CMElementDeclaration edec = (CMElementDeclaration) elements.item(i);

34. 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

CSSProposalGeneratorForHTMLTag.java :

119 : CMElementDeclaration edec = (CMElementDeclaration) elements.item(i);

35. WARNING: DiscouragedReference

Discouraged access: The method item(int) 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

CSSProposalGeneratorForHTMLTag.java :

119 : CMElementDeclaration edec = (CMElementDeclaration) elements.item(i);

36. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from 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

CSSProposalGeneratorForHTMLTag.java :

121 : names.add(edec.getElementName());

37. 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

CSSProposalGeneratorForHTMLTag.java :

136 : private static boolean isAttrDefined(CMElementDeclaration edec, String attrName) {

38. 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

CSSProposalGeneratorForHTMLTag.java :

140 : CMNamedNodeMap attrs = edec.getAttributes();

39. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from 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

CSSProposalGeneratorForHTMLTag.java :

140 : CMNamedNodeMap attrs = edec.getAttributes();

40. WARNING: DiscouragedReference

Discouraged access: The method getLength() 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

CSSProposalGeneratorForHTMLTag.java :

144 : for (int i = 0; i < attrs.getLength(); i++) {

41. 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

CSSProposalGeneratorForHTMLTag.java :

145 : CMAttributeDeclaration attr = (CMAttributeDeclaration) attrs.item(i);

42. 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

CSSProposalGeneratorForHTMLTag.java :

145 : CMAttributeDeclaration attr = (CMAttributeDeclaration) attrs.item(i);

43. WARNING: DiscouragedReference

Discouraged access: The method item(int) 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

CSSProposalGeneratorForHTMLTag.java :

145 : CMAttributeDeclaration attr = (CMAttributeDeclaration) attrs.item(i);

44. WARNING: DiscouragedReference

Discouraged access: The method getAttrName() from 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

CSSProposalGeneratorForHTMLTag.java :

149 : if (attr.getAttrName().equalsIgnoreCase(attrName)) {

Source File: org/eclipse/wst/css/ui/internal/contentassist/CSSProposalGeneratorForPseudoSelector.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

21 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

22 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMSelector;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionUtil 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

CSSProposalGeneratorForPseudoSelector.java :

24 : import org.eclipse.wst.css.core.internal.parser.CSSRegionUtil;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForPseudoSelector.java :

26 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

5. 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

CSSProposalGeneratorForPseudoSelector.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSPageRule 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

CSSProposalGeneratorForPseudoSelector.java :

28 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPageRule;

7. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalGeneratorForPseudoSelector.java :

29 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleRule;

8. 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

CSSProposalGeneratorForPseudoSelector.java :

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

9. 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

CSSProposalGeneratorForPseudoSelector.java :

58 : ITextRegion region = fContext.getTargetRegion();

10. 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

CSSProposalGeneratorForPseudoSelector.java :

60 : String type = region.getType();

11. WARNING: DiscouragedReference

Discouraged access: The type CSSRegionUtil 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

CSSProposalGeneratorForPseudoSelector.java :

61 : if (type != CSSRegionContexts.CSS_S && !CSSRegionUtil.isSelectorBegginingType(type)) {

12. WARNING: DiscouragedReference

Discouraged access: The method isSelectorBegginingType(String) from the type CSSRegionUtil 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

CSSProposalGeneratorForPseudoSelector.java :

61 : if (type != CSSRegionContexts.CSS_S && !CSSRegionUtil.isSelectorBegginingType(type)) {

13. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForPseudoSelector.java :

66 : boolean useUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER;

14. WARNING: DiscouragedReference

Discouraged access: The field CASE_IDENTIFIER from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForPseudoSelector.java :

66 : boolean useUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER;

15. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSProposalGeneratorForPseudoSelector.java :

66 : boolean useUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER;

16. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSProposalGeneratorForPseudoSelector.java :

66 : boolean useUpperCase = CSSCorePlugin.getDefault().getPluginPreferences().getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER;

17. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSProposalGeneratorForPseudoSelector.java :

88 : boolean inRule = (fContext.getTargetNode() instanceof ICSSStyleRule || fContext.getTargetNode() instanceof ICSSPageRule);

18. WARNING: DiscouragedReference

Discouraged access: The type ICSSPageRule 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

CSSProposalGeneratorForPseudoSelector.java :

88 : boolean inRule = (fContext.getTargetNode() instanceof ICSSStyleRule || fContext.getTargetNode() instanceof ICSSPageRule);

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

CSSProposalGeneratorForPseudoSelector.java :

115 : ICSSNode targetNode = fContext.getTargetNode();

20. WARNING: DiscouragedReference

Discouraged access: The type ICSSPageRule 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

CSSProposalGeneratorForPseudoSelector.java :

116 : String rootType = (targetNode instanceof ICSSPageRule) ? CSSMMNode.TYPE_PAGE_RULE : CSSMMNode.TYPE_STYLE_RULE;

21. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

116 : String rootType = (targetNode instanceof ICSSPageRule) ? CSSMMNode.TYPE_PAGE_RULE : CSSMMNode.TYPE_STYLE_RULE;

22. WARNING: DiscouragedReference

Discouraged access: The field TYPE_PAGE_RULE from the type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

116 : String rootType = (targetNode instanceof ICSSPageRule) ? CSSMMNode.TYPE_PAGE_RULE : CSSMMNode.TYPE_STYLE_RULE;

23. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

116 : String rootType = (targetNode instanceof ICSSPageRule) ? CSSMMNode.TYPE_PAGE_RULE : CSSMMNode.TYPE_STYLE_RULE;

24. WARNING: DiscouragedReference

Discouraged access: The field TYPE_STYLE_RULE from the type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

116 : String rootType = (targetNode instanceof ICSSPageRule) ? CSSMMNode.TYPE_PAGE_RULE : CSSMMNode.TYPE_STYLE_RULE;

25. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

126 : CSSMMNode node = (CSSMMNode) i.next();

26. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

126 : CSSMMNode node = (CSSMMNode) i.next();

27. WARNING: DiscouragedReference

Discouraged access: The method getChildNodes() from the type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

127 : i = node.getChildNodes();

28. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

129 : CSSMMNode child = (CSSMMNode) i.next();

29. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

129 : CSSMMNode child = (CSSMMNode) i.next();

30. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

130 : if (child.getType() == CSSMMNode.TYPE_SELECTOR) {

31. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

130 : if (child.getType() == CSSMMNode.TYPE_SELECTOR) {

32. WARNING: DiscouragedReference

Discouraged access: The field TYPE_SELECTOR from the type CSSMMNode 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

CSSProposalGeneratorForPseudoSelector.java :

130 : if (child.getType() == CSSMMNode.TYPE_SELECTOR) {

33. WARNING: DiscouragedReference

Discouraged access: The method getSelectorType() from the type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

131 : String selType = ((CSSMMSelector) child).getSelectorType();

34. WARNING: DiscouragedReference

Discouraged access: The type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

131 : String selType = ((CSSMMSelector) child).getSelectorType();

35. WARNING: DiscouragedReference

Discouraged access: The type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

132 : if (selType == CSSMMSelector.TYPE_PSEUDO_CLASS || selType == CSSMMSelector.TYPE_PSEUDO_ELEMENT) {

36. WARNING: DiscouragedReference

Discouraged access: The field TYPE_PSEUDO_CLASS from the type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

132 : if (selType == CSSMMSelector.TYPE_PSEUDO_CLASS || selType == CSSMMSelector.TYPE_PSEUDO_ELEMENT) {

37. WARNING: DiscouragedReference

Discouraged access: The type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

132 : if (selType == CSSMMSelector.TYPE_PSEUDO_CLASS || selType == CSSMMSelector.TYPE_PSEUDO_ELEMENT) {

38. WARNING: DiscouragedReference

Discouraged access: The field TYPE_PSEUDO_ELEMENT from the type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

132 : if (selType == CSSMMSelector.TYPE_PSEUDO_CLASS || selType == CSSMMSelector.TYPE_PSEUDO_ELEMENT) {

39. WARNING: DiscouragedReference

Discouraged access: The method getSelectorString() from the type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

133 : tagList.add(((CSSMMSelector) child).getSelectorString());

40. WARNING: DiscouragedReference

Discouraged access: The type CSSMMSelector 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

CSSProposalGeneratorForPseudoSelector.java :

133 : tagList.add(((CSSMMSelector) child).getSelectorString());

Source File: org/eclipse/wst/css/ui/internal/contentoutline/CSSNodeAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSNodeAdapter.java :

24 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSMediaRule 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

CSSNodeAdapter.java :

25 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSMediaRule;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSNodeAdapter.java :

26 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

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

CSSNodeAdapter.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSNodeAdapter.java :

28 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPrimitiveValue;

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSNodeAdapter.java :

29 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

7. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration 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

CSSNodeAdapter.java :

30 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

8. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSNodeAdapter.java :

31 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleRule;

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

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

10. 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

CSSNodeAdapter.java :

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

11. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

12. 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

CSSNodeAdapter.java :

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

13. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

38 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapter;

14. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

39 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapterFactory;

15. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

47 : class CSSNodeAdapter implements IJFaceNodeAdapter, INodeAdapter, Runnable {

16. 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

CSSNodeAdapter.java :

47 : class CSSNodeAdapter implements IJFaceNodeAdapter, INodeAdapter, Runnable {

17. 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

CSSNodeAdapter.java :

49 : NotifyContext(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

18. 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

CSSNodeAdapter.java :

62 : INodeNotifier notifier;

19. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

79 : protected INodeAdapterFactory adapterFactory;

20. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

83 : final static Class ADAPTER_KEY = IJFaceNodeAdapter.class;

21. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

85 : public CSSNodeAdapter(INodeAdapterFactory adapterFactory) {

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

103 : if (context.notifier instanceof ICSSStyleSheet) {

23. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration 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

CSSNodeAdapter.java :

107 : if (context.notifier instanceof ICSSStyleDeclaration) {

24. 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

CSSNodeAdapter.java :

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

25. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

137 : Iterator iterator = ((IJFaceNodeAdapterFactory) adapterFactory).getListeners().iterator();

26. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

137 : Iterator iterator = ((IJFaceNodeAdapterFactory) adapterFactory).getListeners().iterator();

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

CSSNodeAdapter.java :

149 : private void notifyChangedForPropertySheetPage(PropertySheetPage page, INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

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

CSSNodeAdapter.java :

153 : if (eventType == INodeNotifier.CHANGE || eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

29. WARNING: DiscouragedReference

Discouraged access: The field CHANGE 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

CSSNodeAdapter.java :

153 : if (eventType == INodeNotifier.CHANGE || eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

30. 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

CSSNodeAdapter.java :

153 : if (eventType == INodeNotifier.CHANGE || eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

31. WARNING: DiscouragedReference

Discouraged access: The field ADD 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

CSSNodeAdapter.java :

153 : if (eventType == INodeNotifier.CHANGE || eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

32. 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

CSSNodeAdapter.java :

153 : if (eventType == INodeNotifier.CHANGE || eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

33. WARNING: DiscouragedReference

Discouraged access: The field REMOVE 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

CSSNodeAdapter.java :

153 : if (eventType == INodeNotifier.CHANGE || eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) {

34. 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

CSSNodeAdapter.java :

158 : private void notifyChangedForStructuredViewer(StructuredViewer viewer, INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

35. 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

CSSNodeAdapter.java :

162 : if (eventType == INodeNotifier.CHANGE) {

36. WARNING: DiscouragedReference

Discouraged access: The field CHANGE 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

CSSNodeAdapter.java :

162 : if (eventType == INodeNotifier.CHANGE) {

37. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

163 : if (notifier instanceof ICSSStyleSheet) {

38. 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

CSSNodeAdapter.java :

164 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

39. 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

CSSNodeAdapter.java :

164 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

40. 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

CSSNodeAdapter.java :

164 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

41. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSNodeAdapter.java :

165 : if (temp instanceof ICSSStyleRule) {

42. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSNodeAdapter.java :

170 : if (temp instanceof ICSSStyleRule) {

43. 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

CSSNodeAdapter.java :

173 : temp = temp.getParentNode();

44. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

178 : if (temp == null || temp instanceof ICSSStyleSheet) {

45. 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

CSSNodeAdapter.java :

187 : ICSSNode temp = (ICSSNode) notifier;

46. 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

CSSNodeAdapter.java :

187 : ICSSNode temp = (ICSSNode) notifier;

47. 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

CSSNodeAdapter.java :

189 : temp = temp.getParentNode();

48. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

191 : if (temp == null || temp instanceof ICSSStyleSheet) {

49. 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

CSSNodeAdapter.java :

199 : if (eventType == INodeNotifier.ADD) {

50. WARNING: DiscouragedReference

Discouraged access: The field ADD 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

CSSNodeAdapter.java :

199 : if (eventType == INodeNotifier.ADD) {

51. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

200 : if (notifier instanceof ICSSStyleSheet) {

52. 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

CSSNodeAdapter.java :

201 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

53. 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

CSSNodeAdapter.java :

201 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

54. 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

CSSNodeAdapter.java :

201 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

55. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSNodeAdapter.java :

202 : if (temp instanceof ICSSStyleRule) {

56. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSNodeAdapter.java :

207 : if (temp instanceof ICSSStyleRule) {

57. 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

CSSNodeAdapter.java :

210 : temp = temp.getParentNode();

58. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

216 : if (temp == null || (temp instanceof ICSSStyleSheet)) {

59. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSNodeAdapter.java :

224 : if (newValue != null && (newValue instanceof ICSSStyleDeclItem)) {

60. 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

CSSNodeAdapter.java :

225 : viewer.refresh(((ICSSNode) newValue).getParentNode());

61. 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

CSSNodeAdapter.java :

225 : viewer.refresh(((ICSSNode) newValue).getParentNode());

62. 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

CSSNodeAdapter.java :

228 : ICSSNode temp = (ICSSNode) notifier;

63. 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

CSSNodeAdapter.java :

228 : ICSSNode temp = (ICSSNode) notifier;

64. 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

CSSNodeAdapter.java :

230 : temp = temp.getParentNode();

65. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

232 : if (temp == null || (temp instanceof ICSSStyleSheet)) {

66. 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

CSSNodeAdapter.java :

241 : else if (eventType == INodeNotifier.REMOVE) {

67. WARNING: DiscouragedReference

Discouraged access: The field REMOVE 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

CSSNodeAdapter.java :

241 : else if (eventType == INodeNotifier.REMOVE) {

68. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

242 : if (notifier instanceof ICSSStyleSheet) {

69. 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

CSSNodeAdapter.java :

243 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

70. 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

CSSNodeAdapter.java :

243 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

71. 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

CSSNodeAdapter.java :

243 : ICSSNode temp = (changedFeature != null) ? (ICSSNode) changedFeature : (ICSSNode) newValue;

72. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSNodeAdapter.java :

244 : if (temp instanceof ICSSStyleRule) {

73. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSNodeAdapter.java :

249 : if (temp instanceof ICSSStyleRule) {

74. 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

CSSNodeAdapter.java :

252 : temp = temp.getParentNode();

75. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

257 : if (temp == null || (temp instanceof ICSSStyleSheet)) {

76. 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

CSSNodeAdapter.java :

267 : ICSSNode temp = (ICSSNode) notifier;

77. 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

CSSNodeAdapter.java :

267 : ICSSNode temp = (ICSSNode) notifier;

78. 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

CSSNodeAdapter.java :

269 : temp = temp.getParentNode();

79. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleSheet 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

CSSNodeAdapter.java :

271 : if (temp == null || (temp instanceof ICSSStyleSheet)) {

80. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

286 : Collection listeners = ((JFaceNodeAdapterFactoryCSS) adapterFactory).getListeners();

81. 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

CSSNodeAdapter.java :

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

82. 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

CSSNodeAdapter.java :

357 : if (object instanceof ICSSNode) {

83. 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

CSSNodeAdapter.java :

358 : ICSSNode node = (ICSSNode) object;

84. 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

CSSNodeAdapter.java :

358 : ICSSNode node = (ICSSNode) object;

85. 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

CSSNodeAdapter.java :

360 : short nodeType = node.getNodeType();

86. 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

CSSNodeAdapter.java :

361 : if (nodeType == ICSSNode.STYLERULE_NODE || nodeType == ICSSNode.PAGERULE_NODE || nodeType == ICSSNode.FONTFACERULE_NODE) {

87. WARNING: DiscouragedReference

Discouraged access: The field STYLERULE_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

CSSNodeAdapter.java :

361 : if (nodeType == ICSSNode.STYLERULE_NODE || nodeType == ICSSNode.PAGERULE_NODE || nodeType == ICSSNode.FONTFACERULE_NODE) {

88. 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

CSSNodeAdapter.java :

361 : if (nodeType == ICSSNode.STYLERULE_NODE || nodeType == ICSSNode.PAGERULE_NODE || nodeType == ICSSNode.FONTFACERULE_NODE) {

89. WARNING: DiscouragedReference

Discouraged access: The field PAGERULE_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

CSSNodeAdapter.java :

361 : if (nodeType == ICSSNode.STYLERULE_NODE || nodeType == ICSSNode.PAGERULE_NODE || nodeType == ICSSNode.FONTFACERULE_NODE) {

90. 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

CSSNodeAdapter.java :

361 : if (nodeType == ICSSNode.STYLERULE_NODE || nodeType == ICSSNode.PAGERULE_NODE || nodeType == ICSSNode.FONTFACERULE_NODE) {

91. WARNING: DiscouragedReference

Discouraged access: The field FONTFACERULE_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

CSSNodeAdapter.java :

361 : if (nodeType == ICSSNode.STYLERULE_NODE || nodeType == ICSSNode.PAGERULE_NODE || nodeType == ICSSNode.FONTFACERULE_NODE) {

92. WARNING: DiscouragedReference

Discouraged access: The method getFirstChild() 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

CSSNodeAdapter.java :

362 : for (node = node.getFirstChild(); node != null && !(node instanceof ICSSStyleDeclaration); node.getNextSibling()) {

93. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration 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

CSSNodeAdapter.java :

362 : for (node = node.getFirstChild(); node != null && !(node instanceof ICSSStyleDeclaration); node.getNextSibling()) {

94. WARNING: DiscouragedReference

Discouraged access: The method getNextSibling() 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

CSSNodeAdapter.java :

362 : for (node = node.getFirstChild(); node != null && !(node instanceof ICSSStyleDeclaration); node.getNextSibling()) {

95. 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

CSSNodeAdapter.java :

367 : ICSSNode child = (node != null) ? node.getFirstChild() : null;

96. WARNING: DiscouragedReference

Discouraged access: The method getFirstChild() 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

CSSNodeAdapter.java :

367 : ICSSNode child = (node != null) ? node.getFirstChild() : null;

97. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSNodeAdapter.java :

369 : if (!(child instanceof ICSSPrimitiveValue) && !(child instanceof MediaList)) {

98. 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

CSSNodeAdapter.java :

376 : if (child instanceof INodeNotifier) {

99. 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

CSSNodeAdapter.java :

377 : ((INodeNotifier) child).getAdapterFor(IJFaceNodeAdapter.class);

100. WARNING: DiscouragedReference

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

CSSNodeAdapter.java :

377 : ((INodeNotifier) child).getAdapterFor(IJFaceNodeAdapter.class);

Source File: org/eclipse/wst/css/ui/internal/contentoutline/JFaceNodeAdapterFactoryCSS.java
1. 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

JFaceNodeAdapterFactoryCSS.java :

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

2. 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

JFaceNodeAdapterFactoryCSS.java :

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

3. WARNING: DiscouragedReference

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

JFaceNodeAdapterFactoryCSS.java :

15 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapter;

4. WARNING: DiscouragedReference

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

JFaceNodeAdapterFactoryCSS.java :

16 : import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory;

5. WARNING: DiscouragedReference

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

JFaceNodeAdapterFactoryCSS.java :

18 : public class JFaceNodeAdapterFactoryCSS extends JFaceNodeAdapterFactory {

6. WARNING: DiscouragedReference

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

JFaceNodeAdapterFactoryCSS.java :

20 : this(IJFaceNodeAdapter.class, true);

7. WARNING: DiscouragedReference

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

JFaceNodeAdapterFactoryCSS.java :

24 : super(adapterKey, registerAdapters);

8. 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

JFaceNodeAdapterFactoryCSS.java :

28 : protected INodeAdapter createAdapter(INodeNotifier node) {

9. 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

JFaceNodeAdapterFactoryCSS.java :

28 : protected INodeAdapter createAdapter(INodeNotifier node) {

10. WARNING: DiscouragedReference

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

JFaceNodeAdapterFactoryCSS.java :

29 : if (singletonAdapter == null) {

11. WARNING: DiscouragedReference

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

JFaceNodeAdapterFactoryCSS.java :

31 : singletonAdapter = new CSSNodeAdapter(this);

12. WARNING: DiscouragedReference

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

JFaceNodeAdapterFactoryCSS.java :

33 : return singletonAdapter;

Source File: org/eclipse/wst/css/ui/internal/contentproperties/ContentSettingsRegistry.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSProfile 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

ContentSettingsRegistry.java :

15 : import org.eclipse.wst.css.core.internal.metamodel.CSSProfile;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSProfileRegistry 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

ContentSettingsRegistry.java :

16 : import org.eclipse.wst.css.core.internal.metamodel.CSSProfileRegistry;

3. WARNING: DiscouragedReference

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

ContentSettingsRegistry.java :

18 : import org.eclipse.wst.sse.ui.internal.contentproperties.ui.ComboList;

4. WARNING: DiscouragedReference

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

ContentSettingsRegistry.java :

27 : public static void setCSSMetaModelRegistryInto(ComboList combo) {

5. WARNING: DiscouragedReference

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

ContentSettingsRegistry.java :

28 : combo.add(NONE, ""); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type CSSProfileRegistry 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

ContentSettingsRegistry.java :

29 : CSSProfileRegistry reg = CSSProfileRegistry.getInstance();

7. WARNING: DiscouragedReference

Discouraged access: The type CSSProfileRegistry 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

ContentSettingsRegistry.java :

29 : CSSProfileRegistry reg = CSSProfileRegistry.getInstance();

8. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CSSProfileRegistry 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

ContentSettingsRegistry.java :

29 : CSSProfileRegistry reg = CSSProfileRegistry.getInstance();

9. WARNING: DiscouragedReference

Discouraged access: The method getProfiles() from the type CSSProfileRegistry 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

ContentSettingsRegistry.java :

30 : Iterator i = reg.getProfiles();

10. WARNING: DiscouragedReference

Discouraged access: The type CSSProfile 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

ContentSettingsRegistry.java :

32 : CSSProfile profile = (CSSProfile) i.next();

11. WARNING: DiscouragedReference

Discouraged access: The type CSSProfile 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

ContentSettingsRegistry.java :

32 : CSSProfile profile = (CSSProfile) i.next();

12. WARNING: DiscouragedReference

Discouraged access: The method getProfileID() from the type CSSProfile 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

ContentSettingsRegistry.java :

33 : String id = profile.getProfileID();

13. WARNING: DiscouragedReference

Discouraged access: The method getProfileName() from the type CSSProfile 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

ContentSettingsRegistry.java :

34 : String name = profile.getProfileName();

14. WARNING: DiscouragedReference

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

ContentSettingsRegistry.java :

35 : combo.add(name, id);

15. WARNING: DiscouragedReference

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

ContentSettingsRegistry.java :

37 : combo.sortByKey(1);

Source File: org/eclipse/wst/css/ui/internal/contentproperties/ui/CSSContentSettingsPropertyPage.java
1. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

22 : import org.eclipse.wst.sse.internal.contentproperties.IContentSettings;

2. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

23 : import org.eclipse.wst.sse.ui.internal.contentproperties.ui.ComboListOnPropertyPage;

3. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

24 : import org.eclipse.wst.sse.ui.internal.contentproperties.ui.ContentSettingsPropertyPage;

4. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

29 : public final class CSSContentSettingsPropertyPage extends ContentSettingsPropertyPage {

5. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

36 : super();

6. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

37 : numberOfCombo = 1;

7. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

38 : numCols = 2;

8. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

39 : numRows = 1;

9. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

40 : combo = new ComboListOnPropertyPage[super.numberOfCombo];

10. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

40 : combo = new ComboListOnPropertyPage[super.numberOfCombo];

11. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

40 : combo = new ComboListOnPropertyPage[super.numberOfCombo];

12. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

45 : super.combo[N_CSS_PROFILE] = super.createComboBoxOf(CSS_LABEL);

13. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

45 : super.combo[N_CSS_PROFILE] = super.createComboBoxOf(CSS_LABEL);

14. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

45 : super.combo[N_CSS_PROFILE] = super.createComboBoxOf(CSS_LABEL);

15. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

46 : ContentSettingsRegistry.setCSSMetaModelRegistryInto(combo[N_CSS_PROFILE]);

16. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

47 : if (combo[N_CSS_PROFILE].getItemCount() <= 0)

17. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

47 : if (combo[N_CSS_PROFILE].getItemCount() <= 0)

18. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

49 : String initValue = contentSettings.getProperty((IResource) super.getElement(), IContentSettings.CSS_PROFILE);

19. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

49 : String initValue = contentSettings.getProperty((IResource) super.getElement(), IContentSettings.CSS_PROFILE);

20. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

49 : String initValue = contentSettings.getProperty((IResource) super.getElement(), IContentSettings.CSS_PROFILE);

21. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

49 : String initValue = contentSettings.getProperty((IResource) super.getElement(), IContentSettings.CSS_PROFILE);

22. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

55 : super.setSelectionItem(combo[N_CSS_PROFILE], initValue);

23. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

55 : super.setSelectionItem(combo[N_CSS_PROFILE], initValue);

24. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

67 : PlatformUI.getWorkbench().getHelpSystem().setHelp(propertyPage, IHelpContextIds.CSS_CONTENT_SETTINGS_HELPID);

25. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

83 : properties.put(IContentSettings.CSS_PROFILE, valueInCombo);

26. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

83 : properties.put(IContentSettings.CSS_PROFILE, valueInCombo);

27. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

96 : contentSettings.deleteProperty((IResource) super.getElement(), IContentSettings.CSS_PROFILE);

28. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

96 : contentSettings.deleteProperty((IResource) super.getElement(), IContentSettings.CSS_PROFILE);

29. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

96 : contentSettings.deleteProperty((IResource) super.getElement(), IContentSettings.CSS_PROFILE);

30. WARNING: DiscouragedReference

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

CSSContentSettingsPropertyPage.java :

96 : contentSettings.deleteProperty((IResource) super.getElement(), IContentSettings.CSS_PROFILE);

Source File: org/eclipse/wst/css/ui/internal/contentproperties/ui/CSSWebContentSettingsPropertyPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

31 : import org.eclipse.wst.css.core.internal.contentproperties.CSSContentProperties;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSProfile 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

CSSWebContentSettingsPropertyPage.java :

32 : import org.eclipse.wst.css.core.internal.metamodel.CSSProfile;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSProfileRegistry 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

CSSWebContentSettingsPropertyPage.java :

33 : import org.eclipse.wst.css.core.internal.metamodel.CSSProfileRegistry;

4. WARNING: DiscouragedReference

Discouraged access: The type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

100 : String profile = CSSContentProperties.getProperty(CSSContentProperties.CSS_PROFILE, getResource(), false);

5. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String, IResource, boolean) from the type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

100 : String profile = CSSContentProperties.getProperty(CSSContentProperties.CSS_PROFILE, getResource(), false);

6. WARNING: DiscouragedReference

Discouraged access: The type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

100 : String profile = CSSContentProperties.getProperty(CSSContentProperties.CSS_PROFILE, getResource(), false);

7. WARNING: DiscouragedReference

Discouraged access: The field CSS_PROFILE from the type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

100 : String profile = CSSContentProperties.getProperty(CSSContentProperties.CSS_PROFILE, getResource(), false);

8. WARNING: DiscouragedReference

Discouraged access: The type CSSProfileRegistry 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

CSSWebContentSettingsPropertyPage.java :

118 : CSSProfileRegistry reg = CSSProfileRegistry.getInstance();

9. WARNING: DiscouragedReference

Discouraged access: The type CSSProfileRegistry 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

CSSWebContentSettingsPropertyPage.java :

118 : CSSProfileRegistry reg = CSSProfileRegistry.getInstance();

10. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CSSProfileRegistry 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

CSSWebContentSettingsPropertyPage.java :

118 : CSSProfileRegistry reg = CSSProfileRegistry.getInstance();

11. WARNING: DiscouragedReference

Discouraged access: The method getProfiles() from the type CSSProfileRegistry 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

CSSWebContentSettingsPropertyPage.java :

119 : Iterator i = reg.getProfiles();

12. WARNING: DiscouragedReference

Discouraged access: The type CSSProfile 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

CSSWebContentSettingsPropertyPage.java :

121 : CSSProfile profile = (CSSProfile) i.next();

13. WARNING: DiscouragedReference

Discouraged access: The type CSSProfile 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

CSSWebContentSettingsPropertyPage.java :

121 : CSSProfile profile = (CSSProfile) i.next();

14. WARNING: DiscouragedReference

Discouraged access: The method getProfileID() from the type CSSProfile 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

CSSWebContentSettingsPropertyPage.java :

122 : String id = profile.getProfileID();

15. WARNING: DiscouragedReference

Discouraged access: The method getProfileName() from the type CSSProfile 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

CSSWebContentSettingsPropertyPage.java :

123 : String name = profile.getProfileName();

16. WARNING: DiscouragedReference

Discouraged access: The type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

146 : CSSContentProperties.setProperty(CSSContentProperties.CSS_PROFILE, getResource(), id);

17. WARNING: DiscouragedReference

Discouraged access: The method setProperty(String, IResource, String) from the type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

146 : CSSContentProperties.setProperty(CSSContentProperties.CSS_PROFILE, getResource(), id);

18. WARNING: DiscouragedReference

Discouraged access: The type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

146 : CSSContentProperties.setProperty(CSSContentProperties.CSS_PROFILE, getResource(), id);

19. WARNING: DiscouragedReference

Discouraged access: The field CSS_PROFILE from the type CSSContentProperties 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

CSSWebContentSettingsPropertyPage.java :

146 : CSSContentProperties.setProperty(CSSContentProperties.CSS_PROFILE, getResource(), id);

Source File: org/eclipse/wst/css/ui/internal/edit/ui/CleanupActionCSSDelegate.java
1. WARNING: DiscouragedReference

Discouraged access: The type CleanupProcessorCSS 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

CleanupActionCSSDelegate.java :

26 : import org.eclipse.wst.css.core.internal.cleanup.CleanupProcessorCSS;

2. WARNING: DiscouragedReference

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

CleanupActionCSSDelegate.java :

29 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupProcessor;

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

CleanupActionCSSDelegate.java :

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

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

CleanupActionCSSDelegate.java :

31 : import org.eclipse.wst.sse.ui.internal.SSEUIMessages;

5. WARNING: DiscouragedReference

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

CleanupActionCSSDelegate.java :

38 : private IStructuredCleanupProcessor fCleanupProcessor;

6. WARNING: DiscouragedReference

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

CleanupActionCSSDelegate.java :

74 : IStructuredCleanupProcessor cleanupProcessor = getCleanupProcessor();

7. 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

CleanupActionCSSDelegate.java :

76 : IStructuredModel model = null;

8. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(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

CleanupActionCSSDelegate.java :

78 : model = StructuredModelManager.getModelManager().getExistingModelForEdit(editor.getDocumentProvider().getDocument(editor.getEditorInput()));

9. WARNING: DiscouragedReference

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

CleanupActionCSSDelegate.java :

80 : cleanupProcessor.cleanupModel(model);

10. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() 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

CleanupActionCSSDelegate.java :

84 : model.releaseFromEdit();

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

CleanupActionCSSDelegate.java :

91 : IStructuredModel model = null;

12. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(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

CleanupActionCSSDelegate.java :

93 : model = StructuredModelManager.getModelManager().getExistingModelForEdit(editor.getDocumentProvider().getDocument(editor.getEditorInput()));

13. WARNING: DiscouragedReference

Discouraged access: The method beginRecording(Object, String, String, int, 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

CleanupActionCSSDelegate.java :

97 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

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

CleanupActionCSSDelegate.java :

97 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

15. WARNING: DiscouragedReference

Discouraged access: The field Cleanup_Document_UI_ 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

CleanupActionCSSDelegate.java :

97 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

16. 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

CleanupActionCSSDelegate.java :

97 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

17. WARNING: DiscouragedReference

Discouraged access: The field Cleanup_Document_UI_ 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

CleanupActionCSSDelegate.java :

97 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

18. WARNING: DiscouragedReference

Discouraged access: The method aboutToChangeModel() 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

CleanupActionCSSDelegate.java :

101 : model.aboutToChangeModel();

19. WARNING: DiscouragedReference

Discouraged access: The method changedModel() 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

CleanupActionCSSDelegate.java :

112 : model.changedModel();

20. WARNING: DiscouragedReference

Discouraged access: The method endRecording(Object, int, 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

CleanupActionCSSDelegate.java :

116 : model.endRecording(this, selection.getOffset(), selection.getLength());

21. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() 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

CleanupActionCSSDelegate.java :

117 : model.releaseFromEdit();

22. WARNING: DiscouragedReference

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

CleanupActionCSSDelegate.java :

128 : IStructuredCleanupProcessor getCleanupProcessor() {

23. WARNING: DiscouragedReference

Discouraged access: The constructor CleanupProcessorCSS() 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

CleanupActionCSSDelegate.java :

130 : fCleanupProcessor = new CleanupProcessorCSS();

24. WARNING: DiscouragedReference

Discouraged access: The type CleanupProcessorCSS 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

CleanupActionCSSDelegate.java :

130 : fCleanupProcessor = new CleanupProcessorCSS();

Source File: org/eclipse/wst/css/ui/internal/edit/ui/CleanupDialogCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

22 : import org.eclipse.wst.css.core.internal.cleanup.CSSCleanupStrategy;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategyImpl 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

CleanupDialogCSS.java :

23 : import org.eclipse.wst.css.core.internal.cleanup.CSSCleanupStrategyImpl;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

185 : CSSCleanupStrategy stgy = CSSCleanupStrategyImpl.getInstance();

4. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategyImpl 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

CleanupDialogCSS.java :

185 : CSSCleanupStrategy stgy = CSSCleanupStrategyImpl.getInstance();

5. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CSSCleanupStrategyImpl 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

CleanupDialogCSS.java :

185 : CSSCleanupStrategy stgy = CSSCleanupStrategyImpl.getInstance();

6. WARNING: DiscouragedReference

Discouraged access: The method getIdentCase() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

188 : if (stgy.getIdentCase() == CSSCleanupStrategy.UPPER)

7. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

188 : if (stgy.getIdentCase() == CSSCleanupStrategy.UPPER)

8. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

188 : if (stgy.getIdentCase() == CSSCleanupStrategy.UPPER)

9. WARNING: DiscouragedReference

Discouraged access: The method getIdentCase() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

190 : else if (stgy.getIdentCase() == CSSCleanupStrategy.LOWER)

10. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

190 : else if (stgy.getIdentCase() == CSSCleanupStrategy.LOWER)

11. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

190 : else if (stgy.getIdentCase() == CSSCleanupStrategy.LOWER)

12. WARNING: DiscouragedReference

Discouraged access: The method getPropNameCase() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

197 : if (stgy.getPropNameCase() == CSSCleanupStrategy.UPPER)

13. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

197 : if (stgy.getPropNameCase() == CSSCleanupStrategy.UPPER)

14. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

197 : if (stgy.getPropNameCase() == CSSCleanupStrategy.UPPER)

15. WARNING: DiscouragedReference

Discouraged access: The method getPropNameCase() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

199 : else if (stgy.getPropNameCase() == CSSCleanupStrategy.LOWER)

16. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

199 : else if (stgy.getPropNameCase() == CSSCleanupStrategy.LOWER)

17. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

199 : else if (stgy.getPropNameCase() == CSSCleanupStrategy.LOWER)

18. WARNING: DiscouragedReference

Discouraged access: The method getPropValueCase() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

206 : if (stgy.getPropValueCase() == CSSCleanupStrategy.UPPER)

19. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

206 : if (stgy.getPropValueCase() == CSSCleanupStrategy.UPPER)

20. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

206 : if (stgy.getPropValueCase() == CSSCleanupStrategy.UPPER)

21. WARNING: DiscouragedReference

Discouraged access: The method getPropValueCase() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

208 : else if (stgy.getPropValueCase() == CSSCleanupStrategy.LOWER)

22. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

208 : else if (stgy.getPropValueCase() == CSSCleanupStrategy.LOWER)

23. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

208 : else if (stgy.getPropValueCase() == CSSCleanupStrategy.LOWER)

24. WARNING: DiscouragedReference

Discouraged access: The method getSelectorTagCase() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

215 : if (stgy.getSelectorTagCase() == CSSCleanupStrategy.UPPER)

25. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

215 : if (stgy.getSelectorTagCase() == CSSCleanupStrategy.UPPER)

26. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

215 : if (stgy.getSelectorTagCase() == CSSCleanupStrategy.UPPER)

27. WARNING: DiscouragedReference

Discouraged access: The method getSelectorTagCase() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

217 : else if (stgy.getSelectorTagCase() == CSSCleanupStrategy.LOWER)

28. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

217 : else if (stgy.getSelectorTagCase() == CSSCleanupStrategy.LOWER)

29. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

217 : else if (stgy.getSelectorTagCase() == CSSCleanupStrategy.LOWER)

30. WARNING: DiscouragedReference

Discouraged access: The method isQuoteValues() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

224 : fCheckBoxQuoteValues.setSelection(stgy.isQuoteValues());

31. WARNING: DiscouragedReference

Discouraged access: The method isFormatSource() from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

227 : fCheckBoxFormatSource.setSelection(stgy.isFormatSource());

32. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

245 : CSSCleanupStrategy stgy = CSSCleanupStrategyImpl.getInstance();

33. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategyImpl 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

CleanupDialogCSS.java :

245 : CSSCleanupStrategy stgy = CSSCleanupStrategyImpl.getInstance();

34. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CSSCleanupStrategyImpl 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

CleanupDialogCSS.java :

245 : CSSCleanupStrategy stgy = CSSCleanupStrategyImpl.getInstance();

35. WARNING: DiscouragedReference

Discouraged access: The method setIdentCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

249 : stgy.setIdentCase(CSSCleanupStrategy.UPPER);

36. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

249 : stgy.setIdentCase(CSSCleanupStrategy.UPPER);

37. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

249 : stgy.setIdentCase(CSSCleanupStrategy.UPPER);

38. WARNING: DiscouragedReference

Discouraged access: The method setIdentCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

251 : stgy.setIdentCase(CSSCleanupStrategy.LOWER);

39. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

251 : stgy.setIdentCase(CSSCleanupStrategy.LOWER);

40. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

251 : stgy.setIdentCase(CSSCleanupStrategy.LOWER);

41. WARNING: DiscouragedReference

Discouraged access: The method setIdentCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

253 : stgy.setIdentCase(CSSCleanupStrategy.ASIS);

42. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

253 : stgy.setIdentCase(CSSCleanupStrategy.ASIS);

43. WARNING: DiscouragedReference

Discouraged access: The field ASIS from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

253 : stgy.setIdentCase(CSSCleanupStrategy.ASIS);

44. WARNING: DiscouragedReference

Discouraged access: The method setPropNameCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

258 : stgy.setPropNameCase(CSSCleanupStrategy.UPPER);

45. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

258 : stgy.setPropNameCase(CSSCleanupStrategy.UPPER);

46. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

258 : stgy.setPropNameCase(CSSCleanupStrategy.UPPER);

47. WARNING: DiscouragedReference

Discouraged access: The method setPropNameCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

260 : stgy.setPropNameCase(CSSCleanupStrategy.LOWER);

48. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

260 : stgy.setPropNameCase(CSSCleanupStrategy.LOWER);

49. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

260 : stgy.setPropNameCase(CSSCleanupStrategy.LOWER);

50. WARNING: DiscouragedReference

Discouraged access: The method setPropNameCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

262 : stgy.setPropNameCase(CSSCleanupStrategy.ASIS);

51. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

262 : stgy.setPropNameCase(CSSCleanupStrategy.ASIS);

52. WARNING: DiscouragedReference

Discouraged access: The field ASIS from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

262 : stgy.setPropNameCase(CSSCleanupStrategy.ASIS);

53. WARNING: DiscouragedReference

Discouraged access: The method setPropValueCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

267 : stgy.setPropValueCase(CSSCleanupStrategy.UPPER);

54. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

267 : stgy.setPropValueCase(CSSCleanupStrategy.UPPER);

55. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

267 : stgy.setPropValueCase(CSSCleanupStrategy.UPPER);

56. WARNING: DiscouragedReference

Discouraged access: The method setPropValueCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

269 : stgy.setPropValueCase(CSSCleanupStrategy.LOWER);

57. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

269 : stgy.setPropValueCase(CSSCleanupStrategy.LOWER);

58. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

269 : stgy.setPropValueCase(CSSCleanupStrategy.LOWER);

59. WARNING: DiscouragedReference

Discouraged access: The method setPropValueCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

271 : stgy.setPropValueCase(CSSCleanupStrategy.ASIS);

60. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

271 : stgy.setPropValueCase(CSSCleanupStrategy.ASIS);

61. WARNING: DiscouragedReference

Discouraged access: The field ASIS from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

271 : stgy.setPropValueCase(CSSCleanupStrategy.ASIS);

62. WARNING: DiscouragedReference

Discouraged access: The method setSelectorTagCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

276 : stgy.setSelectorTagCase(CSSCleanupStrategy.UPPER);

63. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

276 : stgy.setSelectorTagCase(CSSCleanupStrategy.UPPER);

64. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

276 : stgy.setSelectorTagCase(CSSCleanupStrategy.UPPER);

65. WARNING: DiscouragedReference

Discouraged access: The method setSelectorTagCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

278 : stgy.setSelectorTagCase(CSSCleanupStrategy.LOWER);

66. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

278 : stgy.setSelectorTagCase(CSSCleanupStrategy.LOWER);

67. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

278 : stgy.setSelectorTagCase(CSSCleanupStrategy.LOWER);

68. WARNING: DiscouragedReference

Discouraged access: The method setSelectorTagCase(short) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

280 : stgy.setSelectorTagCase(CSSCleanupStrategy.ASIS);

69. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategy 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

CleanupDialogCSS.java :

280 : stgy.setSelectorTagCase(CSSCleanupStrategy.ASIS);

70. WARNING: DiscouragedReference

Discouraged access: The field ASIS from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

280 : stgy.setSelectorTagCase(CSSCleanupStrategy.ASIS);

71. WARNING: DiscouragedReference

Discouraged access: The method setQuoteValues(boolean) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

284 : stgy.setQuoteValues(fCheckBoxQuoteValues.getSelection());

72. WARNING: DiscouragedReference

Discouraged access: The method setFormatSource(boolean) from the type CSSCleanupStrategy 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

CleanupDialogCSS.java :

287 : stgy.setFormatSource(fCheckBoxFormatSource.getSelection());

73. WARNING: DiscouragedReference

Discouraged access: The method saveOptions() from the type CSSCleanupStrategyImpl 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

CleanupDialogCSS.java :

290 : ((CSSCleanupStrategyImpl) stgy).saveOptions();

74. WARNING: DiscouragedReference

Discouraged access: The type CSSCleanupStrategyImpl 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

CleanupDialogCSS.java :

290 : ((CSSCleanupStrategyImpl) stgy).saveOptions();

Source File: org/eclipse/wst/css/ui/internal/handlers/CleanupDocumentHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type CleanupProcessorCSS 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

CleanupDocumentHandler.java :

26 : import org.eclipse.wst.css.core.internal.cleanup.CleanupProcessorCSS;

2. WARNING: DiscouragedReference

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

CleanupDocumentHandler.java :

29 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupProcessor;

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

CleanupDocumentHandler.java :

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

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

CleanupDocumentHandler.java :

31 : import org.eclipse.wst.sse.ui.internal.SSEUIMessages;

5. WARNING: DiscouragedReference

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

CleanupDocumentHandler.java :

34 : private IStructuredCleanupProcessor fCleanupProcessor;

6. WARNING: DiscouragedReference

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

CleanupDocumentHandler.java :

59 : IStructuredCleanupProcessor cleanupProcessor = getCleanupProcessor();

7. 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

CleanupDocumentHandler.java :

61 : IStructuredModel model = null;

8. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(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

CleanupDocumentHandler.java :

63 : model = StructuredModelManager.getModelManager().getExistingModelForEdit(editor.getDocumentProvider().getDocument(editor.getEditorInput()));

9. WARNING: DiscouragedReference

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

CleanupDocumentHandler.java :

65 : cleanupProcessor.cleanupModel(model);

10. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() 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

CleanupDocumentHandler.java :

69 : model.releaseFromEdit();

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

CleanupDocumentHandler.java :

76 : IStructuredModel model = null;

12. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForEdit(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

CleanupDocumentHandler.java :

78 : model = StructuredModelManager.getModelManager().getExistingModelForEdit(editor.getDocumentProvider().getDocument(editor.getEditorInput()));

13. WARNING: DiscouragedReference

Discouraged access: The method beginRecording(Object, String, String, int, 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

CleanupDocumentHandler.java :

82 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

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

CleanupDocumentHandler.java :

82 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

15. WARNING: DiscouragedReference

Discouraged access: The field Cleanup_Document_UI_ 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

CleanupDocumentHandler.java :

82 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

16. 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

CleanupDocumentHandler.java :

82 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

17. WARNING: DiscouragedReference

Discouraged access: The field Cleanup_Document_UI_ 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

CleanupDocumentHandler.java :

82 : model.beginRecording(this, SSEUIMessages.Cleanup_Document_UI_, SSEUIMessages.Cleanup_Document_UI_, selection.getOffset(), selection.getLength()); //$NON-NLS-1$ //$NON-NLS-2$

18. WARNING: DiscouragedReference

Discouraged access: The method aboutToChangeModel() 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

CleanupDocumentHandler.java :

86 : model.aboutToChangeModel();

19. WARNING: DiscouragedReference

Discouraged access: The method changedModel() 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

CleanupDocumentHandler.java :

97 : model.changedModel();

20. WARNING: DiscouragedReference

Discouraged access: The method endRecording(Object, int, 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

CleanupDocumentHandler.java :

101 : model.endRecording(this, selection.getOffset(), selection.getLength());

21. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() 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

CleanupDocumentHandler.java :

102 : model.releaseFromEdit();

22. WARNING: DiscouragedReference

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

CleanupDocumentHandler.java :

114 : IStructuredCleanupProcessor getCleanupProcessor() {

23. WARNING: DiscouragedReference

Discouraged access: The constructor CleanupProcessorCSS() 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

CleanupDocumentHandler.java :

116 : fCleanupProcessor = new CleanupProcessorCSS();

24. WARNING: DiscouragedReference

Discouraged access: The type CleanupProcessorCSS 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

CleanupDocumentHandler.java :

116 : fCleanupProcessor = new CleanupProcessorCSS();

Source File: org/eclipse/wst/css/ui/internal/handlers/StructuredSelectEnclosingHandler.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

StructuredSelectEnclosingHandler.java :

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

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

StructuredSelectEnclosingHandler.java :

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

3. WARNING: DiscouragedReference

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

StructuredSelectEnclosingHandler.java :

18 : import org.eclipse.wst.sse.ui.internal.handlers.AbstractStructuredSelectHandler;

4. WARNING: DiscouragedReference

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

StructuredSelectEnclosingHandler.java :

20 : public class StructuredSelectEnclosingHandler extends AbstractStructuredSelectHandler {

5. 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

StructuredSelectEnclosingHandler.java :

22 : protected IndexedRegion getCursorIndexedRegion(IDocument document, ITextSelection textSelection) {

6. 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

StructuredSelectEnclosingHandler.java :

23 : IndexedRegion indexedRegion = null;

7. WARNING: DiscouragedReference

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

StructuredSelectEnclosingHandler.java :

25 : indexedRegion = getIndexedRegion(document, textSelection.getOffset());

8. 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

StructuredSelectEnclosingHandler.java :

30 : protected Region getNewSelectionRegion(IndexedRegion indexedRegion, ITextSelection textSelection) {

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

StructuredSelectEnclosingHandler.java :

32 : if (indexedRegion instanceof ICSSNode) {

10. 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

StructuredSelectEnclosingHandler.java :

33 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

11. 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

StructuredSelectEnclosingHandler.java :

33 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

12. 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

StructuredSelectEnclosingHandler.java :

34 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

13. 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

StructuredSelectEnclosingHandler.java :

34 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

14. 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

StructuredSelectEnclosingHandler.java :

34 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

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

StructuredSelectEnclosingHandler.java :

38 : ICSSNode newNode = cursorNode.getParentNode();

16. 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

StructuredSelectEnclosingHandler.java :

38 : ICSSNode newNode = cursorNode.getParentNode();

17. 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

StructuredSelectEnclosingHandler.java :

40 : if (newNode instanceof IndexedRegion) {

18. 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

StructuredSelectEnclosingHandler.java :

41 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

19. 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

StructuredSelectEnclosingHandler.java :

41 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

20. 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

StructuredSelectEnclosingHandler.java :

42 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.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

StructuredSelectEnclosingHandler.java :

42 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

22. 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

StructuredSelectEnclosingHandler.java :

42 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

Source File: org/eclipse/wst/css/ui/internal/handlers/StructuredSelectNextHandler.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

StructuredSelectNextHandler.java :

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

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

StructuredSelectNextHandler.java :

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

3. WARNING: DiscouragedReference

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

StructuredSelectNextHandler.java :

18 : import org.eclipse.wst.sse.ui.internal.handlers.AbstractStructuredSelectHandler;

4. WARNING: DiscouragedReference

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

StructuredSelectNextHandler.java :

20 : public class StructuredSelectNextHandler extends AbstractStructuredSelectHandler {

5. 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

StructuredSelectNextHandler.java :

22 : protected IndexedRegion getCursorIndexedRegion(IDocument document, ITextSelection textSelection) {

6. 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

StructuredSelectNextHandler.java :

27 : IndexedRegion indexedRegion = null;

7. WARNING: DiscouragedReference

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

StructuredSelectNextHandler.java :

29 : indexedRegion = getIndexedRegion(document, offset);

8. 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

StructuredSelectNextHandler.java :

34 : protected Region getNewSelectionRegion(IndexedRegion indexedRegion, ITextSelection textSelection) {

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

StructuredSelectNextHandler.java :

37 : if (indexedRegion instanceof ICSSNode) {

10. 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

StructuredSelectNextHandler.java :

38 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

11. 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

StructuredSelectNextHandler.java :

38 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

12. 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

StructuredSelectNextHandler.java :

40 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

13. 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

StructuredSelectNextHandler.java :

40 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

14. 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

StructuredSelectNextHandler.java :

40 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

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

StructuredSelectNextHandler.java :

44 : ICSSNode newNode = cursorNode.getNextSibling();

16. WARNING: DiscouragedReference

Discouraged access: The method getNextSibling() 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

StructuredSelectNextHandler.java :

44 : ICSSNode newNode = cursorNode.getNextSibling();

17. 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

StructuredSelectNextHandler.java :

46 : newNode = cursorNode.getParentNode();

18. 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

StructuredSelectNextHandler.java :

48 : if (newNode instanceof IndexedRegion) {

19. 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

StructuredSelectNextHandler.java :

49 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

20. 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

StructuredSelectNextHandler.java :

49 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

21. 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

StructuredSelectNextHandler.java :

50 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

22. 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

StructuredSelectNextHandler.java :

50 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

23. 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

StructuredSelectNextHandler.java :

50 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

24. 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

StructuredSelectNextHandler.java :

54 : if (newNode instanceof IndexedRegion) {

25. 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

StructuredSelectNextHandler.java :

55 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

26. 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

StructuredSelectNextHandler.java :

55 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

27. 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

StructuredSelectNextHandler.java :

56 : newRegion = new Region(currentOffset, newIndexedRegion.getEndOffset() - currentOffset);

Source File: org/eclipse/wst/css/ui/internal/handlers/StructuredSelectPreviousHandler.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

StructuredSelectPreviousHandler.java :

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

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

StructuredSelectPreviousHandler.java :

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

3. WARNING: DiscouragedReference

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

StructuredSelectPreviousHandler.java :

18 : import org.eclipse.wst.sse.ui.internal.handlers.AbstractStructuredSelectHandler;

4. WARNING: DiscouragedReference

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

StructuredSelectPreviousHandler.java :

20 : public class StructuredSelectPreviousHandler extends AbstractStructuredSelectHandler {

5. 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

StructuredSelectPreviousHandler.java :

22 : protected IndexedRegion getCursorIndexedRegion(IDocument document, ITextSelection textSelection) {

6. 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

StructuredSelectPreviousHandler.java :

23 : IndexedRegion indexedRegion = null;

7. WARNING: DiscouragedReference

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

StructuredSelectPreviousHandler.java :

25 : indexedRegion = getIndexedRegion(document, textSelection.getOffset());

8. 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

StructuredSelectPreviousHandler.java :

30 : protected Region getNewSelectionRegion(IndexedRegion indexedRegion, ITextSelection textSelection) {

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

StructuredSelectPreviousHandler.java :

32 : if (indexedRegion instanceof ICSSNode) {

10. 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

StructuredSelectPreviousHandler.java :

33 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

11. 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

StructuredSelectPreviousHandler.java :

33 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

12. 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

StructuredSelectPreviousHandler.java :

35 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

13. 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

StructuredSelectPreviousHandler.java :

35 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

14. 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

StructuredSelectPreviousHandler.java :

35 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

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

StructuredSelectPreviousHandler.java :

39 : ICSSNode newNode = cursorNode.getPreviousSibling();

16. WARNING: DiscouragedReference

Discouraged access: The method getPreviousSibling() 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

StructuredSelectPreviousHandler.java :

39 : ICSSNode newNode = cursorNode.getPreviousSibling();

17. 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

StructuredSelectPreviousHandler.java :

41 : newNode = cursorNode.getParentNode();

18. 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

StructuredSelectPreviousHandler.java :

43 : if (newNode instanceof IndexedRegion) {

19. 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

StructuredSelectPreviousHandler.java :

44 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

20. 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

StructuredSelectPreviousHandler.java :

44 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

21. 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

StructuredSelectPreviousHandler.java :

45 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

22. 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

StructuredSelectPreviousHandler.java :

45 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

23. 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

StructuredSelectPreviousHandler.java :

45 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

24. 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

StructuredSelectPreviousHandler.java :

49 : if (newNode instanceof IndexedRegion) {

25. 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

StructuredSelectPreviousHandler.java :

50 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

26. 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

StructuredSelectPreviousHandler.java :

50 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

27. 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

StructuredSelectPreviousHandler.java :

51 : newRegion = new Region(newIndexedRegion.getStartOffset(), currentEndOffset - newIndexedRegion.getStartOffset());

28. 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

StructuredSelectPreviousHandler.java :

51 : newRegion = new Region(newIndexedRegion.getStartOffset(), currentEndOffset - newIndexedRegion.getStartOffset());

Source File: org/eclipse/wst/css/ui/internal/image/CSSImageType.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSMMProperty 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

CSSImageType.java :

18 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMProperty;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSMetaModel 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

CSSImageType.java :

19 : import org.eclipse.wst.css.core.internal.metamodel.CSSMetaModel;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSImageType.java :

22 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSImageType.java :

23 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. 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

CSSImageType.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSImageType.java :

25 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSPrimitiveValue;

7. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector 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

CSSImageType.java :

26 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSelector;

8. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelectorItem 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

CSSImageType.java :

27 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSelectorItem;

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelectorList 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

CSSImageType.java :

28 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSelectorList;

10. WARNING: DiscouragedReference

Discouraged access: The type ICSSSimpleSelector 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

CSSImageType.java :

29 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSimpleSelector;

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSImageType.java :

30 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSImageType.java :

31 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleRule;

13. 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

CSSImageType.java :

92 : public static CSSImageType getImageType(ICSSNode node) {

14. WARNING: DiscouragedReference

Discouraged access: The method getSelectors() from the type ICSSStyleRule 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

CSSImageType.java :

105 : imageType = getImageType(((ICSSStyleRule) node).getSelectors());

15. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule 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

CSSImageType.java :

105 : imageType = getImageType(((ICSSStyleRule) node).getSelectors());

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

CSSImageType.java :

107 : ICSSNode parent = node.getParentNode();

17. 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

CSSImageType.java :

107 : ICSSNode parent = node.getParentNode();

18. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSImageType.java :

111 : } else if (node instanceof ICSSStyleDeclItem) {

19. WARNING: DiscouragedReference

Discouraged access: The method getPropertyName() from the type ICSSStyleDeclItem 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

CSSImageType.java :

112 : String name = ((ICSSStyleDeclItem) node).getPropertyName();

20. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSImageType.java :

112 : String name = ((ICSSStyleDeclItem) node).getPropertyName();

21. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

CSSImageType.java :

113 : ICSSDocument doc = node.getOwnerDocument();

22. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() 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

CSSImageType.java :

113 : ICSSDocument doc = node.getOwnerDocument();

23. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSImageType.java :

114 : ICSSModel model = (doc != null) ? doc.getModel() : null;

24. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSDocument 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

CSSImageType.java :

114 : ICSSModel model = (doc != null) ? doc.getModel() : null;

25. WARNING: DiscouragedReference

Discouraged access: The type CSSMetaModel 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

CSSImageType.java :

116 : CSSMetaModel metaModel = finder.findMetaModelFor(model);

26. 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

CSSImageType.java :

118 : ICSSNode parent = node.getParentNode();

27. 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

CSSImageType.java :

118 : ICSSNode parent = node.getParentNode();

28. 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

CSSImageType.java :

120 : parent = parent.getParentNode();

29. WARNING: DiscouragedReference

Discouraged access: The type CSSMMProperty 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

CSSImageType.java :

126 : CSSMMProperty prop = new CSSMetaModelUtil(metaModel).getProperty(name);

30. WARNING: DiscouragedReference

Discouraged access: The method getAttribute(String) from the type CSSMMNode 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

CSSImageType.java :

128 : String category = prop.getAttribute("category"); //$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSImageType.java :

155 : case ICSSPrimitiveValue.CSS_INTEGER :

32. WARNING: DiscouragedReference

Discouraged access: The field CSS_INTEGER from the type ICSSPrimitiveValue 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

CSSImageType.java :

155 : case ICSSPrimitiveValue.CSS_INTEGER :

33. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSImageType.java :

156 : case ICSSPrimitiveValue.CSS_HASH :

34. WARNING: DiscouragedReference

Discouraged access: The field CSS_HASH from the type ICSSPrimitiveValue 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

CSSImageType.java :

156 : case ICSSPrimitiveValue.CSS_HASH :

35. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSImageType.java :

164 : case ICSSPrimitiveValue.CSS_FORMAT :

36. WARNING: DiscouragedReference

Discouraged access: The field CSS_FORMAT from the type ICSSPrimitiveValue 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

CSSImageType.java :

164 : case ICSSPrimitiveValue.CSS_FORMAT :

37. WARNING: DiscouragedReference

Discouraged access: The type ICSSPrimitiveValue 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

CSSImageType.java :

165 : case ICSSPrimitiveValue.CSS_LOCAL :

38. WARNING: DiscouragedReference

Discouraged access: The field CSS_LOCAL from the type ICSSPrimitiveValue 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

CSSImageType.java :

165 : case ICSSPrimitiveValue.CSS_LOCAL :

39. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelectorList 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

CSSImageType.java :

176 : public static CSSImageType getImageType(ICSSSelectorList selectorList) {

40. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ICSSSelectorList 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

CSSImageType.java :

177 : if (selectorList == null || selectorList.getLength() == 0) {

41. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ICSSSelectorList 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

CSSImageType.java :

181 : int nSelectors = selectorList.getLength();

42. WARNING: DiscouragedReference

Discouraged access: The method getSelector(int) from the type ICSSSelectorList 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

CSSImageType.java :

183 : CSSImageType candidate = getImageType(selectorList.getSelector(i));

43. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector 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

CSSImageType.java :

195 : public static CSSImageType getImageType(ICSSSelector selector) {

44. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ICSSSelector 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

CSSImageType.java :

197 : if (selector == null || selector.getLength() == 0) {

45. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelectorItem 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

CSSImageType.java :

200 : ICSSSelectorItem item = selector.getItem(selector.getLength() - 1);

46. WARNING: DiscouragedReference

Discouraged access: The method getItem(int) from the type ICSSSelector 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

CSSImageType.java :

200 : ICSSSelectorItem item = selector.getItem(selector.getLength() - 1);

47. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ICSSSelector 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

CSSImageType.java :

200 : ICSSSelectorItem item = selector.getItem(selector.getLength() - 1);

48. WARNING: DiscouragedReference

Discouraged access: The method getItemType() from the type ICSSSelectorItem 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

CSSImageType.java :

201 : if (item.getItemType() == ICSSSelectorItem.SIMPLE) {

49. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelectorItem 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

CSSImageType.java :

201 : if (item.getItemType() == ICSSSelectorItem.SIMPLE) {

50. WARNING: DiscouragedReference

Discouraged access: The field SIMPLE from the type ICSSSelectorItem 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

CSSImageType.java :

201 : if (item.getItemType() == ICSSSelectorItem.SIMPLE) {

51. WARNING: DiscouragedReference

Discouraged access: The type ICSSSimpleSelector 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

CSSImageType.java :

202 : ICSSSimpleSelector ss = (ICSSSimpleSelector) item;

52. WARNING: DiscouragedReference

Discouraged access: The type ICSSSimpleSelector 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

CSSImageType.java :

202 : ICSSSimpleSelector ss = (ICSSSimpleSelector) item;

53. WARNING: DiscouragedReference

Discouraged access: The method getNumOfIDs() from the type ICSSSimpleSelector 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

CSSImageType.java :

203 : if (0 < ss.getNumOfIDs()) {

54. WARNING: DiscouragedReference

Discouraged access: The method getNumOfClasses() from the type ICSSSimpleSelector 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

CSSImageType.java :

205 : } else if (0 < ss.getNumOfClasses()) {

55. WARNING: DiscouragedReference

Discouraged access: The method getNumOfPseudoNames() from the type ICSSSimpleSelector 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

CSSImageType.java :

207 : } else if (0 < ss.getNumOfPseudoNames()) {

Source File: org/eclipse/wst/css/ui/internal/preferences/CSSUIPreferenceInitializer.java
1. 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

CSSUIPreferenceInitializer.java :

9 : import org.eclipse.wst.sse.ui.internal.preferences.ui.ColorHelper;

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

CSSUIPreferenceInitializer.java :

29 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.ATMARK_RULE, 63, 127, 127) + NOBACKGROUNDBOLD;

3. 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

CSSUIPreferenceInitializer.java :

29 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.ATMARK_RULE, 63, 127, 127) + NOBACKGROUNDBOLD;

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

CSSUIPreferenceInitializer.java :

31 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.SELECTOR, 63, 127, 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

CSSUIPreferenceInitializer.java :

31 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.SELECTOR, 63, 127, 127) + NOBACKGROUNDBOLD;

6. 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

CSSUIPreferenceInitializer.java :

34 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.MEDIA, 42, 0, 225) + NOBACKGROUNDBOLD;

7. 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

CSSUIPreferenceInitializer.java :

34 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.MEDIA, 42, 0, 225) + NOBACKGROUNDBOLD;

8. 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

CSSUIPreferenceInitializer.java :

37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.COMMENT, 63, 95, 191) + NOBACKGROUNDBOLD;

9. 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

CSSUIPreferenceInitializer.java :

37 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.COMMENT, 63, 95, 191) + NOBACKGROUNDBOLD;

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

CSSUIPreferenceInitializer.java :

40 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.PROPERTY_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;

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

CSSUIPreferenceInitializer.java :

40 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.PROPERTY_NAME, 127, 0, 127) + NOBACKGROUNDBOLD;

12. 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

CSSUIPreferenceInitializer.java :

43 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.PROPERTY_VALUE, 42, 0, 225) + JUSTITALIC;

13. 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

CSSUIPreferenceInitializer.java :

43 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.PROPERTY_VALUE, 42, 0, 225) + JUSTITALIC;

14. 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

CSSUIPreferenceInitializer.java :

45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.URI, 42, 0, 225) + JUSTITALIC;

15. 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

CSSUIPreferenceInitializer.java :

45 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.URI, 42, 0, 225) + JUSTITALIC;

16. 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

CSSUIPreferenceInitializer.java :

47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.STRING, 42, 0, 225) + JUSTITALIC;

17. 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

CSSUIPreferenceInitializer.java :

47 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.STRING, 42, 0, 225) + JUSTITALIC;

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

CSSUIPreferenceInitializer.java :

55 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.ERROR, 191, 63, 63) + 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

CSSUIPreferenceInitializer.java :

55 : styleValue = ColorHelper.findRGBString(registry, IStyleConstantsCSS.ERROR, 191, 63, 63) + NOBACKGROUNDBOLD;

Source File: org/eclipse/wst/css/ui/internal/preferences/ui/CSSColorPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

CSSColorPage.java :

22 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

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

CSSColorPage.java :

28 : 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

CSSColorPage.java :

29 : 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

CSSColorPage.java :

30 : import org.eclipse.wst.sse.ui.internal.preferences.OverlayPreferenceStore.OverlayKey;

5. WARNING: DiscouragedReference

Discouraged access: 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

CSSColorPage.java :

31 : import org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractColorPage;

6. 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

CSSColorPage.java :

32 : import org.eclipse.wst.sse.ui.internal.preferences.ui.StyledTextColorPicker;

7. WARNING: DiscouragedReference

Discouraged access: 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

CSSColorPage.java :

37 : public class CSSColorPage extends AbstractColorPage {

8. 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

CSSColorPage.java :

42 : protected OverlayKey[] createOverlayStoreKeys() {

9. 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

CSSColorPage.java :

49 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

10. 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

CSSColorPage.java :

49 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

11. 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

CSSColorPage.java :

49 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

12. 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

CSSColorPage.java :

49 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

13. 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

CSSColorPage.java :

49 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

14. 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

CSSColorPage.java :

52 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

15. 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

CSSColorPage.java :

52 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

16. 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

CSSColorPage.java :

52 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

17. 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

CSSColorPage.java :

52 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

18. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) 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

CSSColorPage.java :

58 : Composite pageComponent = createComposite(parent, 1);

19. WARNING: DiscouragedReference

Discouraged access: The method createContents(Composite) 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

CSSColorPage.java :

61 : super.createContents(pageComponent);

20. WARNING: DiscouragedReference

Discouraged access: The method createColoringComposite(Composite) 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

CSSColorPage.java :

70 : Composite coloringComposite = super.createColoringComposite(parent);

21. 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

CSSColorPage.java :

194 : protected void setupPicker(StyledTextColorPicker picker) {

22. 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

CSSColorPage.java :

195 : IModelManager mmanager = StructuredModelManager.getModelManager();

23. 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

CSSColorPage.java :

196 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForCSS.ContentTypeID_CSS).getParser());

24. 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

CSSColorPage.java :

196 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForCSS.ContentTypeID_CSS).getParser());

25. 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

CSSColorPage.java :

196 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForCSS.ContentTypeID_CSS).getParser());

26. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

CSSColorPage.java :

196 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForCSS.ContentTypeID_CSS).getParser());

27. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS 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

CSSColorPage.java :

196 : picker.setParser(mmanager.createStructuredDocumentFor(ContentTypeIdForCSS.ContentTypeID_CSS).getParser());

28. 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

CSSColorPage.java :

207 : picker.setContextStyleMap(contextStyleMap);

29. 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

CSSColorPage.java :

208 : picker.setDescriptions(descriptions);

30. 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

CSSColorPage.java :

209 : picker.setStyleList(styleList);

Source File: org/eclipse/wst/css/ui/internal/preferences/ui/CSSFilesPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

CSSFilesPreferencePage.java :

21 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

2. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

24 : import org.eclipse.wst.xml.ui.internal.preferences.XMLFilesPreferencePage;

3. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

26 : public class CSSFilesPreferencePage extends XMLFilesPreferencePage {

4. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

40 : Composite scrolledComposite = createScrolledComposite(parent);

5. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

41 : createContentsForCreatingGroup(scrolledComposite);

6. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

45 : setSize(scrolledComposite);

7. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

46 : loadPreferences();

8. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

CSSFilesPreferencePage.java :

51 : return Platform.getContentTypeManager().getContentType(ContentTypeIdForCSS.ContentTypeID_CSS);

9. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS 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

CSSFilesPreferencePage.java :

51 : return Platform.getContentTypeManager().getContentType(ContentTypeIdForCSS.ContentTypeID_CSS);

10. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

55 : initializeValuesForCreatingGroup();

11. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

59 : performDefaultsForCreatingGroup();

12. WARNING: DiscouragedReference

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

CSSFilesPreferencePage.java :

65 : storeValuesForCreatingGroup();

Source File: org/eclipse/wst/css/ui/internal/preferences/ui/CSSSourcePreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

29 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

2. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

33 : import org.eclipse.wst.sse.ui.internal.preferences.ui.AbstractPreferencePage;

3. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

37 : public class CSSSourcePreferencePage extends AbstractPreferencePage {

4. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

78 : final Composite composite = super.createComposite(parent, 1);

5. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

87 : setSize(composite);

6. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

88 : loadPreferences();

7. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

95 : Group caseGroup = createGroup(parent, 3);

8. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

99 : Group identGroup = createGroup(caseGroup, 1);

9. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

101 : fIdentUpper = createRadioButton(identGroup, CSSUIMessages.PrefsLabel_CaseIdentUpper);

10. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

102 : fIdentLower = createRadioButton(identGroup, CSSUIMessages.PrefsLabel_CaseIdentLower);

11. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

105 : Group propNameGroup = createGroup(caseGroup, 1);

12. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

107 : fPropNameUpper = createRadioButton(propNameGroup, CSSUIMessages.PrefsLabel_CasePropNameUpper);

13. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

108 : fPropNameLower = createRadioButton(propNameGroup, CSSUIMessages.PrefsLabel_CasePropNameLower);

14. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

111 : Group propValueGroup = createGroup(caseGroup, 1);

15. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

113 : fPropValueUpper = createRadioButton(propValueGroup, CSSUIMessages.PrefsLabel_CasePropValueUpper);

16. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

114 : fPropValueLower = createRadioButton(propValueGroup, CSSUIMessages.PrefsLabel_CasePropValueLower);

17. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

118 : Group formattingGroup = createGroup(parent, 2);

18. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

121 : fLineWidthLabel = createLabel(formattingGroup, CSSUIMessages.Line_width__UI_);

19. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

128 : fPropertyPerLine = createCheckBox(formattingGroup, CSSUIMessages.PrefsLabel_WrappingInsertLineBreak);

20. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

131 : fNowrapAttr = createCheckBox(formattingGroup, CSSUIMessages.PrefsLabel_WrappingWithoutAttr);

21. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

134 : fIndentUsingTabs = createRadioButton(formattingGroup, CSSUIMessages.Indent_using_tabs_);

22. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

136 : fIndentUsingSpaces = createRadioButton(formattingGroup, CSSUIMessages.Indent_using_spaces);

23. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

139 : createLabel(formattingGroup, CSSUIMessages.Indentation_size);

24. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

175 : fIdentUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER);

25. WARNING: DiscouragedReference

Discouraged access: The field CASE_IDENTIFIER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

175 : fIdentUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER);

26. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

175 : fIdentUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER);

27. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

175 : fIdentUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER);

28. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

176 : fIdentLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.LOWER);

29. WARNING: DiscouragedReference

Discouraged access: The field CASE_IDENTIFIER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

176 : fIdentLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.LOWER);

30. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

176 : fIdentLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.LOWER);

31. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

176 : fIdentLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.LOWER);

32. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

177 : fPropNameUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER);

33. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_NAME from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

177 : fPropNameUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER);

34. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

177 : fPropNameUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER);

35. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

177 : fPropNameUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER);

36. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

178 : fPropNameLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.LOWER);

37. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_NAME from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

178 : fPropNameLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.LOWER);

38. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

178 : fPropNameLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.LOWER);

39. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

178 : fPropNameLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.LOWER);

40. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

179 : fPropValueUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER);

41. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_VALUE from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

179 : fPropValueUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER);

42. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

179 : fPropValueUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER);

43. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

179 : fPropValueUpper.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER);

44. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

180 : fPropValueLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.LOWER);

45. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_VALUE from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

180 : fPropValueLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.LOWER);

46. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

180 : fPropValueLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.LOWER);

47. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

180 : fPropValueLower.setSelection(prefs.getInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.LOWER);

48. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

186 : fLineWidthText.setText(prefs.getString(CSSCorePreferenceNames.LINE_WIDTH));

49. WARNING: DiscouragedReference

Discouraged access: The field LINE_WIDTH from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

186 : fLineWidthText.setText(prefs.getString(CSSCorePreferenceNames.LINE_WIDTH));

50. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

187 : fPropertyPerLine.setSelection(prefs.getBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE));

51. WARNING: DiscouragedReference

Discouraged access: The field WRAPPING_ONE_PER_LINE from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

187 : fPropertyPerLine.setSelection(prefs.getBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE));

52. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

188 : fNowrapAttr.setSelection(prefs.getBoolean(CSSCorePreferenceNames.WRAPPING_PROHIBIT_WRAP_ON_ATTR));

53. WARNING: DiscouragedReference

Discouraged access: The field WRAPPING_PROHIBIT_WRAP_ON_ATTR from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

188 : fNowrapAttr.setSelection(prefs.getBoolean(CSSCorePreferenceNames.WRAPPING_PROHIBIT_WRAP_ON_ATTR));

54. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

190 : if (CSSCorePreferenceNames.TAB.equals(getModelPreferences().getString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

55. WARNING: DiscouragedReference

Discouraged access: The field TAB from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

190 : if (CSSCorePreferenceNames.TAB.equals(getModelPreferences().getString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

56. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

190 : if (CSSCorePreferenceNames.TAB.equals(getModelPreferences().getString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

57. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

190 : if (CSSCorePreferenceNames.TAB.equals(getModelPreferences().getString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

58. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

198 : fIndentationSize.setSelection(getModelPreferences().getInt(CSSCorePreferenceNames.INDENTATION_SIZE));

59. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

198 : fIndentationSize.setSelection(getModelPreferences().getInt(CSSCorePreferenceNames.INDENTATION_SIZE));

60. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

205 : validateValues();

61. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

206 : enableValues();

62. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

208 : super.performDefaults();

63. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

214 : fIdentUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER);

64. WARNING: DiscouragedReference

Discouraged access: The field CASE_IDENTIFIER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

214 : fIdentUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER);

65. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

214 : fIdentUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER);

66. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

214 : fIdentUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.UPPER);

67. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

215 : fIdentLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.LOWER);

68. WARNING: DiscouragedReference

Discouraged access: The field CASE_IDENTIFIER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

215 : fIdentLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.LOWER);

69. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

215 : fIdentLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.LOWER);

70. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

215 : fIdentLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_IDENTIFIER) == CSSCorePreferenceNames.LOWER);

71. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

216 : fPropNameUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER);

72. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_NAME from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

216 : fPropNameUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER);

73. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

216 : fPropNameUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER);

74. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

216 : fPropNameUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.UPPER);

75. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

217 : fPropNameLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.LOWER);

76. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_NAME from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

217 : fPropNameLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.LOWER);

77. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

217 : fPropNameLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.LOWER);

78. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

217 : fPropNameLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_NAME) == CSSCorePreferenceNames.LOWER);

79. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

218 : fPropValueUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER);

80. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_VALUE from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

218 : fPropValueUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER);

81. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

218 : fPropValueUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER);

82. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

218 : fPropValueUpper.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.UPPER);

83. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

219 : fPropValueLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.LOWER);

84. WARNING: DiscouragedReference

Discouraged access: The field CASE_PROPERTY_VALUE from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

219 : fPropValueLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.LOWER);

85. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

219 : fPropValueLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.LOWER);

86. WARNING: DiscouragedReference

Discouraged access: The field LOWER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

219 : fPropValueLower.setSelection(prefs.getDefaultInt(CSSCorePreferenceNames.CASE_PROPERTY_VALUE) == CSSCorePreferenceNames.LOWER);

87. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

225 : fLineWidthText.setText(prefs.getDefaultString(CSSCorePreferenceNames.LINE_WIDTH));

88. WARNING: DiscouragedReference

Discouraged access: The field LINE_WIDTH from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

225 : fLineWidthText.setText(prefs.getDefaultString(CSSCorePreferenceNames.LINE_WIDTH));

89. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

226 : fPropertyPerLine.setSelection(prefs.getDefaultBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE));

90. WARNING: DiscouragedReference

Discouraged access: The field WRAPPING_ONE_PER_LINE from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

226 : fPropertyPerLine.setSelection(prefs.getDefaultBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE));

91. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

227 : fNowrapAttr.setSelection(prefs.getDefaultBoolean(CSSCorePreferenceNames.WRAPPING_PROHIBIT_WRAP_ON_ATTR));

92. WARNING: DiscouragedReference

Discouraged access: The field WRAPPING_PROHIBIT_WRAP_ON_ATTR from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

227 : fNowrapAttr.setSelection(prefs.getDefaultBoolean(CSSCorePreferenceNames.WRAPPING_PROHIBIT_WRAP_ON_ATTR));

93. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

229 : if (CSSCorePreferenceNames.TAB.equals(getModelPreferences().getDefaultString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

94. WARNING: DiscouragedReference

Discouraged access: The field TAB from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

229 : if (CSSCorePreferenceNames.TAB.equals(getModelPreferences().getDefaultString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

95. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

229 : if (CSSCorePreferenceNames.TAB.equals(getModelPreferences().getDefaultString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

96. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_CHAR from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

229 : if (CSSCorePreferenceNames.TAB.equals(getModelPreferences().getDefaultString(CSSCorePreferenceNames.INDENTATION_CHAR))) {

97. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

236 : fIndentationSize.setSelection(getModelPreferences().getDefaultInt(CSSCorePreferenceNames.INDENTATION_SIZE));

98. WARNING: DiscouragedReference

Discouraged access: The field INDENTATION_SIZE from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

236 : fIndentationSize.setSelection(getModelPreferences().getDefaultInt(CSSCorePreferenceNames.INDENTATION_SIZE));

99. WARNING: DiscouragedReference

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

CSSSourcePreferencePage.java :

240 : boolean result = super.performOk();

100. WARNING: DiscouragedReference

Discouraged access: The field UPPER from the type CSSCorePreferenceNames 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

CSSSourcePreferencePage.java :

255 : prefs.setValue(CSSCorePreferenceNames.CASE_IDENTIFIER, (fIdentUpper.getSelection()) ? CSSCorePreferenceNames.UPPER : CSSCorePreferenceNames.LOWER);

Source File: org/eclipse/wst/css/ui/internal/preferences/ui/CSSSyntaxColoringPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

CSSSyntaxColoringPage.java :

69 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

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

CSSSyntaxColoringPage.java :

75 : 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

CSSSyntaxColoringPage.java :

76 : 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

CSSSyntaxColoringPage.java :

77 : 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

CSSSyntaxColoringPage.java :

78 : 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

CSSSyntaxColoringPage.java :

79 : 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

CSSSyntaxColoringPage.java :

80 : 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

CSSSyntaxColoringPage.java :

81 : 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

CSSSyntaxColoringPage.java :

82 : 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

CSSSyntaxColoringPage.java :

83 : 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

CSSSyntaxColoringPage.java :

84 : import org.eclipse.wst.sse.ui.internal.util.EditorUtility;

12. 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

CSSSyntaxColoringPage.java :

102 : private IStructuredDocument fDocument;

13. 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

CSSSyntaxColoringPage.java :

106 : private OverlayPreferenceStore fOverlayStore;

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

CSSSyntaxColoringPage.java :

166 : IStructuredDocumentRegion documentRegion = fDocument.getFirstStructuredDocumentRegion();

15. 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

CSSSyntaxColoringPage.java :

166 : IStructuredDocumentRegion documentRegion = fDocument.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

CSSSyntaxColoringPage.java :

168 : ITextRegionList regions = documentRegion.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

CSSSyntaxColoringPage.java :

168 : ITextRegionList regions = documentRegion.getRegions();

18. 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

CSSSyntaxColoringPage.java :

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

19. 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

CSSSyntaxColoringPage.java :

170 : ITextRegion currentRegion = regions.get(i);

20. 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

CSSSyntaxColoringPage.java :

170 : ITextRegion currentRegion = regions.get(i);

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

CSSSyntaxColoringPage.java :

172 : String namedStyle = (String) fContextToStyleMap.get(currentRegion.getType());

22. 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

CSSSyntaxColoringPage.java :

178 : StyleRange style = new StyleRange(documentRegion.getStartOffset(currentRegion), currentRegion.getTextLength(), attribute.getForeground(), attribute.getBackground(), attribute.getStyle());

23. 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

CSSSyntaxColoringPage.java :

178 : StyleRange style = new StyleRange(documentRegion.getStartOffset(currentRegion), currentRegion.getTextLength(), attribute.getForeground(), attribute.getBackground(), attribute.getStyle());

24. 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

CSSSyntaxColoringPage.java :

183 : documentRegion = documentRegion.getNext();

25. 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

CSSSyntaxColoringPage.java :

223 : link.setText(SSEUIMessages.SyntaxColoring_Link);

26. WARNING: DiscouragedReference

Discouraged access: The field SyntaxColoring_Link 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

CSSSyntaxColoringPage.java :

223 : link.setText(SSEUIMessages.SyntaxColoring_Link);

27. 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

CSSSyntaxColoringPage.java :

265 : fForegroundLabel = createLabel(editControls, SSEUIMessages.Foreground_UI_);

28. WARNING: DiscouragedReference

Discouraged access: The field Foreground_UI_ 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

CSSSyntaxColoringPage.java :

265 : fForegroundLabel = createLabel(editControls, SSEUIMessages.Foreground_UI_);

29. 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

CSSSyntaxColoringPage.java :

275 : fBackgroundLabel = createLabel(editControls, SSEUIMessages.Background_UI_);

30. WARNING: DiscouragedReference

Discouraged access: The field Background_UI_ 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

CSSSyntaxColoringPage.java :

275 : fBackgroundLabel = createLabel(editControls, SSEUIMessages.Background_UI_);

31. 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

CSSSyntaxColoringPage.java :

298 : fClearStyle.setText(SSEUIMessages.Restore_Default_UI_); //$NON-NLS-1$ = "Restore Default"

32. WARNING: DiscouragedReference

Discouraged access: The field Restore_Default_UI_ 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

CSSSyntaxColoringPage.java :

298 : fClearStyle.setText(SSEUIMessages.Restore_Default_UI_); //$NON-NLS-1$ = "Restore Default"

33. 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

CSSSyntaxColoringPage.java :

307 : createLabel(sampleArea, SSEUIMessages.Sample_text__UI_); //$NON-NLS-1$ = "&Sample text:"

34. WARNING: DiscouragedReference

Discouraged access: The field Sample_text__UI_ 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

CSSSyntaxColoringPage.java :

307 : createLabel(sampleArea, SSEUIMessages.Sample_text__UI_); //$NON-NLS-1$ = "&Sample text:"

35. 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

CSSSyntaxColoringPage.java :

321 : setAccessible(fText, SSEUIMessages.Sample_text__UI_);

36. WARNING: DiscouragedReference

Discouraged access: The field Sample_text__UI_ 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

CSSSyntaxColoringPage.java :

321 : setAccessible(fText, SSEUIMessages.Sample_text__UI_);

37. 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

CSSSyntaxColoringPage.java :

322 : fDocument = StructuredModelManager.getModelManager().createStructuredDocumentFor(ContentTypeIdForCSS.ContentTypeID_CSS);

38. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

CSSSyntaxColoringPage.java :

322 : fDocument = StructuredModelManager.getModelManager().createStructuredDocumentFor(ContentTypeIdForCSS.ContentTypeID_CSS);

39. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS 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

CSSSyntaxColoringPage.java :

322 : fDocument = StructuredModelManager.getModelManager().createStructuredDocumentFor(ContentTypeIdForCSS.ContentTypeID_CSS);

40. WARNING: DiscouragedReference

Discouraged access: The method getString(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

CSSSyntaxColoringPage.java :

351 : String prefString = getOverlayStore().getString(namedStyle);

41. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) 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

CSSSyntaxColoringPage.java :

352 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

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

CSSSyntaxColoringPage.java :

352 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

43. 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

CSSSyntaxColoringPage.java :

356 : String newValue = ColorHelper.toRGBString(fForegroundColorEditor.getColorValue());

44. WARNING: DiscouragedReference

Discouraged access: The method toRGBString(RGB) 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

CSSSyntaxColoringPage.java :

356 : String newValue = ColorHelper.toRGBString(fForegroundColorEditor.getColorValue());

45. 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

CSSSyntaxColoringPage.java :

360 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

46. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) 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

CSSSyntaxColoringPage.java :

360 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

47. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, 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

CSSSyntaxColoringPage.java :

361 : getOverlayStore().setValue(namedStyle, newPrefString);

48. WARNING: DiscouragedReference

Discouraged access: The method getString(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

CSSSyntaxColoringPage.java :

375 : String prefString = getOverlayStore().getString(namedStyle);

49. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) 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

CSSSyntaxColoringPage.java :

376 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

50. 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

CSSSyntaxColoringPage.java :

376 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

51. 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

CSSSyntaxColoringPage.java :

380 : String newValue = ColorHelper.toRGBString(fBackgroundColorEditor.getColorValue());

52. WARNING: DiscouragedReference

Discouraged access: The method toRGBString(RGB) 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

CSSSyntaxColoringPage.java :

380 : String newValue = ColorHelper.toRGBString(fBackgroundColorEditor.getColorValue());

53. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) 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

CSSSyntaxColoringPage.java :

384 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

54. 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

CSSSyntaxColoringPage.java :

384 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

55. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, 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

CSSSyntaxColoringPage.java :

385 : getOverlayStore().setValue(namedStyle, newPrefString);

56. WARNING: DiscouragedReference

Discouraged access: The method getString(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

CSSSyntaxColoringPage.java :

401 : String prefString = getOverlayStore().getString(namedStyle);

57. 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

CSSSyntaxColoringPage.java :

402 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

58. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) 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

CSSSyntaxColoringPage.java :

402 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

59. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) 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

CSSSyntaxColoringPage.java :

408 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

60. 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

CSSSyntaxColoringPage.java :

408 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

61. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, 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

CSSSyntaxColoringPage.java :

409 : getOverlayStore().setValue(namedStyle, newPrefString);

62. WARNING: DiscouragedReference

Discouraged access: The method getString(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

CSSSyntaxColoringPage.java :

423 : String prefString = getOverlayStore().getString(namedStyle);

63. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) 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

CSSSyntaxColoringPage.java :

424 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

64. 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

CSSSyntaxColoringPage.java :

424 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

65. 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

CSSSyntaxColoringPage.java :

430 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

66. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) 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

CSSSyntaxColoringPage.java :

430 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

67. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, 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

CSSSyntaxColoringPage.java :

431 : getOverlayStore().setValue(namedStyle, newPrefString);

68. WARNING: DiscouragedReference

Discouraged access: The method getString(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

CSSSyntaxColoringPage.java :

445 : String prefString = getOverlayStore().getString(namedStyle);

69. 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

CSSSyntaxColoringPage.java :

446 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

70. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) 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

CSSSyntaxColoringPage.java :

446 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

71. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) 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

CSSSyntaxColoringPage.java :

452 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

72. 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

CSSSyntaxColoringPage.java :

452 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

73. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, 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

CSSSyntaxColoringPage.java :

453 : getOverlayStore().setValue(namedStyle, newPrefString);

74. WARNING: DiscouragedReference

Discouraged access: The method getString(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

CSSSyntaxColoringPage.java :

467 : String prefString = getOverlayStore().getString(namedStyle);

75. 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

CSSSyntaxColoringPage.java :

468 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

76. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) 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

CSSSyntaxColoringPage.java :

468 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

77. WARNING: DiscouragedReference

Discouraged access: The method packStylePreferences(String[]) 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

CSSSyntaxColoringPage.java :

474 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

78. 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

CSSSyntaxColoringPage.java :

474 : String newPrefString = ColorHelper.packStylePreferences(stylePrefs);

79. WARNING: DiscouragedReference

Discouraged access: The method setValue(String, 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

CSSSyntaxColoringPage.java :

475 : getOverlayStore().setValue(namedStyle, newPrefString);

80. WARNING: DiscouragedReference

Discouraged access: The method setToDefault(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

CSSSyntaxColoringPage.java :

488 : getOverlayStore().setToDefault(namedStyle);

81. 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

CSSSyntaxColoringPage.java :

514 : private OverlayKey[] createOverlayStoreKeys() {

82. 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

CSSSyntaxColoringPage.java :

519 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

83. 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

CSSSyntaxColoringPage.java :

519 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

84. 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

CSSSyntaxColoringPage.java :

519 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

85. 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

CSSSyntaxColoringPage.java :

519 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

86. 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

CSSSyntaxColoringPage.java :

519 : overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, (String) i.next()));

87. 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

CSSSyntaxColoringPage.java :

522 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

88. 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

CSSSyntaxColoringPage.java :

522 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

89. 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

CSSSyntaxColoringPage.java :

522 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

90. 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

CSSSyntaxColoringPage.java :

522 : OverlayPreferenceStore.OverlayKey[] keys = new OverlayPreferenceStore.OverlayKey[overlayKeys.size()];

91. WARNING: DiscouragedReference

Discouraged access: The method stop() 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

CSSSyntaxColoringPage.java :

573 : fOverlayStore.stop();

92. WARNING: DiscouragedReference

Discouraged access: The method getString(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

CSSSyntaxColoringPage.java :

587 : String prefString = getOverlayStore().getString(namedStyle);

93. WARNING: DiscouragedReference

Discouraged access: The method unpackStylePreferences(String) 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

CSSSyntaxColoringPage.java :

588 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

94. 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

CSSSyntaxColoringPage.java :

588 : String[] stylePrefs = ColorHelper.unpackStylePreferences(prefString);

95. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) 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

CSSSyntaxColoringPage.java :

590 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

96. 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

CSSSyntaxColoringPage.java :

590 : RGB foreground = ColorHelper.toRGB(stylePrefs[0]);

97. WARNING: DiscouragedReference

Discouraged access: The method toRGB(String) 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

CSSSyntaxColoringPage.java :

591 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

98. 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

CSSSyntaxColoringPage.java :

591 : RGB background = ColorHelper.toRGB(stylePrefs[1]);

99. 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

CSSSyntaxColoringPage.java :

616 : ta = new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, fontModifier);

100. WARNING: DiscouragedReference

Discouraged access: The method getColor(RGB) from 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

CSSSyntaxColoringPage.java :

616 : ta = new TextAttribute((foreground != null) ? EditorUtility.getColor(foreground) : null, (background != null) ? EditorUtility.getColor(background) : null, fontModifier);

Source File: org/eclipse/wst/css/ui/internal/preferences/ui/CSSTemplatePreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

CSSTemplatePreferencePage.java :

29 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

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

CSSTemplatePreferencePage.java :

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

3. 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

CSSTemplatePreferencePage.java :

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

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

CSSTemplatePreferencePage.java :

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

5. 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

CSSTemplatePreferencePage.java :

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

6. 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

CSSTemplatePreferencePage.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

CSSTemplatePreferencePage.java :

134 : String contentTypeID = ContentTypeIdForCSS.ContentTypeID_CSS;

8. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS 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

CSSTemplatePreferencePage.java :

134 : String contentTypeID = ContentTypeIdForCSS.ContentTypeID_CSS;

9. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, 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

CSSTemplatePreferencePage.java :

135 : viewer = new StructuredTextViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);

10. 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

CSSTemplatePreferencePage.java :

135 : viewer = new StructuredTextViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);

11. 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

CSSTemplatePreferencePage.java :

136 : ((StructuredTextViewer) viewer).getTextWidget().setFont(JFaceResources.getFont("org.eclipse.wst.sse.ui.textfont")); //$NON-NLS-1$

12. 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

CSSTemplatePreferencePage.java :

137 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(contentTypeID);

13. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(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

CSSTemplatePreferencePage.java :

137 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(contentTypeID);

14. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

CSSTemplatePreferencePage.java :

138 : IDocument document = scratchModel.getStructuredDocument();

Source File: org/eclipse/wst/css/ui/internal/projection/ProjectionAnnotationModelChanges.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

ProjectionAnnotationModelChanges.java :

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

2. 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

ProjectionAnnotationModelChanges.java :

28 : private ICSSNode fNode;

3. 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

ProjectionAnnotationModelChanges.java :

33 : public ProjectionAnnotationModelChanges(ICSSNode node, Annotation[] deletions, Map additions, Annotation[] modifications) {

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

ProjectionAnnotationModelChanges.java :

52 : public ICSSNode getNode() {

Source File: org/eclipse/wst/css/ui/internal/projection/ProjectionModelNodeAdapterCSS.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

ProjectionModelNodeAdapterCSS.java :

26 : 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

ProjectionModelNodeAdapterCSS.java :

27 : 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

ProjectionModelNodeAdapterCSS.java :

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

4. 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

ProjectionModelNodeAdapterCSS.java :

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

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

ProjectionModelNodeAdapterCSS.java :

35 : public class ProjectionModelNodeAdapterCSS implements INodeAdapter {

6. 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

ProjectionModelNodeAdapterCSS.java :

40 : private ICSSNode fNode;

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

ProjectionModelNodeAdapterCSS.java :

42 : public TagProjectionAnnotation(ICSSNode node, boolean isCollapsed) {

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

ProjectionModelNodeAdapterCSS.java :

47 : public ICSSNode getNode() {

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

ProjectionModelNodeAdapterCSS.java :

51 : public void setNode(ICSSNode node) {

10. 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

ProjectionModelNodeAdapterCSS.java :

113 : private Position createProjectionPosition(ICSSNode node) {

11. 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

ProjectionModelNodeAdapterCSS.java :

115 : if (isNodeProjectable(node) && node instanceof IndexedRegion) {

12. 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

ProjectionModelNodeAdapterCSS.java :

119 : IndexedRegion inode = (IndexedRegion) node;

13. 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

ProjectionModelNodeAdapterCSS.java :

119 : IndexedRegion inode = (IndexedRegion) node;

14. 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

ProjectionModelNodeAdapterCSS.java :

120 : int start = inode.getStartOffset();

15. 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

ProjectionModelNodeAdapterCSS.java :

121 : int end = inode.getEndOffset();

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

ProjectionModelNodeAdapterCSS.java :

170 : private TagProjectionAnnotation getExistingAnnotation(ICSSNode node) {

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

ProjectionModelNodeAdapterCSS.java :

177 : ICSSNode n = a.getNode();

18. 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

ProjectionModelNodeAdapterCSS.java :

196 : private boolean isNodeProjectable(ICSSNode node) {

19. 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

ProjectionModelNodeAdapterCSS.java :

198 : short type = node.getNodeType();

20. 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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

21. WARNING: DiscouragedReference

Discouraged access: The field STYLERULE_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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

23. WARNING: DiscouragedReference

Discouraged access: The field PAGERULE_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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

24. 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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

25. WARNING: DiscouragedReference

Discouraged access: The field MEDIARULE_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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

26. 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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

27. WARNING: DiscouragedReference

Discouraged access: The field IMPORTRULE_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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

28. 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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

29. WARNING: DiscouragedReference

Discouraged access: The field FONTFACERULE_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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

30. 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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

31. WARNING: DiscouragedReference

Discouraged access: The field CHARSETRULE_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

ProjectionModelNodeAdapterCSS.java :

199 : if (type == ICSSNode.STYLERULE_NODE || type == ICSSNode.PAGERULE_NODE || type == ICSSNode.MEDIARULE_NODE || type == ICSSNode.IMPORTRULE_NODE || type == ICSSNode.FONTFACERULE_NODE || type == ICSSNode.CHARSETRULE_NODE)

32. 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

ProjectionModelNodeAdapterCSS.java :

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

33. 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

ProjectionModelNodeAdapterCSS.java :

216 : if ((eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) && (notifier instanceof ICSSNode)) {

34. WARNING: DiscouragedReference

Discouraged access: The field ADD 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

ProjectionModelNodeAdapterCSS.java :

216 : if ((eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) && (notifier instanceof ICSSNode)) {

35. 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

ProjectionModelNodeAdapterCSS.java :

216 : if ((eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) && (notifier instanceof ICSSNode)) {

36. WARNING: DiscouragedReference

Discouraged access: The field REMOVE 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

ProjectionModelNodeAdapterCSS.java :

216 : if ((eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) && (notifier instanceof ICSSNode)) {

37. 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

ProjectionModelNodeAdapterCSS.java :

216 : if ((eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE) && (notifier instanceof ICSSNode)) {

38. 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

ProjectionModelNodeAdapterCSS.java :

217 : updateAdapter((ICSSNode) notifier);

39. 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

ProjectionModelNodeAdapterCSS.java :

227 : void updateAdapter(ICSSNode node) {

40. 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

ProjectionModelNodeAdapterCSS.java :

239 : void updateAdapter(ICSSNode node, ProjectionViewer viewer) {

41. 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

ProjectionModelNodeAdapterCSS.java :

248 : ICSSNode childNode = node.getFirstChild();

42. WARNING: DiscouragedReference

Discouraged access: The method getFirstChild() 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

ProjectionModelNodeAdapterCSS.java :

248 : ICSSNode childNode = node.getFirstChild();

43. WARNING: DiscouragedReference

Discouraged access: The method getNextSibling() 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

ProjectionModelNodeAdapterCSS.java :

269 : childNode = childNode.getNextSibling();

Source File: org/eclipse/wst/css/ui/internal/projection/ProjectionModelNodeAdapterFactoryCSS.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

ProjectionModelNodeAdapterFactoryCSS.java :

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

2. WARNING: DiscouragedReference

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

ProjectionModelNodeAdapterFactoryCSS.java :

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

3. 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

ProjectionModelNodeAdapterFactoryCSS.java :

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

4. 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

ProjectionModelNodeAdapterFactoryCSS.java :

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

5. WARNING: DiscouragedReference

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

ProjectionModelNodeAdapterFactoryCSS.java :

25 : public class ProjectionModelNodeAdapterFactoryCSS extends AbstractAdapterFactory {

6. WARNING: DiscouragedReference

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

ProjectionModelNodeAdapterFactoryCSS.java :

37 : super(adapterKey, registerAdapters);

7. WARNING: DiscouragedReference

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

ProjectionModelNodeAdapterFactoryCSS.java :

41 : super(adapterKey);

8. 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

ProjectionModelNodeAdapterFactoryCSS.java :

44 : protected INodeAdapter createAdapter(INodeNotifier target) {

9. 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

ProjectionModelNodeAdapterFactoryCSS.java :

44 : protected INodeAdapter createAdapter(INodeNotifier target) {

10. 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

ProjectionModelNodeAdapterFactoryCSS.java :

47 : if ((isActive()) && (target instanceof ICSSNode)) {

11. 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

ProjectionModelNodeAdapterFactoryCSS.java :

48 : ICSSNode node = (ICSSNode) target;

12. 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

ProjectionModelNodeAdapterFactoryCSS.java :

48 : ICSSNode node = (ICSSNode) target;

13. 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

ProjectionModelNodeAdapterFactoryCSS.java :

49 : short type = node.getNodeType();

14. 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

ProjectionModelNodeAdapterFactoryCSS.java :

51 : if (type == ICSSNode.STYLESHEET_NODE) {

15. WARNING: DiscouragedReference

Discouraged access: The field STYLESHEET_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

ProjectionModelNodeAdapterFactoryCSS.java :

51 : if (type == ICSSNode.STYLESHEET_NODE) {

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

ProjectionModelNodeAdapterFactoryCSS.java :

78 : void queueAnnotationModelChanges(ICSSNode node, Annotation[] deletions, Map additions, Annotation[] modifications) {

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

ProjectionModelNodeAdapterFactoryCSS.java :

93 : void queueAnnotationModelChanges(ICSSNode node, Annotation[] deletions, Map additions, Annotation[] modifications, ProjectionViewer viewer) {

18. WARNING: DiscouragedReference

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

ProjectionModelNodeAdapterFactoryCSS.java :

125 : super.release();

Source File: org/eclipse/wst/css/ui/internal/projection/StructuredTextFoldingProviderCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

StructuredTextFoldingProviderCSS.java :

18 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

3. WARNING: DiscouragedReference

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

StructuredTextFoldingProviderCSS.java :

21 : import org.eclipse.wst.sse.core.internal.model.FactoryRegistry;

4. 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

StructuredTextFoldingProviderCSS.java :

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

5. 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

StructuredTextFoldingProviderCSS.java :

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

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

StructuredTextFoldingProviderCSS.java :

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

7. WARNING: DiscouragedReference

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

StructuredTextFoldingProviderCSS.java :

25 : import org.eclipse.wst.sse.ui.internal.projection.IStructuredTextFoldingProvider;

8. WARNING: DiscouragedReference

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

StructuredTextFoldingProviderCSS.java :

30 : public class StructuredTextFoldingProviderCSS implements IStructuredTextFoldingProvider, IProjectionListener, ITextInputListener {

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

StructuredTextFoldingProviderCSS.java :

45 : IStructuredModel sModel = null;

10. 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

StructuredTextFoldingProviderCSS.java :

47 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(fDocument);

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

48 : if (sModel instanceof ICSSModel) {

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

49 : ICSSModel cssModel = (ICSSModel) sModel;

13. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

49 : ICSSModel cssModel = (ICSSModel) sModel;

14. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

StructuredTextFoldingProviderCSS.java :

50 : ICSSDocument cssDoc = cssModel.getDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

50 : ICSSDocument cssDoc = cssModel.getDocument();

16. 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

StructuredTextFoldingProviderCSS.java :

51 : if (cssDoc instanceof INodeNotifier) {

17. 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

StructuredTextFoldingProviderCSS.java :

52 : INodeNotifier notifier = (INodeNotifier) cssDoc;

18. 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

StructuredTextFoldingProviderCSS.java :

52 : INodeNotifier notifier = (INodeNotifier) cssDoc;

19. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(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

StructuredTextFoldingProviderCSS.java :

53 : ProjectionModelNodeAdapterCSS adapter = (ProjectionModelNodeAdapterCSS) notifier.getExistingAdapter(ProjectionModelNodeAdapterCSS.class);

20. 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

StructuredTextFoldingProviderCSS.java :

61 : notifier.getAdapterFor(ProjectionModelNodeAdapterCSS.class);

21. 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

StructuredTextFoldingProviderCSS.java :

68 : sModel.releaseFromRead();

22. 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

StructuredTextFoldingProviderCSS.java :

87 : IStructuredModel sModel = null;

23. 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

StructuredTextFoldingProviderCSS.java :

89 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(fDocument);

24. WARNING: DiscouragedReference

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

StructuredTextFoldingProviderCSS.java :

91 : FactoryRegistry factoryRegistry = sModel.getFactoryRegistry();

25. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() 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

StructuredTextFoldingProviderCSS.java :

91 : FactoryRegistry factoryRegistry = sModel.getFactoryRegistry();

26. WARNING: DiscouragedReference

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

StructuredTextFoldingProviderCSS.java :

96 : if (!factoryRegistry.contains(ProjectionModelNodeAdapterCSS.class) && createIfNeeded) {

27. WARNING: DiscouragedReference

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

StructuredTextFoldingProviderCSS.java :

100 : factoryRegistry.addFactory(newFactory);

28. WARNING: DiscouragedReference

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

StructuredTextFoldingProviderCSS.java :

104 : factory = (ProjectionModelNodeAdapterFactoryCSS) factoryRegistry.getFactoryFor(ProjectionModelNodeAdapterCSS.class);

29. 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

StructuredTextFoldingProviderCSS.java :

109 : sModel.releaseFromRead();

30. 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

StructuredTextFoldingProviderCSS.java :

201 : IStructuredModel sModel = null;

31. 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

StructuredTextFoldingProviderCSS.java :

203 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(fDocument);

32. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

204 : if (sModel instanceof ICSSModel) {

33. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

205 : ICSSModel cssModel = (ICSSModel) sModel;

34. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

205 : ICSSModel cssModel = (ICSSModel) sModel;

35. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

StructuredTextFoldingProviderCSS.java :

206 : ICSSDocument cssDoc = cssModel.getDocument();

36. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

StructuredTextFoldingProviderCSS.java :

206 : ICSSDocument cssDoc = cssModel.getDocument();

37. 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

StructuredTextFoldingProviderCSS.java :

207 : if (cssDoc instanceof INodeNotifier) {

38. 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

StructuredTextFoldingProviderCSS.java :

208 : INodeNotifier notifier = (INodeNotifier) cssDoc;

39. 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

StructuredTextFoldingProviderCSS.java :

208 : INodeNotifier notifier = (INodeNotifier) cssDoc;

40. 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

StructuredTextFoldingProviderCSS.java :

209 : INodeAdapter adapter = notifier.getExistingAdapter(ProjectionModelNodeAdapterCSS.class);

41. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(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

StructuredTextFoldingProviderCSS.java :

209 : INodeAdapter adapter = notifier.getExistingAdapter(ProjectionModelNodeAdapterCSS.class);

42. 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

StructuredTextFoldingProviderCSS.java :

211 : notifier.removeAdapter(adapter);

43. 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

StructuredTextFoldingProviderCSS.java :

218 : sModel.releaseFromRead();

Source File: org/eclipse/wst/css/ui/internal/properties/CSSPropertySource.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSMMCategory 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

CSSPropertySource.java :

27 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMCategory;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSPropertySource.java :

28 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CSSMetaModel 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

CSSPropertySource.java :

29 : import org.eclipse.wst.css.core.internal.metamodel.CSSMetaModel;

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

CSSPropertySource.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSNodeList 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

CSSPropertySource.java :

33 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNodeList;

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSPropertySource.java :

34 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

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

CSSPropertySource.java :

44 : protected ICSSNode fNode = 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

CSSPropertySource.java :

50 : public CSSPropertySource(ICSSNode target) {

9. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSPropertySource.java :

63 : protected IPropertyDescriptor createPropertyDescriptor(CSSMMNode node, String category) {

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type CSSMMNode 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

CSSPropertySource.java :

64 : return createPropertyDescriptor(node.getName(), category);

11. WARNING: DiscouragedReference

Discouraged access: The type CSSMetaModel 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

CSSPropertySource.java :

103 : CSSMetaModel metamodel = CSSMetaModelFinder.getInstance().findMetaModelFor(fNode);

12. 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

CSSPropertySource.java :

105 : switch (fNode.getNodeType()) {

13. 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

CSSPropertySource.java :

106 : case ICSSNode.STYLERULE_NODE :

14. WARNING: DiscouragedReference

Discouraged access: The field STYLERULE_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

CSSPropertySource.java :

106 : case ICSSNode.STYLERULE_NODE :

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

CSSPropertySource.java :

107 : case ICSSNode.FONTFACERULE_NODE :

16. WARNING: DiscouragedReference

Discouraged access: The field FONTFACERULE_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

CSSPropertySource.java :

107 : case ICSSNode.FONTFACERULE_NODE :

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

CSSPropertySource.java :

108 : case ICSSNode.PAGERULE_NODE :

18. WARNING: DiscouragedReference

Discouraged access: The field PAGERULE_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

CSSPropertySource.java :

108 : case ICSSNode.PAGERULE_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

CSSPropertySource.java :

109 : case ICSSNode.STYLEDECLARATION_NODE :

20. WARNING: DiscouragedReference

Discouraged access: The field STYLEDECLARATION_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

CSSPropertySource.java :

109 : case ICSSNode.STYLEDECLARATION_NODE :

21. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSPropertySource.java :

110 : CSSMMNode mmParent = new CSSMetaModelUtil(metamodel).getMetaModelNodeFor(fNode);

22. WARNING: DiscouragedReference

Discouraged access: The method getChildNodes() from the type CSSMMNode 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

CSSPropertySource.java :

112 : iProperties = mmParent.getChildNodes();

23. 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

CSSPropertySource.java :

115 : case ICSSNode.STYLEDECLITEM_NODE :

24. 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

CSSPropertySource.java :

115 : case ICSSNode.STYLEDECLITEM_NODE :

25. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSPropertySource.java :

116 : CSSMMNode mmNode = new CSSMetaModelUtil(metamodel).getMetaModelNodeFor(fNode);

26. WARNING: DiscouragedReference

Discouraged access: The method getCategories() from the type CSSMetaModel 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

CSSPropertySource.java :

127 : Iterator iCategories = metamodel.getCategories();

27. WARNING: DiscouragedReference

Discouraged access: The type CSSMMCategory 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

CSSPropertySource.java :

129 : CSSMMCategory category = (CSSMMCategory) iCategories.next();

28. WARNING: DiscouragedReference

Discouraged access: The type CSSMMCategory 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

CSSPropertySource.java :

129 : CSSMMCategory category = (CSSMMCategory) iCategories.next();

29. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type CSSMMNode 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

CSSPropertySource.java :

130 : categories.put(category.getName(), category.getCaption());

30. WARNING: DiscouragedReference

Discouraged access: The method getCaption() from the type CSSMMCategory 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

CSSPropertySource.java :

130 : categories.put(category.getName(), category.getCaption());

31. WARNING: DiscouragedReference

Discouraged access: The type ICSSNodeList 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

CSSPropertySource.java :

138 : ICSSNodeList nodeList = ((ICSSNode) declaration).getChildNodes();

32. WARNING: DiscouragedReference

Discouraged access: The method getChildNodes() 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

CSSPropertySource.java :

138 : ICSSNodeList nodeList = ((ICSSNode) declaration).getChildNodes();

33. 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

CSSPropertySource.java :

138 : ICSSNodeList nodeList = ((ICSSNode) declaration).getChildNodes();

34. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ICSSNodeList 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

CSSPropertySource.java :

139 : int nProps = (nodeList != null) ? nodeList.getLength() : 0;

35. 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

CSSPropertySource.java :

141 : ICSSNode node = nodeList.item(i);

36. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type ICSSNodeList 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

CSSPropertySource.java :

141 : ICSSNode node = nodeList.item(i);

37. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSPropertySource.java :

142 : if (node instanceof ICSSStyleDeclItem) {

38. WARNING: DiscouragedReference

Discouraged access: The method getPropertyName() from the type ICSSStyleDeclItem 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

CSSPropertySource.java :

143 : String name = ((ICSSStyleDeclItem) node).getPropertyName();

39. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSPropertySource.java :

143 : String name = ((ICSSStyleDeclItem) node).getPropertyName();

40. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSPropertySource.java :

156 : CSSMMNode node = (CSSMMNode) iProperties.next();

41. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSPropertySource.java :

156 : CSSMMNode node = (CSSMMNode) iProperties.next();

42. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type CSSMMNode 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

CSSPropertySource.java :

157 : if (node.getType() == CSSMMNode.TYPE_PROPERTY || node.getType() == CSSMMNode.TYPE_DESCRIPTOR) {

43. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSPropertySource.java :

157 : if (node.getType() == CSSMMNode.TYPE_PROPERTY || node.getType() == CSSMMNode.TYPE_DESCRIPTOR) {

44. WARNING: DiscouragedReference

Discouraged access: The field TYPE_PROPERTY from the type CSSMMNode 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

CSSPropertySource.java :

157 : if (node.getType() == CSSMMNode.TYPE_PROPERTY || node.getType() == CSSMMNode.TYPE_DESCRIPTOR) {

45. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type CSSMMNode 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

CSSPropertySource.java :

157 : if (node.getType() == CSSMMNode.TYPE_PROPERTY || node.getType() == CSSMMNode.TYPE_DESCRIPTOR) {

46. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode 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

CSSPropertySource.java :

157 : if (node.getType() == CSSMMNode.TYPE_PROPERTY || node.getType() == CSSMMNode.TYPE_DESCRIPTOR) {

47. WARNING: DiscouragedReference

Discouraged access: The field TYPE_DESCRIPTOR from the type CSSMMNode 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

CSSPropertySource.java :

157 : if (node.getType() == CSSMMNode.TYPE_PROPERTY || node.getType() == CSSMMNode.TYPE_DESCRIPTOR) {

48. WARNING: DiscouragedReference

Discouraged access: The method getAttribute(String) from the type CSSMMNode 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

CSSPropertySource.java :

158 : String category = (String) categories.get(node.getAttribute("category")); //$NON-NLS-1$

49. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type CSSMMNode 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

CSSPropertySource.java :

159 : String name = node.getName().toLowerCase();

50. 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

CSSPropertySource.java :

203 : switch (fNode.getNodeType()) {

51. 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

CSSPropertySource.java :

204 : case ICSSNode.STYLEDECLITEM_NODE :

52. 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

CSSPropertySource.java :

204 : case ICSSNode.STYLEDECLITEM_NODE :

53. WARNING: DiscouragedReference

Discouraged access: The method getCSSValueText() from the type ICSSValue 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

CSSPropertySource.java :

205 : valueString = ((ICSSStyleDeclItem) fNode).getCSSValueText();

54. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSPropertySource.java :

205 : valueString = ((ICSSStyleDeclItem) fNode).getCSSValueText();

55. 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

CSSPropertySource.java :

207 : case ICSSNode.STYLERULE_NODE :

56. WARNING: DiscouragedReference

Discouraged access: The field STYLERULE_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

CSSPropertySource.java :

207 : case ICSSNode.STYLERULE_NODE :

57. 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

CSSPropertySource.java :

208 : case ICSSNode.FONTFACERULE_NODE :

58. WARNING: DiscouragedReference

Discouraged access: The field FONTFACERULE_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

CSSPropertySource.java :

208 : case ICSSNode.FONTFACERULE_NODE :

59. 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

CSSPropertySource.java :

209 : case ICSSNode.PAGERULE_NODE :

60. WARNING: DiscouragedReference

Discouraged access: The field PAGERULE_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

CSSPropertySource.java :

209 : case ICSSNode.PAGERULE_NODE :

61. WARNING: DiscouragedReference

Discouraged access: The method getFirstChild() 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

CSSPropertySource.java :

210 : declaration = (CSSStyleDeclaration) fNode.getFirstChild();

62. 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

CSSPropertySource.java :

215 : case ICSSNode.STYLEDECLARATION_NODE :

63. WARNING: DiscouragedReference

Discouraged access: The field STYLEDECLARATION_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

CSSPropertySource.java :

215 : case ICSSNode.STYLEDECLARATION_NODE :

64. 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

CSSPropertySource.java :

218 : case ICSSNode.PRIMITIVEVALUE_NODE :

65. 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

CSSPropertySource.java :

218 : case ICSSNode.PRIMITIVEVALUE_NODE :

66. 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

CSSPropertySource.java :

219 : ICSSNode parent = fNode;

67. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSPropertySource.java :

220 : while (parent != null && !(parent instanceof ICSSStyleDeclItem)) {

68. 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

CSSPropertySource.java :

221 : parent = parent.getParentNode();

69. WARNING: DiscouragedReference

Discouraged access: The method getCSSValueText() from the type ICSSValue 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

CSSPropertySource.java :

224 : valueString = ((ICSSStyleDeclItem) parent).getCSSValueText();

70. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSPropertySource.java :

224 : valueString = ((ICSSStyleDeclItem) parent).getCSSValueText();

71. 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

CSSPropertySource.java :

312 : switch (fNode.getNodeType()) {

72. 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

CSSPropertySource.java :

313 : case ICSSNode.STYLEDECLITEM_NODE :

73. 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

CSSPropertySource.java :

313 : case ICSSNode.STYLEDECLITEM_NODE :

74. 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

CSSPropertySource.java :

314 : declaration = (CSSStyleDeclaration) fNode.getParentNode();

75. 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

CSSPropertySource.java :

316 : case ICSSNode.STYLERULE_NODE :

76. WARNING: DiscouragedReference

Discouraged access: The field STYLERULE_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

CSSPropertySource.java :

316 : case ICSSNode.STYLERULE_NODE :

77. 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

CSSPropertySource.java :

317 : case ICSSNode.FONTFACERULE_NODE :

78. WARNING: DiscouragedReference

Discouraged access: The field FONTFACERULE_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

CSSPropertySource.java :

317 : case ICSSNode.FONTFACERULE_NODE :

79. 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

CSSPropertySource.java :

318 : case ICSSNode.PAGERULE_NODE :

80. WARNING: DiscouragedReference

Discouraged access: The field PAGERULE_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

CSSPropertySource.java :

318 : case ICSSNode.PAGERULE_NODE :

81. WARNING: DiscouragedReference

Discouraged access: The method getFirstChild() 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

CSSPropertySource.java :

319 : declaration = (CSSStyleDeclaration) fNode.getFirstChild();

82. 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

CSSPropertySource.java :

321 : case ICSSNode.STYLEDECLARATION_NODE :

83. WARNING: DiscouragedReference

Discouraged access: The field STYLEDECLARATION_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

CSSPropertySource.java :

321 : case ICSSNode.STYLEDECLARATION_NODE :

84. 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

CSSPropertySource.java :

324 : case ICSSNode.PRIMITIVEVALUE_NODE :

85. 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

CSSPropertySource.java :

324 : case ICSSNode.PRIMITIVEVALUE_NODE :

86. 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

CSSPropertySource.java :

325 : ICSSNode parent = fNode;

87. 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

CSSPropertySource.java :

327 : parent = parent.getParentNode();

Source File: org/eclipse/wst/css/ui/internal/properties/CSSTextPropertyDescriptor.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSTextPropertyDescriptor.java :

27 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

2. 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

CSSTextPropertyDescriptor.java :

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

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

CSSTextPropertyDescriptor.java :

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

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

CSSTextPropertyDescriptor.java :

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

5. 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

CSSTextPropertyDescriptor.java :

37 : private final ICSSNode fNode;

6. 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

CSSTextPropertyDescriptor.java :

47 : public CSSTextPropertyDescriptor(String id, String displayName, ICSSNode node) {

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

CSSTextPropertyDescriptor.java :

52 : public CSSTextPropertyDescriptor(String id, String displayName, ICSSNode node, String category) {

8. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSTextPropertyDescriptor.java :

64 : ICSSModel model = fNode.getOwnerDocument().getModel();

9. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() 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

CSSTextPropertyDescriptor.java :

64 : ICSSModel model = fNode.getOwnerDocument().getModel();

10. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSDocument 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

CSSTextPropertyDescriptor.java :

64 : ICSSModel model = fNode.getOwnerDocument().getModel();

11. WARNING: DiscouragedReference

Discouraged access: The method getStyleSheetType() from the type ICSSModel 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

CSSTextPropertyDescriptor.java :

67 : if (model.getStyleSheetType() == ICSSModel.EXTERNAL && findEditor(model) == null)

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSTextPropertyDescriptor.java :

67 : if (model.getStyleSheetType() == ICSSModel.EXTERNAL && findEditor(model) == null)

13. WARNING: DiscouragedReference

Discouraged access: The field EXTERNAL from the type ICSSModel 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

CSSTextPropertyDescriptor.java :

67 : if (model.getStyleSheetType() == ICSSModel.EXTERNAL && findEditor(model) == null)

14. 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

CSSTextPropertyDescriptor.java :

71 : IStructuredModel structuredModel = model;

15. WARNING: DiscouragedReference

Discouraged access: The method getStyleSheetType() from the type ICSSModel 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

CSSTextPropertyDescriptor.java :

72 : if (model.getStyleSheetType() != ICSSModel.EXTERNAL) {

16. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSTextPropertyDescriptor.java :

72 : if (model.getStyleSheetType() != ICSSModel.EXTERNAL) {

17. WARNING: DiscouragedReference

Discouraged access: The field EXTERNAL from the type ICSSModel 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

CSSTextPropertyDescriptor.java :

72 : if (model.getStyleSheetType() != ICSSModel.EXTERNAL) {

18. 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

CSSTextPropertyDescriptor.java :

73 : structuredModel = ((IDOMNode) model.getOwnerDOMNode()).getModel();

19. 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

CSSTextPropertyDescriptor.java :

73 : structuredModel = ((IDOMNode) model.getOwnerDOMNode()).getModel();

20. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDOMNode() from the type ICSSModel 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

CSSTextPropertyDescriptor.java :

73 : structuredModel = ((IDOMNode) model.getOwnerDOMNode()).getModel();

21. 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

CSSTextPropertyDescriptor.java :

77 : IFile file = CSSPathService.location2File(structuredModel.getBaseLocation());

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

CSSTextPropertyDescriptor.java :

84 : private static IEditorPart findEditor(ICSSModel model) {

23. WARNING: DiscouragedReference

Discouraged access: The method calculateId(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

CSSTextPropertyDescriptor.java :

101 : if (StructuredModelManager.getModelManager().calculateId(file).equals(model.getId())) {

24. WARNING: DiscouragedReference

Discouraged access: The method getId() 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

CSSTextPropertyDescriptor.java :

101 : if (StructuredModelManager.getModelManager().calculateId(file).equals(model.getId())) {

Source File: org/eclipse/wst/css/ui/internal/registry/AdapterFactoryProviderCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForCSS 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

AdapterFactoryProviderCSS.java :

13 : import org.eclipse.wst.css.core.internal.modelhandler.ModelHandlerForCSS;

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

AdapterFactoryProviderCSS.java :

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

3. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

16 : import org.eclipse.wst.sse.core.internal.model.FactoryRegistry;

4. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

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

AdapterFactoryProviderCSS.java :

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

6. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

19 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapter;

7. 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

AdapterFactoryProviderCSS.java :

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

8. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

21 : import org.eclipse.wst.sse.ui.internal.util.Assert;

9. 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

AdapterFactoryProviderCSS.java :

23 : public class AdapterFactoryProviderCSS implements AdapterFactoryProvider {

10. 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

AdapterFactoryProviderCSS.java :

24 : public boolean isFor(IDocumentTypeHandler contentTypeDescription) {

11. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForCSS 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

AdapterFactoryProviderCSS.java :

25 : return (contentTypeDescription instanceof ModelHandlerForCSS);

12. 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

AdapterFactoryProviderCSS.java :

28 : public void addAdapterFactories(IStructuredModel structuredModel) {

13. 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

AdapterFactoryProviderCSS.java :

33 : protected void addContentBasedFactories(IStructuredModel structuredModel) {

14. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

34 : FactoryRegistry factoryRegistry = structuredModel.getFactoryRegistry();

15. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() 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

AdapterFactoryProviderCSS.java :

34 : FactoryRegistry factoryRegistry = structuredModel.getFactoryRegistry();

16. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

35 : Assert.isNotNull(factoryRegistry, "Program Error: client caller must ensure model has factory registry"); //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

35 : Assert.isNotNull(factoryRegistry, "Program Error: client caller must ensure model has factory registry"); //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

36 : INodeAdapterFactory factory = null;

19. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

38 : factory = factoryRegistry.getFactoryFor(IJFaceNodeAdapter.class);

20. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

38 : factory = factoryRegistry.getFactoryFor(IJFaceNodeAdapter.class);

21. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

40 : factory = new JFaceNodeAdapterFactoryCSS(IJFaceNodeAdapter.class, true);

22. WARNING: DiscouragedReference

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

AdapterFactoryProviderCSS.java :

41 : factoryRegistry.addFactory(factory);

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

AdapterFactoryProviderCSS.java :

45 : public void reinitializeFactories(IStructuredModel structuredModel) {

Source File: org/eclipse/wst/css/ui/internal/selection/StructuredSelectEnclosingCSSActionDelegate.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

StructuredSelectEnclosingCSSActionDelegate.java :

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

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

StructuredSelectEnclosingCSSActionDelegate.java :

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

3. WARNING: DiscouragedReference

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

StructuredSelectEnclosingCSSActionDelegate.java :

22 : import org.eclipse.wst.sse.ui.internal.selection.StructuredSelectActionDelegate;

4. WARNING: DiscouragedReference

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

StructuredSelectEnclosingCSSActionDelegate.java :

27 : public class StructuredSelectEnclosingCSSActionDelegate extends StructuredSelectActionDelegate {

5. 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

StructuredSelectEnclosingCSSActionDelegate.java :

36 : protected IndexedRegion getCursorIndexedRegion(IDocument document, ITextSelection textSelection) {

6. 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

StructuredSelectEnclosingCSSActionDelegate.java :

37 : IndexedRegion indexedRegion = null;

7. WARNING: DiscouragedReference

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

StructuredSelectEnclosingCSSActionDelegate.java :

39 : indexedRegion = getIndexedRegion(document, textSelection.getOffset());

8. 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

StructuredSelectEnclosingCSSActionDelegate.java :

44 : protected Region getNewSelectionRegion(IndexedRegion indexedRegion, ITextSelection textSelection) {

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

StructuredSelectEnclosingCSSActionDelegate.java :

46 : if (indexedRegion instanceof ICSSNode) {

10. 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

StructuredSelectEnclosingCSSActionDelegate.java :

47 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

11. 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

StructuredSelectEnclosingCSSActionDelegate.java :

47 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

12. 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

StructuredSelectEnclosingCSSActionDelegate.java :

48 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

13. 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

StructuredSelectEnclosingCSSActionDelegate.java :

48 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

14. 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

StructuredSelectEnclosingCSSActionDelegate.java :

48 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

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

StructuredSelectEnclosingCSSActionDelegate.java :

52 : ICSSNode newNode = cursorNode.getParentNode();

16. 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

StructuredSelectEnclosingCSSActionDelegate.java :

52 : ICSSNode newNode = cursorNode.getParentNode();

17. 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

StructuredSelectEnclosingCSSActionDelegate.java :

54 : if (newNode instanceof IndexedRegion) {

18. 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

StructuredSelectEnclosingCSSActionDelegate.java :

55 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

19. 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

StructuredSelectEnclosingCSSActionDelegate.java :

55 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

20. 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

StructuredSelectEnclosingCSSActionDelegate.java :

56 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.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

StructuredSelectEnclosingCSSActionDelegate.java :

56 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

22. 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

StructuredSelectEnclosingCSSActionDelegate.java :

56 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

Source File: org/eclipse/wst/css/ui/internal/selection/StructuredSelectNextCSSActionDelegate.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

StructuredSelectNextCSSActionDelegate.java :

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

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

StructuredSelectNextCSSActionDelegate.java :

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

3. WARNING: DiscouragedReference

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

StructuredSelectNextCSSActionDelegate.java :

22 : import org.eclipse.wst.sse.ui.internal.selection.StructuredSelectActionDelegate;

4. WARNING: DiscouragedReference

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

StructuredSelectNextCSSActionDelegate.java :

27 : public class StructuredSelectNextCSSActionDelegate extends StructuredSelectActionDelegate {

5. 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

StructuredSelectNextCSSActionDelegate.java :

29 : protected IndexedRegion getCursorIndexedRegion(IDocument document, ITextSelection textSelection) {

6. 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

StructuredSelectNextCSSActionDelegate.java :

34 : IndexedRegion indexedRegion = null;

7. WARNING: DiscouragedReference

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

StructuredSelectNextCSSActionDelegate.java :

36 : indexedRegion = getIndexedRegion(document, offset);

8. 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

StructuredSelectNextCSSActionDelegate.java :

41 : protected Region getNewSelectionRegion(IndexedRegion indexedRegion, ITextSelection textSelection) {

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

StructuredSelectNextCSSActionDelegate.java :

44 : if (indexedRegion instanceof ICSSNode) {

10. 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

StructuredSelectNextCSSActionDelegate.java :

45 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

11. 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

StructuredSelectNextCSSActionDelegate.java :

45 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

12. 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

StructuredSelectNextCSSActionDelegate.java :

47 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

13. 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

StructuredSelectNextCSSActionDelegate.java :

47 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

14. 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

StructuredSelectNextCSSActionDelegate.java :

47 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

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

StructuredSelectNextCSSActionDelegate.java :

51 : ICSSNode newNode = cursorNode.getNextSibling();

16. WARNING: DiscouragedReference

Discouraged access: The method getNextSibling() 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

StructuredSelectNextCSSActionDelegate.java :

51 : ICSSNode newNode = cursorNode.getNextSibling();

17. 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

StructuredSelectNextCSSActionDelegate.java :

53 : newNode = cursorNode.getParentNode();

18. 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

StructuredSelectNextCSSActionDelegate.java :

55 : if (newNode instanceof IndexedRegion) {

19. 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

StructuredSelectNextCSSActionDelegate.java :

56 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

20. 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

StructuredSelectNextCSSActionDelegate.java :

56 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

21. 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

StructuredSelectNextCSSActionDelegate.java :

57 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

22. 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

StructuredSelectNextCSSActionDelegate.java :

57 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

23. 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

StructuredSelectNextCSSActionDelegate.java :

57 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

24. 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

StructuredSelectNextCSSActionDelegate.java :

61 : if (newNode instanceof IndexedRegion) {

25. 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

StructuredSelectNextCSSActionDelegate.java :

62 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

26. 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

StructuredSelectNextCSSActionDelegate.java :

62 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

27. 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

StructuredSelectNextCSSActionDelegate.java :

63 : newRegion = new Region(currentOffset, newIndexedRegion.getEndOffset() - currentOffset);

Source File: org/eclipse/wst/css/ui/internal/selection/StructuredSelectPreviousCSSActionDelegate.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

StructuredSelectPreviousCSSActionDelegate.java :

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

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

StructuredSelectPreviousCSSActionDelegate.java :

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

3. WARNING: DiscouragedReference

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

StructuredSelectPreviousCSSActionDelegate.java :

22 : import org.eclipse.wst.sse.ui.internal.selection.StructuredSelectActionDelegate;

4. WARNING: DiscouragedReference

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

StructuredSelectPreviousCSSActionDelegate.java :

27 : public class StructuredSelectPreviousCSSActionDelegate extends StructuredSelectActionDelegate {

5. 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

StructuredSelectPreviousCSSActionDelegate.java :

29 : protected IndexedRegion getCursorIndexedRegion(IDocument document, ITextSelection textSelection) {

6. 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

StructuredSelectPreviousCSSActionDelegate.java :

30 : IndexedRegion indexedRegion = null;

7. WARNING: DiscouragedReference

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

StructuredSelectPreviousCSSActionDelegate.java :

32 : indexedRegion = getIndexedRegion(document, textSelection.getOffset());

8. 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

StructuredSelectPreviousCSSActionDelegate.java :

37 : protected Region getNewSelectionRegion(IndexedRegion indexedRegion, ITextSelection textSelection) {

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

StructuredSelectPreviousCSSActionDelegate.java :

39 : if (indexedRegion instanceof ICSSNode) {

10. 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

StructuredSelectPreviousCSSActionDelegate.java :

40 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

11. 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

StructuredSelectPreviousCSSActionDelegate.java :

40 : ICSSNode cursorNode = (ICSSNode) indexedRegion;

12. 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

StructuredSelectPreviousCSSActionDelegate.java :

42 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

13. 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

StructuredSelectPreviousCSSActionDelegate.java :

42 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

14. 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

StructuredSelectPreviousCSSActionDelegate.java :

42 : Region cursorNodeRegion = new Region(indexedRegion.getStartOffset(), indexedRegion.getEndOffset() - indexedRegion.getStartOffset());

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

StructuredSelectPreviousCSSActionDelegate.java :

46 : ICSSNode newNode = cursorNode.getPreviousSibling();

16. WARNING: DiscouragedReference

Discouraged access: The method getPreviousSibling() 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

StructuredSelectPreviousCSSActionDelegate.java :

46 : ICSSNode newNode = cursorNode.getPreviousSibling();

17. 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

StructuredSelectPreviousCSSActionDelegate.java :

48 : newNode = cursorNode.getParentNode();

18. 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

StructuredSelectPreviousCSSActionDelegate.java :

50 : if (newNode instanceof IndexedRegion) {

19. 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

StructuredSelectPreviousCSSActionDelegate.java :

51 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

20. 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

StructuredSelectPreviousCSSActionDelegate.java :

51 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

21. 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

StructuredSelectPreviousCSSActionDelegate.java :

52 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

22. 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

StructuredSelectPreviousCSSActionDelegate.java :

52 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

23. 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

StructuredSelectPreviousCSSActionDelegate.java :

52 : newRegion = new Region(newIndexedRegion.getStartOffset(), newIndexedRegion.getEndOffset() - newIndexedRegion.getStartOffset());

24. 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

StructuredSelectPreviousCSSActionDelegate.java :

56 : if (newNode instanceof IndexedRegion) {

25. 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

StructuredSelectPreviousCSSActionDelegate.java :

57 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

26. 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

StructuredSelectPreviousCSSActionDelegate.java :

57 : IndexedRegion newIndexedRegion = (IndexedRegion) newNode;

27. 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

StructuredSelectPreviousCSSActionDelegate.java :

58 : newRegion = new Region(newIndexedRegion.getStartOffset(), currentEndOffset - newIndexedRegion.getStartOffset());

28. 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

StructuredSelectPreviousCSSActionDelegate.java :

58 : newRegion = new Region(newIndexedRegion.getStartOffset(), currentEndOffset - newIndexedRegion.getStartOffset());

Source File: org/eclipse/wst/css/ui/internal/style/LineStyleProviderForCSS.java
1. 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

LineStyleProviderForCSS.java :

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

2. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

22 : import org.eclipse.wst.sse.ui.internal.provisional.style.AbstractLineStyleProvider;

3. 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

LineStyleProviderForCSS.java :

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

4. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

27 : public class LineStyleProviderForCSS extends AbstractLineStyleProvider implements LineStyleProvider {

5. 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

LineStyleProviderForCSS.java :

27 : public class LineStyleProviderForCSS extends AbstractLineStyleProvider implements LineStyleProvider {

6. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

35 : super();

7. 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

LineStyleProviderForCSS.java :

38 : protected TextAttribute getAttributeFor(ITextRegion region) {

8. 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

LineStyleProviderForCSS.java :

40 : String type = region.getType();

9. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

45 : return (TextAttribute) getTextAttributes().get(IStyleConstantsCSS.NORMAL);

10. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

56 : return (TextAttribute) getTextAttributes().get(fColorTypes.get(type));

11. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

159 : super.handlePropertyChange(event);

12. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

164 : addTextAttribute(styleKey);

13. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

165 : super.handlePropertyChange(event);

14. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

174 : super.release();

15. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

180 : addTextAttribute(IStyleConstantsCSS.ATMARK_RULE);

16. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

181 : addTextAttribute(IStyleConstantsCSS.COLON);

17. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

182 : addTextAttribute(IStyleConstantsCSS.COMMENT);

18. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

183 : addTextAttribute(IStyleConstantsCSS.CURLY_BRACE);

19. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

184 : addTextAttribute(IStyleConstantsCSS.ERROR);

20. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

185 : addTextAttribute(IStyleConstantsCSS.MEDIA);

21. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

186 : addTextAttribute(IStyleConstantsCSS.NORMAL);

22. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

187 : addTextAttribute(IStyleConstantsCSS.PROPERTY_NAME);

23. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

188 : addTextAttribute(IStyleConstantsCSS.PROPERTY_VALUE);

24. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

189 : addTextAttribute(IStyleConstantsCSS.SELECTOR);

25. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

190 : addTextAttribute(IStyleConstantsCSS.SEMI_COLON);

26. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

191 : addTextAttribute(IStyleConstantsCSS.STRING);

27. WARNING: DiscouragedReference

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

LineStyleProviderForCSS.java :

192 : addTextAttribute(IStyleConstantsCSS.URI);

Source File: org/eclipse/wst/css/ui/internal/style/LineStyleProviderForEmbeddedCSS.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

LineStyleProviderForEmbeddedCSS.java :

22 : 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

LineStyleProviderForEmbeddedCSS.java :

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

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

LineStyleProviderForEmbeddedCSS.java :

30 : IStructuredDocumentRegion wholeRegion = getDocument().getRegionAtCharacterOffset(regionStart);

4. WARNING: DiscouragedReference

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

LineStyleProviderForEmbeddedCSS.java :

30 : IStructuredDocumentRegion wholeRegion = getDocument().getRegionAtCharacterOffset(regionStart);

5. 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

LineStyleProviderForEmbeddedCSS.java :

30 : IStructuredDocumentRegion wholeRegion = getDocument().getRegionAtCharacterOffset(regionStart);

6. 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

LineStyleProviderForEmbeddedCSS.java :

40 : offset = wholeRegion.getStartOffset();

7. WARNING: DiscouragedReference

Discouraged access: The method getText() 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

LineStyleProviderForEmbeddedCSS.java :

42 : content = wholeRegion.getText();

8. 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

LineStyleProviderForEmbeddedCSS.java :

92 : protected TextAttribute getAttributeFor(ITextRegion region) {

9. 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

LineStyleProviderForEmbeddedCSS.java :

101 : private ParserCache getCachedParsingResult(IStructuredDocumentRegion region) {

10. WARNING: DiscouragedReference

Discouraged access: The method getText() 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

LineStyleProviderForEmbeddedCSS.java :

102 : if (fCacheKey == region.getText().hashCode()) {

11. 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

LineStyleProviderForEmbeddedCSS.java :

108 : private void cacheParsingResult(IStructuredDocumentRegion region, ParserCache result) {

12. WARNING: DiscouragedReference

Discouraged access: The method getText() 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

LineStyleProviderForEmbeddedCSS.java :

109 : fCacheKey = region.getText().hashCode();

Source File: org/eclipse/wst/css/ui/internal/templates/EncodingTemplateVariableResolverCSS.java
1. WARNING: DiscouragedReference

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

EncodingTemplateVariableResolverCSS.java :

18 : import org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames;

2. WARNING: DiscouragedReference

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

EncodingTemplateVariableResolverCSS.java :

36 : return CSSCorePlugin.getDefault().getPluginPreferences().getString(CommonEncodingPreferenceNames.OUTPUT_CODESET);

3. WARNING: DiscouragedReference

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

EncodingTemplateVariableResolverCSS.java :

36 : return CSSCorePlugin.getDefault().getPluginPreferences().getString(CommonEncodingPreferenceNames.OUTPUT_CODESET);

Source File: org/eclipse/wst/css/ui/internal/text/CSSDocumentRegionEdgeMatcher.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

CSSDocumentRegionEdgeMatcher.java :

18 : 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

CSSDocumentRegionEdgeMatcher.java :

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

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

CSSDocumentRegionEdgeMatcher.java :

58 : if (document instanceof 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

CSSDocumentRegionEdgeMatcher.java :

59 : IStructuredDocumentRegion r = ((IStructuredDocument) document).getRegionAtCharacterOffset(offset);

5. 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

CSSDocumentRegionEdgeMatcher.java :

59 : IStructuredDocumentRegion r = ((IStructuredDocument) document).getRegionAtCharacterOffset(offset);

6. 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

CSSDocumentRegionEdgeMatcher.java :

59 : IStructuredDocumentRegion r = ((IStructuredDocument) document).getRegionAtCharacterOffset(offset);

7. 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

CSSDocumentRegionEdgeMatcher.java :

61 : if (r.getPrevious() != null && r.getStartOffset() == offset && r.getPrevious().getType().equals(CSSRegionContexts.CSS_RBRACE)) {

8. 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

CSSDocumentRegionEdgeMatcher.java :

61 : if (r.getPrevious() != null && r.getStartOffset() == offset && r.getPrevious().getType().equals(CSSRegionContexts.CSS_RBRACE)) {

9. 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

CSSDocumentRegionEdgeMatcher.java :

61 : if (r.getPrevious() != null && r.getStartOffset() == offset && r.getPrevious().getType().equals(CSSRegionContexts.CSS_RBRACE)) {

10. 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

CSSDocumentRegionEdgeMatcher.java :

61 : if (r.getPrevious() != null && r.getStartOffset() == offset && r.getPrevious().getType().equals(CSSRegionContexts.CSS_RBRACE)) {

11. 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

CSSDocumentRegionEdgeMatcher.java :

62 : r = r.getPrevious();

12. 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

CSSDocumentRegionEdgeMatcher.java :

64 : if (r.getType().equals(CSSRegionContexts.CSS_RBRACE)) {

13. 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

CSSDocumentRegionEdgeMatcher.java :

65 : while (r != null && !r.getType().equals(CSSRegionContexts.CSS_LBRACE)) {

14. 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

CSSDocumentRegionEdgeMatcher.java :

66 : r = r.getPrevious();

15. 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

CSSDocumentRegionEdgeMatcher.java :

69 : return new Region(r.getStartOffset(), 1);

16. 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

CSSDocumentRegionEdgeMatcher.java :

71 : } else if (r.getType().equals(CSSRegionContexts.CSS_LBRACE)) {

17. 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

CSSDocumentRegionEdgeMatcher.java :

72 : while (r != null && !r.getType().equals(CSSRegionContexts.CSS_RBRACE)) {

18. 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

CSSDocumentRegionEdgeMatcher.java :

73 : r = r.getNext();

19. 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

CSSDocumentRegionEdgeMatcher.java :

76 : return new Region(r.getEndOffset() - 1, 1);

Source File: org/eclipse/wst/css/ui/internal/wizard/NewCSSFileWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

NewCSSFileWizardPage.java :

31 : import org.eclipse.wst.css.core.internal.preferences.CSSCorePreferenceNames;

2. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

NewCSSFileWizardPage.java :

32 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

3. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

NewCSSFileWizardPage.java :

122 : fContentType = Platform.getContentTypeManager().getContentType(ContentTypeIdForCSS.ContentTypeID_CSS);

4. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS 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

NewCSSFileWizardPage.java :

122 : fContentType = Platform.getContentTypeManager().getContentType(ContentTypeIdForCSS.ContentTypeID_CSS);

5. WARNING: DiscouragedReference

Discouraged access: The type CSSCorePreferenceNames 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

NewCSSFileWizardPage.java :

175 : String ext = preference.getString(CSSCorePreferenceNames.DEFAULT_EXTENSION);

6. WARNING: DiscouragedReference

Discouraged access: The field DEFAULT_EXTENSION from the type CSSCorePreferenceNames 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

NewCSSFileWizardPage.java :

175 : String ext = preference.getString(CSSCorePreferenceNames.DEFAULT_EXTENSION);

Source File: org/eclipse/wst/css/ui/internal/wizard/NewCSSTemplatesWizardPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

NewCSSTemplatesWizardPage.java :

58 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

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

NewCSSTemplatesWizardPage.java :

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

3. 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

NewCSSTemplatesWizardPage.java :

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

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

NewCSSTemplatesWizardPage.java :

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

5. 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

NewCSSTemplatesWizardPage.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, 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

NewCSSTemplatesWizardPage.java :

326 : SourceViewer viewer = new StructuredTextViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);

7. 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

NewCSSTemplatesWizardPage.java :

326 : SourceViewer viewer = new StructuredTextViewer(parent, null, null, false, SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL);

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

NewCSSTemplatesWizardPage.java :

327 : ((StructuredTextViewer) viewer).getTextWidget().setFont(JFaceResources.getFont("org.eclipse.wst.sse.ui.textfont")); //$NON-NLS-1$

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

NewCSSTemplatesWizardPage.java :

328 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(ContentTypeIdForCSS.ContentTypeID_CSS);

10. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(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

NewCSSTemplatesWizardPage.java :

328 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(ContentTypeIdForCSS.ContentTypeID_CSS);

11. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS 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

NewCSSTemplatesWizardPage.java :

328 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(ContentTypeIdForCSS.ContentTypeID_CSS);

12. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS 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

NewCSSTemplatesWizardPage.java :

328 : IStructuredModel scratchModel = StructuredModelManager.getModelManager().createUnManagedStructuredModelFor(ContentTypeIdForCSS.ContentTypeID_CSS);

13. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() 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

NewCSSTemplatesWizardPage.java :

329 : IDocument document = scratchModel.getStructuredDocument();

Source File: org/eclipse/wst/css/ui/internal/wizard/NewCSSWizard.java
1. WARNING: DiscouragedReference

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

NewCSSWizard.java :

39 : import org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames;

2. WARNING: DiscouragedReference

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

NewCSSWizard.java :

113 : String charSet = preference.getString(CommonEncodingPreferenceNames.OUTPUT_CODESET);

3. WARNING: DiscouragedReference

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

NewCSSWizard.java :

113 : String charSet = preference.getString(CommonEncodingPreferenceNames.OUTPUT_CODESET);

Source File: org/eclipse/wst/css/ui/views/contentoutline/CSSContentOutlineConfiguration.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

CSSContentOutlineConfiguration.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSContentOutlineConfiguration.java :

20 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSValue 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

CSSContentOutlineConfiguration.java :

21 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSValue;

4. WARNING: DiscouragedReference

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

CSSContentOutlineConfiguration.java :

23 : import org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateActionContributionItem;

5. WARNING: DiscouragedReference

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

CSSContentOutlineConfiguration.java :

49 : IContributionItem sortItem = new PropertyChangeUpdateActionContributionItem(sortAction);

6. WARNING: DiscouragedReference

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

CSSContentOutlineConfiguration.java :

49 : IContributionItem sortItem = new PropertyChangeUpdateActionContributionItem(sortAction);

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

CSSContentOutlineConfiguration.java :

71 : ICSSNode node = 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

CSSContentOutlineConfiguration.java :

72 : if (o 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

CSSContentOutlineConfiguration.java :

73 : node = (ICSSNode) o;

10. 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

CSSContentOutlineConfiguration.java :

74 : short nodeType = node.getNodeType();

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSValue 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

CSSContentOutlineConfiguration.java :

75 : if (node instanceof ICSSValue) {

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem 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

CSSContentOutlineConfiguration.java :

76 : while (node != null && !(node instanceof ICSSStyleDeclItem)) {

13. 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

CSSContentOutlineConfiguration.java :

77 : node = node.getParentNode();

14. 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

CSSContentOutlineConfiguration.java :

80 : else if (nodeType == ICSSNode.STYLEDECLARATION_NODE) {

15. WARNING: DiscouragedReference

Discouraged access: The field STYLEDECLARATION_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

CSSContentOutlineConfiguration.java :

80 : else if (nodeType == ICSSNode.STYLEDECLARATION_NODE) {

16. 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

CSSContentOutlineConfiguration.java :

81 : node = node.getParentNode();

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

CSSContentOutlineConfiguration.java :

83 : else if (nodeType == ICSSNode.MEDIALIST_NODE) {

18. WARNING: DiscouragedReference

Discouraged access: The field MEDIALIST_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

CSSContentOutlineConfiguration.java :

83 : else if (nodeType == ICSSNode.MEDIALIST_NODE) {

19. 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

CSSContentOutlineConfiguration.java :

84 : node = node.getParentNode();

Source File: org/eclipse/wst/css/ui/views/contentoutline/JFaceNodeContentProviderCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

JFaceNodeContentProviderCSS.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeContentProviderCSS.java :

18 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

3. 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

JFaceNodeContentProviderCSS.java :

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

4. 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

JFaceNodeContentProviderCSS.java :

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

5. 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

JFaceNodeContentProviderCSS.java :

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

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

JFaceNodeContentProviderCSS.java :

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

7. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

23 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapter;

8. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

24 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapterFactory;

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

JFaceNodeContentProviderCSS.java :

42 : ICSSNode node;

10. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeContentProviderCSS.java :

44 : if (element instanceof ICSSModel) {

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeContentProviderCSS.java :

45 : ICSSModel model = (ICSSModel) element;

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeContentProviderCSS.java :

45 : ICSSModel model = (ICSSModel) element;

13. WARNING: DiscouragedReference

Discouraged access: The type ICSSDocument 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

JFaceNodeContentProviderCSS.java :

46 : ICSSDocument doc = model.getDocument();

14. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

JFaceNodeContentProviderCSS.java :

46 : ICSSDocument doc = model.getDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method getFirstChild() 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

JFaceNodeContentProviderCSS.java :

47 : node = doc.getFirstChild();

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

JFaceNodeContentProviderCSS.java :

49 : else if (element instanceof ICSSNode) {

17. WARNING: DiscouragedReference

Discouraged access: The method getFirstChild() 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

JFaceNodeContentProviderCSS.java :

50 : node = ((ICSSNode) element).getFirstChild();

18. 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

JFaceNodeContentProviderCSS.java :

50 : node = ((ICSSNode) element).getFirstChild();

19. WARNING: DiscouragedReference

Discouraged access: The method getNextSibling() 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

JFaceNodeContentProviderCSS.java :

60 : node = node.getNextSibling();

20. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

82 : IJFaceNodeAdapter adapter = getAdapter(object);

21. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

84 : return adapter.getChildren(object);

22. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

95 : IJFaceNodeAdapter adapter = getAdapter(object);

23. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

97 : return adapter.getElements(object);

24. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

109 : IJFaceNodeAdapter adapter = getAdapter(object);

25. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

111 : return adapter.getParent(object);

26. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

121 : IJFaceNodeAdapter adapter = getAdapter(object);

27. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

123 : return adapter.hasChildren(object);

28. 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

JFaceNodeContentProviderCSS.java :

135 : if (oldInput != null && oldInput instanceof IStructuredModel) {

29. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

136 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) oldInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

30. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

136 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) oldInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

31. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() 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

JFaceNodeContentProviderCSS.java :

136 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) oldInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

32. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

136 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) oldInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

33. 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

JFaceNodeContentProviderCSS.java :

136 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) oldInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

34. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

136 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) oldInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

35. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

138 : factory.removeListener(viewer);

36. 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

JFaceNodeContentProviderCSS.java :

141 : if (newInput != null && newInput instanceof IStructuredModel) {

37. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

142 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) newInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

38. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

142 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) newInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

39. WARNING: DiscouragedReference

Discouraged access: The method getFactoryRegistry() 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

JFaceNodeContentProviderCSS.java :

142 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) newInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

40. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

142 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) newInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

41. 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

JFaceNodeContentProviderCSS.java :

142 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) newInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

42. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

142 : IJFaceNodeAdapterFactory factory = (IJFaceNodeAdapterFactory) ((IStructuredModel) newInput).getFactoryRegistry().getFactoryFor(IJFaceNodeAdapter.class);

43. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

144 : factory.addListener(viewer);

44. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

164 : private IJFaceNodeAdapter getAdapter(Object adaptable) {

45. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

165 : IJFaceNodeAdapter adapter = null;

46. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeContentProviderCSS.java :

166 : if (adaptable instanceof ICSSModel) {

47. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

JFaceNodeContentProviderCSS.java :

167 : adaptable = ((ICSSModel) adaptable).getDocument();

48. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeContentProviderCSS.java :

167 : adaptable = ((ICSSModel) adaptable).getDocument();

49. 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

JFaceNodeContentProviderCSS.java :

169 : if (adaptable instanceof ICSSNode && adaptable instanceof INodeNotifier) {

50. 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

JFaceNodeContentProviderCSS.java :

169 : if (adaptable instanceof ICSSNode && adaptable instanceof INodeNotifier) {

51. 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

JFaceNodeContentProviderCSS.java :

170 : INodeAdapter nodeAdapter = ((INodeNotifier) adaptable).getAdapterFor(IJFaceNodeAdapter.class);

52. 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

JFaceNodeContentProviderCSS.java :

170 : INodeAdapter nodeAdapter = ((INodeNotifier) adaptable).getAdapterFor(IJFaceNodeAdapter.class);

53. 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

JFaceNodeContentProviderCSS.java :

170 : INodeAdapter nodeAdapter = ((INodeNotifier) adaptable).getAdapterFor(IJFaceNodeAdapter.class);

54. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

170 : INodeAdapter nodeAdapter = ((INodeNotifier) adaptable).getAdapterFor(IJFaceNodeAdapter.class);

55. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

171 : if (nodeAdapter instanceof IJFaceNodeAdapter)

56. WARNING: DiscouragedReference

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

JFaceNodeContentProviderCSS.java :

172 : adapter = (IJFaceNodeAdapter) nodeAdapter;

Source File: org/eclipse/wst/css/ui/views/contentoutline/JFaceNodeLabelProviderCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeLabelProviderCSS.java :

15 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

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

JFaceNodeLabelProviderCSS.java :

16 : 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

JFaceNodeLabelProviderCSS.java :

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

4. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

18 : import org.eclipse.wst.sse.ui.internal.contentoutline.IJFaceNodeAdapter;

5. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

35 : private IJFaceNodeAdapter getAdapter(Object adaptable) {

6. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

36 : IJFaceNodeAdapter adapter = null;

7. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeLabelProviderCSS.java :

37 : if (adaptable instanceof ICSSModel) {

8. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel 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

JFaceNodeLabelProviderCSS.java :

38 : adaptable = ((ICSSModel) adaptable).getDocument();

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel 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

JFaceNodeLabelProviderCSS.java :

38 : adaptable = ((ICSSModel) adaptable).getDocument();

10. 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

JFaceNodeLabelProviderCSS.java :

40 : if (adaptable instanceof INodeNotifier) {

11. 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

JFaceNodeLabelProviderCSS.java :

41 : INodeAdapter nodeAdapter = ((INodeNotifier) adaptable).getAdapterFor(IJFaceNodeAdapter.class);

12. 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

JFaceNodeLabelProviderCSS.java :

41 : INodeAdapter nodeAdapter = ((INodeNotifier) adaptable).getAdapterFor(IJFaceNodeAdapter.class);

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

JFaceNodeLabelProviderCSS.java :

41 : INodeAdapter nodeAdapter = ((INodeNotifier) adaptable).getAdapterFor(IJFaceNodeAdapter.class);

14. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

41 : INodeAdapter nodeAdapter = ((INodeNotifier) adaptable).getAdapterFor(IJFaceNodeAdapter.class);

15. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

42 : if (nodeAdapter instanceof IJFaceNodeAdapter)

16. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

43 : adapter = (IJFaceNodeAdapter) nodeAdapter;

17. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

61 : IJFaceNodeAdapter adapter = getAdapter(element);

18. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

63 : image = adapter.getLabelImage(element);

19. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

80 : IJFaceNodeAdapter adapter = getAdapter(element);

20. WARNING: DiscouragedReference

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

JFaceNodeLabelProviderCSS.java :

82 : text = adapter.getLabelText(element);

Source File: org/eclipse/wst/css/ui/views/contentoutline/SortAction.java
1. WARNING: DiscouragedReference

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

SortAction.java :

22 : import org.eclipse.wst.sse.ui.internal.contentoutline.PropertyChangeUpdateAction;

2. WARNING: DiscouragedReference

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

SortAction.java :

27 : class SortAction extends PropertyChangeUpdateAction {

3. WARNING: DiscouragedReference

Discouraged access: The constructor PropertyChangeUpdateAction(String, IPreferenceStore, String, 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

SortAction.java :

31 : super(CSSUIMessages.SortAction_0, store, preferenceKey, false); //$NON-NLS-1$

4. WARNING: DiscouragedReference

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

SortAction.java :

42 : super.update();

Source File: org/eclipse/wst/css/ui/views/properties/CSSPropertySheetConfiguration.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

CSSPropertySheetConfiguration.java :

30 : 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

CSSPropertySheetConfiguration.java :

32 : 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

CSSPropertySheetConfiguration.java :

33 : 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

CSSPropertySheetConfiguration.java :

35 : 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

CSSPropertySheetConfiguration.java :

44 : 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

CSSPropertySheetConfiguration.java :

49 : 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

CSSPropertySheetConfiguration.java :

58 : 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

CSSPropertySheetConfiguration.java :

65 : 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

CSSPropertySheetConfiguration.java :

66 : 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

CSSPropertySheetConfiguration.java :

83 : 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

CSSPropertySheetConfiguration.java :

83 : 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

CSSPropertySheetConfiguration.java :

115 : 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

CSSPropertySheetConfiguration.java :

117 : 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

CSSPropertySheetConfiguration.java :

131 : 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

CSSPropertySheetConfiguration.java :

141 : 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

CSSPropertySheetConfiguration.java :

142 : 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

CSSPropertySheetConfiguration.java :

142 : 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

CSSPropertySheetConfiguration.java :

143 : 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

CSSPropertySheetConfiguration.java :

143 : 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

CSSPropertySheetConfiguration.java :

143 : 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

CSSPropertySheetConfiguration.java :

143 : 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

CSSPropertySheetConfiguration.java :

143 : 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

CSSPropertySheetConfiguration.java :

143 : 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

CSSPropertySheetConfiguration.java :

144 : 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

CSSPropertySheetConfiguration.java :

157 : 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

CSSPropertySheetConfiguration.java :

159 : ((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

CSSPropertySheetConfiguration.java :

159 : ((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

CSSPropertySheetConfiguration.java :

162 : 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

CSSPropertySheetConfiguration.java :

162 : 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

CSSPropertySheetConfiguration.java :

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