Compiler Report

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

Number of source files: 268 Number of classfiles: 280

Problems: 2266 (Errors: 0 Warnings: 2266 )

Source File: org/eclipse/wst/css/core/internal/cleanup/CleanupProcessorCSS.java
1. WARNING: DiscouragedReference

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

CleanupProcessorCSS.java :

25 : import org.eclipse.wst.sse.core.internal.cleanup.AbstractStructuredCleanupProcessor;

2. WARNING: DiscouragedReference

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

CleanupProcessorCSS.java :

26 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupHandler;

3. WARNING: DiscouragedReference

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

CleanupProcessorCSS.java :

27 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatProcessor;

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

CleanupProcessorCSS.java :

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

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

CleanupProcessorCSS.java :

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

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

CleanupProcessorCSS.java :

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

7. WARNING: DiscouragedReference

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

CleanupProcessorCSS.java :

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

8. WARNING: DiscouragedReference

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

CleanupProcessorCSS.java :

35 : public class CleanupProcessorCSS extends AbstractStructuredCleanupProcessor {

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

CleanupProcessorCSS.java :

37 : public void cleanupModel(IStructuredModel structuredModel, int start, int length) {

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

CleanupProcessorCSS.java :

41 : CSSSourceFormatter formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) doc);

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

CleanupProcessorCSS.java :

44 : int startOffset = ((IndexedRegion) doc).getStartOffset();

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

CleanupProcessorCSS.java :

44 : int startOffset = ((IndexedRegion) doc).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

CleanupProcessorCSS.java :

45 : int endOffset = ((IndexedRegion) doc).getEndOffset();

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

CleanupProcessorCSS.java :

45 : int endOffset = ((IndexedRegion) doc).getEndOffset();

15. WARNING: DiscouragedReference

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

CleanupProcessorCSS.java :

49 : else if (structuredModel instanceof IDOMModel) {

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

CleanupProcessorCSS.java :

55 : CSSSourceFormatter formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) node);

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

CleanupProcessorCSS.java :

58 : int startOffset = ((IndexedRegion) node).getStartOffset();

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

CleanupProcessorCSS.java :

58 : int startOffset = ((IndexedRegion) node).getStartOffset();

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

CleanupProcessorCSS.java :

59 : int endOffset = ((IndexedRegion) node).getEndOffset();

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

CleanupProcessorCSS.java :

59 : int endOffset = ((IndexedRegion) node).getEndOffset();

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

CleanupProcessorCSS.java :

74 : public void cleanupModel(IStructuredModel structuredModel) {

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

CleanupProcessorCSS.java :

76 : int length = structuredModel.getStructuredDocument().getLength();

23. WARNING: DiscouragedReference

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

CleanupProcessorCSS.java :

91 : protected IStructuredCleanupHandler getCleanupHandler(Node node) {

24. WARNING: DiscouragedReference

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

CleanupProcessorCSS.java :

95 : protected IStructuredFormatProcessor getFormatProcessor() {

Source File: org/eclipse/wst/css/core/internal/contenttype/ByteReader.java
1. WARNING: DiscouragedReference

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

ByteReader.java :

19 : import org.eclipse.wst.sse.core.internal.encoding.CodedIO;

2. WARNING: DiscouragedReference

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

ByteReader.java :

36 : public static final int DEFAULT_BUFFER_SIZE = CodedIO.MAX_BUF_SIZE;

3. WARNING: DiscouragedReference

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

ByteReader.java :

36 : public static final int DEFAULT_BUFFER_SIZE = CodedIO.MAX_BUF_SIZE;

Source File: org/eclipse/wst/css/core/internal/contenttype/CSSHeadTokenizer.java
1. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

18 : import org.eclipse.wst.xml.core.internal.contenttype.EncodingParserConstants;

2. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

19 : import org.eclipse.wst.xml.core.internal.contenttype.XMLHeadTokenizerConstants;

3. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1285 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue; }

4. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1285 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue; }

5. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1300 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue; }

6. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1300 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue; }

7. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1308 : { if (yychar == 0 ) {yybegin(ST_XMLDecl); return XMLHeadTokenizerConstants.XMLDeclStart;} }

8. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1308 : { if (yychar == 0 ) {yybegin(ST_XMLDecl); return XMLHeadTokenizerConstants.XMLDeclStart;} }

9. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1326 : { if(yychar > MAX_TO_SCAN) {hasMore=false; return EncodingParserConstants.MAX_CHARS_REACHED;} }

10. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1326 : { if(yychar > MAX_TO_SCAN) {hasMore=false; return EncodingParserConstants.MAX_CHARS_REACHED;} }

11. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1330 : { yybegin(YYINITIAL); return XMLHeadTokenizerConstants.XMLDeclEnd; }

12. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1330 : { yybegin(YYINITIAL); return XMLHeadTokenizerConstants.XMLDeclEnd; }

13. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1334 : { pushCurrentState(); yybegin(QuotedAttributeValue); return XMLHeadTokenizerConstants.XMLDelEncoding; }

14. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1334 : { pushCurrentState(); yybegin(QuotedAttributeValue); return XMLHeadTokenizerConstants.XMLDelEncoding; }

15. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1342 : { hasMore = false; return EncodingParserConstants.UTF16BE; }

16. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1342 : { hasMore = false; return EncodingParserConstants.UTF16BE; }

17. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1345 : { hasMore = false; return EncodingParserConstants.UTF16LE; }

18. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1345 : { hasMore = false; return EncodingParserConstants.UTF16LE; }

19. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1348 : { hasMore = false; return EncodingParserConstants.UTF83ByteBOM; }

20. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1348 : { hasMore = false; return EncodingParserConstants.UTF83ByteBOM; }

21. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1365 : { yypushback(yylength()); popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue; }

22. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1365 : { yypushback(yylength()); popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue; }

23. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1369 : { popState(); valueText = string.toString(); return EncodingParserConstants.StringValue; }

24. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1369 : { popState(); valueText = string.toString(); return EncodingParserConstants.StringValue; }

25. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1373 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.UnDelimitedStringValue; }

26. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1373 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.UnDelimitedStringValue; }

27. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1377 : { yypushback(yylength()); popState(); valueText = string.toString(); return EncodingParserConstants.UnDelimitedStringValue; }

28. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1377 : { yypushback(yylength()); popState(); valueText = string.toString(); return EncodingParserConstants.UnDelimitedStringValue; }

29. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1383 : { hasMore = false; return EncodingParserConstants.EOF; }

30. WARNING: DiscouragedReference

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

CSSHeadTokenizer.java :

1383 : { hasMore = false; return EncodingParserConstants.EOF; }

31. WARNING: MaskedCatch

Unreachable catch block for IOException. Only more specific exceptions are thrown and handled by previous catch block(s).

CSSHeadTokenizer.java :

1412 : catch (java.io.IOException e) {

Source File: org/eclipse/wst/css/core/internal/contenttype/CSSResourceEncodingDetector.java
1. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

25 : import org.eclipse.wst.sse.core.internal.encoding.CodedIO;

2. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

26 : import org.eclipse.wst.sse.core.internal.encoding.EncodingMemento;

3. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

27 : import org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetDetector;

4. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

28 : import org.eclipse.wst.sse.core.internal.encoding.NonContentBasedEncodingRules;

5. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

29 : import org.eclipse.wst.xml.core.internal.contenttype.EncodingParserConstants;

6. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

33 : public class CSSResourceEncodingDetector implements IResourceCharsetDetector {

7. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

34 : class NullMemento extends EncodingMemento {

8. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

39 : super();

9. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

40 : String defaultCharset = NonContentBasedEncodingRules.useDefaultNameRules(null);

10. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

40 : String defaultCharset = NonContentBasedEncodingRules.useDefaultNameRules(null);

11. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

41 : setJavaCharsetName(defaultCharset);

12. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

42 : setAppropriateDefault(defaultCharset);

13. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

43 : setDetectedCharsetName(null);

14. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

49 : private EncodingMemento fEncodingMemento;

15. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

63 : if (tokenType == EncodingParserConstants.UTF83ByteBOM) {

16. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

63 : if (tokenType == EncodingParserConstants.UTF83ByteBOM) {

17. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

66 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

18. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

66 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

19. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

67 : fEncodingMemento.setUTF83ByteBOMUsed(true);

20. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

69 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

21. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

69 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

22. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

69 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

23. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

69 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

24. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

72 : byte[] bom = (tokenType == EncodingParserConstants.UTF16BE) ? IContentDescription.BOM_UTF_16BE : IContentDescription.BOM_UTF_16LE;

25. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

72 : byte[] bom = (tokenType == EncodingParserConstants.UTF16BE) ? IContentDescription.BOM_UTF_16BE : IContentDescription.BOM_UTF_16LE;

26. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

73 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

27. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

73 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

28. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

74 : fEncodingMemento.setUnicodeStream(true);

29. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

75 : fEncodingMemento.setUnicodeBOM(bom);

30. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

93 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

31. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

93 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

32. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

93 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

33. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

93 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

34. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

93 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

35. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

93 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

36. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

93 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

37. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

93 : result = valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

38. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

121 : createEncodingMemento(valueToken.getText(), EncodingMemento.FOUND_ENCODING_IN_CONTENT);

39. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

121 : createEncodingMemento(valueToken.getText(), EncodingMemento.FOUND_ENCODING_IN_CONTENT);

40. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

168 : createEncodingMemento(heuristicEncoding, EncodingMemento.GUESSED_ENCODING_FROM_STREAM);

41. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

168 : createEncodingMemento(heuristicEncoding, EncodingMemento.GUESSED_ENCODING_FROM_STREAM);

42. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

178 : fEncodingMemento = new EncodingMemento();

43. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

178 : fEncodingMemento = new EncodingMemento();

44. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

179 : fEncodingMemento.setJavaCharsetName(getAppropriateJavaCharset(detectedCharsetName));

45. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

180 : fEncodingMemento.setDetectedCharsetName(detectedCharsetName);

46. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

184 : fEncodingMemento.setAppropriateDefault(getSpecDefaultEncoding());

47. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

219 : result = CodedIO.checkMappingOverrides(detectedCharsetName);

48. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

219 : result = CodedIO.checkMappingOverrides(detectedCharsetName);

49. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

233 : fEncodingMemento.setInvalidEncoding(detectedCharsetName);

50. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

241 : fEncodingMemento.setInvalidEncoding(detectedCharsetName);

51. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

248 : result = CodedIO.checkMappingOverrides(result);

52. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

248 : result = CodedIO.checkMappingOverrides(result);

53. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

254 : return getEncodingMemento().getDetectedCharsetName();

54. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

257 : public EncodingMemento getEncodingMemento() throws IOException {

55. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

281 : public EncodingMemento getSpecDefaultEncodingMemento() {

56. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

283 : EncodingMemento result = null;

57. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

286 : createEncodingMemento(enc, EncodingMemento.DEFAULTS_ASSUMED_FOR_EMPTY_INPUT);

58. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

286 : createEncodingMemento(enc, EncodingMemento.DEFAULTS_ASSUMED_FOR_EMPTY_INPUT);

59. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

287 : fEncodingMemento.setAppropriateDefault(enc);

60. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

299 : fEncodingMemento = new EncodingMemento();

61. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

299 : fEncodingMemento = new EncodingMemento();

62. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

300 : fEncodingMemento.setJavaCharsetName(encodingName);

63. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

301 : fEncodingMemento.setAppropriateDefault(encodingName);

64. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

321 : fReader.mark(CodedIO.MAX_MARK_SIZE);

65. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

321 : fReader.mark(CodedIO.MAX_MARK_SIZE);

66. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

336 : InputStream resettableStream = new BufferedInputStream(inputStream, CodedIO.MAX_BUF_SIZE);

67. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

336 : InputStream resettableStream = new BufferedInputStream(inputStream, CodedIO.MAX_BUF_SIZE);

68. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

337 : resettableStream.mark(CodedIO.MAX_MARK_SIZE);

69. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

337 : resettableStream.mark(CodedIO.MAX_MARK_SIZE);

70. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

359 : fReader.mark(CodedIO.MAX_MARK_SIZE);

71. WARNING: DiscouragedReference

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

CSSResourceEncodingDetector.java :

359 : fReader.mark(CodedIO.MAX_MARK_SIZE);

Source File: org/eclipse/wst/css/core/internal/contenttype/ContentDescriberForCSS.java
1. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

21 : import org.eclipse.wst.sse.core.internal.encoding.EncodingMemento;

2. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

22 : import org.eclipse.wst.sse.core.internal.encoding.IContentDescriptionExtended;

3. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

23 : import org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetDetector;

4. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

27 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

5. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

27 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

6. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

27 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

7. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

27 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

8. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

27 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

9. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

27 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

10. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

62 : IResourceCharsetDetector detector = getDetector();

11. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

63 : detector.set(contents);

12. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

75 : IResourceCharsetDetector detector = getDetector();

13. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

76 : detector.set(contents);

14. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

93 : private IResourceCharsetDetector getDetector() {

15. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

102 : private void handleCalculations(IContentDescription description, IResourceCharsetDetector detector) throws IOException {

16. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

108 : EncodingMemento encodingMemento = ((CSSResourceEncodingDetector) detector).getEncodingMemento();

17. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

111 : Object detectedByteOrderMark = encodingMemento.getUnicodeBOM();

18. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

121 : if (!encodingMemento.isValid()) {

19. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

128 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

20. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

128 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

21. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

128 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

22. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

129 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

23. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

129 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

24. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

129 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

25. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

132 : Object detectedCharset = encodingMemento.getDetectedCharsetName();

26. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

133 : Object javaCharset = encodingMemento.getJavaCharsetName();

27. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

146 : Object defaultCharset = getDetector().getSpecDefaultEncoding();

28. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

173 : description.setProperty(IContentDescriptionExtended.DETECTED_CHARSET, detectedCharset);

29. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

173 : description.setProperty(IContentDescriptionExtended.DETECTED_CHARSET, detectedCharset);

30. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

189 : else if (description.isRequested(IContentDescriptionExtended.APPROPRIATE_DEFAULT))

31. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

189 : else if (description.isRequested(IContentDescriptionExtended.APPROPRIATE_DEFAULT))

32. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

191 : else if (description.isRequested(IContentDescriptionExtended.DETECTED_CHARSET))

33. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

191 : else if (description.isRequested(IContentDescriptionExtended.DETECTED_CHARSET))

34. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

193 : else if (description.isRequested(IContentDescriptionExtended.UNSUPPORTED_CHARSET))

35. WARNING: DiscouragedReference

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

ContentDescriberForCSS.java :

193 : else if (description.isRequested(IContentDescriptionExtended.UNSUPPORTED_CHARSET))

Source File: org/eclipse/wst/css/core/internal/document/CSSAttrImpl.java
1. WARNING: DiscouragedReference

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

CSSAttrImpl.java :

108 : this.ownerCSSNode.notify(CHANGE, this, oldValue, value, this.ownerCSSNode.getStartOffset());

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

CSSAttrImpl.java :

108 : this.ownerCSSNode.notify(CHANGE, this, oldValue, value, this.ownerCSSNode.getStartOffset());

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

CSSAttrImpl.java :

108 : this.ownerCSSNode.notify(CHANGE, this, oldValue, value, this.ownerCSSNode.getStartOffset());

Source File: org/eclipse/wst/css/core/internal/document/CSSDeclarationItemParser.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

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

CSSDeclarationItemParser.java :

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

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

CSSDeclarationItemParser.java :

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

4. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

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

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

CSSDeclarationItemParser.java :

110 : private IStructuredDocumentRegion fParentRegion = null;

6. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

125 : private CSSPrimitiveValueImpl createAttrValue(ITextRegionList regions) {

7. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

131 : ITextRegionList valueRegions = getFunctionParameters(regions, accepts);

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

CSSDeclarationItemParser.java :

132 : if (valueRegions.size() != 1) {

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

CSSDeclarationItemParser.java :

141 : ITextRegion region = valueRegions.get(0);

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

CSSDeclarationItemParser.java :

141 : ITextRegion region = valueRegions.get(0);

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

CSSDeclarationItemParser.java :

150 : private CSSPrimitiveValueImpl createCountersValue(ITextRegionList regions) {

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

CSSDeclarationItemParser.java :

157 : ITextRegionList valueRegions = getFunctionParameters(regions, accepts);

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

CSSDeclarationItemParser.java :

158 : int size = valueRegions.size();

14. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

169 : ITextRegion region = valueRegions.get(i);

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

CSSDeclarationItemParser.java :

169 : ITextRegion region = valueRegions.get(i);

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

CSSDeclarationItemParser.java :

199 : private CSSPrimitiveValueImpl createCounterValue(ITextRegionList regions) {

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

CSSDeclarationItemParser.java :

206 : ITextRegionList valueRegions = getFunctionParameters(regions, accepts);

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

CSSDeclarationItemParser.java :

207 : int size = valueRegions.size();

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

CSSDeclarationItemParser.java :

218 : ITextRegion region = valueRegions.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

CSSDeclarationItemParser.java :

218 : ITextRegion region = valueRegions.get(i);

21. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

244 : private CSSStyleDeclItemImpl createDeclarationItem(ITextRegionList nodeRegions) {

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

CSSDeclarationItemParser.java :

268 : private CSSPrimitiveValueImpl createFormatValue(ITextRegionList regions) {

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

CSSDeclarationItemParser.java :

274 : ITextRegionList valueRegions = getFunctionParameters(regions, accepts);

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

CSSDeclarationItemParser.java :

276 : if (valueRegions.size() == 0) {

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

CSSDeclarationItemParser.java :

285 : ITextRegion region = valueRegions.get(0);

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

CSSDeclarationItemParser.java :

285 : ITextRegion region = valueRegions.get(0);

27. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

295 : private CSSPrimitiveValueImpl createLocalValue(ITextRegionList regions) {

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

CSSDeclarationItemParser.java :

301 : ITextRegionList valueRegions = getFunctionParameters(regions, accepts);

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

CSSDeclarationItemParser.java :

302 : if (valueRegions.size() != 1) {

30. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

311 : ITextRegion region = valueRegions.get(0);

31. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

311 : ITextRegion region = valueRegions.get(0);

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

CSSDeclarationItemParser.java :

320 : private CSSPrimitiveValueImpl createPrimitiveValue(ITextRegion region) {

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

CSSDeclarationItemParser.java :

325 : String type = region.getType();

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

CSSDeclarationItemParser.java :

351 : private CSSPrimitiveValueImpl createPrimitiveValue(ITextRegionList regions) {

35. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

354 : if (regions.isEmpty()) {

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

CSSDeclarationItemParser.java :

357 : ITextRegion region = regions.get(0);

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

CSSDeclarationItemParser.java :

357 : ITextRegion region = regions.get(0);

38. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

361 : String type = region.getType();

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

CSSDeclarationItemParser.java :

394 : value.setRangeRegion(fParentRegion, regions.get(0), regions.get(regions.size() - 1));

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

CSSDeclarationItemParser.java :

394 : value.setRangeRegion(fParentRegion, regions.get(0), regions.get(regions.size() - 1));

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

CSSDeclarationItemParser.java :

394 : value.setRangeRegion(fParentRegion, regions.get(0), regions.get(regions.size() - 1));

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

CSSDeclarationItemParser.java :

403 : private CSSPrimitiveValueImpl createRectValue(ITextRegionList regions) {

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

CSSDeclarationItemParser.java :

411 : ITextRegionList valueRegions = getFunctionParameters(regions, accepts);

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

CSSDeclarationItemParser.java :

412 : if (valueRegions.size() != 4) {

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

CSSDeclarationItemParser.java :

422 : ITextRegion region = valueRegions.get(i);

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

CSSDeclarationItemParser.java :

422 : ITextRegion region = valueRegions.get(i);

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

CSSDeclarationItemParser.java :

444 : String type = region.getType();

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

CSSDeclarationItemParser.java :

462 : private CSSPrimitiveValueImpl createRgbValue(ITextRegionList regions) {

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

CSSDeclarationItemParser.java :

468 : ITextRegionList valueRegions = getFunctionParameters(regions, accepts);

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

CSSDeclarationItemParser.java :

469 : if (valueRegions.size() != 3) {

51. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

479 : ITextRegion region = valueRegions.get(i);

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

CSSDeclarationItemParser.java :

479 : ITextRegion region = valueRegions.get(i);

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

CSSDeclarationItemParser.java :

497 : setFloatValue(childValue, getText(region), region.getType());

54. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

527 : private CSSPrimitiveValueImpl createStringValue(ITextRegionList regions) {

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

CSSDeclarationItemParser.java :

529 : if (regions.size() == 1) {

56. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

530 : ITextRegion region = regions.get(0);

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

CSSDeclarationItemParser.java :

530 : ITextRegion region = regions.get(0);

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

CSSDeclarationItemParser.java :

531 : type = region.getType();

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

CSSDeclarationItemParser.java :

712 : private String getFunctionName(ITextRegionList regions) {

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

CSSDeclarationItemParser.java :

713 : if (regions == null || regions.size() < 2) {

61. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

716 : ITextRegion firstRegion = regions.get(0);

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

CSSDeclarationItemParser.java :

716 : ITextRegion firstRegion = regions.get(0);

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

CSSDeclarationItemParser.java :

717 : if (firstRegion.getType() != CSSRegionContexts.CSS_DECLARATION_VALUE_FUNCTION) {

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

CSSDeclarationItemParser.java :

720 : ITextRegion lastRegion = regions.get(regions.size() - 1);

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

CSSDeclarationItemParser.java :

720 : ITextRegion lastRegion = regions.get(regions.size() - 1);

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

CSSDeclarationItemParser.java :

720 : ITextRegion lastRegion = regions.get(regions.size() - 1);

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

CSSDeclarationItemParser.java :

721 : if (lastRegion.getType() != CSSRegionContexts.CSS_DECLARATION_VALUE_PARENTHESIS_CLOSE) {

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

CSSDeclarationItemParser.java :

732 : private ITextRegionList getFunctionParameters(ITextRegionList regions, String[] accepts) {

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

CSSDeclarationItemParser.java :

732 : private ITextRegionList getFunctionParameters(ITextRegionList regions, String[] accepts) {

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

CSSDeclarationItemParser.java :

733 : ITextRegionList newRegions = new TextRegionListImpl();

71. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

733 : ITextRegionList newRegions = new TextRegionListImpl();

72. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

733 : ITextRegionList newRegions = new TextRegionListImpl();

73. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

735 : Iterator i = regions.iterator();

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

CSSDeclarationItemParser.java :

738 : ITextRegion region = (ITextRegion) i.next();

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

CSSDeclarationItemParser.java :

738 : ITextRegion region = (ITextRegion) i.next();

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

CSSDeclarationItemParser.java :

742 : String type = region.getType();

77. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

747 : newRegions.add(region);

78. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

752 : newRegions.add(region);

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

CSSDeclarationItemParser.java :

771 : private String getPropertyName(ITextRegionList nodeRegions) {

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

CSSDeclarationItemParser.java :

772 : ITextRegionList nameRegions = new TextRegionListImpl();

81. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

772 : ITextRegionList nameRegions = new TextRegionListImpl();

82. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

772 : ITextRegionList nameRegions = new TextRegionListImpl();

83. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

774 : while (!nodeRegions.isEmpty()) {

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

CSSDeclarationItemParser.java :

775 : ITextRegion region = nodeRegions.remove(0);

85. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

775 : ITextRegion region = nodeRegions.remove(0);

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

CSSDeclarationItemParser.java :

779 : String type = region.getType();

87. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

786 : nameRegions.add(region);

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

CSSDeclarationItemParser.java :

855 : private String makeString(ITextRegionList regions) {

89. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

858 : for (Iterator i = regions.iterator(); i.hasNext();) {

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

CSSDeclarationItemParser.java :

859 : ITextRegion region = (ITextRegion) i.next();

91. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

859 : ITextRegion region = (ITextRegion) i.next();

92. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

860 : String type = region.getType();

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

CSSDeclarationItemParser.java :

903 : private void setupImportantAttribute(ICSSStyleDeclItem item, ITextRegionList nodeRegions) {

94. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

904 : if (item == null || nodeRegions == null || nodeRegions.isEmpty()) {

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

CSSDeclarationItemParser.java :

907 : ITextRegion region = nodeRegions.get(nodeRegions.size() - 1);

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

CSSDeclarationItemParser.java :

907 : ITextRegion region = nodeRegions.get(nodeRegions.size() - 1);

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

CSSDeclarationItemParser.java :

907 : ITextRegion region = nodeRegions.get(nodeRegions.size() - 1);

98. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

908 : if (region != null && region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_IMPORTANT) {

99. WARNING: DiscouragedReference

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

CSSDeclarationItemParser.java :

912 : nodeRegions.remove(region);

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

CSSDeclarationItemParser.java :

926 : public static boolean hasColonSeparator(IStructuredDocumentRegion flatNode) {

Source File: org/eclipse/wst/css/core/internal/document/CSSImportRuleImpl.java
1. 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

CSSImportRuleImpl.java :

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

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

CSSImportRuleImpl.java :

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

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

CSSImportRuleImpl.java :

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

4. WARNING: DiscouragedReference

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

CSSImportRuleImpl.java :

73 : IModelProvideAdapter adapter = (IModelProvideAdapter) getAdapterFor(IModelProvideAdapter.class);

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

CSSImportRuleImpl.java :

82 : sheet.getModel().releaseFromRead();

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

CSSImportRuleImpl.java :

134 : IStructuredModel baseModel = getOwnerDocument().getModel();

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

CSSImportRuleImpl.java :

138 : baseModel = ((IDOMNode) getOwnerDocument().getModel().getOwnerDOMNode()).getModel();

8. WARNING: DiscouragedReference

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

CSSImportRuleImpl.java :

138 : baseModel = ((IDOMNode) getOwnerDocument().getModel().getOwnerDOMNode()).getModel();

9. WARNING: DiscouragedReference

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

CSSImportRuleImpl.java :

141 : IModelProvideAdapter adapter = (IModelProvideAdapter) getAdapterFor(IModelProvideAdapter.class);

10. WARNING: DiscouragedReference

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

CSSImportRuleImpl.java :

150 : IStructuredModel newModel = provider.getModelForRead(baseModel, getHref());

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

CSSImportRuleImpl.java :

156 : newModel.releaseFromRead();

12. WARNING: DiscouragedReference

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

CSSImportRuleImpl.java :

192 : notify(INodeNotifier.CHANGE, getAttributeNode(HREF), null, null, getStartOffset());

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

CSSImportRuleImpl.java :

192 : notify(INodeNotifier.CHANGE, getAttributeNode(HREF), null, null, getStartOffset());

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

CSSImportRuleImpl.java :

192 : notify(INodeNotifier.CHANGE, getAttributeNode(HREF), null, null, getStartOffset());

15. WARNING: DiscouragedReference

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

CSSImportRuleImpl.java :

206 : IModelProvideAdapter adapter = (IModelProvideAdapter) getAdapterFor(IModelProvideAdapter.class);

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

CSSImportRuleImpl.java :

215 : sheet.getModel().releaseFromRead();

Source File: org/eclipse/wst/css/core/internal/document/CSSModelCreationContext.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

CSSModelCreationContext.java :

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

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

CSSModelCreationContext.java :

107 : IStructuredDocumentRegion lastStructuredDocumentRegion = ((CSSStructuredDocumentRegionContainer) fRootNode).getLastStructuredDocumentRegion();

Source File: org/eclipse/wst/css/core/internal/document/CSSModelDeletionContext.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

CSSModelDeletionContext.java :

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

2. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

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

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

CSSModelDeletionContext.java :

71 : void expandRemovedRangeBegin(IStructuredDocumentRegion flatNode) {

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

CSSModelDeletionContext.java :

75 : int newBegin = flatNode.getStart(); // fOldStart == fNewStart, right??

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

CSSModelDeletionContext.java :

84 : void expandRemovedRangeEnd(IStructuredDocumentRegion flatNode) {

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

CSSModelDeletionContext.java :

88 : int newEnd = flatNode.getEnd() + ((isOldNode(flatNode)) ? fLengthDifference : 0);

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

CSSModelDeletionContext.java :

97 : private CSSStructuredDocumentRegionContainer findContainer(CSSNodeImpl parent, IStructuredDocumentRegion flatNode) {

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

CSSModelDeletionContext.java :

100 : IStructuredDocumentRegion firstNode = ((CSSStructuredDocumentRegionContainer) parent).getFirstStructuredDocumentRegion();

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

CSSModelDeletionContext.java :

101 : IStructuredDocumentRegion lastNode = ((CSSStructuredDocumentRegionContainer) parent).getLastStructuredDocumentRegion();

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

CSSModelDeletionContext.java :

104 : int start = flatNode.getStart();

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

CSSModelDeletionContext.java :

126 : CSSStructuredDocumentRegionContainer findDeletionTarget(CSSNodeImpl parent, IStructuredDocumentRegion flatNode) {

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

CSSModelDeletionContext.java :

148 : IStructuredDocumentRegion firstNode = ((CSSStructuredDocumentRegionContainer) child).getFirstStructuredDocumentRegion();

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

CSSModelDeletionContext.java :

149 : if (flatNode.getStart() < getOriginalOffset(firstNode)) {

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

CSSModelDeletionContext.java :

165 : IStructuredDocumentRegion firstNode = ((CSSStructuredDocumentRegionContainer) child).getFirstStructuredDocumentRegion();

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

CSSModelDeletionContext.java :

166 : if (getOriginalOffset(firstNode) < flatNode.getStart()) {

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

CSSModelDeletionContext.java :

192 : private int getOriginalOffset(IStructuredDocumentRegion flatNode) {

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

CSSModelDeletionContext.java :

195 : offset = flatNode.getStart();

18. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

228 : private boolean isOldNode(IStructuredDocumentRegion flatNode) {

19. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

235 : void setupContext(IStructuredDocumentRegionList newStructuredDocumentRegions, IStructuredDocumentRegionList oldStructuredDocumentRegions) {

20. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

235 : void setupContext(IStructuredDocumentRegionList newStructuredDocumentRegions, IStructuredDocumentRegionList oldStructuredDocumentRegions) {

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

CSSModelDeletionContext.java :

236 : IStructuredDocumentRegion flatNode = null;

22. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

238 : if (oldStructuredDocumentRegions != null && 0 < oldStructuredDocumentRegions.getLength() && (flatNode = oldStructuredDocumentRegions.item(0)) != null) {

23. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

238 : if (oldStructuredDocumentRegions != null && 0 < oldStructuredDocumentRegions.getLength() && (flatNode = oldStructuredDocumentRegions.item(0)) != null) {

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

CSSModelDeletionContext.java :

239 : fOldStart = flatNode.getStart();

25. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

245 : if (newStructuredDocumentRegions != null && 0 < newStructuredDocumentRegions.getLength() && (flatNode = newStructuredDocumentRegions.item(0)) != null) {

26. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

245 : if (newStructuredDocumentRegions != null && 0 < newStructuredDocumentRegions.getLength() && (flatNode = newStructuredDocumentRegions.item(0)) != null) {

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

CSSModelDeletionContext.java :

246 : fNewStart = flatNode.getStart();

28. WARNING: DiscouragedReference

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

CSSModelDeletionContext.java :

257 : final Enumeration elements = oldStructuredDocumentRegions.elements();

Source File: org/eclipse/wst/css/core/internal/document/CSSModelImpl.java
1. WARNING: DiscouragedReference

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

CSSModelImpl.java :

36 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

2. WARNING: DiscouragedReference

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

CSSModelImpl.java :

37 : import org.eclipse.wst.sse.core.internal.model.AbstractStructuredModel;

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

CSSModelImpl.java :

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

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

CSSModelImpl.java :

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

5. WARNING: DiscouragedReference

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

CSSModelImpl.java :

40 : import org.eclipse.wst.sse.core.internal.provisional.events.IStructuredDocumentListener;

6. WARNING: DiscouragedReference

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

CSSModelImpl.java :

41 : import org.eclipse.wst.sse.core.internal.provisional.events.NewDocumentEvent;

7. WARNING: DiscouragedReference

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

CSSModelImpl.java :

42 : import org.eclipse.wst.sse.core.internal.provisional.events.NoChangeEvent;

8. WARNING: DiscouragedReference

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

CSSModelImpl.java :

43 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionChangedEvent;

9. WARNING: DiscouragedReference

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

CSSModelImpl.java :

44 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionsReplacedEvent;

10. WARNING: DiscouragedReference

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

CSSModelImpl.java :

45 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentRegionsReplacedEvent;

11. WARNING: DiscouragedReference

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

CSSModelImpl.java :

46 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceInUse;

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

CSSModelImpl.java :

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

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

CSSModelImpl.java :

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

14. WARNING: DiscouragedReference

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

CSSModelImpl.java :

49 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

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

CSSModelImpl.java :

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

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

CSSModelImpl.java :

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

17. 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.core/@dot

CSSModelImpl.java :

52 : import org.eclipse.wst.sse.core.internal.util.Assert;

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

CSSModelImpl.java :

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

19. WARNING: DiscouragedReference

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

CSSModelImpl.java :

59 : public class CSSModelImpl extends AbstractStructuredModel implements ICSSModel, IStructuredDocumentListener {

20. WARNING: DiscouragedReference

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

CSSModelImpl.java :

59 : public class CSSModelImpl extends AbstractStructuredModel implements ICSSModel, IStructuredDocumentListener {

21. WARNING: DiscouragedReference

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

CSSModelImpl.java :

74 : super();

22. WARNING: DiscouragedReference

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

CSSModelImpl.java :

132 : if (node != null && node instanceof IDOMNode) {

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

CSSModelImpl.java :

133 : IStructuredModel model = ((IDOMNode) node).getModel();

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

CSSModelImpl.java :

133 : IStructuredModel model = ((IDOMNode) node).getModel();

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

CSSModelImpl.java :

133 : IStructuredModel model = ((IDOMNode) node).getModel();

26. WARNING: DiscouragedReference

Discouraged access: The method beginRecording(Object, String, String) 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

CSSModelImpl.java :

135 : model.beginRecording(requester, label, description);

27. WARNING: DiscouragedReference

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

CSSModelImpl.java :

139 : super.beginRecording(requester, label, description);

28. WARNING: DiscouragedReference

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

CSSModelImpl.java :

251 : RegionParser regionParser = getStructuredDocument().getParser();

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

CSSModelImpl.java :

251 : RegionParser regionParser = getStructuredDocument().getParser();

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

CSSModelImpl.java :

263 : if (node != null && node instanceof IDOMNode) {

31. WARNING: DiscouragedReference

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

CSSModelImpl.java :

264 : IStructuredModel model = ((IDOMNode) node).getModel();

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

CSSModelImpl.java :

264 : IStructuredModel model = ((IDOMNode) node).getModel();

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

CSSModelImpl.java :

264 : IStructuredModel model = ((IDOMNode) node).getModel();

34. WARNING: DiscouragedReference

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

CSSModelImpl.java :

266 : model.endRecording(requester);

35. WARNING: DiscouragedReference

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

CSSModelImpl.java :

270 : super.endRecording(requester);

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

CSSModelImpl.java :

283 : public IStructuredDocument getStructuredDocument() {

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

CSSModelImpl.java :

284 : IStructuredDocument structuredDocument = null;

38. WARNING: DiscouragedReference

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

CSSModelImpl.java :

285 : structuredDocument = super.getStructuredDocument();

39. 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.core/@dot

CSSModelImpl.java :

290 : Assert.isNotNull(getModelHandler());

40. WARNING: DiscouragedReference

Discouraged access: The method isNotNull(Object) 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.core/@dot

CSSModelImpl.java :

290 : Assert.isNotNull(getModelHandler());

41. WARNING: DiscouragedReference

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

CSSModelImpl.java :

290 : Assert.isNotNull(getModelHandler());

42. WARNING: DiscouragedReference

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

CSSModelImpl.java :

291 : structuredDocument = (IStructuredDocument) getModelHandler().getDocumentLoader().createNewStructuredDocument();

43. WARNING: DiscouragedReference

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

CSSModelImpl.java :

291 : structuredDocument = (IStructuredDocument) getModelHandler().getDocumentLoader().createNewStructuredDocument();

44. WARNING: DiscouragedReference

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

CSSModelImpl.java :

291 : structuredDocument = (IStructuredDocument) getModelHandler().getDocumentLoader().createNewStructuredDocument();

45. WARNING: DiscouragedReference

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

CSSModelImpl.java :

291 : structuredDocument = (IStructuredDocument) getModelHandler().getDocumentLoader().createNewStructuredDocument();

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

CSSModelImpl.java :

300 : public IndexedRegion getIndexedRegion(int offset) {

47. 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.core/@dot

CSSModelImpl.java :

322 : Assert.isTrue(ownerNode == null);

48. WARNING: DiscouragedReference

Discouraged access: The method isTrue(boolean) 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.core/@dot

CSSModelImpl.java :

322 : Assert.isTrue(ownerNode == null);

49. WARNING: DiscouragedReference

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

CSSModelImpl.java :

326 : setId(ID_NON_EXTERNAL_CSS);

50. WARNING: DiscouragedReference

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

CSSModelImpl.java :

328 : catch (ResourceInUse e) {

51. WARNING: DiscouragedReference

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

CSSModelImpl.java :

395 : return (getStyleSheetType() == EXTERNAL) && super.isShared();

52. WARNING: DiscouragedReference

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

CSSModelImpl.java :

398 : public void newModel(NewDocumentEvent structuredDocumentEvent) {

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

CSSModelImpl.java :

401 : IStructuredDocument structuredDocument = structuredDocumentEvent.getStructuredDocument();

54. WARNING: DiscouragedReference

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

CSSModelImpl.java :

401 : IStructuredDocument structuredDocument = structuredDocumentEvent.getStructuredDocument();

55. WARNING: DiscouragedReference

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

CSSModelImpl.java :

407 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

56. WARNING: DiscouragedReference

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

CSSModelImpl.java :

407 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

57. WARNING: DiscouragedReference

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

CSSModelImpl.java :

427 : public void noChange(NoChangeEvent structuredDocumentEvent) {

58. WARNING: DiscouragedReference

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

CSSModelImpl.java :

431 : public void nodesReplaced(StructuredDocumentRegionsReplacedEvent structuredDocumentEvent) {

59. WARNING: DiscouragedReference

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

CSSModelImpl.java :

435 : IStructuredDocumentRegionList oldStructuredDocumentRegions = structuredDocumentEvent.getOldStructuredDocumentRegions();

60. WARNING: DiscouragedReference

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

CSSModelImpl.java :

435 : IStructuredDocumentRegionList oldStructuredDocumentRegions = structuredDocumentEvent.getOldStructuredDocumentRegions();

61. WARNING: DiscouragedReference

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

CSSModelImpl.java :

436 : IStructuredDocumentRegionList newStructuredDocumentRegions = structuredDocumentEvent.getNewStructuredDocumentRegions();

62. WARNING: DiscouragedReference

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

CSSModelImpl.java :

436 : IStructuredDocumentRegionList newStructuredDocumentRegions = structuredDocumentEvent.getNewStructuredDocumentRegions();

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

CSSModelImpl.java :

461 : IStructuredDocument structuredDocument = getStructuredDocument();

64. WARNING: DiscouragedReference

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

CSSModelImpl.java :

462 : String source = structuredDocument.getText();

65. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) 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

CSSModelImpl.java :

464 : structuredDocument.replaceText(this, 0, source.length(), null);

66. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) 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

CSSModelImpl.java :

465 : structuredDocument.replaceText(this, 0, 0, source);

67. WARNING: DiscouragedReference

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

CSSModelImpl.java :

468 : public void regionChanged(RegionChangedEvent structuredDocumentEvent) {

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

CSSModelImpl.java :

472 : IStructuredDocumentRegion flatNode = structuredDocumentEvent.getStructuredDocumentRegion();

69. WARNING: DiscouragedReference

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

CSSModelImpl.java :

472 : IStructuredDocumentRegion flatNode = structuredDocumentEvent.getStructuredDocumentRegion();

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

CSSModelImpl.java :

476 : ITextRegion region = structuredDocumentEvent.getRegion();

71. WARNING: DiscouragedReference

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

CSSModelImpl.java :

476 : ITextRegion region = structuredDocumentEvent.getRegion();

72. WARNING: DiscouragedReference

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

CSSModelImpl.java :

490 : public void regionsReplaced(RegionsReplacedEvent structuredDocumentEvent) {

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

CSSModelImpl.java :

493 : IStructuredDocumentRegion flatNode = structuredDocumentEvent.getStructuredDocumentRegion();

74. WARNING: DiscouragedReference

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

CSSModelImpl.java :

493 : IStructuredDocumentRegion flatNode = structuredDocumentEvent.getStructuredDocumentRegion();

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

CSSModelImpl.java :

496 : ITextRegionList oldRegions = structuredDocumentEvent.getOldRegions();

76. WARNING: DiscouragedReference

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

CSSModelImpl.java :

496 : ITextRegionList oldRegions = structuredDocumentEvent.getOldRegions();

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

CSSModelImpl.java :

497 : ITextRegionList newRegions = structuredDocumentEvent.getNewRegions();

78. WARNING: DiscouragedReference

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

CSSModelImpl.java :

497 : ITextRegionList newRegions = structuredDocumentEvent.getNewRegions();

79. WARNING: DiscouragedReference

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

CSSModelImpl.java :

517 : super.releaseFromEdit();

80. WARNING: DiscouragedReference

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

CSSModelImpl.java :

527 : super.releaseFromRead();

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

CSSModelImpl.java :

539 : public void setStructuredDocument(IStructuredDocument newStructuredDocument) {

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

CSSModelImpl.java :

540 : IStructuredDocument oldStructuredDocument = super.getStructuredDocument();

83. WARNING: DiscouragedReference

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

CSSModelImpl.java :

540 : IStructuredDocument oldStructuredDocument = super.getStructuredDocument();

84. WARNING: DiscouragedReference

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

CSSModelImpl.java :

545 : oldStructuredDocument.removeDocumentChangingListener(this);

85. WARNING: DiscouragedReference

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

CSSModelImpl.java :

546 : super.setStructuredDocument(newStructuredDocument);

86. WARNING: DiscouragedReference

Discouraged access: The constructor NewDocumentEvent(IStructuredDocument, 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

CSSModelImpl.java :

550 : newModel(new NewDocumentEvent(newStructuredDocument, this));

87. WARNING: DiscouragedReference

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

CSSModelImpl.java :

550 : newModel(new NewDocumentEvent(newStructuredDocument, this));

88. WARNING: DiscouragedReference

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

CSSModelImpl.java :

552 : newStructuredDocument.addDocumentChangingListener(this);

Source File: org/eclipse/wst/css/core/internal/document/CSSModelParser.java
1. WARNING: DiscouragedReference

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

CSSModelParser.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentEvent;

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

CSSModelParser.java :

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

CSSModelParser.java :

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

4. WARNING: DiscouragedReference

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

CSSModelParser.java :

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

5. WARNING: DiscouragedReference

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

CSSModelParser.java :

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

6. WARNING: DiscouragedReference

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

CSSModelParser.java :

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

7. WARNING: DiscouragedReference

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

CSSModelParser.java :

37 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocumentRegion;

8. WARNING: DiscouragedReference

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

CSSModelParser.java :

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

9. WARNING: DiscouragedReference

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

CSSModelParser.java :

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

10. 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.core/@dot

CSSModelParser.java :

40 : import org.eclipse.wst.sse.core.internal.util.Assert;

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

CSSModelParser.java :

99 : void changeStructuredDocumentRegion(IStructuredDocumentRegion flatNode) {

12. WARNING: DiscouragedReference

Discouraged access: The constructor CoreNodeList(IStructuredDocumentRegion, 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

CSSModelParser.java :

100 : replaceStructuredDocumentRegions(new CoreNodeList(flatNode, flatNode), new CoreNodeList(flatNode, flatNode));

13. WARNING: DiscouragedReference

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

CSSModelParser.java :

100 : replaceStructuredDocumentRegions(new CoreNodeList(flatNode, flatNode), new CoreNodeList(flatNode, flatNode));

14. WARNING: DiscouragedReference

Discouraged access: The constructor CoreNodeList(IStructuredDocumentRegion, 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

CSSModelParser.java :

100 : replaceStructuredDocumentRegions(new CoreNodeList(flatNode, flatNode), new CoreNodeList(flatNode, flatNode));

15. WARNING: DiscouragedReference

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

CSSModelParser.java :

100 : replaceStructuredDocumentRegions(new CoreNodeList(flatNode, flatNode), new CoreNodeList(flatNode, flatNode));

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

CSSModelParser.java :

106 : void changeRegion(IStructuredDocumentRegion flatNode, ITextRegion region) {

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

CSSModelParser.java :

106 : void changeRegion(IStructuredDocumentRegion flatNode, ITextRegion region) {

18. WARNING: DiscouragedReference

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

CSSModelParser.java :

120 : private void checkNextNode(IStructuredDocumentRegion flatNode, String type) {

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

CSSModelParser.java :

121 : IStructuredDocumentRegion next = CSSUtil.findNextSignificantNode(flatNode);

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

CSSModelParser.java :

123 : fCreationContext.setReparseStart(flatNode.getEnd());

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

CSSModelParser.java :

124 : fCreationContext.setReparseEnd(next.getEnd());

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

CSSModelParser.java :

138 : boolean cleanupFirstNode(IStructuredDocumentRegion firstNode, CSSStructuredDocumentRegionContainer target) {

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

CSSModelParser.java :

144 : IStructuredDocumentRegion nextNode = fStructuredDocumentWalker.getNextNodeInCurrent(firstNode);

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

CSSModelParser.java :

145 : IStructuredDocumentRegion lastNode = target.getLastStructuredDocumentRegion();

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

CSSModelParser.java :

146 : if (lastNode == null || fStructuredDocumentWalker.isOldNode(lastNode) || nextNode == null || lastNode.getStartOffset() < nextNode.getStartOffset()) {

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

CSSModelParser.java :

146 : if (lastNode == null || fStructuredDocumentWalker.isOldNode(lastNode) || nextNode == null || lastNode.getStartOffset() < nextNode.getStartOffset()) {

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

CSSModelParser.java :

165 : boolean cleanupLastNode(IStructuredDocumentRegion lastNode, CSSStructuredDocumentRegionContainer target) {

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

CSSModelParser.java :

171 : IStructuredDocumentRegion prevNode = fStructuredDocumentWalker.getPrevNodeInCurrent(lastNode);

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

CSSModelParser.java :

172 : IStructuredDocumentRegion firstNode = target.getFirstStructuredDocumentRegion();

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

CSSModelParser.java :

173 : if (firstNode == null || fStructuredDocumentWalker.isOldNode(firstNode) || prevNode == null || prevNode.getStartOffset() < firstNode.getStartOffset()) {

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

CSSModelParser.java :

173 : if (firstNode == null || fStructuredDocumentWalker.isOldNode(firstNode) || prevNode == null || prevNode.getStartOffset() < firstNode.getStartOffset()) {

32. WARNING: DiscouragedReference

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

CSSModelParser.java :

204 : CSSRule createCSSRule(IStructuredDocumentRegionList flatNodes) {

33. WARNING: DiscouragedReference

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

CSSModelParser.java :

217 : for (Enumeration e = flatNodes.elements(); e.hasMoreElements();) {

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

CSSModelParser.java :

218 : IStructuredDocumentRegion flatNode = (IStructuredDocumentRegion) e.nextElement();

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

CSSModelParser.java :

218 : IStructuredDocumentRegion flatNode = (IStructuredDocumentRegion) e.nextElement();

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

CSSModelParser.java :

240 : private IStructuredDocumentRegion findBraceClose(int depth, IStructuredDocumentRegion start, boolean bBreakSibling) {

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

CSSModelParser.java :

240 : private IStructuredDocumentRegion findBraceClose(int depth, IStructuredDocumentRegion start, boolean bBreakSibling) {

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

CSSModelParser.java :

241 : IStructuredDocumentRegion result = null;

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

CSSModelParser.java :

243 : IStructuredDocumentRegion prevNode = null;

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

CSSModelParser.java :

244 : IStructuredDocumentRegion region = start.getNext();

41. WARNING: DiscouragedReference

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

CSSModelParser.java :

244 : IStructuredDocumentRegion region = start.getNext();

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

CSSModelParser.java :

245 : for (; region != null; region = region.getNext()) {

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

CSSModelParser.java :

246 : int offset = region.getStart();

44. WARNING: DiscouragedReference

Discouraged access: The method isTrue(boolean) 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.core/@dot

CSSModelParser.java :

248 : Assert.isTrue(false);

45. 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.core/@dot

CSSModelParser.java :

248 : Assert.isTrue(false);

46. WARNING: DiscouragedReference

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

CSSModelParser.java :

295 : private IStructuredDocumentRegionList getStructuredDocumentRegionList(int start, int end) {

47. WARNING: DiscouragedReference

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

CSSModelParser.java :

296 : IStructuredDocumentRegionList nodeList = null;

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

CSSModelParser.java :

300 : IStructuredDocument structuredDocument = ((CSSModelImpl) model).getStructuredDocument();

49. WARNING: DiscouragedReference

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

CSSModelParser.java :

302 : IStructuredDocumentRegion startNode = structuredDocument.getRegionAtCharacterOffset(start);

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

CSSModelParser.java :

302 : IStructuredDocumentRegion startNode = structuredDocument.getRegionAtCharacterOffset(start);

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

CSSModelParser.java :

303 : IStructuredDocumentRegion endNode = structuredDocument.getRegionAtCharacterOffset(end - 1);

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

CSSModelParser.java :

303 : IStructuredDocumentRegion endNode = structuredDocument.getRegionAtCharacterOffset(end - 1);

53. WARNING: DiscouragedReference

Discouraged access: The constructor CoreNodeList(IStructuredDocumentRegion, 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

CSSModelParser.java :

305 : nodeList = new CoreNodeList(startNode, endNode);

54. WARNING: DiscouragedReference

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

CSSModelParser.java :

305 : nodeList = new CoreNodeList(startNode, endNode);

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

CSSModelParser.java :

331 : private CSSNodeImpl insertBraceClose(IStructuredDocumentRegion region) {

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

CSSModelParser.java :

364 : private CSSNodeImpl insertBraceOpen(IStructuredDocumentRegion region) {

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

CSSModelParser.java :

365 : IStructuredDocumentRegion keyRegion = CSSUtil.findPreviousSignificantNode(region);

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

CSSModelParser.java :

370 : CSSNodeImpl node = getNodeAt(keyRegion.getStartOffset());

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

CSSModelParser.java :

394 : IStructuredDocumentRegion braceClose = findBraceClose(CSSModelUtil.getDepth(inserted), region, (type == CSSRegionContexts.CSS_MEDIA));

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

CSSModelParser.java :

396 : fCreationContext.setReparseStart(region.getEnd());

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

CSSModelParser.java :

397 : fCreationContext.setReparseEnd(braceClose.getEnd());

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

CSSModelParser.java :

407 : private CSSNodeImpl insertCharsetRule(IStructuredDocumentRegion beginDocRegion, IStructuredDocumentRegion endDocRegion) {

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

CSSModelParser.java :

407 : private CSSNodeImpl insertCharsetRule(IStructuredDocumentRegion beginDocRegion, IStructuredDocumentRegion endDocRegion) {

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

CSSModelParser.java :

413 : ITextRegionList regions = new TextRegionListImpl(beginDocRegion.getRegions());

65. WARNING: DiscouragedReference

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

CSSModelParser.java :

413 : ITextRegionList regions = new TextRegionListImpl(beginDocRegion.getRegions());

66. WARNING: DiscouragedReference

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

CSSModelParser.java :

413 : ITextRegionList regions = new TextRegionListImpl(beginDocRegion.getRegions());

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

CSSModelParser.java :

413 : ITextRegionList regions = new TextRegionListImpl(beginDocRegion.getRegions());

68. WARNING: DiscouragedReference

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

CSSModelParser.java :

414 : regions.remove(0); // must be "@charset"

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

CSSModelParser.java :

415 : ITextRegion encodingRegion = null;

70. WARNING: DiscouragedReference

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

CSSModelParser.java :

416 : while (!regions.isEmpty()) {

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

CSSModelParser.java :

417 : ITextRegion textRegion = regions.remove(0);

72. WARNING: DiscouragedReference

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

CSSModelParser.java :

417 : ITextRegion textRegion = regions.remove(0);

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

CSSModelParser.java :

421 : String type = textRegion.getType();

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

CSSModelParser.java :

443 : rule.setAttribute(ICSSCharsetRule.ENCODING, beginDocRegion.getText(encodingRegion));

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

CSSModelParser.java :

471 : protected CSSNodeImpl insertStructuredDocumentRegion(IStructuredDocumentRegion region) {

76. WARNING: DiscouragedReference

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

CSSModelParser.java :

476 : String type = ((BasicStructuredDocumentRegion) region).getType();

77. WARNING: DiscouragedReference

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

CSSModelParser.java :

476 : String type = ((BasicStructuredDocumentRegion) region).getType();

78. WARNING: DiscouragedReference

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

CSSModelParser.java :

521 : private void insertStructuredDocumentRegions(IStructuredDocumentRegionList regionList) {

79. WARNING: DiscouragedReference

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

CSSModelParser.java :

522 : for (Enumeration e = regionList.elements(); e.hasMoreElements();) {

80. WARNING: DiscouragedReference

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

CSSModelParser.java :

523 : IStructuredDocumentRegion region = (IStructuredDocumentRegion) e.nextElement();

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

CSSModelParser.java :

523 : IStructuredDocumentRegion region = (IStructuredDocumentRegion) e.nextElement();

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

CSSModelParser.java :

529 : int origStart = region.getEnd();

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

CSSModelParser.java :

530 : int origEnd = regionList.item(regionList.getLength() - 1).getEnd();

84. WARNING: DiscouragedReference

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

CSSModelParser.java :

530 : int origEnd = regionList.item(regionList.getLength() - 1).getEnd();

85. WARNING: DiscouragedReference

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

CSSModelParser.java :

530 : int origEnd = regionList.item(regionList.getLength() - 1).getEnd();

86. WARNING: DiscouragedReference

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

CSSModelParser.java :

534 : IStructuredDocumentRegionList newNodeList = getStructuredDocumentRegionList(newStart, newEnd);

87. WARNING: DiscouragedReference

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

CSSModelParser.java :

535 : setupCreationContext(newNodeList.item(0));

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

CSSModelParser.java :

549 : private CSSNodeImpl insertFontFaceRule(IStructuredDocumentRegion region, IStructuredDocumentRegion braceNode) {

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

CSSModelParser.java :

549 : private CSSNodeImpl insertFontFaceRule(IStructuredDocumentRegion region, IStructuredDocumentRegion braceNode) {

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

CSSModelParser.java :

584 : private CSSNodeImpl insertImportRule(IStructuredDocumentRegion beginDocRegion, IStructuredDocumentRegion endDocRegion) {

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

CSSModelParser.java :

584 : private CSSNodeImpl insertImportRule(IStructuredDocumentRegion beginDocRegion, IStructuredDocumentRegion endDocRegion) {

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

CSSModelParser.java :

590 : ITextRegionList regions = new TextRegionListImpl(beginDocRegion.getRegions());

93. WARNING: DiscouragedReference

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

CSSModelParser.java :

590 : ITextRegionList regions = new TextRegionListImpl(beginDocRegion.getRegions());

94. WARNING: DiscouragedReference

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

CSSModelParser.java :

590 : ITextRegionList regions = new TextRegionListImpl(beginDocRegion.getRegions());

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

CSSModelParser.java :

590 : ITextRegionList regions = new TextRegionListImpl(beginDocRegion.getRegions());

96. WARNING: DiscouragedReference

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

CSSModelParser.java :

591 : regions.remove(0); // must be "@import"

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

CSSModelParser.java :

592 : ITextRegion hrefRegion = null;

98. WARNING: DiscouragedReference

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

CSSModelParser.java :

593 : while (!regions.isEmpty()) {

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

CSSModelParser.java :

594 : ITextRegion textRegion = regions.remove(0);

100. WARNING: DiscouragedReference

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

CSSModelParser.java :

594 : ITextRegion textRegion = regions.remove(0);

Source File: org/eclipse/wst/css/core/internal/document/CSSModelUpdater.java
1. 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

CSSModelUpdater.java :

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

2. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

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

3. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

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

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

CSSModelUpdater.java :

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

5. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

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

6. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

74 : StructuredDocumentEvent result = insertText(region.start, region.end - region.start, text);

7. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

78 : if (0 < nRemains && !(result instanceof NoChangeEvent)) {

8. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

105 : StructuredDocumentEvent result = insertText(region.start, region.end - region.start, text);

9. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

109 : if (0 < nRemains && !(result instanceof NoChangeEvent)) {

10. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

150 : StructuredDocumentEvent result = defaultInserted(parentNode, node);

11. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

154 : if (0 < nRemains && !(result instanceof NoChangeEvent)) {

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

CSSModelUpdater.java :

183 : insertPos = prev.getEndOffset();

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

CSSModelUpdater.java :

186 : insertPos = node.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

CSSModelUpdater.java :

190 : endPos = next.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

CSSModelUpdater.java :

193 : endPos = node.getEndOffset();

16. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

197 : StructuredDocumentEvent result;

17. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

207 : if (0 < nRemains && !(result instanceof NoChangeEvent)) {

18. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

252 : private StructuredDocumentEvent defaultInserted(CSSNodeImpl parentNode, CSSNodeImpl node) {

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

CSSModelUpdater.java :

305 : return node.getEndOffset();

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

CSSModelUpdater.java :

319 : if (node.getEndOffset() < child.getEndOffset())

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

CSSModelUpdater.java :

319 : if (node.getEndOffset() < child.getEndOffset())

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

CSSModelUpdater.java :

339 : if (child.getStartOffset() < node.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

CSSModelUpdater.java :

339 : if (child.getStartOffset() < node.getStartOffset())

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

CSSModelUpdater.java :

356 : CSSSourceGenerator formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) parentNode);

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

CSSModelUpdater.java :

362 : exceptFor = new org.eclipse.jface.text.Region(remove.getStartOffset(), remove.getEndOffset() - remove.getStartOffset());

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

CSSModelUpdater.java :

362 : exceptFor = new org.eclipse.jface.text.Region(remove.getStartOffset(), remove.getEndOffset() - remove.getStartOffset());

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

CSSModelUpdater.java :

362 : exceptFor = new org.eclipse.jface.text.Region(remove.getStartOffset(), remove.getEndOffset() - remove.getStartOffset());

28. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

405 : private StructuredDocumentEvent insertText(int start, int oldLength, String text) {

29. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

406 : StructuredDocumentEvent result = null;

30. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

407 : BasicStructuredDocument structuredDocument = (BasicStructuredDocument) fModel.getStructuredDocument();

31. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

407 : BasicStructuredDocument structuredDocument = (BasicStructuredDocument) fModel.getStructuredDocument();

32. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

409 : if (text != null && 0 < oldLength && start + oldLength <= structuredDocument.getLength()) {

33. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

411 : String delText = structuredDocument.get(start, oldLength);

34. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

459 : result = structuredDocument.replaceText(fModel, start, oldLength, text);

35. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

496 : private StructuredDocumentEvent removeText(int start, int length) {

36. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

497 : StructuredDocumentEvent result = null;

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

CSSModelUpdater.java :

498 : IStructuredDocument structuredDocument = fModel.getStructuredDocument();

38. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) 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

CSSModelUpdater.java :

500 : result = structuredDocument.replaceText(fModel, start, length, new String(""));//$NON-NLS-1$

39. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

522 : int start = node.getStartOffset();

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

CSSModelUpdater.java :

526 : CSSSourceGenerator formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) attr.getOwnerCSSNode());

41. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

553 : StructuredDocumentEvent result = insertText(start, oldLength, newValue);

42. WARNING: DiscouragedReference

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

CSSModelUpdater.java :

557 : if (0 < nRemains && !(result instanceof NoChangeEvent)) {

Source File: org/eclipse/wst/css/core/internal/document/CSSModelUtil.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

CSSModelUtil.java :

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

CSSModelUtil.java :

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

3. WARNING: DiscouragedReference

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

CSSModelUtil.java :

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

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

CSSModelUtil.java :

59 : static boolean diagnoseNode(ICSSNode parent, IStructuredDocument structuredDocument) {

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

CSSModelUtil.java :

65 : IStructuredDocumentRegion flatNode = node.getFirstStructuredDocumentRegion();

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

CSSModelUtil.java :

70 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(flatNode.getStart());

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

CSSModelUtil.java :

70 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(flatNode.getStart());

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

CSSModelUtil.java :

70 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(flatNode.getStart());

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

CSSModelUtil.java :

80 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(flatNode.getStart());

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

CSSModelUtil.java :

80 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(flatNode.getStart());

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

CSSModelUtil.java :

80 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(flatNode.getStart());

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

CSSModelUtil.java :

89 : ITextRegion region = node.getFirstRegion();

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

CSSModelUtil.java :

90 : IStructuredDocumentRegion parentRegion = node.getDocumentRegion();

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

CSSModelUtil.java :

95 : int offset = parentRegion.getStartOffset(region);

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

CSSModelUtil.java :

96 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

96 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

97 : ITextRegion modelRegion = modelNode.getRegionAtCharacterOffset(offset);

18. WARNING: DiscouragedReference

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

CSSModelUtil.java :

97 : ITextRegion modelRegion = modelNode.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

107 : int offset = parentRegion.getStartOffset(region);

20. WARNING: DiscouragedReference

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

CSSModelUtil.java :

108 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

108 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(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

CSSModelUtil.java :

109 : ITextRegion modelRegion = modelNode.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

109 : ITextRegion modelRegion = modelNode.getRegionAtCharacterOffset(offset);

24. WARNING: DiscouragedReference

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

CSSModelUtil.java :

122 : ITextRegion region = node.getFirstRegion();

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

CSSModelUtil.java :

123 : IStructuredDocumentRegion parentRegion = node.getDocumentRegion();

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

CSSModelUtil.java :

128 : int offset = parentRegion.getStartOffset(region);

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

CSSModelUtil.java :

129 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

129 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(offset);

29. WARNING: DiscouragedReference

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

CSSModelUtil.java :

130 : ITextRegion modelRegion = modelNode.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

130 : ITextRegion modelRegion = modelNode.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

140 : int offset = parentRegion.getStartOffset(region);

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

CSSModelUtil.java :

141 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

141 : IStructuredDocumentRegion modelNode = structuredDocument.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

142 : ITextRegion modelRegion = modelNode.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

142 : ITextRegion modelRegion = modelNode.getRegionAtCharacterOffset(offset);

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

CSSModelUtil.java :

166 : static boolean diagnoseTree(ICSSNode parent, IStructuredDocument structuredDocument) {

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

CSSModelUtil.java :

183 : static void expandStructuredDocumentRegionContainer(CSSStructuredDocumentRegionContainer target, IStructuredDocumentRegion flatNode) {

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

CSSModelUtil.java :

188 : IStructuredDocumentRegion lastNode = target.getLastStructuredDocumentRegion();

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

CSSModelUtil.java :

192 : if (lastNode == null || lastNode.getStart() < flatNode.getStart()) {

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

CSSModelUtil.java :

192 : if (lastNode == null || lastNode.getStart() < flatNode.getStart()) {

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

CSSModelUtil.java :

230 : IStructuredDocumentRegion first = ((CSSStructuredDocumentRegionContainer) node).getFirstStructuredDocumentRegion();

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

CSSModelUtil.java :

231 : IStructuredDocumentRegion last = ((CSSStructuredDocumentRegionContainer) node).getLastStructuredDocumentRegion();

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

CSSModelUtil.java :

235 : if (last.getStart() < first.getStart()) {

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

CSSModelUtil.java :

235 : if (last.getStart() < first.getStart()) {

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

CSSModelUtil.java :

239 : IStructuredDocumentRegion flatNode = first;

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

CSSModelUtil.java :

250 : flatNode = flatNode.getNext();

47. WARNING: DiscouragedReference

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

CSSModelUtil.java :

264 : static boolean isInterruption(CSSStructuredDocumentRegionContainer target, IStructuredDocumentRegion flatNode) {

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

CSSModelUtil.java :

268 : int start = flatNode.getStart();

49. WARNING: DiscouragedReference

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

CSSModelUtil.java :

269 : IStructuredDocumentRegion firstNode = target.getFirstStructuredDocumentRegion();

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

CSSModelUtil.java :

270 : IStructuredDocumentRegion lastNode = target.getLastStructuredDocumentRegion();

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

CSSModelUtil.java :

271 : if (firstNode != null && firstNode.getStart() < start && lastNode != null && start < lastNode.getStart()) {

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

CSSModelUtil.java :

271 : if (firstNode != null && firstNode.getStart() < start && lastNode != null && start < lastNode.getStart()) {

Source File: org/eclipse/wst/css/core/internal/document/CSSNodeImpl.java
1. 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

CSSNodeImpl.java :

25 : import org.eclipse.wst.sse.core.internal.model.FactoryRegistry;

2. WARNING: DiscouragedReference

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

CSSNodeImpl.java :

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

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

CSSNodeImpl.java :

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

4. WARNING: DiscouragedReference

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

CSSNodeImpl.java :

34 : public abstract class CSSNodeImpl extends AbstractNotifier implements ICSSNode, IndexedRegion {

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

CSSNodeImpl.java :

34 : public abstract class CSSNodeImpl extends AbstractNotifier implements ICSSNode, IndexedRegion {

6. WARNING: DiscouragedReference

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

CSSNodeImpl.java :

48 : super();

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

CSSNodeImpl.java :

92 : return (getStartOffset() <= offset && offset < getEndOffset());

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

CSSNodeImpl.java :

92 : return (getStartOffset() <= offset && offset < getEndOffset());

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

CSSNodeImpl.java :

191 : public FactoryRegistry getFactoryRegistry() {

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

CSSNodeImpl.java :

194 : FactoryRegistry reg = model.getFactoryRegistry();

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

CSSNodeImpl.java :

194 : FactoryRegistry reg = model.getFactoryRegistry();

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

CSSNodeImpl.java :

293 : int type = CHANGE;

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

CSSNodeImpl.java :

295 : type = REMOVE;

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

CSSNodeImpl.java :

297 : type = ADD;

15. WARNING: DiscouragedReference

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

CSSNodeImpl.java :

298 : notify(type, oldAttr, oldAttr, newAttr, getStartOffset());

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

CSSNodeImpl.java :

298 : notify(type, oldAttr, oldAttr, newAttr, getStartOffset());

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

CSSNodeImpl.java :

312 : int type = CHANGE;

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

CSSNodeImpl.java :

314 : type = REMOVE;

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

CSSNodeImpl.java :

316 : type = ADD;

20. WARNING: DiscouragedReference

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

CSSNodeImpl.java :

317 : notify(type, oldChild, oldChild, newChild, getStartOffset());

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

CSSNodeImpl.java :

317 : notify(type, oldChild, oldChild, newChild, 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

CSSNodeImpl.java :

458 : int start = getStartOffset();

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

CSSNodeImpl.java :

460 : int end = getEndOffset();

Source File: org/eclipse/wst/css/core/internal/document/CSSPrimitiveValueImpl.java
1. WARNING: DiscouragedReference

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

CSSPrimitiveValueImpl.java :

234 : notify(CHANGE, new Short(fPrimitiveType), null, null, getStartOffset());

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

CSSPrimitiveValueImpl.java :

234 : notify(CHANGE, new Short(fPrimitiveType), null, null, getStartOffset());

Source File: org/eclipse/wst/css/core/internal/document/CSSRegionContainer.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

CSSRegionContainer.java :

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

CSSRegionContainer.java :

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

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

CSSRegionContainer.java :

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

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

CSSRegionContainer.java :

24 : private ITextRegion fFirstRegion = null;

5. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

25 : private ITextRegion fLastRegion = 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

CSSRegionContainer.java :

26 : private IStructuredDocumentRegion fParentRegion = null;

7. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

46 : ITextRegionList regions = fParentRegion.getRegions();

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

CSSRegionContainer.java :

46 : ITextRegionList regions = fParentRegion.getRegions();

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

CSSRegionContainer.java :

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

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

CSSRegionContainer.java :

50 : ITextRegion current = regions.get(i);

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

CSSRegionContainer.java :

50 : ITextRegion current = regions.get(i);

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

CSSRegionContainer.java :

52 : source.append(fParentRegion.getText(current));

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

CSSRegionContainer.java :

59 : source.append(fParentRegion.getText(current));

14. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

74 : ITextRegion region = getLastRegion();

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

CSSRegionContainer.java :

76 : result = fParentRegion.getEndOffset(region);

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

CSSRegionContainer.java :

81 : IStructuredDocumentRegion getDocumentRegion() {

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

CSSRegionContainer.java :

85 : ITextRegion getFirstRegion() {

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

CSSRegionContainer.java :

89 : ITextRegion getLastRegion() {

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

CSSRegionContainer.java :

93 : ITextRegion getRegion(int index) {

20. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

96 : ITextRegionList regions = fParentRegion.getRegions();

21. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

96 : ITextRegionList regions = fParentRegion.getRegions();

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

CSSRegionContainer.java :

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

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

CSSRegionContainer.java :

99 : if (regions.get(i) == getFirstRegion()) {

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

CSSRegionContainer.java :

100 : if (i + index < regions.size()) {

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

CSSRegionContainer.java :

101 : ITextRegion target = regions.get(i + index);

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

CSSRegionContainer.java :

101 : ITextRegion target = regions.get(i + index);

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

CSSRegionContainer.java :

102 : if (target.getStart() <= getLastRegion().getStart())

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

CSSRegionContainer.java :

102 : if (target.getStart() <= getLastRegion().getStart())

29. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

121 : ITextRegionList regions = fParentRegion.getRegions();

30. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

121 : ITextRegionList regions = fParentRegion.getRegions();

31. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

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

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

CSSRegionContainer.java :

125 : ITextRegion current = regions.get(i);

33. WARNING: DiscouragedReference

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

CSSRegionContainer.java :

125 : ITextRegion current = regions.get(i);

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

CSSRegionContainer.java :

139 : ITextRegion region = getFirstRegion();

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

CSSRegionContainer.java :

141 : result = fParentRegion.getStartOffset(region);

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

CSSRegionContainer.java :

151 : ITextRegion setFirstRegion(ITextRegion region) {

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

CSSRegionContainer.java :

151 : ITextRegion setFirstRegion(ITextRegion region) {

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

CSSRegionContainer.java :

159 : ITextRegion setLastRegion(ITextRegion lastRegion) {

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

CSSRegionContainer.java :

159 : ITextRegion setLastRegion(ITextRegion lastRegion) {

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

CSSRegionContainer.java :

164 : void setRangeRegion(IStructuredDocumentRegion parentRegion, ITextRegion firstRegion, ITextRegion lastRegion) {

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

CSSRegionContainer.java :

164 : void setRangeRegion(IStructuredDocumentRegion parentRegion, ITextRegion firstRegion, ITextRegion lastRegion) {

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

CSSRegionContainer.java :

164 : void setRangeRegion(IStructuredDocumentRegion parentRegion, ITextRegion firstRegion, ITextRegion lastRegion) {

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

CSSRegionContainer.java :

193 : else if (this.fFirstRegion.getStart() > this.fLastRegion.getStart()) {

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

CSSRegionContainer.java :

193 : else if (this.fFirstRegion.getStart() > this.fLastRegion.getStart()) {

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

CSSRegionContainer.java :

195 : ITextRegion reg = fFirstRegion;

Source File: org/eclipse/wst/css/core/internal/document/CSSSelector.java
1. 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

CSSSelector.java :

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

2. WARNING: DiscouragedReference

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

CSSSelector.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.NameValidator;

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

CSSSelector.java :

284 : IStyleSelectorAdapter adapter = (IStyleSelectorAdapter) ((INodeNotifier) element).getAdapterFor(IStyleSelectorAdapter.class);

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

CSSSelector.java :

284 : IStyleSelectorAdapter adapter = (IStyleSelectorAdapter) ((INodeNotifier) element).getAdapterFor(IStyleSelectorAdapter.class);

5. WARNING: DiscouragedReference

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

CSSSelector.java :

394 : if (!NameValidator.isValid(name)) {

6. WARNING: DiscouragedReference

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

CSSSelector.java :

394 : if (!NameValidator.isValid(name)) {

Source File: org/eclipse/wst/css/core/internal/document/CSSStructuredDocumentRegionContainer.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

CSSStructuredDocumentRegionContainer.java :

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

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

CSSStructuredDocumentRegionContainer.java :

22 : private IStructuredDocumentRegion firstStructuredDocumentRegion = null;

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

CSSStructuredDocumentRegionContainer.java :

23 : private IStructuredDocumentRegion lastStructuredDocumentRegion = null;

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

CSSStructuredDocumentRegionContainer.java :

46 : StringBuffer str = new StringBuffer(getFirstStructuredDocumentRegion().getText());

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

CSSStructuredDocumentRegionContainer.java :

47 : IStructuredDocumentRegion node = getFirstStructuredDocumentRegion();

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

CSSStructuredDocumentRegionContainer.java :

50 : node = node.getNext();

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

CSSStructuredDocumentRegionContainer.java :

51 : str.append(node.getText());

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

CSSStructuredDocumentRegionContainer.java :

61 : IStructuredDocumentRegion flatNode = getLastStructuredDocumentRegion();

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

CSSStructuredDocumentRegionContainer.java :

63 : return flatNode.getEnd();

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

CSSStructuredDocumentRegionContainer.java :

67 : IStructuredDocumentRegion getFirstStructuredDocumentRegion() {

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

CSSStructuredDocumentRegionContainer.java :

71 : IStructuredDocumentRegion getStructuredDocumentRegion(int index) {

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

CSSStructuredDocumentRegionContainer.java :

72 : IStructuredDocumentRegion node = firstStructuredDocumentRegion;

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

CSSStructuredDocumentRegionContainer.java :

76 : node = node.getNext();

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

CSSStructuredDocumentRegionContainer.java :

88 : IStructuredDocumentRegion node = firstStructuredDocumentRegion;

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

CSSStructuredDocumentRegionContainer.java :

91 : node = node.getNext();

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

CSSStructuredDocumentRegionContainer.java :

95 : IStructuredDocumentRegion getLastStructuredDocumentRegion() {

17. WARNING: DiscouragedReference

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

CSSStructuredDocumentRegionContainer.java :

103 : IStructuredDocumentRegion flatNode = getFirstStructuredDocumentRegion();

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

CSSStructuredDocumentRegionContainer.java :

105 : return flatNode.getStart();

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

CSSStructuredDocumentRegionContainer.java :

109 : boolean includeRangeStructuredDocumentRegion(IStructuredDocumentRegion first, IStructuredDocumentRegion last) {

20. WARNING: DiscouragedReference

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

CSSStructuredDocumentRegionContainer.java :

109 : boolean includeRangeStructuredDocumentRegion(IStructuredDocumentRegion first, IStructuredDocumentRegion last) {

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

CSSStructuredDocumentRegionContainer.java :

114 : if (first.getStart() > last.getStart()) {

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

CSSStructuredDocumentRegionContainer.java :

114 : if (first.getStart() > last.getStart()) {

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

CSSStructuredDocumentRegionContainer.java :

115 : IStructuredDocumentRegion node = first;

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

CSSStructuredDocumentRegionContainer.java :

126 : if (getFirstStructuredDocumentRegion() == null || getFirstStructuredDocumentRegion().getStart() > first.getStart()) {

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

CSSStructuredDocumentRegionContainer.java :

126 : if (getFirstStructuredDocumentRegion() == null || getFirstStructuredDocumentRegion().getStart() > first.getStart()) {

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

CSSStructuredDocumentRegionContainer.java :

133 : if (getLastStructuredDocumentRegion() == null || getLastStructuredDocumentRegion().getStart() < last.getStart()) {

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

CSSStructuredDocumentRegionContainer.java :

133 : if (getLastStructuredDocumentRegion() == null || getLastStructuredDocumentRegion().getStart() < last.getStart()) {

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

CSSStructuredDocumentRegionContainer.java :

172 : getOwnerDocument().getModel().getStructuredDocument().replaceText(this, getStartOffset(), getEndOffset() - getStartOffset(), cssText);

29. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) 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

CSSStructuredDocumentRegionContainer.java :

172 : getOwnerDocument().getModel().getStructuredDocument().replaceText(this, getStartOffset(), getEndOffset() - getStartOffset(), cssText);

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

CSSStructuredDocumentRegionContainer.java :

178 : IStructuredDocumentRegion setFirstStructuredDocumentRegion(IStructuredDocumentRegion node) {

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

CSSStructuredDocumentRegionContainer.java :

178 : IStructuredDocumentRegion setFirstStructuredDocumentRegion(IStructuredDocumentRegion node) {

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

CSSStructuredDocumentRegionContainer.java :

183 : IStructuredDocumentRegion setLastStructuredDocumentRegion(IStructuredDocumentRegion node) {

33. WARNING: DiscouragedReference

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

CSSStructuredDocumentRegionContainer.java :

183 : IStructuredDocumentRegion setLastStructuredDocumentRegion(IStructuredDocumentRegion node) {

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

CSSStructuredDocumentRegionContainer.java :

188 : public void setRangeStructuredDocumentRegion(IStructuredDocumentRegion firstNode, IStructuredDocumentRegion lastNode) {

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

CSSStructuredDocumentRegionContainer.java :

188 : public void setRangeStructuredDocumentRegion(IStructuredDocumentRegion firstNode, IStructuredDocumentRegion lastNode) {

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

CSSStructuredDocumentRegionContainer.java :

218 : else if (this.firstStructuredDocumentRegion.getStart() > this.lastStructuredDocumentRegion.getStart()) {

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

CSSStructuredDocumentRegionContainer.java :

218 : else if (this.firstStructuredDocumentRegion.getStart() > this.lastStructuredDocumentRegion.getStart()) {

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

CSSStructuredDocumentRegionContainer.java :

220 : IStructuredDocumentRegion node = firstStructuredDocumentRegion;

Source File: org/eclipse/wst/css/core/internal/document/CSSStyleDeclItemImpl.java
1. WARNING: DiscouragedReference

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

CSSStyleDeclItemImpl.java :

24 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

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

CSSStyleDeclItemImpl.java :

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

3. WARNING: DiscouragedReference

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

CSSStyleDeclItemImpl.java :

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

4. WARNING: DiscouragedReference

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

CSSStyleDeclItemImpl.java :

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

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

CSSStyleDeclItemImpl.java :

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

6. WARNING: DiscouragedReference

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

CSSStyleDeclItemImpl.java :

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

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

CSSStyleDeclItemImpl.java :

113 : if (((IndexedRegion) child).getEndOffset() <= 0)

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

CSSStyleDeclItemImpl.java :

113 : if (((IndexedRegion) child).getEndOffset() <= 0)

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

CSSStyleDeclItemImpl.java :

118 : IStructuredDocumentRegion node = getFirstStructuredDocumentRegion();

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

CSSStyleDeclItemImpl.java :

119 : int start = ((IndexedRegion) getFirstChild()).getStartOffset() - node.getStartOffset();

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

CSSStyleDeclItemImpl.java :

119 : int start = ((IndexedRegion) getFirstChild()).getStartOffset() - node.getStartOffset();

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

CSSStyleDeclItemImpl.java :

119 : int start = ((IndexedRegion) getFirstChild()).getStartOffset() - node.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

CSSStyleDeclItemImpl.java :

120 : int end = ((IndexedRegion) getLastChild()).getEndOffset() - node.getStartOffset();

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

CSSStyleDeclItemImpl.java :

120 : int end = ((IndexedRegion) getLastChild()).getEndOffset() - node.getStartOffset();

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

CSSStyleDeclItemImpl.java :

120 : int end = ((IndexedRegion) getLastChild()).getEndOffset() - node.getStartOffset();

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

CSSStyleDeclItemImpl.java :

121 : return node.getText().substring(start, end);

17. WARNING: DiscouragedReference

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

CSSStyleDeclItemImpl.java :

240 : IDocumentLoader loader = new CSSDocumentLoader();

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

CSSStyleDeclItemImpl.java :

241 : sharedStructuredDocument = (IStructuredDocument) loader.createNewStructuredDocument();

19. WARNING: DiscouragedReference

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

CSSStyleDeclItemImpl.java :

241 : sharedStructuredDocument = (IStructuredDocument) loader.createNewStructuredDocument();

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

CSSStyleDeclItemImpl.java :

242 : ((CSSSourceParser) sharedStructuredDocument.getParser()).setParserMode(CSSSourceParser.MODE_DECLARATION_VALUE);

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

CSSStyleDeclItemImpl.java :

246 : IStructuredDocumentRegion node = sharedStructuredDocument.getFirstStructuredDocumentRegion();

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

CSSStyleDeclItemImpl.java :

246 : IStructuredDocumentRegion node = sharedStructuredDocument.getFirstStructuredDocumentRegion();

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

CSSStyleDeclItemImpl.java :

251 : if (node.getNext() != null) {

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

CSSStyleDeclItemImpl.java :

258 : ITextRegionList nodeList = new TextRegionListImpl(node.getRegions());

25. WARNING: DiscouragedReference

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

CSSStyleDeclItemImpl.java :

258 : ITextRegionList nodeList = new TextRegionListImpl(node.getRegions());

26. WARNING: DiscouragedReference

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

CSSStyleDeclItemImpl.java :

258 : ITextRegionList nodeList = new TextRegionListImpl(node.getRegions());

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

CSSStyleDeclItemImpl.java :

258 : ITextRegionList nodeList = new TextRegionListImpl(node.getRegions());

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

CSSStyleDeclItemImpl.java :

263 : private static IStructuredDocument sharedStructuredDocument;

Source File: org/eclipse/wst/css/core/internal/document/CSSStyleSheetImpl.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

CSSStyleSheetImpl.java :

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

2. 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.core/@dot

CSSStyleSheetImpl.java :

31 : import org.eclipse.wst.sse.core.internal.util.Assert;

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

CSSStyleSheetImpl.java :

199 : IStructuredDocument structuredDocument = (IStructuredDocument) loader.createNewStructuredDocument();

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

CSSStyleSheetImpl.java :

199 : IStructuredDocument structuredDocument = (IStructuredDocument) loader.createNewStructuredDocument();

5. WARNING: DiscouragedReference

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

CSSStyleSheetImpl.java :

199 : IStructuredDocument structuredDocument = (IStructuredDocument) loader.createNewStructuredDocument();

6. WARNING: DiscouragedReference

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

CSSStyleSheetImpl.java :

204 : return modelParser.createCSSRule(structuredDocument.getRegionList());

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

CSSStyleSheetImpl.java :

307 : return model.getBaseLocation();

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.core/@dot

CSSStyleSheetImpl.java :

423 : Assert.isTrue(false, CSSCoreMessages.You_cannot_use_CSSStyleShe_UI_); //$NON-NLS-1$ = "You cannot use CSSStyleSheet.getOwnerRule() because of many referencers of this rule\nPlease use getOnwerRules()"

9. WARNING: DiscouragedReference

Discouraged access: The method isTrue(boolean, 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.core/@dot

CSSStyleSheetImpl.java :

423 : Assert.isTrue(false, CSSCoreMessages.You_cannot_use_CSSStyleShe_UI_); //$NON-NLS-1$ = "You cannot use CSSStyleSheet.getOwnerRule() because of many referencers of this rule\nPlease use getOnwerRules()"

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

CSSStyleSheetImpl.java :

543 : IStructuredDocument doc = getModel().getStructuredDocument();

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

CSSStyleSheetImpl.java :

543 : IStructuredDocument doc = getModel().getStructuredDocument();

12. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) 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

CSSStyleSheetImpl.java :

546 : doc.replaceText(this, offset, 0, rule);

Source File: org/eclipse/wst/css/core/internal/encoding/CSSDocumentCharsetDetector.java
1. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

18 : import org.eclipse.wst.sse.core.internal.document.DocumentReader;

2. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

19 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

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

CSSDocumentCharsetDetector.java :

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

4. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

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

5. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

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

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

CSSDocumentCharsetDetector.java :

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

7. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

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

8. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

28 : public class CSSDocumentCharsetDetector extends CSSResourceEncodingDetector implements IDocumentCharsetDetector {

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

CSSDocumentCharsetDetector.java :

30 : public String getEncodingName(IStructuredDocument structuredDocument) {

10. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

34 : IStructuredDocumentRegionList nodes = structuredDocument.getRegionList();

11. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

34 : IStructuredDocumentRegionList nodes = structuredDocument.getRegionList();

12. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

35 : if (nodes.getLength() > 0) {

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

CSSDocumentCharsetDetector.java :

36 : IStructuredDocumentRegion node = null;

14. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

44 : for (int i = 0; i < nodes.getLength(); i++) {

15. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

45 : node = nodes.item(i);

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

CSSDocumentCharsetDetector.java :

50 : Iterator regions = node.getRegions().iterator();

17. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

50 : Iterator regions = node.getRegions().iterator();

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

CSSDocumentCharsetDetector.java :

51 : ITextRegion region = getNextRegionOfType(CSSRegionContexts.CSS_CHARSET, regions);

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

CSSDocumentCharsetDetector.java :

53 : ITextRegion valueRegion = getNextRegionOfType(CSSRegionContexts.CSS_STRING, regions);

20. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

60 : regions = node.getRegions().iterator();

21. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

60 : regions = node.getRegions().iterator();

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

CSSDocumentCharsetDetector.java :

65 : result = node.getText(valueRegion);

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

CSSDocumentCharsetDetector.java :

70 : result = node.getText(valueRegion);

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

CSSDocumentCharsetDetector.java :

80 : if (document instanceof IStructuredDocument) {

25. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

81 : enc = getEncodingName((IStructuredDocument) document);

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

CSSDocumentCharsetDetector.java :

90 : private String getType(IStructuredDocumentRegion node) {

27. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

93 : ITextRegionList regions = node.getRegions();

28. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

93 : ITextRegionList regions = node.getRegions();

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

CSSDocumentCharsetDetector.java :

94 : if (regions == null || regions.size() == 0)

30. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

96 : ITextRegion region = regions.get(0);

31. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

96 : ITextRegion region = regions.get(0);

32. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

97 : String result = region.getType();

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

CSSDocumentCharsetDetector.java :

101 : private ITextRegion getNextRegionOfType(String type, Iterator regions) {

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

CSSDocumentCharsetDetector.java :

106 : ITextRegion result = null;

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

CSSDocumentCharsetDetector.java :

108 : ITextRegion region = (ITextRegion) regions.next();

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

CSSDocumentCharsetDetector.java :

108 : ITextRegion region = (ITextRegion) regions.next();

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

CSSDocumentCharsetDetector.java :

109 : if (region.getType() == type) {

38. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

122 : set(new DocumentReader(document, 0));

39. WARNING: DiscouragedReference

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

CSSDocumentCharsetDetector.java :

122 : set(new DocumentReader(document, 0));

Source File: org/eclipse/wst/css/core/internal/encoding/CSSDocumentLoader.java
1. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

21 : import org.eclipse.wst.sse.core.internal.document.AbstractDocumentLoader;

2. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

22 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

3. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

23 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

4. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

24 : import org.eclipse.wst.sse.core.internal.document.StructuredDocumentFactory;

5. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

25 : import org.eclipse.wst.sse.core.internal.encoding.ContentTypeEncodingPreferences;

6. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

26 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

7. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

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

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

CSSDocumentLoader.java :

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

9. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

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

10. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

32 : public class CSSDocumentLoader extends AbstractDocumentLoader {

11. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

34 : private IDocumentCharsetDetector documentEncodingDetector;

12. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

38 : super();

13. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

54 : protected IEncodedDocument newEncodedDocument() {

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

CSSDocumentLoader.java :

57 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

15. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

57 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

16. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

57 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

17. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

59 : reParser.setStructuredDocument(structuredDocument);

18. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

60 : ((BasicStructuredDocument) structuredDocument).setReParser(reParser);

19. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

60 : ((BasicStructuredDocument) structuredDocument).setReParser(reParser);

20. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

64 : public RegionParser getParser() {

21. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

70 : String delimiter = ContentTypeEncodingPreferences.getPreferredNewLineDelimiter(CSS_ID);

22. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

70 : String delimiter = ContentTypeEncodingPreferences.getPreferredNewLineDelimiter(CSS_ID);

23. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

72 : delimiter = super.getPreferredNewLineDelimiter(file);

24. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

76 : public IDocumentCharsetDetector getDocumentEncodingDetector() {

25. WARNING: DiscouragedReference

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

CSSDocumentLoader.java :

87 : public IDocumentLoader newInstance() {

Source File: org/eclipse/wst/css/core/internal/eventimpl/CSSEmbededStyleNotifyAdapter.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

CSSEmbededStyleNotifyAdapter.java :

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

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

CSSEmbededStyleNotifyAdapter.java :

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

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

CSSEmbededStyleNotifyAdapter.java :

39 : IDOMNode node = (IDOMNode) model.getOwnerDOMNode();

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

CSSEmbededStyleNotifyAdapter.java :

39 : IDOMNode node = (IDOMNode) model.getOwnerDOMNode();

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

CSSEmbededStyleNotifyAdapter.java :

42 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);

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

CSSEmbededStyleNotifyAdapter.java :

42 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);

7. WARNING: NullLocalVariableReference

Null pointer access: The variable node can only be null at this location

CSSEmbededStyleNotifyAdapter.java :

42 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);

8. WARNING: DiscouragedReference

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

CSSEmbededStyleNotifyAdapter.java :

52 : IDOMNode node = (IDOMNode) model.getOwnerDOMNode();

9. WARNING: DiscouragedReference

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

CSSEmbededStyleNotifyAdapter.java :

52 : IDOMNode node = (IDOMNode) model.getOwnerDOMNode();

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

CSSEmbededStyleNotifyAdapter.java :

55 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);

11. WARNING: DiscouragedReference

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

CSSEmbededStyleNotifyAdapter.java :

55 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);

12. WARNING: NullLocalVariableReference

Null pointer access: The variable node can only be null at this location

CSSEmbededStyleNotifyAdapter.java :

55 : INodeAdapter adapter = node.getAdapterFor(IStyleSheetAdapter.class);

Source File: org/eclipse/wst/css/core/internal/format/FormatProcessorCSS.java
1. WARNING: DiscouragedReference

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

FormatProcessorCSS.java :

24 : import org.eclipse.wst.sse.core.internal.format.AbstractStructuredFormatProcessor;

2. WARNING: DiscouragedReference

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

FormatProcessorCSS.java :

25 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatPreferences;

3. WARNING: DiscouragedReference

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

FormatProcessorCSS.java :

26 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatter;

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

FormatProcessorCSS.java :

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

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

FormatProcessorCSS.java :

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

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

FormatProcessorCSS.java :

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

7. WARNING: DiscouragedReference

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

FormatProcessorCSS.java :

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

8. WARNING: DiscouragedReference

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

FormatProcessorCSS.java :

34 : public class FormatProcessorCSS extends AbstractStructuredFormatProcessor {

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

FormatProcessorCSS.java :

45 : public void formatModel(IStructuredModel structuredModel, int start, int length) {

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

FormatProcessorCSS.java :

50 : if (structuredModel.getStructuredDocument() instanceof IDocumentExtension4) {

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

FormatProcessorCSS.java :

51 : docExt4 = (IDocumentExtension4) structuredModel.getStructuredDocument();

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

FormatProcessorCSS.java :

60 : CSSSourceFormatter formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) doc);

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

FormatProcessorCSS.java :

63 : int startOffset = ((IndexedRegion) doc).getStartOffset();

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

FormatProcessorCSS.java :

63 : int startOffset = ((IndexedRegion) doc).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

FormatProcessorCSS.java :

64 : int endOffset = ((IndexedRegion) doc).getEndOffset();

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

FormatProcessorCSS.java :

64 : int endOffset = ((IndexedRegion) doc).getEndOffset();

17. WARNING: DiscouragedReference

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

FormatProcessorCSS.java :

74 : else if (structuredModel instanceof IDOMModel) {

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

FormatProcessorCSS.java :

81 : if (structuredModel.getStructuredDocument() instanceof IDocumentExtension4) {

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

FormatProcessorCSS.java :

82 : docExt4 = (IDocumentExtension4) structuredModel.getStructuredDocument();

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

FormatProcessorCSS.java :

92 : CSSSourceFormatter formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) node);

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

FormatProcessorCSS.java :

95 : int startOffset = ((IndexedRegion) node).getStartOffset();

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

FormatProcessorCSS.java :

95 : int startOffset = ((IndexedRegion) node).getStartOffset();

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

FormatProcessorCSS.java :

96 : int endOffset = ((IndexedRegion) node).getEndOffset();

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

FormatProcessorCSS.java :

96 : int endOffset = ((IndexedRegion) node).getEndOffset();

25. WARNING: DiscouragedReference

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

FormatProcessorCSS.java :

113 : public IStructuredFormatPreferences getFormatPreferences() {

26. WARNING: DiscouragedReference

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

FormatProcessorCSS.java :

117 : protected IStructuredFormatter getFormatter(Node node) {

Source File: org/eclipse/wst/css/core/internal/formatter/AbstractCSSSourceFormatter.java
1. 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

AbstractCSSSourceFormatter.java :

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

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

AbstractCSSSourceFormatter.java :

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

3. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

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

4. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

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

5. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

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

6. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

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

7. 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.core/@dot

AbstractCSSSourceFormatter.java :

41 : import org.eclipse.wst.sse.core.internal.util.Assert;

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

AbstractCSSSourceFormatter.java :

82 : ITextRegion prev = it.prev();

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

AbstractCSSSourceFormatter.java :

83 : if (prev == null || (prev.getType() == CSSRegionContexts.CSS_S && TextUtilities.indexOf(DefaultLineTracker.DELIMITERS, it.getStructuredDocumentRegion().getText(prev), 0)[0] >= 0)) {

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

AbstractCSSSourceFormatter.java :

83 : if (prev == null || (prev.getType() == CSSRegionContexts.CSS_S && TextUtilities.indexOf(DefaultLineTracker.DELIMITERS, it.getStructuredDocumentRegion().getText(prev), 0)[0] >= 0)) {

11. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

96 : ITextRegion prev = it.prev();

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

AbstractCSSSourceFormatter.java :

100 : if (prev.getType() == CSSRegionContexts.CSS_S && TextUtilities.indexOf(DefaultLineTracker.DELIMITERS, it.getStructuredDocumentRegion().getText(prev), 0)[0] >= 0) {

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

AbstractCSSSourceFormatter.java :

100 : if (prev.getType() == CSSRegionContexts.CSS_S && TextUtilities.indexOf(DefaultLineTracker.DELIMITERS, it.getStructuredDocumentRegion().getText(prev), 0)[0] >= 0) {

14. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

148 : ITextRegion prev = it.prev();

15. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

149 : if (prev.getType() == CSSRegionContexts.CSS_S && TextUtilities.indexOf(DefaultLineTracker.DELIMITERS, it.getStructuredDocumentRegion().getText(prev), 0)[0] >= 0) {

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

AbstractCSSSourceFormatter.java :

149 : if (prev.getType() == CSSRegionContexts.CSS_S && TextUtilities.indexOf(DefaultLineTracker.DELIMITERS, it.getStructuredDocumentRegion().getText(prev), 0)[0] >= 0) {

17. 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.core/@dot

AbstractCSSSourceFormatter.java :

455 : Assert.isTrue(child == null || child.getParentNode() == node);

18. WARNING: DiscouragedReference

Discouraged access: The method isTrue(boolean) 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.core/@dot

AbstractCSSSourceFormatter.java :

455 : Assert.isTrue(child == null || child.getParentNode() == node);

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

AbstractCSSSourceFormatter.java :

475 : CSSSourceFormatter formatter = (CSSSourceFormatter) ((INodeNotifier) child).getAdapterFor(CSSSourceFormatter.class);

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

AbstractCSSSourceFormatter.java :

475 : CSSSourceFormatter formatter = (CSSSourceFormatter) ((INodeNotifier) child).getAdapterFor(CSSSourceFormatter.class);

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

AbstractCSSSourceFormatter.java :

477 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) child);

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

AbstractCSSSourceFormatter.java :

499 : int curEnd = ((IndexedRegion) child).getEndOffset();

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

AbstractCSSSourceFormatter.java :

499 : int curEnd = ((IndexedRegion) child).getEndOffset();

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

AbstractCSSSourceFormatter.java :

503 : int curStart = ((IndexedRegion) child).getStartOffset();

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

AbstractCSSSourceFormatter.java :

503 : int curStart = ((IndexedRegion) child).getStartOffset();

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

AbstractCSSSourceFormatter.java :

506 : CSSSourceFormatter formatter = (CSSSourceFormatter) ((INodeNotifier) child).getAdapterFor(CSSSourceFormatter.class);

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

AbstractCSSSourceFormatter.java :

506 : CSSSourceFormatter formatter = (CSSSourceFormatter) ((INodeNotifier) child).getAdapterFor(CSSSourceFormatter.class);

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

AbstractCSSSourceFormatter.java :

508 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) child);

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

AbstractCSSSourceFormatter.java :

520 : curEnd = ((IndexedRegion) child).getStartOffset(); // change

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

AbstractCSSSourceFormatter.java :

520 : curEnd = ((IndexedRegion) child).getStartOffset(); // change

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

AbstractCSSSourceFormatter.java :

524 : int curStart = ((IndexedRegion) child.getPreviousSibling()).getEndOffset();

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

AbstractCSSSourceFormatter.java :

524 : int curStart = ((IndexedRegion) child.getPreviousSibling()).getEndOffset();

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

AbstractCSSSourceFormatter.java :

592 : int curStart = ((IndexedRegion) node).getStartOffset();

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

AbstractCSSSourceFormatter.java :

592 : int curStart = ((IndexedRegion) node).getStartOffset();

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

AbstractCSSSourceFormatter.java :

593 : int curEnd = ((IndexedRegion) node).getEndOffset();

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

AbstractCSSSourceFormatter.java :

593 : int curEnd = ((IndexedRegion) node).getEndOffset();

37. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

595 : curEnd = ((IndexedRegion) node.getFirstChild()).getStartOffset();

38. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

595 : curEnd = ((IndexedRegion) node.getFirstChild()).getStartOffset();

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

AbstractCSSSourceFormatter.java :

603 : curEnd = ((IndexedRegion) node.getLastChild()).getEndOffset();

40. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

603 : curEnd = ((IndexedRegion) node.getLastChild()).getEndOffset();

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

AbstractCSSSourceFormatter.java :

611 : curEnd = ((IndexedRegion) node).getEndOffset();

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

AbstractCSSSourceFormatter.java :

611 : curEnd = ((IndexedRegion) node).getEndOffset();

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

AbstractCSSSourceFormatter.java :

628 : curEnd = ((IndexedRegion) node).getEndOffset();

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

AbstractCSSSourceFormatter.java :

628 : curEnd = ((IndexedRegion) node).getEndOffset();

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

AbstractCSSSourceFormatter.java :

720 : IndexedRegion nnode = (IndexedRegion) node;

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

AbstractCSSSourceFormatter.java :

720 : IndexedRegion nnode = (IndexedRegion) node;

47. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

721 : if (insertPos < 0 || !nnode.contains(insertPos))

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

AbstractCSSSourceFormatter.java :

724 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos);

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

AbstractCSSSourceFormatter.java :

724 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos);

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

AbstractCSSSourceFormatter.java :

724 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos);

51. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

727 : ITextRegion region = flatNode.getRegionAtCharacterOffset(insertPos);

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

AbstractCSSSourceFormatter.java :

727 : ITextRegion region = flatNode.getRegionAtCharacterOffset(insertPos);

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

AbstractCSSSourceFormatter.java :

738 : if (region.getType() != CSSRegionContexts.CSS_S) {

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

AbstractCSSSourceFormatter.java :

743 : int pos = (found ? it.getStructuredDocumentRegion().getStartOffset(region) : it.getStructuredDocumentRegion().getTextEndOffset(region)) - insertPos;

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

AbstractCSSSourceFormatter.java :

743 : int pos = (found ? it.getStructuredDocumentRegion().getStartOffset(region) : it.getStructuredDocumentRegion().getTextEndOffset(region)) - insertPos;

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

AbstractCSSSourceFormatter.java :

758 : IndexedRegion nnode = (IndexedRegion) node;

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

AbstractCSSSourceFormatter.java :

758 : IndexedRegion nnode = (IndexedRegion) node;

58. WARNING: DiscouragedReference

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

AbstractCSSSourceFormatter.java :

759 : if (insertPos <= 0 || !nnode.contains(insertPos - 1))

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

AbstractCSSSourceFormatter.java :

762 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos - 1);

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

AbstractCSSSourceFormatter.java :

762 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos - 1);

61. 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

AbstractCSSSourceFormatter.java :

762 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos - 1);

62. 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

AbstractCSSSourceFormatter.java :

765 : ITextRegion region = flatNode.getRegionAtCharacterOffset(insertPos - 1);

63. 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

AbstractCSSSourceFormatter.java :

765 : ITextRegion region = flatNode.getRegionAtCharacterOffset(insertPos - 1);

64. 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

AbstractCSSSourceFormatter.java :

776 : if (region.getType() != CSSRegionContexts.CSS_S) {

65. 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

AbstractCSSSourceFormatter.java :

781 : int pos = insertPos - (found ? it.getStructuredDocumentRegion().getTextEndOffset(region) : it.getStructuredDocumentRegion().getStartOffset(region));

66. 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

AbstractCSSSourceFormatter.java :

781 : int pos = insertPos - (found ? it.getStructuredDocumentRegion().getTextEndOffset(region) : it.getStructuredDocumentRegion().getStartOffset(region));

67. 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

AbstractCSSSourceFormatter.java :

800 : return (model != null) ? model.getStructuredDocument().getLineDelimiter() : "\n"; //$NON-NLS-1$

68. 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

AbstractCSSSourceFormatter.java :

800 : return (model != null) ? model.getStructuredDocument().getLineDelimiter() : "\n"; //$NON-NLS-1$

69. 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

AbstractCSSSourceFormatter.java :

809 : protected CompoundRegion[] getOutsideRegions(IStructuredDocument model, IRegion reg) {

70. 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

AbstractCSSSourceFormatter.java :

814 : ITextRegion textRegion = it.prev();

71. 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

AbstractCSSSourceFormatter.java :

815 : IStructuredDocumentRegion documentRegion = it.getStructuredDocumentRegion();

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

AbstractCSSSourceFormatter.java :

823 : ITextRegion textRegion = it.next();

73. 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

AbstractCSSSourceFormatter.java :

824 : IStructuredDocumentRegion documentRegion = it.getStructuredDocumentRegion();

74. 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

AbstractCSSSourceFormatter.java :

838 : CSSSourceGenerator formatter = (CSSSourceGenerator) ((INodeNotifier) parent).getAdapterFor(CSSSourceFormatter.class);

75. 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

AbstractCSSSourceFormatter.java :

838 : CSSSourceGenerator formatter = (CSSSourceGenerator) ((INodeNotifier) parent).getAdapterFor(CSSSourceFormatter.class);

76. 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

AbstractCSSSourceFormatter.java :

840 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter((INodeNotifier) parent);

77. 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

AbstractCSSSourceFormatter.java :

850 : protected CompoundRegion[] getRegions(IStructuredDocument model, IRegion reg, IRegion exceptFor, String pickupType) {

78. 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

AbstractCSSSourceFormatter.java :

857 : IStructuredDocumentRegion flatNode = model.getRegionAtCharacterOffset(start);

79. 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

AbstractCSSSourceFormatter.java :

857 : IStructuredDocumentRegion flatNode = model.getRegionAtCharacterOffset(start);

80. 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

AbstractCSSSourceFormatter.java :

859 : while (flatNode != null && flatNode.getStartOffset() < end) {

81. 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

AbstractCSSSourceFormatter.java :

860 : ITextRegionList regionList = flatNode.getRegions();

82. 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

AbstractCSSSourceFormatter.java :

860 : ITextRegionList regionList = flatNode.getRegions();

83. WARNING: DiscouragedReference

Discouraged access: The method iterator() 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

AbstractCSSSourceFormatter.java :

861 : Iterator it = regionList.iterator();

84. 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

AbstractCSSSourceFormatter.java :

863 : ITextRegion region = (ITextRegion) it.next();

85. 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

AbstractCSSSourceFormatter.java :

863 : ITextRegion region = (ITextRegion) it.next();

86. 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

AbstractCSSSourceFormatter.java :

864 : if (flatNode.getStartOffset(region) < start)

87. 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

AbstractCSSSourceFormatter.java :

866 : if (end <= flatNode.getStartOffset(region))

88. 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

AbstractCSSSourceFormatter.java :

868 : if (startE >= 0 && startE <= flatNode.getStartOffset(region) && flatNode.getEndOffset(region) <= endE)

89. 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

AbstractCSSSourceFormatter.java :

868 : if (startE >= 0 && startE <= flatNode.getStartOffset(region) && flatNode.getEndOffset(region) <= endE)

90. 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

AbstractCSSSourceFormatter.java :

870 : if (region.getType() == CSSRegionContexts.CSS_COMMENT || region.getType() == CSSRegionContexts.CSS_CDC || region.getType() == CSSRegionContexts.CSS_CDO)

91. 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

AbstractCSSSourceFormatter.java :

870 : if (region.getType() == CSSRegionContexts.CSS_COMMENT || region.getType() == CSSRegionContexts.CSS_CDC || region.getType() == CSSRegionContexts.CSS_CDO)

92. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSSourceFormatter.java :

870 : if (region.getType() == CSSRegionContexts.CSS_COMMENT || region.getType() == CSSRegionContexts.CSS_CDC || region.getType() == CSSRegionContexts.CSS_CDO)

93. 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

AbstractCSSSourceFormatter.java :

872 : else if (!pickuped && region.getType() == pickupType) {

94. 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

AbstractCSSSourceFormatter.java :

877 : flatNode = flatNode.getNext();

95. 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

AbstractCSSSourceFormatter.java :

890 : protected CompoundRegion[] getRegionsWithoutWhiteSpaces(IStructuredDocument model, IRegion reg, CSSCleanupStrategy stgy) {

96. 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

AbstractCSSSourceFormatter.java :

894 : IStructuredDocumentRegion flatNode = model.getRegionAtCharacterOffset(start);

97. 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

AbstractCSSSourceFormatter.java :

894 : IStructuredDocumentRegion flatNode = model.getRegionAtCharacterOffset(start);

98. 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

AbstractCSSSourceFormatter.java :

895 : while (flatNode != null && flatNode.getStartOffset() <= end) {

99. 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

AbstractCSSSourceFormatter.java :

896 : ITextRegionList regionList = flatNode.getRegions();

100. 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

AbstractCSSSourceFormatter.java :

896 : ITextRegionList regionList = flatNode.getRegions();

Source File: org/eclipse/wst/css/core/internal/formatter/AttrFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AttrFormatter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

AttrFormatter.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. 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

AttrFormatter.java :

53 : int end = ((IndexedRegion) node).getEndOffset();

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

AttrFormatter.java :

53 : int end = ((IndexedRegion) node).getEndOffset();

5. 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

AttrFormatter.java :

55 : int start = ((IndexedRegion) node).getStartOffset();

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

AttrFormatter.java :

55 : int start = ((IndexedRegion) node).getStartOffset();

7. 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

AttrFormatter.java :

56 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

8. 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

AttrFormatter.java :

56 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

Source File: org/eclipse/wst/css/core/internal/formatter/CSSFormatUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFormatUtil.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFormatUtil.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFormatUtil.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSFormatUtil.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

5. 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

CSSFormatUtil.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

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

CSSFormatUtil.java :

31 : public List collectCSSNodes(IStructuredModel model, int start, int length) {

7. 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

CSSFormatUtil.java :

34 : IndexedRegion startNode = model.getIndexedRegion(start);

8. 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

CSSFormatUtil.java :

34 : IndexedRegion startNode = model.getIndexedRegion(start);

9. 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

CSSFormatUtil.java :

35 : IndexedRegion endNode = model.getIndexedRegion(start + length - 1);

10. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFormatUtil.java :

35 : IndexedRegion endNode = model.getIndexedRegion(start + length - 1);

11. 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

CSSFormatUtil.java :

45 : for (ICSSNode node = ca.getFirstChild(); node != null && start + length < ((IndexedRegion) node).getStartOffset(); node = node.getNextSibling()) {

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

CSSFormatUtil.java :

45 : for (ICSSNode node = ca.getFirstChild(); node != null && start + length < ((IndexedRegion) node).getStartOffset(); node = node.getNextSibling()) {

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

CSSFormatUtil.java :

46 : if (start < ((IndexedRegion) node).getEndOffset()) {

14. 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

CSSFormatUtil.java :

46 : if (start < ((IndexedRegion) node).getEndOffset()) {

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSFormatUtil.java :

52 : else if (model instanceof IDOMModel && startNode instanceof IDOMNode && endNode instanceof IDOMNode) {

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

CSSFormatUtil.java :

52 : else if (model instanceof IDOMModel && startNode instanceof IDOMNode && endNode instanceof IDOMNode) {

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

CSSFormatUtil.java :

52 : else if (model instanceof IDOMModel && startNode instanceof IDOMNode && endNode instanceof IDOMNode) {

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

CSSFormatUtil.java :

54 : startNode = (IndexedRegion) ((Text) startNode).getParentNode();

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

CSSFormatUtil.java :

57 : endNode = (IndexedRegion) ((Text) endNode).getParentNode();

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

CSSFormatUtil.java :

60 : IDOMNode ca = (IDOMNode) getCommonAncestor((Node) startNode, (Node) endNode);

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSFormatUtil.java :

60 : IDOMNode ca = (IDOMNode) getCommonAncestor((Node) startNode, (Node) endNode);

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSFormatUtil.java :

87 : private void findCSS(List cssNodes, IDOMNode node) {

23. 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

CSSFormatUtil.java :

89 : adapter = (ICSSModelAdapter) node.getAdapterFor(IStyleSheetAdapter.class);

24. 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

CSSFormatUtil.java :

97 : adapter = (ICSSModelAdapter) node.getAdapterFor(IStyleDeclarationAdapter.class);

25. 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

CSSFormatUtil.java :

106 : for (IDOMNode child = (IDOMNode) node.getFirstChild(); child != null; child = (IDOMNode) child.getNextSibling()) {

26. 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

CSSFormatUtil.java :

106 : for (IDOMNode child = (IDOMNode) node.getFirstChild(); child != null; child = (IDOMNode) child.getNextSibling()) {

27. 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

CSSFormatUtil.java :

106 : for (IDOMNode child = (IDOMNode) node.getFirstChild(); child != null; child = (IDOMNode) child.getNextSibling()) {

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

CSSFormatUtil.java :

129 : public void replaceSource(IStructuredModel model, int offset, int length, String source) {

29. 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

CSSFormatUtil.java :

132 : IStructuredDocument structuredDocument = model.getStructuredDocument();

30. 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

CSSFormatUtil.java :

132 : IStructuredDocument structuredDocument = model.getStructuredDocument();

31. WARNING: DiscouragedReference

Discouraged access: The method containsReadOnly(int, int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFormatUtil.java :

136 : if (structuredDocument.containsReadOnly(offset, length))

32. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) 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

CSSFormatUtil.java :

149 : structuredDocument.replaceText(structuredDocument, offset, length, source);

Source File: org/eclipse/wst/css/core/internal/formatter/CSSSourceFormatterFactory.java
1. 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

CSSSourceFormatterFactory.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

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

CSSSourceFormatterFactory.java :

32 : public CSSSourceGenerator getSourceFormatter(INodeNotifier target) {

Source File: org/eclipse/wst/css/core/internal/formatter/CharsetRuleFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

CharsetRuleFormatter.java :

27 : 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

CharsetRuleFormatter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

CharsetRuleFormatter.java :

59 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

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

CharsetRuleFormatter.java :

59 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

7. 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

CharsetRuleFormatter.java :

60 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

CharsetRuleFormatter.java :

60 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

CharsetRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

10. 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

CharsetRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

11. 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

CharsetRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

CharsetRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

CharsetRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

14. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

62 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

15. 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

CharsetRuleFormatter.java :

62 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

16. 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

CharsetRuleFormatter.java :

62 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

CharsetRuleFormatter.java :

62 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

18. 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

CharsetRuleFormatter.java :

66 : ITextRegion prev = it.prev();

19. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

67 : if (prev.getType() == CSSRegionContexts.CSS_S)

20. 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

CharsetRuleFormatter.java :

68 : context.start = it.getStructuredDocumentRegion().getStartOffset(prev);

21. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

70 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

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

CharsetRuleFormatter.java :

72 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

23. 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

CharsetRuleFormatter.java :

73 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

24. 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

CharsetRuleFormatter.java :

75 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

25. 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

CharsetRuleFormatter.java :

75 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

26. 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

CharsetRuleFormatter.java :

75 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

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

CharsetRuleFormatter.java :

75 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

28. 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

CharsetRuleFormatter.java :

75 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

76 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

30. 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

CharsetRuleFormatter.java :

76 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

31. 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

CharsetRuleFormatter.java :

76 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

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

CharsetRuleFormatter.java :

76 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

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

CharsetRuleFormatter.java :

77 : if (region.getType() == CSSRegionContexts.CSS_S) {

34. 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

CharsetRuleFormatter.java :

78 : context.start = flatNode.getStartOffset(region);

35. 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

CharsetRuleFormatter.java :

79 : context.end = flatNode.getStartOffset(region);

36. 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

CharsetRuleFormatter.java :

81 : context.start = flatNode.getEndOffset() + 1;

37. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

82 : context.end = flatNode.getEndOffset();

38. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

98 : int end = ((IndexedRegion) node).getEndOffset();

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

CharsetRuleFormatter.java :

98 : int end = ((IndexedRegion) node).getEndOffset();

40. 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

CharsetRuleFormatter.java :

100 : int start = ((IndexedRegion) node).getStartOffset();

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

CharsetRuleFormatter.java :

100 : int start = ((IndexedRegion) node).getStartOffset();

42. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

122 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

43. 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

CharsetRuleFormatter.java :

122 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

44. 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

CharsetRuleFormatter.java :

148 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

45. 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

CharsetRuleFormatter.java :

148 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

46. 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

CharsetRuleFormatter.java :

149 : return ((IndexedRegion) attr).getStartOffset();

47. 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

CharsetRuleFormatter.java :

149 : return ((IndexedRegion) attr).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

CharsetRuleFormatter.java :

150 : IndexedRegion iNode = (IndexedRegion) node;

49. 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

CharsetRuleFormatter.java :

150 : IndexedRegion iNode = (IndexedRegion) node;

50. 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

CharsetRuleFormatter.java :

151 : if (iNode.getEndOffset() <= 0)

51. 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

CharsetRuleFormatter.java :

154 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset()), stgy);

52. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

154 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset()), stgy);

53. 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

CharsetRuleFormatter.java :

154 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset()), stgy);

54. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CharsetRuleFormatter.java :

154 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset()), stgy);

55. 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

CharsetRuleFormatter.java :

159 : return iNode.getEndOffset();

56. 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

CharsetRuleFormatter.java :

166 : int n = ((IndexedRegion) node).getEndOffset();

57. 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

CharsetRuleFormatter.java :

166 : int n = ((IndexedRegion) node).getEndOffset();

58. 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

CharsetRuleFormatter.java :

168 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

59. 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

CharsetRuleFormatter.java :

168 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

60. 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

CharsetRuleFormatter.java :

168 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

61. 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

CharsetRuleFormatter.java :

169 : if (flatNode.getRegionAtCharacterOffset(n - 1).getType() == CSSRegionContexts.CSS_DELIMITER)

62. 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

CharsetRuleFormatter.java :

169 : if (flatNode.getRegionAtCharacterOffset(n - 1).getType() == CSSRegionContexts.CSS_DELIMITER)

Source File: org/eclipse/wst/css/core/internal/formatter/CompoundRegion.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

CompoundRegion.java :

13 : 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

CompoundRegion.java :

14 : 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

CompoundRegion.java :

18 : CompoundRegion(IStructuredDocumentRegion documentRegion, ITextRegion textRegion) {

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

CompoundRegion.java :

18 : CompoundRegion(IStructuredDocumentRegion documentRegion, ITextRegion textRegion) {

5. 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

CompoundRegion.java :

24 : IStructuredDocumentRegion getDocumentRegion() {

6. 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

CompoundRegion.java :

28 : ITextRegion getTextRegion() {

7. 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

CompoundRegion.java :

33 : return fTextRegion.getType();

8. 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

CompoundRegion.java :

37 : return fDocumentRegion.getText(fTextRegion);

9. WARNING: DiscouragedReference

Discouraged access: The method getFullText(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

CompoundRegion.java :

43 : return fDocumentRegion.getFullText(fTextRegion);

10. 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

CompoundRegion.java :

47 : return fDocumentRegion.getStartOffset(fTextRegion);

11. 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

CompoundRegion.java :

51 : return fDocumentRegion.getEndOffset(fTextRegion);

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

CompoundRegion.java :

55 : private IStructuredDocumentRegion fDocumentRegion;

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

CompoundRegion.java :

56 : private ITextRegion fTextRegion;

Source File: org/eclipse/wst/css/core/internal/formatter/CounterFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

CounterFormatter.java :

27 : 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

CounterFormatter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

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

CounterFormatter.java :

60 : IndexedRegion iNode = (IndexedRegion) node;

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

CounterFormatter.java :

60 : IndexedRegion iNode = (IndexedRegion) node;

7. 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

CounterFormatter.java :

61 : context.start = iNode.getStartOffset();

8. 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

CounterFormatter.java :

62 : context.end = iNode.getEndOffset();

9. 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

CounterFormatter.java :

163 : int start = ((IndexedRegion) node).getStartOffset();

10. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

163 : int start = ((IndexedRegion) node).getStartOffset();

11. 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

CounterFormatter.java :

164 : int end = ((IndexedRegion) node).getEndOffset();

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

CounterFormatter.java :

164 : int end = ((IndexedRegion) node).getEndOffset();

13. 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

CounterFormatter.java :

170 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

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

CounterFormatter.java :

170 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

15. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

232 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

16. 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

CounterFormatter.java :

232 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

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

CounterFormatter.java :

253 : IndexedRegion iNode = (IndexedRegion) node;

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

CounterFormatter.java :

253 : IndexedRegion iNode = (IndexedRegion) node;

19. 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

CounterFormatter.java :

256 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

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

CounterFormatter.java :

256 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

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

CounterFormatter.java :

257 : return ((IndexedRegion) attr).getStartOffset();

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

CounterFormatter.java :

257 : return ((IndexedRegion) attr).getStartOffset();

23. 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

CounterFormatter.java :

258 : if (iNode.getEndOffset() <= 0)

24. 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

CounterFormatter.java :

261 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

25. 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

CounterFormatter.java :

261 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

26. 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

CounterFormatter.java :

261 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

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

CounterFormatter.java :

261 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

28. 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

CounterFormatter.java :

262 : RegionIterator it = new RegionIterator(flatNode, flatNode.getRegionAtCharacterOffset(iNode.getEndOffset() - 1));

29. 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

CounterFormatter.java :

262 : RegionIterator it = new RegionIterator(flatNode, flatNode.getRegionAtCharacterOffset(iNode.getEndOffset() - 1));

30. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

264 : ITextRegion region = it.prev();

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

CounterFormatter.java :

265 : if (region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_FUNCTION)

32. 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

CounterFormatter.java :

266 : return it.getStructuredDocumentRegion().getEndOffset(region);

33. 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

CounterFormatter.java :

268 : return ((IndexedRegion) node).getEndOffset();

34. 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

CounterFormatter.java :

268 : return ((IndexedRegion) node).getEndOffset();

35. 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

CounterFormatter.java :

272 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

36. 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

CounterFormatter.java :

272 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

37. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

273 : return ((IndexedRegion) attr).getStartOffset();

38. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

273 : return ((IndexedRegion) attr).getStartOffset();

39. 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

CounterFormatter.java :

275 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

40. 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

CounterFormatter.java :

275 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

41. 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

CounterFormatter.java :

275 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

42. 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

CounterFormatter.java :

275 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

43. 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

CounterFormatter.java :

276 : RegionIterator it = new RegionIterator(flatNode, flatNode.getRegionAtCharacterOffset(iNode.getEndOffset() - 1));

44. 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

CounterFormatter.java :

276 : RegionIterator it = new RegionIterator(flatNode, flatNode.getRegionAtCharacterOffset(iNode.getEndOffset() - 1));

45. 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

CounterFormatter.java :

278 : ITextRegion region = it.prev();

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

CounterFormatter.java :

279 : if (region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_OPERATOR)

47. 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

CounterFormatter.java :

280 : return it.getStructuredDocumentRegion().getEndOffset(region);

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

CounterFormatter.java :

281 : else if (region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_FUNCTION)

49. 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

CounterFormatter.java :

282 : return it.getStructuredDocumentRegion().getEndOffset(region);

50. 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

CounterFormatter.java :

284 : return ((IndexedRegion) node).getEndOffset();

51. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

284 : return ((IndexedRegion) node).getEndOffset();

52. 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

CounterFormatter.java :

288 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

53. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

288 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

54. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CounterFormatter.java :

289 : return ((IndexedRegion) attr).getStartOffset();

55. 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

CounterFormatter.java :

289 : return ((IndexedRegion) attr).getStartOffset();

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

CounterFormatter.java :

291 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

57. 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

CounterFormatter.java :

291 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

58. 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

CounterFormatter.java :

291 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

59. 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

CounterFormatter.java :

291 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(iNode.getEndOffset() - 1);

60. 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

CounterFormatter.java :

292 : RegionIterator it = new RegionIterator(flatNode, flatNode.getRegionAtCharacterOffset(iNode.getEndOffset() - 1));

61. 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

CounterFormatter.java :

292 : RegionIterator it = new RegionIterator(flatNode, flatNode.getRegionAtCharacterOffset(iNode.getEndOffset() - 1));

62. 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

CounterFormatter.java :

295 : ITextRegion region = it.prev();

63. 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

CounterFormatter.java :

296 : if (region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_OPERATOR) {

64. 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

CounterFormatter.java :

300 : return it.getStructuredDocumentRegion().getEndOffset(region);

65. 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

CounterFormatter.java :

302 : else if (region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_FUNCTION)

66. 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

CounterFormatter.java :

303 : return it.getStructuredDocumentRegion().getEndOffset(region);

67. 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

CounterFormatter.java :

305 : return ((IndexedRegion) node).getEndOffset();

68. 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

CounterFormatter.java :

305 : return ((IndexedRegion) node).getEndOffset();

Source File: org/eclipse/wst/css/core/internal/formatter/DeclContainerFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DeclContainerFormatter.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

DeclContainerFormatter.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DeclContainerFormatter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. 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

DeclContainerFormatter.java :

71 : int end = ((IndexedRegion) node).getEndOffset();

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

DeclContainerFormatter.java :

71 : int end = ((IndexedRegion) node).getEndOffset();

6. 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

DeclContainerFormatter.java :

72 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

7. 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

DeclContainerFormatter.java :

72 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

8. 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

DeclContainerFormatter.java :

72 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

9. 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

DeclContainerFormatter.java :

72 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

DeclContainerFormatter.java :

74 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

11. 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

DeclContainerFormatter.java :

74 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

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

DeclContainerFormatter.java :

95 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

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

DeclContainerFormatter.java :

95 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

14. 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

DeclContainerFormatter.java :

109 : int n = ((IndexedRegion) node).getEndOffset();

15. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DeclContainerFormatter.java :

109 : int n = ((IndexedRegion) node).getEndOffset();

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

DeclContainerFormatter.java :

111 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

17. 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

DeclContainerFormatter.java :

111 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

18. 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

DeclContainerFormatter.java :

111 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

19. 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

DeclContainerFormatter.java :

112 : if (flatNode.getRegionAtCharacterOffset(n - 1).getType() == CSSRegionContexts.CSS_RBRACE)

20. 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

DeclContainerFormatter.java :

112 : if (flatNode.getRegionAtCharacterOffset(n - 1).getType() == CSSRegionContexts.CSS_RBRACE)

Source File: org/eclipse/wst/css/core/internal/formatter/DefaultCSSSourceFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DefaultCSSSourceFormatter.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. 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

DefaultCSSSourceFormatter.java :

121 : int n = ((IndexedRegion) node).getEndOffset();

3. 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

DefaultCSSSourceFormatter.java :

121 : int n = ((IndexedRegion) node).getEndOffset();

Source File: org/eclipse/wst/css/core/internal/formatter/FontFaceRuleFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FontFaceRuleFormatter.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

FontFaceRuleFormatter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. 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

FontFaceRuleFormatter.java :

45 : int start = ((IndexedRegion) node).getStartOffset();

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

FontFaceRuleFormatter.java :

45 : int start = ((IndexedRegion) node).getStartOffset();

5. 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

FontFaceRuleFormatter.java :

46 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

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

FontFaceRuleFormatter.java :

46 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

7. 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

FontFaceRuleFormatter.java :

46 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

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

FontFaceRuleFormatter.java :

46 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

9. 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

FontFaceRuleFormatter.java :

48 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

10. 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

FontFaceRuleFormatter.java :

48 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FontFaceRuleFormatter.java :

73 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

12. 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

FontFaceRuleFormatter.java :

73 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

Source File: org/eclipse/wst/css/core/internal/formatter/FunctionFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FunctionFormatter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

FunctionFormatter.java :

22 : 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

FunctionFormatter.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. 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

FunctionFormatter.java :

43 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

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

FunctionFormatter.java :

43 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

6. 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

FunctionFormatter.java :

44 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

7. 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

FunctionFormatter.java :

44 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

8. 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

FunctionFormatter.java :

48 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

9. 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

FunctionFormatter.java :

48 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

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

FunctionFormatter.java :

77 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

11. 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

FunctionFormatter.java :

77 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

12. 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

FunctionFormatter.java :

93 : int end = ((IndexedRegion) node).getEndOffset();

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

FunctionFormatter.java :

93 : int end = ((IndexedRegion) node).getEndOffset();

14. 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

FunctionFormatter.java :

94 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

15. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FunctionFormatter.java :

94 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

16. 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

FunctionFormatter.java :

94 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

FunctionFormatter.java :

94 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

FunctionFormatter.java :

96 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

19. 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

FunctionFormatter.java :

96 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

20. 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

FunctionFormatter.java :

113 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

21. 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

FunctionFormatter.java :

113 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

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

FunctionFormatter.java :

127 : int start = ((IndexedRegion) node).getStartOffset();

23. 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

FunctionFormatter.java :

127 : int start = ((IndexedRegion) node).getStartOffset();

24. 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

FunctionFormatter.java :

128 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

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

FunctionFormatter.java :

128 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

26. 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

FunctionFormatter.java :

128 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

27. 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

FunctionFormatter.java :

128 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

28. 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

FunctionFormatter.java :

133 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

29. 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

FunctionFormatter.java :

133 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

30. 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

FunctionFormatter.java :

154 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

31. 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

FunctionFormatter.java :

154 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

32. 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

FunctionFormatter.java :

170 : int n = ((IndexedRegion) node).getEndOffset();

33. 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

FunctionFormatter.java :

170 : int n = ((IndexedRegion) node).getEndOffset();

34. 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

FunctionFormatter.java :

172 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

35. 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

FunctionFormatter.java :

172 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

36. 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

FunctionFormatter.java :

172 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

37. 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

FunctionFormatter.java :

173 : if (flatNode.getRegionAtCharacterOffset(n - 1).getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_PARENTHESIS_CLOSE)

38. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FunctionFormatter.java :

173 : if (flatNode.getRegionAtCharacterOffset(n - 1).getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_PARENTHESIS_CLOSE)

Source File: org/eclipse/wst/css/core/internal/formatter/ImportRuleFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

ImportRuleFormatter.java :

27 : 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

ImportRuleFormatter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

ImportRuleFormatter.java :

59 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

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

ImportRuleFormatter.java :

59 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

7. 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

ImportRuleFormatter.java :

60 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

ImportRuleFormatter.java :

60 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

ImportRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

10. 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

ImportRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

11. 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

ImportRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

ImportRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

ImportRuleFormatter.java :

61 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

14. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

62 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

15. 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

ImportRuleFormatter.java :

62 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

16. 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

ImportRuleFormatter.java :

62 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

ImportRuleFormatter.java :

62 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

18. 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

ImportRuleFormatter.java :

66 : ITextRegion prev = it.prev();

19. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

67 : if (prev.getType() == CSSRegionContexts.CSS_S)

20. 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

ImportRuleFormatter.java :

68 : context.start = it.getStructuredDocumentRegion().getStartOffset(prev);

21. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

70 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

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

ImportRuleFormatter.java :

73 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

23. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

77 : ITextRegion next = it.next();

24. 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

ImportRuleFormatter.java :

78 : if (next.getType() == CSSRegionContexts.CSS_S)

25. 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

ImportRuleFormatter.java :

79 : context.end = it.getStructuredDocumentRegion().getEndOffset(next);

26. 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

ImportRuleFormatter.java :

81 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

27. 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

ImportRuleFormatter.java :

83 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

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

ImportRuleFormatter.java :

86 : IStructuredDocumentRegion flatNode = null;

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

87 : ITextRegion region = null;

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

ImportRuleFormatter.java :

89 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

31. 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

ImportRuleFormatter.java :

89 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

32. 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

ImportRuleFormatter.java :

89 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

33. 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

ImportRuleFormatter.java :

89 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

34. 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

ImportRuleFormatter.java :

90 : region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

35. 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

ImportRuleFormatter.java :

90 : region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

36. 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

ImportRuleFormatter.java :

90 : region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

37. 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

ImportRuleFormatter.java :

92 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) child).getStartOffset() - 1);

38. 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

ImportRuleFormatter.java :

92 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) child).getStartOffset() - 1);

39. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

92 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) child).getStartOffset() - 1);

40. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

92 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) child).getStartOffset() - 1);

41. 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

ImportRuleFormatter.java :

93 : region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) child).getStartOffset() - 1);

42. 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

ImportRuleFormatter.java :

93 : region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) child).getStartOffset() - 1);

43. 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

ImportRuleFormatter.java :

93 : region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) child).getStartOffset() - 1);

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

ImportRuleFormatter.java :

95 : if (region.getType() == CSSRegionContexts.CSS_S) {

45. 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

ImportRuleFormatter.java :

96 : context.start = flatNode.getStartOffset(region);

46. 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

ImportRuleFormatter.java :

97 : context.end = flatNode.getEndOffset(region);

47. 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

ImportRuleFormatter.java :

99 : context.start = flatNode.getEndOffset();

48. 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

ImportRuleFormatter.java :

100 : context.end = flatNode.getEndOffset();

49. 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

ImportRuleFormatter.java :

119 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

50. 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

ImportRuleFormatter.java :

119 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

51. 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

ImportRuleFormatter.java :

120 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

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

ImportRuleFormatter.java :

120 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

53. 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

ImportRuleFormatter.java :

124 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

54. 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

ImportRuleFormatter.java :

124 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

55. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ImportRuleFormatter.java :

158 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

56. 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

ImportRuleFormatter.java :

158 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

57. 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

ImportRuleFormatter.java :

168 : if (((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength())

58. 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

ImportRuleFormatter.java :

168 : if (((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength())

59. 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

ImportRuleFormatter.java :

181 : int end = ((IndexedRegion) node).getEndOffset();

60. 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

ImportRuleFormatter.java :

181 : int end = ((IndexedRegion) node).getEndOffset();

61. 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

ImportRuleFormatter.java :

182 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

ImportRuleFormatter.java :

182 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

63. 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

ImportRuleFormatter.java :

182 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

ImportRuleFormatter.java :

182 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

65. 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

ImportRuleFormatter.java :

184 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

66. 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

ImportRuleFormatter.java :

184 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

67. 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

ImportRuleFormatter.java :

201 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

68. 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

ImportRuleFormatter.java :

201 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

69. 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

ImportRuleFormatter.java :

215 : int start = ((IndexedRegion) node).getStartOffset();

70. 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

ImportRuleFormatter.java :

215 : int start = ((IndexedRegion) node).getStartOffset();

71. 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

ImportRuleFormatter.java :

216 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

72. 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

ImportRuleFormatter.java :

216 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

73. 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

ImportRuleFormatter.java :

216 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

74. 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

ImportRuleFormatter.java :

216 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

75. 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

ImportRuleFormatter.java :

221 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

76. 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

ImportRuleFormatter.java :

221 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

77. 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

ImportRuleFormatter.java :

262 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

78. 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

ImportRuleFormatter.java :

262 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

79. 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

ImportRuleFormatter.java :

290 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

80. 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

ImportRuleFormatter.java :

290 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

81. 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

ImportRuleFormatter.java :

291 : return ((IndexedRegion) attr).getStartOffset();

82. 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

ImportRuleFormatter.java :

291 : return ((IndexedRegion) attr).getStartOffset();

83. 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

ImportRuleFormatter.java :

292 : IndexedRegion iNode = (IndexedRegion) node;

84. 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

ImportRuleFormatter.java :

292 : IndexedRegion iNode = (IndexedRegion) node;

85. 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

ImportRuleFormatter.java :

293 : if (iNode.getEndOffset() <= 0)

86. 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

ImportRuleFormatter.java :

298 : if (child != null && ((IndexedRegion) child).getEndOffset() > 0)

87. 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

ImportRuleFormatter.java :

298 : if (child != null && ((IndexedRegion) child).getEndOffset() > 0)

88. 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

ImportRuleFormatter.java :

299 : formatRegion = new FormatRegion(iNode.getStartOffset(), ((IndexedRegion) child).getStartOffset() - iNode.getStartOffset());

89. 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

ImportRuleFormatter.java :

299 : formatRegion = new FormatRegion(iNode.getStartOffset(), ((IndexedRegion) child).getStartOffset() - iNode.getStartOffset());

90. 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

ImportRuleFormatter.java :

299 : formatRegion = new FormatRegion(iNode.getStartOffset(), ((IndexedRegion) child).getStartOffset() - iNode.getStartOffset());

91. 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

ImportRuleFormatter.java :

299 : formatRegion = new FormatRegion(iNode.getStartOffset(), ((IndexedRegion) child).getStartOffset() - iNode.getStartOffset());

92. 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

ImportRuleFormatter.java :

301 : formatRegion = new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset());

93. 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

ImportRuleFormatter.java :

301 : formatRegion = new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset());

94. 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

ImportRuleFormatter.java :

301 : formatRegion = new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset());

95. 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

ImportRuleFormatter.java :

302 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), formatRegion, getCleanupStrategy(node));

96. 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

ImportRuleFormatter.java :

314 : return (child != null && ((IndexedRegion) child).getEndOffset() > 0) ? ((IndexedRegion) child).getStartOffset() : iNode.getEndOffset();

97. 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

ImportRuleFormatter.java :

314 : return (child != null && ((IndexedRegion) child).getEndOffset() > 0) ? ((IndexedRegion) child).getStartOffset() : iNode.getEndOffset();

98. 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

ImportRuleFormatter.java :

314 : return (child != null && ((IndexedRegion) child).getEndOffset() > 0) ? ((IndexedRegion) child).getStartOffset() : iNode.getEndOffset();

99. 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

ImportRuleFormatter.java :

314 : return (child != null && ((IndexedRegion) child).getEndOffset() > 0) ? ((IndexedRegion) child).getStartOffset() : iNode.getEndOffset();

100. 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

ImportRuleFormatter.java :

314 : return (child != null && ((IndexedRegion) child).getEndOffset() > 0) ? ((IndexedRegion) child).getStartOffset() : iNode.getEndOffset();

Source File: org/eclipse/wst/css/core/internal/formatter/MediaListFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaListFormatter.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

MediaListFormatter.java :

24 : 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

MediaListFormatter.java :

25 : 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

MediaListFormatter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

MediaListFormatter.java :

54 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

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

MediaListFormatter.java :

54 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

7. 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

MediaListFormatter.java :

55 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

MediaListFormatter.java :

55 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

MediaListFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

10. 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

MediaListFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

11. 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

MediaListFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

MediaListFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

MediaListFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

14. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaListFormatter.java :

57 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

15. 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

MediaListFormatter.java :

57 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

16. 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

MediaListFormatter.java :

57 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

MediaListFormatter.java :

57 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

18. 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

MediaListFormatter.java :

60 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

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

MediaListFormatter.java :

62 : ITextRegion prev = it.prev();

20. 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

MediaListFormatter.java :

63 : if (prev.getType() == CSSRegionContexts.CSS_S || prev.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || prev.getType() == CSSRegionContexts.CSS_COMMENT)

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

MediaListFormatter.java :

63 : if (prev.getType() == CSSRegionContexts.CSS_S || prev.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || prev.getType() == CSSRegionContexts.CSS_COMMENT)

22. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaListFormatter.java :

63 : if (prev.getType() == CSSRegionContexts.CSS_S || prev.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || prev.getType() == CSSRegionContexts.CSS_COMMENT)

23. 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

MediaListFormatter.java :

64 : context.start = it.getStructuredDocumentRegion().getStartOffset(prev);

24. 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

MediaListFormatter.java :

68 : if (context.start < ((IndexedRegion) node).getStartOffset()) {

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

MediaListFormatter.java :

68 : if (context.start < ((IndexedRegion) node).getStartOffset()) {

26. 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

MediaListFormatter.java :

69 : context.start = ((IndexedRegion) node).getStartOffset();

27. 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

MediaListFormatter.java :

69 : context.start = ((IndexedRegion) node).getStartOffset();

28. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaListFormatter.java :

74 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaListFormatter.java :

76 : ITextRegion next = it.next();

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

MediaListFormatter.java :

77 : if (next.getType() == CSSRegionContexts.CSS_S || next.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || next.getType() == CSSRegionContexts.CSS_COMMENT)

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

MediaListFormatter.java :

77 : if (next.getType() == CSSRegionContexts.CSS_S || next.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || next.getType() == CSSRegionContexts.CSS_COMMENT)

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

MediaListFormatter.java :

77 : if (next.getType() == CSSRegionContexts.CSS_S || next.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || next.getType() == CSSRegionContexts.CSS_COMMENT)

33. 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

MediaListFormatter.java :

78 : context.end = it.getStructuredDocumentRegion().getEndOffset(next);

34. 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

MediaListFormatter.java :

82 : if (((IndexedRegion) node).getEndOffset() < context.end) {

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

MediaListFormatter.java :

82 : if (((IndexedRegion) node).getEndOffset() < context.end) {

36. 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

MediaListFormatter.java :

83 : context.end = ((IndexedRegion) node).getEndOffset();

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

MediaListFormatter.java :

83 : context.end = ((IndexedRegion) node).getEndOffset();

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

MediaListFormatter.java :

88 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

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

MediaListFormatter.java :

88 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

40. 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

MediaListFormatter.java :

88 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

41. 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

MediaListFormatter.java :

88 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

42. 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

MediaListFormatter.java :

88 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

43. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaListFormatter.java :

89 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

44. 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

MediaListFormatter.java :

89 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

45. 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

MediaListFormatter.java :

89 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

46. 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

MediaListFormatter.java :

89 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

47. 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

MediaListFormatter.java :

91 : context.start = it.getStructuredDocumentRegion().getEndOffset(region);

48. 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

MediaListFormatter.java :

92 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

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

MediaListFormatter.java :

94 : ITextRegion prev = it.prev();

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

MediaListFormatter.java :

95 : if (prev.getType() == CSSRegionContexts.CSS_S || prev.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || prev.getType() == CSSRegionContexts.CSS_COMMENT)

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

MediaListFormatter.java :

95 : if (prev.getType() == CSSRegionContexts.CSS_S || prev.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || prev.getType() == CSSRegionContexts.CSS_COMMENT)

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

MediaListFormatter.java :

95 : if (prev.getType() == CSSRegionContexts.CSS_S || prev.getType() == CSSRegionContexts.CSS_MEDIA_SEPARATOR || prev.getType() == CSSRegionContexts.CSS_COMMENT)

53. 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

MediaListFormatter.java :

96 : context.start = it.getStructuredDocumentRegion().getStartOffset(prev);

54. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaListFormatter.java :

100 : if (context.start < ((IndexedRegion) node).getStartOffset()) {

55. 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

MediaListFormatter.java :

100 : if (context.start < ((IndexedRegion) node).getStartOffset()) {

56. 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

MediaListFormatter.java :

101 : context.start = ((IndexedRegion) node).getStartOffset();

57. 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

MediaListFormatter.java :

101 : context.start = ((IndexedRegion) node).getStartOffset();

58. 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

MediaListFormatter.java :

129 : int start = ((IndexedRegion) node).getStartOffset();

59. 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

MediaListFormatter.java :

129 : int start = ((IndexedRegion) node).getStartOffset();

60. 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

MediaListFormatter.java :

130 : int end = ((IndexedRegion) node).getEndOffset();

61. 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

MediaListFormatter.java :

130 : int end = ((IndexedRegion) node).getEndOffset();

62. 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

MediaListFormatter.java :

133 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

63. 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

MediaListFormatter.java :

133 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

64. 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

MediaListFormatter.java :

165 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

65. 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

MediaListFormatter.java :

165 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

66. 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

MediaListFormatter.java :

186 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

67. 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

MediaListFormatter.java :

186 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

68. 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

MediaListFormatter.java :

187 : return ((IndexedRegion) attr).getStartOffset();

69. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaListFormatter.java :

187 : return ((IndexedRegion) attr).getStartOffset();

70. 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

MediaListFormatter.java :

188 : IndexedRegion iNode = (IndexedRegion) node;

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

MediaListFormatter.java :

188 : IndexedRegion iNode = (IndexedRegion) node;

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

MediaListFormatter.java :

189 : if (iNode.getEndOffset() <= 0)

73. 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

MediaListFormatter.java :

200 : return iNode.getEndOffset();

Source File: org/eclipse/wst/css/core/internal/formatter/MediaRuleFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaRuleFormatter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

MediaRuleFormatter.java :

23 : 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

MediaRuleFormatter.java :

24 : 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

MediaRuleFormatter.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

MediaRuleFormatter.java :

48 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

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

MediaRuleFormatter.java :

48 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

7. 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

MediaRuleFormatter.java :

49 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

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

MediaRuleFormatter.java :

49 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

9. 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

MediaRuleFormatter.java :

53 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

10. 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

MediaRuleFormatter.java :

53 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaRuleFormatter.java :

138 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

12. 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

MediaRuleFormatter.java :

138 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

13. 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

MediaRuleFormatter.java :

152 : if (needS(outside[1]) && ((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength()) {

14. 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

MediaRuleFormatter.java :

152 : if (needS(outside[1]) && ((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength()) {

15. 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

MediaRuleFormatter.java :

169 : if (needS(outside[1]) && ((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength()) {

16. 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

MediaRuleFormatter.java :

169 : if (needS(outside[1]) && ((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength()) {

17. 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

MediaRuleFormatter.java :

180 : if (needS(outside[1]) && ((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength()) {

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

MediaRuleFormatter.java :

180 : if (needS(outside[1]) && ((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength()) {

19. 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

MediaRuleFormatter.java :

190 : int end = ((IndexedRegion) node).getEndOffset();

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

MediaRuleFormatter.java :

190 : int end = ((IndexedRegion) node).getEndOffset();

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

MediaRuleFormatter.java :

191 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

MediaRuleFormatter.java :

191 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

23. 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

MediaRuleFormatter.java :

191 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

MediaRuleFormatter.java :

191 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaRuleFormatter.java :

195 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

26. 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

MediaRuleFormatter.java :

195 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

27. 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

MediaRuleFormatter.java :

233 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

28. 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

MediaRuleFormatter.java :

233 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

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

MediaRuleFormatter.java :

247 : int start = ((IndexedRegion) node).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

MediaRuleFormatter.java :

247 : int start = ((IndexedRegion) node).getStartOffset();

31. 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

MediaRuleFormatter.java :

248 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

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

MediaRuleFormatter.java :

248 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

33. 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

MediaRuleFormatter.java :

248 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

34. 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

MediaRuleFormatter.java :

248 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

35. 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

MediaRuleFormatter.java :

253 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

36. 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

MediaRuleFormatter.java :

253 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

37. 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

MediaRuleFormatter.java :

278 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

38. 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

MediaRuleFormatter.java :

278 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

39. 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

MediaRuleFormatter.java :

294 : int n = ((IndexedRegion) node).getEndOffset();

40. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaRuleFormatter.java :

294 : int n = ((IndexedRegion) node).getEndOffset();

41. 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

MediaRuleFormatter.java :

296 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

42. 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

MediaRuleFormatter.java :

296 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

43. 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

MediaRuleFormatter.java :

296 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

44. 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

MediaRuleFormatter.java :

297 : if (flatNode.getRegionAtCharacterOffset(n - 1).getType() == CSSRegionContexts.CSS_LBRACE)

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

MediaRuleFormatter.java :

297 : if (flatNode.getRegionAtCharacterOffset(n - 1).getType() == CSSRegionContexts.CSS_LBRACE)

46. 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

MediaRuleFormatter.java :

324 : IndexedRegion nnode = (IndexedRegion) node;

47. 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

MediaRuleFormatter.java :

324 : IndexedRegion nnode = (IndexedRegion) node;

48. WARNING: DiscouragedReference

Discouraged access: The method contains(int) 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

MediaRuleFormatter.java :

325 : if (insertPos <= 0 || !nnode.contains(insertPos - 1))

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MediaRuleFormatter.java :

332 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos);

50. 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

MediaRuleFormatter.java :

332 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos);

51. 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

MediaRuleFormatter.java :

332 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(insertPos);

52. 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

MediaRuleFormatter.java :

335 : ITextRegion region = flatNode.getRegionAtCharacterOffset(insertPos);

53. 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

MediaRuleFormatter.java :

335 : ITextRegion region = flatNode.getRegionAtCharacterOffset(insertPos);

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

MediaRuleFormatter.java :

341 : if (region.getType() == CSSRegionContexts.CSS_LBRACE)

55. 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

MediaRuleFormatter.java :

343 : if (nnode.getEndOffset() <= it.getStructuredDocumentRegion().getEndOffset(region))

56. 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

MediaRuleFormatter.java :

343 : if (nnode.getEndOffset() <= it.getStructuredDocumentRegion().getEndOffset(region))

57. 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

MediaRuleFormatter.java :

346 : int pos = it.getStructuredDocumentRegion().getStartOffset(region) - insertPos;

58. 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

MediaRuleFormatter.java :

364 : IndexedRegion nnode = (IndexedRegion) node;

59. 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

MediaRuleFormatter.java :

364 : IndexedRegion nnode = (IndexedRegion) node;

60. WARNING: DiscouragedReference

Discouraged access: The method contains(int) 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

MediaRuleFormatter.java :

365 : if (insertPos <= 0 || !nnode.contains(insertPos - 1))

61. 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

MediaRuleFormatter.java :

372 : int pos = ((IndexedRegion) node.getFirstChild()).getEndOffset();

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

MediaRuleFormatter.java :

372 : int pos = ((IndexedRegion) node.getFirstChild()).getEndOffset();

63. 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

MediaRuleFormatter.java :

374 : pos = ((IndexedRegion) node).getStartOffset() + 6 /*

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

MediaRuleFormatter.java :

374 : pos = ((IndexedRegion) node).getStartOffset() + 6 /*

Source File: org/eclipse/wst/css/core/internal/formatter/PageRuleFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageRuleFormatter.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

PageRuleFormatter.java :

25 : 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

PageRuleFormatter.java :

26 : 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

PageRuleFormatter.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

PageRuleFormatter.java :

57 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

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

PageRuleFormatter.java :

57 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

7. 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

PageRuleFormatter.java :

58 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

PageRuleFormatter.java :

58 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

PageRuleFormatter.java :

59 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

10. 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

PageRuleFormatter.java :

59 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

11. 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

PageRuleFormatter.java :

59 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

12. 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

PageRuleFormatter.java :

59 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

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

PageRuleFormatter.java :

59 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

14. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageRuleFormatter.java :

60 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

15. 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

PageRuleFormatter.java :

60 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

16. 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

PageRuleFormatter.java :

60 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

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

PageRuleFormatter.java :

60 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

18. 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

PageRuleFormatter.java :

64 : ITextRegion next = it.next();

19. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageRuleFormatter.java :

65 : if (next.getType() == CSSRegionContexts.CSS_S)

20. 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

PageRuleFormatter.java :

66 : context.end = it.getStructuredDocumentRegion().getEndOffset(next);

21. 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

PageRuleFormatter.java :

68 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

22. 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

PageRuleFormatter.java :

71 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

23. 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

PageRuleFormatter.java :

72 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

24. 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

PageRuleFormatter.java :

107 : int start = ((IndexedRegion) node).getStartOffset();

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

PageRuleFormatter.java :

107 : int start = ((IndexedRegion) node).getStartOffset();

26. 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

PageRuleFormatter.java :

108 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

27. 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

PageRuleFormatter.java :

108 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

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

PageRuleFormatter.java :

108 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

29. 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

PageRuleFormatter.java :

108 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

30. 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

PageRuleFormatter.java :

111 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

31. 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

PageRuleFormatter.java :

111 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

32. 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

PageRuleFormatter.java :

141 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

33. 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

PageRuleFormatter.java :

141 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

34. 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

PageRuleFormatter.java :

168 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

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

PageRuleFormatter.java :

168 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

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

PageRuleFormatter.java :

169 : return ((IndexedRegion) attr).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

PageRuleFormatter.java :

169 : return ((IndexedRegion) attr).getStartOffset();

38. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageRuleFormatter.java :

170 : else if (((IndexedRegion) node).getEndOffset() > 0) {

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

PageRuleFormatter.java :

170 : else if (((IndexedRegion) node).getEndOffset() > 0) {

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

PageRuleFormatter.java :

171 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

41. 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

PageRuleFormatter.java :

171 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

42. 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

PageRuleFormatter.java :

171 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

43. 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

PageRuleFormatter.java :

171 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

44. 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

PageRuleFormatter.java :

171 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

45. 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

PageRuleFormatter.java :

172 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

46. 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

PageRuleFormatter.java :

172 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).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

PageRuleFormatter.java :

172 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).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

PageRuleFormatter.java :

172 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

49. 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

PageRuleFormatter.java :

176 : if (region.getType() == CSSRegionContexts.CSS_LBRACE) {

50. 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

PageRuleFormatter.java :

177 : return it.getStructuredDocumentRegion().getStartOffset(region);

51. 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

PageRuleFormatter.java :

179 : if (it.getStructuredDocumentRegion().getEndOffset(region) >= ((IndexedRegion) node).getEndOffset())

52. 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

PageRuleFormatter.java :

179 : if (it.getStructuredDocumentRegion().getEndOffset(region) >= ((IndexedRegion) node).getEndOffset())

53. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageRuleFormatter.java :

179 : if (it.getStructuredDocumentRegion().getEndOffset(region) >= ((IndexedRegion) node).getEndOffset())

54. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PageRuleFormatter.java :

183 : return ((IndexedRegion) node).getStartOffset();

55. 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

PageRuleFormatter.java :

183 : return ((IndexedRegion) node).getStartOffset();

Source File: org/eclipse/wst/css/core/internal/formatter/PrimitiveValueFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

PrimitiveValueFormatter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

PrimitiveValueFormatter.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. 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

PrimitiveValueFormatter.java :

49 : int start = ((IndexedRegion) node).getStartOffset();

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

PrimitiveValueFormatter.java :

49 : int start = ((IndexedRegion) node).getStartOffset();

5. 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

PrimitiveValueFormatter.java :

50 : int end = ((IndexedRegion) node).getEndOffset();

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

PrimitiveValueFormatter.java :

50 : int end = ((IndexedRegion) node).getEndOffset();

7. 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

PrimitiveValueFormatter.java :

55 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

8. 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

PrimitiveValueFormatter.java :

55 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

9. 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

PrimitiveValueFormatter.java :

253 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

10. 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

PrimitiveValueFormatter.java :

253 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

Source File: org/eclipse/wst/css/core/internal/formatter/StyleDeclItemFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

StyleDeclItemFormatter.java :

27 : 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

StyleDeclItemFormatter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

StyleDeclItemFormatter.java :

75 : int start = ((IndexedRegion) firstChild).getStartOffset();

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

StyleDeclItemFormatter.java :

75 : int start = ((IndexedRegion) firstChild).getStartOffset();

7. 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

StyleDeclItemFormatter.java :

76 : RegionIterator itr = new RegionIterator(node.getOwnerDocument().getModel().getStructuredDocument(), start);

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

StyleDeclItemFormatter.java :

78 : ITextRegion reg = itr.next();

9. 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

StyleDeclItemFormatter.java :

79 : if (reg != null && reg.getType() != CSSRegionContexts.CSS_S)

10. 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

StyleDeclItemFormatter.java :

80 : return reg.getTextLength();

11. 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

StyleDeclItemFormatter.java :

97 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

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

StyleDeclItemFormatter.java :

97 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

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

StyleDeclItemFormatter.java :

98 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

14. 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

StyleDeclItemFormatter.java :

98 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

15. 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

StyleDeclItemFormatter.java :

99 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

16. 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

StyleDeclItemFormatter.java :

99 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

17. 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

StyleDeclItemFormatter.java :

99 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

18. 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

StyleDeclItemFormatter.java :

99 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

StyleDeclItemFormatter.java :

99 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

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

StyleDeclItemFormatter.java :

100 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

21. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

100 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).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

StyleDeclItemFormatter.java :

100 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

23. 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

StyleDeclItemFormatter.java :

100 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getStartOffset());

24. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

104 : ITextRegion prev = it.prev();

25. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

105 : if (prev.getType() == CSSRegionContexts.CSS_S)

26. 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

StyleDeclItemFormatter.java :

106 : context.start = it.getStructuredDocumentRegion().getStartOffset(prev);

27. 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

StyleDeclItemFormatter.java :

108 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

28. 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

StyleDeclItemFormatter.java :

110 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

29. 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

StyleDeclItemFormatter.java :

111 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

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

StyleDeclItemFormatter.java :

113 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

31. 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

StyleDeclItemFormatter.java :

113 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

32. 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

StyleDeclItemFormatter.java :

113 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

33. 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

StyleDeclItemFormatter.java :

113 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

34. 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

StyleDeclItemFormatter.java :

113 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

35. 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

StyleDeclItemFormatter.java :

114 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

36. 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

StyleDeclItemFormatter.java :

114 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

37. 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

StyleDeclItemFormatter.java :

114 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

38. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

114 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getEndOffset() - 1);

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

StyleDeclItemFormatter.java :

115 : if (region.getType() == CSSRegionContexts.CSS_S) {

40. 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

StyleDeclItemFormatter.java :

116 : context.start = flatNode.getStartOffset(region);

41. 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

StyleDeclItemFormatter.java :

117 : context.end = flatNode.getEndOffset(region);

42. 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

StyleDeclItemFormatter.java :

119 : context.start = flatNode.getEndOffset();

43. 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

StyleDeclItemFormatter.java :

120 : context.end = flatNode.getEndOffset();

44. 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

StyleDeclItemFormatter.java :

137 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

45. 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

StyleDeclItemFormatter.java :

137 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

46. 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

StyleDeclItemFormatter.java :

138 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

47. 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

StyleDeclItemFormatter.java :

138 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

48. 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

StyleDeclItemFormatter.java :

142 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

49. 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

StyleDeclItemFormatter.java :

142 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

50. 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

StyleDeclItemFormatter.java :

174 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

51. 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

StyleDeclItemFormatter.java :

174 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

52. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

184 : if (((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength()) {

53. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

184 : if (((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength()) {

54. 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

StyleDeclItemFormatter.java :

197 : int end = ((IndexedRegion) node).getEndOffset();

55. 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

StyleDeclItemFormatter.java :

197 : int end = ((IndexedRegion) node).getEndOffset();

56. 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

StyleDeclItemFormatter.java :

198 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

57. 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

StyleDeclItemFormatter.java :

198 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

58. 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

StyleDeclItemFormatter.java :

198 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

59. 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

StyleDeclItemFormatter.java :

198 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

60. 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

StyleDeclItemFormatter.java :

200 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

61. 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

StyleDeclItemFormatter.java :

200 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

62. 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

StyleDeclItemFormatter.java :

222 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

63. 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

StyleDeclItemFormatter.java :

222 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

64. 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

StyleDeclItemFormatter.java :

236 : int start = ((IndexedRegion) node).getStartOffset();

65. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

236 : int start = ((IndexedRegion) node).getStartOffset();

66. 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

StyleDeclItemFormatter.java :

237 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

67. 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

StyleDeclItemFormatter.java :

237 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

68. 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

StyleDeclItemFormatter.java :

237 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

69. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

237 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

70. 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

StyleDeclItemFormatter.java :

242 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

71. 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

StyleDeclItemFormatter.java :

242 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

72. 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

StyleDeclItemFormatter.java :

283 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

73. 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

StyleDeclItemFormatter.java :

283 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

74. 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

StyleDeclItemFormatter.java :

320 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

75. 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

StyleDeclItemFormatter.java :

320 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

76. 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

StyleDeclItemFormatter.java :

321 : return ((IndexedRegion) attr).getStartOffset();

77. 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

StyleDeclItemFormatter.java :

321 : return ((IndexedRegion) attr).getStartOffset();

78. 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

StyleDeclItemFormatter.java :

322 : IndexedRegion iNode = (IndexedRegion) node;

79. 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

StyleDeclItemFormatter.java :

322 : IndexedRegion iNode = (IndexedRegion) node;

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

StyleDeclItemFormatter.java :

323 : if (iNode.getEndOffset() <= 0)

81. 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

StyleDeclItemFormatter.java :

326 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset()), getCleanupStrategy(node));

82. 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

StyleDeclItemFormatter.java :

326 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset()), getCleanupStrategy(node));

83. 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

StyleDeclItemFormatter.java :

326 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset()), getCleanupStrategy(node));

84. 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

StyleDeclItemFormatter.java :

326 : CompoundRegion regions[] = getRegionsWithoutWhiteSpaces(node.getOwnerDocument().getModel().getStructuredDocument(), new FormatRegion(iNode.getStartOffset(), iNode.getEndOffset() - iNode.getStartOffset()), getCleanupStrategy(node));

85. 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

StyleDeclItemFormatter.java :

331 : return iNode.getEndOffset();

86. 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

StyleDeclItemFormatter.java :

338 : int n = ((IndexedRegion) node).getEndOffset();

87. 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

StyleDeclItemFormatter.java :

338 : int n = ((IndexedRegion) node).getEndOffset();

88. 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

StyleDeclItemFormatter.java :

342 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

89. 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

StyleDeclItemFormatter.java :

342 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

90. 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

StyleDeclItemFormatter.java :

342 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

91. 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

StyleDeclItemFormatter.java :

343 : if (flatNode != null && flatNode.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER) {

92. WARNING: DiscouragedReference

Discouraged access: The method getLength() 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

StyleDeclItemFormatter.java :

344 : n -= flatNode.getLength();

93. 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

StyleDeclItemFormatter.java :

350 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

94. 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

StyleDeclItemFormatter.java :

350 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

95. 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

StyleDeclItemFormatter.java :

351 : RegionIterator it = new RegionIterator(flatNode, flatNode.getRegionAtCharacterOffset(n - 1));

96. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclItemFormatter.java :

353 : ITextRegion region = it.prev();

97. 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

StyleDeclItemFormatter.java :

356 : if (region.getType() == CSSRegionContexts.CSS_DECLARATION_VALUE_IMPORTANT)

98. 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

StyleDeclItemFormatter.java :

357 : return it.getStructuredDocumentRegion().getStartOffset(region);

99. 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

StyleDeclItemFormatter.java :

361 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

100. 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

StyleDeclItemFormatter.java :

361 : flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(n - 1);

Source File: org/eclipse/wst/css/core/internal/formatter/StyleDeclarationFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclarationFormatter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

StyleDeclarationFormatter.java :

22 : 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

StyleDeclarationFormatter.java :

23 : 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

StyleDeclarationFormatter.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

StyleDeclarationFormatter.java :

47 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

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

StyleDeclarationFormatter.java :

47 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

7. 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

StyleDeclarationFormatter.java :

48 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

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

StyleDeclarationFormatter.java :

48 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

9. 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

StyleDeclarationFormatter.java :

59 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

10. 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

StyleDeclarationFormatter.java :

59 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclarationFormatter.java :

88 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

12. 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

StyleDeclarationFormatter.java :

88 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

13. 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

StyleDeclarationFormatter.java :

90 : int prevStart = (prev != null) ? ((IndexedRegion) prev).getStartOffset() : 0;

14. 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

StyleDeclarationFormatter.java :

90 : int prevStart = (prev != null) ? ((IndexedRegion) prev).getStartOffset() : 0;

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

StyleDeclarationFormatter.java :

91 : int prevEnd = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

16. 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

StyleDeclarationFormatter.java :

91 : int prevEnd = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclarationFormatter.java :

111 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

18. 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

StyleDeclarationFormatter.java :

111 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

19. 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

StyleDeclarationFormatter.java :

123 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

20. 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

StyleDeclarationFormatter.java :

123 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

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

StyleDeclarationFormatter.java :

131 : int limit = ((IndexedRegion) ((node.getParentNode() != null) ? node.getParentNode() : node)).getStartOffset();

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

StyleDeclarationFormatter.java :

131 : int limit = ((IndexedRegion) ((node.getParentNode() != null) ? node.getParentNode() : node)).getStartOffset();

23. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclarationFormatter.java :

133 : ITextRegion curReg = it.prev();

24. 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

StyleDeclarationFormatter.java :

134 : if (curReg.getType() == CSSRegionContexts.CSS_LBRACE || curReg.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER)

25. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclarationFormatter.java :

134 : if (curReg.getType() == CSSRegionContexts.CSS_LBRACE || curReg.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER)

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

StyleDeclarationFormatter.java :

136 : if (curReg.getType() != CSSRegionContexts.CSS_S && curReg.getType() != CSSRegionContexts.CSS_COMMENT) {

27. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclarationFormatter.java :

136 : if (curReg.getType() != CSSRegionContexts.CSS_S && curReg.getType() != CSSRegionContexts.CSS_COMMENT) {

28. 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

StyleDeclarationFormatter.java :

140 : if (it.getStructuredDocumentRegion().getStartOffset(curReg) <= limit)

29. 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

StyleDeclarationFormatter.java :

152 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

30. 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

StyleDeclarationFormatter.java :

152 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

31. 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

StyleDeclarationFormatter.java :

164 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

32. 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

StyleDeclarationFormatter.java :

164 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

33. 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

StyleDeclarationFormatter.java :

172 : int limit = ((IndexedRegion) ((node.getParentNode() != null) ? node.getParentNode() : node)).getEndOffset();

34. 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

StyleDeclarationFormatter.java :

172 : int limit = ((IndexedRegion) ((node.getParentNode() != null) ? node.getParentNode() : node)).getEndOffset();

35. 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

StyleDeclarationFormatter.java :

174 : ITextRegion curReg = it.next();

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

StyleDeclarationFormatter.java :

175 : if (curReg.getType() == CSSRegionContexts.CSS_RBRACE || curReg.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

StyleDeclarationFormatter.java :

175 : if (curReg.getType() == CSSRegionContexts.CSS_RBRACE || curReg.getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER)

38. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclarationFormatter.java :

177 : if (curReg.getType() != CSSRegionContexts.CSS_S && curReg.getType() != CSSRegionContexts.CSS_COMMENT) {

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

StyleDeclarationFormatter.java :

177 : if (curReg.getType() != CSSRegionContexts.CSS_S && curReg.getType() != CSSRegionContexts.CSS_COMMENT) {

40. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleDeclarationFormatter.java :

182 : if(it.next().getType() == CSSRegionContexts.CSS_DECLARATION_DELIMITER)

41. 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

StyleDeclarationFormatter.java :

190 : if (limit <= it.getStructuredDocumentRegion().getEndOffset(curReg))

42. 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

StyleDeclarationFormatter.java :

196 : if (((IndexedRegion) node).getEndOffset() <= 0) {

43. 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

StyleDeclarationFormatter.java :

196 : if (((IndexedRegion) node).getEndOffset() <= 0) {

44. 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

StyleDeclarationFormatter.java :

205 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

45. 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

StyleDeclarationFormatter.java :

205 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

46. 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

StyleDeclarationFormatter.java :

207 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(pos);

47. 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

StyleDeclarationFormatter.java :

207 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(pos);

48. 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

StyleDeclarationFormatter.java :

208 : toAppendRegion = new CompoundRegion(flatNode, flatNode.getRegionAtCharacterOffset(pos));

49. 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

StyleDeclarationFormatter.java :

214 : } else if ((prev != null || ((IndexedRegion) node).getEndOffset() <= 0)) {

50. 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

StyleDeclarationFormatter.java :

214 : } else if ((prev != null || ((IndexedRegion) node).getEndOffset() <= 0)) {

51. 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

StyleDeclarationFormatter.java :

234 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

52. 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

StyleDeclarationFormatter.java :

234 : IStructuredDocument structuredDocument = cssModel.getStructuredDocument();

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

StyleDeclarationFormatter.java :

248 : if (((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength() && preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE) && (node.getOwnerDocument() != node || !preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_PROHIBIT_WRAP_ON_ATTR))) {

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

StyleDeclarationFormatter.java :

248 : if (((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength() && preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_ONE_PER_LINE) && (node.getOwnerDocument() != node || !preferences.getBoolean(CSSCorePreferenceNames.WRAPPING_PROHIBIT_WRAP_ON_ATTR))) {

55. 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

StyleDeclarationFormatter.java :

291 : IndexedRegion nnode = (IndexedRegion) node;

56. 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

StyleDeclarationFormatter.java :

291 : IndexedRegion nnode = (IndexedRegion) node;

57. WARNING: DiscouragedReference

Discouraged access: The method contains(int) 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

StyleDeclarationFormatter.java :

292 : if (insertPos < 0 || !nnode.contains(insertPos)) {

58. 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

StyleDeclarationFormatter.java :

293 : if (node.getParentNode() != null && nnode.getEndOffset() <= 0) {

59. 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

StyleDeclarationFormatter.java :

314 : IndexedRegion nnode = (IndexedRegion) node;

60. 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

StyleDeclarationFormatter.java :

314 : IndexedRegion nnode = (IndexedRegion) node;

61. WARNING: DiscouragedReference

Discouraged access: The method contains(int) 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

StyleDeclarationFormatter.java :

315 : if (insertPos <= 0 || !nnode.contains(insertPos - 1)) {

62. 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

StyleDeclarationFormatter.java :

316 : if (node.getParentNode() != null && nnode.getEndOffset() <= 0) {

Source File: org/eclipse/wst/css/core/internal/formatter/StyleRuleFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

StyleRuleFormatter.java :

23 : 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

StyleRuleFormatter.java :

24 : 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

StyleRuleFormatter.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

StyleRuleFormatter.java :

54 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

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

StyleRuleFormatter.java :

54 : if (context != null && ((IndexedRegion) node).getEndOffset() > 0) {

7. 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

StyleRuleFormatter.java :

55 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

StyleRuleFormatter.java :

55 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0) {

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

StyleRuleFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

10. 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

StyleRuleFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

11. 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

StyleRuleFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

12. 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

StyleRuleFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

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

StyleRuleFormatter.java :

56 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

14. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

57 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

15. 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

StyleRuleFormatter.java :

57 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

16. 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

StyleRuleFormatter.java :

57 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

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

StyleRuleFormatter.java :

57 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) attr).getEndOffset() - 1);

18. 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

StyleRuleFormatter.java :

61 : ITextRegion next = it.next();

19. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

62 : if (next.getType() == CSSRegionContexts.CSS_S)

20. 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

StyleRuleFormatter.java :

63 : context.end = it.getStructuredDocumentRegion().getEndOffset(next);

21. 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

StyleRuleFormatter.java :

65 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

22. 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

StyleRuleFormatter.java :

68 : context.end = it.getStructuredDocumentRegion().getEndOffset(region);

23. 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

StyleRuleFormatter.java :

69 : context.start = it.getStructuredDocumentRegion().getStartOffset(region);

24. 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

StyleRuleFormatter.java :

72 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

25. 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

StyleRuleFormatter.java :

72 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

26. 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

StyleRuleFormatter.java :

72 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

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

StyleRuleFormatter.java :

72 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

28. 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

StyleRuleFormatter.java :

72 : IStructuredDocumentRegion flatNode = node.getOwnerDocument().getModel().getStructuredDocument().getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

73 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

30. 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

StyleRuleFormatter.java :

73 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

31. 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

StyleRuleFormatter.java :

73 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

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

StyleRuleFormatter.java :

73 : ITextRegion region = flatNode.getRegionAtCharacterOffset(((IndexedRegion) node).getStartOffset());

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

StyleRuleFormatter.java :

74 : if (region.getType() == CSSRegionContexts.CSS_S) {

34. 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

StyleRuleFormatter.java :

75 : context.start = flatNode.getStartOffset(region);

35. 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

StyleRuleFormatter.java :

76 : context.end = flatNode.getEndOffset(region);

36. 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

StyleRuleFormatter.java :

79 : context.start = flatNode.getEndOffset();

37. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

80 : context.end = flatNode.getEndOffset();

38. 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

StyleRuleFormatter.java :

98 : int start = ((IndexedRegion) node).getStartOffset();

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

StyleRuleFormatter.java :

98 : int start = ((IndexedRegion) node).getStartOffset();

40. 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

StyleRuleFormatter.java :

99 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

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

StyleRuleFormatter.java :

99 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

42. 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

StyleRuleFormatter.java :

99 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

43. 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

StyleRuleFormatter.java :

99 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

44. 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

StyleRuleFormatter.java :

101 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

45. 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

StyleRuleFormatter.java :

101 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

46. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

125 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

47. 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

StyleRuleFormatter.java :

125 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

48. 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

StyleRuleFormatter.java :

152 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

49. 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

StyleRuleFormatter.java :

152 : if (attr != null && ((IndexedRegion) attr).getEndOffset() > 0)

50. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

153 : return ((IndexedRegion) attr).getStartOffset();

51. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

153 : return ((IndexedRegion) attr).getStartOffset();

52. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

155 : return ((IndexedRegion) node).getStartOffset();

53. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleRuleFormatter.java :

155 : return ((IndexedRegion) node).getStartOffset();

Source File: org/eclipse/wst/css/core/internal/formatter/StyleSheetFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleSheetFormatter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

StyleSheetFormatter.java :

22 : 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

StyleSheetFormatter.java :

23 : 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

StyleSheetFormatter.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. 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

StyleSheetFormatter.java :

49 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

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

StyleSheetFormatter.java :

49 : int start = (prev != null) ? ((IndexedRegion) prev).getEndOffset() : 0;

7. 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

StyleSheetFormatter.java :

50 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

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

StyleSheetFormatter.java :

50 : int end = (child != null) ? ((IndexedRegion) child).getStartOffset() : 0;

9. 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

StyleSheetFormatter.java :

54 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

10. 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

StyleSheetFormatter.java :

54 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

11. 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

StyleSheetFormatter.java :

89 : else if (((IndexedRegion) node).getEndOffset() > 0) {

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

StyleSheetFormatter.java :

89 : else if (((IndexedRegion) node).getEndOffset() > 0) {

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

StyleSheetFormatter.java :

93 : if (next != null && ((IndexedRegion) next).getEndOffset() > 0)

14. 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

StyleSheetFormatter.java :

93 : if (next != null && ((IndexedRegion) next).getEndOffset() > 0)

15. 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

StyleSheetFormatter.java :

94 : pos = ((IndexedRegion) next).getStartOffset();

16. 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

StyleSheetFormatter.java :

94 : pos = ((IndexedRegion) next).getStartOffset();

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleSheetFormatter.java :

96 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

18. 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

StyleSheetFormatter.java :

96 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

19. 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

StyleSheetFormatter.java :

104 : if (start > 0 && start <= ((IndexedRegion) node).getEndOffset()) {

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

StyleSheetFormatter.java :

104 : if (start > 0 && start <= ((IndexedRegion) node).getEndOffset()) {

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

StyleSheetFormatter.java :

109 : if (pos < ((IndexedRegion) node).getEndOffset()) {

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

StyleSheetFormatter.java :

109 : if (pos < ((IndexedRegion) node).getEndOffset()) {

23. 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

StyleSheetFormatter.java :

123 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

24. 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

StyleSheetFormatter.java :

123 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

25. 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

StyleSheetFormatter.java :

133 : if (((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength())

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

StyleSheetFormatter.java :

133 : if (((IndexedRegion) child).getStartOffset() == region.getOffset() + region.getLength())

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

StyleSheetFormatter.java :

142 : int end = ((IndexedRegion) node).getEndOffset();

28. 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

StyleSheetFormatter.java :

142 : int end = ((IndexedRegion) node).getEndOffset();

29. 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

StyleSheetFormatter.java :

143 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

StyleSheetFormatter.java :

143 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

31. 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

StyleSheetFormatter.java :

143 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

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

StyleSheetFormatter.java :

143 : int start = (node.getLastChild() != null && ((IndexedRegion) node.getLastChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getLastChild()).getEndOffset() : getChildInsertPos(node);

33. 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

StyleSheetFormatter.java :

147 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

34. 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

StyleSheetFormatter.java :

147 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

35. 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

StyleSheetFormatter.java :

169 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

36. 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

StyleSheetFormatter.java :

169 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

37. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleSheetFormatter.java :

183 : int start = ((IndexedRegion) node).getStartOffset();

38. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleSheetFormatter.java :

183 : int start = ((IndexedRegion) node).getStartOffset();

39. 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

StyleSheetFormatter.java :

184 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

40. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleSheetFormatter.java :

184 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

41. 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

StyleSheetFormatter.java :

184 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

42. 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

StyleSheetFormatter.java :

184 : int end = (node.getFirstChild() != null && ((IndexedRegion) node.getFirstChild()).getEndOffset() > 0) ? ((IndexedRegion) node.getFirstChild()).getStartOffset() : getChildInsertPos(node);

43. 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

StyleSheetFormatter.java :

188 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

44. 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

StyleSheetFormatter.java :

188 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

45. 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

StyleSheetFormatter.java :

214 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

46. 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

StyleSheetFormatter.java :

214 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

47. 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

StyleSheetFormatter.java :

236 : int n = ((IndexedRegion) node).getEndOffset();

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

StyleSheetFormatter.java :

236 : int n = ((IndexedRegion) node).getEndOffset();

49. 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

StyleSheetFormatter.java :

238 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

50. 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

StyleSheetFormatter.java :

238 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

51. 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

StyleSheetFormatter.java :

239 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(n - 1);

52. 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

StyleSheetFormatter.java :

239 : IStructuredDocumentRegion flatNode = structuredDocument.getRegionAtCharacterOffset(n - 1);

53. 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

StyleSheetFormatter.java :

240 : ITextRegion region = flatNode.getRegionAtCharacterOffset(n - 1);

54. 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

StyleSheetFormatter.java :

240 : ITextRegion region = flatNode.getRegionAtCharacterOffset(n - 1);

55. 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

StyleSheetFormatter.java :

243 : ITextRegion reg = it.prev();

56. 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

StyleSheetFormatter.java :

244 : if (reg.getType() == CSSRegionContexts.CSS_CDC)

57. 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

StyleSheetFormatter.java :

245 : return it.getStructuredDocumentRegion().getStartOffset(reg);

Source File: org/eclipse/wst/css/core/internal/formatter/UnknownRuleFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnknownRuleFormatter.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

UnknownRuleFormatter.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. 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

UnknownRuleFormatter.java :

43 : int start = ((IndexedRegion) node).getStartOffset();

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

UnknownRuleFormatter.java :

43 : int start = ((IndexedRegion) node).getStartOffset();

5. 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

UnknownRuleFormatter.java :

44 : int end = ((IndexedRegion) node).getEndOffset();

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

UnknownRuleFormatter.java :

44 : int end = ((IndexedRegion) node).getEndOffset();

7. 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

UnknownRuleFormatter.java :

46 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

8. 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

UnknownRuleFormatter.java :

46 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

9. 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

UnknownRuleFormatter.java :

66 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

10. 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

UnknownRuleFormatter.java :

66 : IStructuredDocument structuredDocument = node.getOwnerDocument().getModel().getStructuredDocument();

Source File: org/eclipse/wst/css/core/internal/metamodel/util/CSSMetaModelFinder.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSMetaModelFinder.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

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

CSSMetaModelFinder.java :

37 : public CSSMetaModel findMetaModelFor(IStructuredModel model) {

Source File: org/eclipse/wst/css/core/internal/metamodel/util/CSSProfileFinder.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSProfileFinder.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

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

CSSProfileFinder.java :

52 : public CSSProfile findProfileFor(IStructuredModel model) {

3. 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

CSSProfileFinder.java :

57 : baseLocation = model.getBaseLocation();

4. 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

CSSProfileFinder.java :

60 : baseLocation = model.getBaseLocation(); // may be null

5. 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

CSSProfileFinder.java :

64 : baseLocation = model.getBaseLocation();

Source File: org/eclipse/wst/css/core/internal/modelhandler/CSSModelLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

17 : import org.eclipse.wst.sse.core.internal.model.AbstractModelLoader;

3. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.IModelLoader;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

5. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

25 : public class CSSModelLoader extends AbstractModelLoader {

6. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractModelLoader() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

30 : super();

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

CSSModelLoader.java :

36 : public IStructuredModel newModel() {

8. 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

CSSModelLoader.java :

37 : IStructuredModel model = new CSSModelImpl();

9. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

44 : public IModelLoader newInstance() {

10. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

48 : public IDocumentLoader getDocumentLoader() {

11. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

49 : if (documentLoaderInstance == null) {

12. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

50 : documentLoaderInstance = new CSSDocumentLoader();

13. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSModelLoader.java :

52 : return documentLoaderInstance;

Source File: org/eclipse/wst/css/core/internal/modelhandler/ModelHandlerForCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

15 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

17 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.AbstractModelHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

18 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IModelLoader;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

22 : public class ModelHandlerForCSS extends AbstractModelHandler implements IModelHandler {

7. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

22 : public class ModelHandlerForCSS extends AbstractModelHandler implements IModelHandler {

8. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractModelHandler() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

36 : super();

9. WARNING: DiscouragedReference

Discouraged access: The method setId(String) from the type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

37 : setId(ModelHandlerID);

10. WARNING: DiscouragedReference

Discouraged access: The method setAssociatedContentTypeId(String) from the type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

38 : setAssociatedContentTypeId(AssociatedContentTypeID);

11. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

41 : public IDocumentCharsetDetector getEncodingDetector() {

12. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

45 : public IDocumentLoader getDocumentLoader() {

13. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForCSS.java :

52 : public IModelLoader getModelLoader() {

Source File: org/eclipse/wst/css/core/internal/parser/CSSSourceParser.java
1. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

20 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

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

CSSSourceParser.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

5. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

24 : import org.eclipse.wst.sse.core.internal.util.Debug;

6. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

27 : public class CSSSourceParser implements RegionParser {

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

CSSSourceParser.java :

62 : public IStructuredDocumentRegion getDocumentRegions() {

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

CSSSourceParser.java :

63 : IStructuredDocumentRegion headnode = null;

9. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

65 : if (Debug.perfTest) {

10. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

65 : if (Debug.perfTest) {

11. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

69 : if (Debug.perfTest) {

12. WARNING: DiscouragedReference

Discouraged access: The field perfTest from the type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

69 : if (Debug.perfTest) {

13. 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

CSSSourceParser.java :

82 : IStructuredDocumentRegion headNode = null;

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

CSSSourceParser.java :

103 : protected List getRegions(IStructuredDocumentRegion headNode) {

15. 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

CSSSourceParser.java :

105 : IStructuredDocumentRegion currentNode = headNode;

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

CSSSourceParser.java :

107 : ITextRegionList nodeRegions = currentNode.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

CSSSourceParser.java :

107 : ITextRegionList nodeRegions = currentNode.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

CSSSourceParser.java :

108 : for (int i = 0; i < nodeRegions.size(); i++) {

19. 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

CSSSourceParser.java :

109 : allRegions.add(nodeRegions.get(i));

20. 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

CSSSourceParser.java :

111 : currentNode = currentNode.getNext();

21. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

133 : public RegionParser newInstance() {

22. 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

CSSSourceParser.java :

137 : private IStructuredDocumentRegion parseNodes() {

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

CSSSourceParser.java :

142 : IStructuredDocumentRegion headNode = null;

24. 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

CSSSourceParser.java :

143 : IStructuredDocumentRegion lastNode = null;

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

CSSSourceParser.java :

144 : ITextRegion region = null;

26. 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

CSSSourceParser.java :

145 : IStructuredDocumentRegion currentNode = null;

27. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

150 : type = region.getType();

28. WARNING: DiscouragedReference

Discouraged access: The method setEnded(boolean) 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

CSSSourceParser.java :

152 : currentNode.setEnded(true);

29. WARNING: DiscouragedReference

Discouraged access: The method isEnded() 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

CSSSourceParser.java :

155 : if ((currentNode != null && currentNode.isEnded()) || currentNode == null) {

30. WARNING: DiscouragedReference

Discouraged access: The method isEnded() 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

CSSSourceParser.java :

156 : if (currentNode != null && !currentNode.isEnded()) {

31. WARNING: DiscouragedReference

Discouraged access: The method setEnded(boolean) 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

CSSSourceParser.java :

157 : currentNode.setEnded(true);

32. WARNING: DiscouragedReference

Discouraged access: The method setNext(IStructuredDocumentRegion) 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

CSSSourceParser.java :

163 : lastNode.setNext(currentNode);

33. WARNING: DiscouragedReference

Discouraged access: The method setPrevious(IStructuredDocumentRegion) 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

CSSSourceParser.java :

165 : currentNode.setPrevious(lastNode);

34. WARNING: DiscouragedReference

Discouraged access: The method setStart(int) 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

CSSSourceParser.java :

166 : currentNode.setStart(region.getStart());

35. 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

CSSSourceParser.java :

166 : currentNode.setStart(region.getStart());

36. WARNING: DiscouragedReference

Discouraged access: The method addRegion(ITextRegion) 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

CSSSourceParser.java :

169 : currentNode.addRegion(region);

37. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) 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

CSSSourceParser.java :

170 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

38. 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

CSSSourceParser.java :

170 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

39. WARNING: DiscouragedReference

Discouraged access: The method getLength() 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

CSSSourceParser.java :

170 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

40. 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

CSSSourceParser.java :

170 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

41. WARNING: DiscouragedReference

Discouraged access: The method adjustStart(int) 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

CSSSourceParser.java :

171 : region.adjustStart(-currentNode.getStart());

42. 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

CSSSourceParser.java :

171 : region.adjustStart(-currentNode.getStart());

43. WARNING: DiscouragedReference

Discouraged access: The method setEnded(boolean) 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

CSSSourceParser.java :

174 : currentNode.setEnded(true);

44. WARNING: DiscouragedReference

Discouraged access: The method isEnded() 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

CSSSourceParser.java :

182 : if (currentNode != null && !currentNode.isEnded()) {

45. WARNING: DiscouragedReference

Discouraged access: The method setEnded(boolean) 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

CSSSourceParser.java :

183 : currentNode.setEnded(true);

46. 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

CSSSourceParser.java :

190 : private IStructuredDocumentRegion createStructuredDocumentRegion(String type) {

47. 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

CSSSourceParser.java :

206 : private ITextRegion getNextRegion() {

48. 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

CSSSourceParser.java :

207 : ITextRegion region = null;

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSSourceParser.java :

245 : private int _countNodes(IStructuredDocumentRegion nodes) {

50. 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

CSSSourceParser.java :

247 : IStructuredDocumentRegion countNode = nodes;

51. 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

CSSSourceParser.java :

250 : countNode = countNode.getNext();

Source File: org/eclipse/wst/css/core/internal/parser/CSSStructuredDocumentRegionFactory.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

CSSStructuredDocumentRegionFactory.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentRegionFactory.java :

14 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocumentRegion;

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

CSSStructuredDocumentRegionFactory.java :

17 : public static IStructuredDocumentRegion createRegion(String type) {

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

CSSStructuredDocumentRegionFactory.java :

18 : IStructuredDocumentRegion instance = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor BasicStructuredDocumentRegion() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentRegionFactory.java :

20 : instance = new BasicStructuredDocumentRegion();

6. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentRegionFactory.java :

20 : instance = new BasicStructuredDocumentRegion();

Source File: org/eclipse/wst/css/core/internal/parser/CSSTokenizer.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

CSSTokenizer.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

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

CSSTokenizer.java :

1265 : public final ITextRegion getNextToken() throws IOException {

Source File: org/eclipse/wst/css/core/internal/parser/ICSSTokenizer.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

ICSSTokenizer.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

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

ICSSTokenizer.java :

31 : ITextRegion getNextToken() throws IOException;

Source File: org/eclipse/wst/css/core/internal/parser/regions/CSSTextRegionFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextRegionFactory.java :

13 : import org.eclipse.wst.sse.core.internal.parser.ContextRegion;

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

CSSTextRegionFactory.java :

14 : 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

CSSTextRegionFactory.java :

24 : public ITextRegion createRegion(String context, int start, int textLength, int length) {

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

CSSTextRegionFactory.java :

25 : ITextRegion region = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor ContextRegion(String, int, int, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextRegionFactory.java :

26 : region = new ContextRegion(context, start, textLength, length);

6. WARNING: DiscouragedReference

Discouraged access: The type ContextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextRegionFactory.java :

26 : region = new ContextRegion(context, start, textLength, length);

Source File: org/eclipse/wst/css/core/internal/preferences/CSSCorePreferenceInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommonCharsetNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSCorePreferenceInitializer.java :

17 : import org.eclipse.wst.sse.core.internal.encoding.CommonCharsetNames;

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

CSSCorePreferenceInitializer.java :

18 : import org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames;

3. 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

CSSCorePreferenceInitializer.java :

39 : node.put(CommonEncodingPreferenceNames.INPUT_CODESET, ""); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The field INPUT_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

CSSCorePreferenceInitializer.java :

39 : node.put(CommonEncodingPreferenceNames.INPUT_CODESET, ""); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The type CommonCharsetNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSCorePreferenceInitializer.java :

43 : defaultEnc = CommonCharsetNames.getPreferredDefaultIanaName(systemEnc, "UTF-8");//$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getPreferredDefaultIanaName(String, String) from the type CommonCharsetNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSCorePreferenceInitializer.java :

43 : defaultEnc = CommonCharsetNames.getPreferredDefaultIanaName(systemEnc, "UTF-8");//$NON-NLS-1$

7. 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

CSSCorePreferenceInitializer.java :

45 : node.put(CommonEncodingPreferenceNames.OUTPUT_CODESET, defaultEnc);

8. 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

CSSCorePreferenceInitializer.java :

45 : node.put(CommonEncodingPreferenceNames.OUTPUT_CODESET, defaultEnc);

9. 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

CSSCorePreferenceInitializer.java :

46 : node.put(CommonEncodingPreferenceNames.END_OF_LINE_CODE, ""); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The field END_OF_LINE_CODE 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

CSSCorePreferenceInitializer.java :

46 : node.put(CommonEncodingPreferenceNames.END_OF_LINE_CODE, ""); //$NON-NLS-1$

Source File: org/eclipse/wst/css/core/internal/provisional/adapters/ICSSModelAdapter.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

ICSSModelAdapter.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

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

ICSSModelAdapter.java :

21 : public interface ICSSModelAdapter extends INodeAdapter {

Source File: org/eclipse/wst/css/core/internal/provisional/adapters/IModelProvideAdapter.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

IModelProvideAdapter.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

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

IModelProvideAdapter.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

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

IModelProvideAdapter.java :

21 : public interface IModelProvideAdapter extends INodeAdapter {

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

IModelProvideAdapter.java :

26 : void modelProvided(IStructuredModel newModel);

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

IModelProvideAdapter.java :

30 : void modelReleased(IStructuredModel newModel);

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

IModelProvideAdapter.java :

34 : void modelRemoved(IStructuredModel newModel);

Source File: org/eclipse/wst/css/core/internal/provisional/adapters/IStyleSelectorAdapter.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

IStyleSelectorAdapter.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

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

IStyleSelectorAdapter.java :

23 : public interface IStyleSelectorAdapter extends INodeAdapter {

Source File: org/eclipse/wst/css/core/internal/provisional/adapters/IStyleSheetListAdapter.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

IStyleSheetListAdapter.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

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

IStyleSheetListAdapter.java :

24 : public interface IStyleSheetListAdapter extends INodeAdapter {

Source File: org/eclipse/wst/css/core/internal/provisional/document/ICSSModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ICSSModel.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

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

ICSSModel.java :

23 : public interface ICSSModel extends ICSSStyleNotifier, IStructuredModel {

Source File: org/eclipse/wst/css/core/internal/provisional/text/ICSSPartitionTypes.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitionTypes is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ICSSPartitionTypes.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredPartitionTypes;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredPartitionTypes is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ICSSPartitionTypes.java :

22 : public interface ICSSPartitionTypes extends IStructuredPartitionTypes {

Source File: org/eclipse/wst/css/core/internal/tasks/CSSFileTaskScanner.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

CSSFileTaskScanner.java :

16 : 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

CSSFileTaskScanner.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredFileTaskScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFileTaskScanner.java :

18 : import org.eclipse.wst.sse.core.internal.tasks.StructuredFileTaskScanner;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredFileTaskScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFileTaskScanner.java :

20 : public class CSSFileTaskScanner extends StructuredFileTaskScanner {

5. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredFileTaskScanner() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFileTaskScanner.java :

22 : super();

6. WARNING: DiscouragedReference

Discouraged access: The method getCommentedText(IDocument, int, int) from the type StructuredFileTaskScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSFileTaskScanner.java :

26 : String text = super.getCommentedText(document, begin, length);

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

CSSFileTaskScanner.java :

33 : protected boolean isCommentRegion(IStructuredDocumentRegion region, ITextRegion textRegion) {

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

CSSFileTaskScanner.java :

33 : protected boolean isCommentRegion(IStructuredDocumentRegion region, ITextRegion textRegion) {

9. 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

CSSFileTaskScanner.java :

34 : return textRegion.getType().equals(CSSRegionContexts.CSS_COMMENT);

Source File: org/eclipse/wst/css/core/internal/text/CSSStructuredDocumentReParser.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentEvent;

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

CSSStructuredDocumentReParser.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredTextReParser;

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

CSSStructuredDocumentReParser.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

24 : import org.eclipse.wst.sse.core.internal.text.StructuredDocumentReParser;

6. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

33 : public class CSSStructuredDocumentReParser extends StructuredDocumentReParser {

7. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredDocumentReParser() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

92 : super();

8. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

107 : protected StructuredDocumentEvent checkForCrossStructuredDocumentRegionSyntax() {

9. WARNING: DiscouragedReference

Discouraged access: The field fStart from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

108 : int checkStart = fStart;

10. WARNING: DiscouragedReference

Discouraged access: The field fStart from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

109 : int checkEnd = fStart + fLengthToReplace - 1;

11. WARNING: DiscouragedReference

Discouraged access: The field fLengthToReplace from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

109 : int checkEnd = fStart + fLengthToReplace - 1;

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

CSSStructuredDocumentReParser.java :

110 : IStructuredDocumentRegion endRegion = fStructuredDocument.getRegionAtCharacterOffset(checkEnd);

13. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

110 : IStructuredDocumentRegion endRegion = fStructuredDocument.getRegionAtCharacterOffset(checkEnd);

14. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

110 : IStructuredDocumentRegion endRegion = fStructuredDocument.getRegionAtCharacterOffset(checkEnd);

15. 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

CSSStructuredDocumentReParser.java :

112 : checkEnd = endRegion.getEndOffset();

16. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

124 : StructuredDocumentEvent result;

17. WARNING: DiscouragedReference

Discouraged access: The method reparse(int, int) from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

129 : result = reparse(range.getStart(), range.getEnd());

18. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

137 : RegionIterator iterator = new RegionIterator(fStructuredDocument, start - 1);

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

CSSStructuredDocumentReParser.java :

142 : ITextRegion region = iterator.prev();

20. 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

CSSStructuredDocumentReParser.java :

143 : if (region != null && region.getType() == CSSRegionContexts.CSS_UNKNOWN) {

21. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

144 : newStart = iterator.getStructuredDocumentRegion().getStartOffset(region);

22. WARNING: DiscouragedReference

Discouraged access: The field dirtyStart from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

159 : if (dirtyStart != null && dirtyStart.getStart() < start) {

23. WARNING: DiscouragedReference

Discouraged access: The field dirtyStart from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

159 : if (dirtyStart != null && dirtyStart.getStart() < start) {

24. 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

CSSStructuredDocumentReParser.java :

159 : if (dirtyStart != null && dirtyStart.getStart() < start) {

25. WARNING: DiscouragedReference

Discouraged access: The field dirtyStart from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

160 : start = dirtyStart.getStart();

26. 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

CSSStructuredDocumentReParser.java :

160 : start = dirtyStart.getStart();

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

CSSStructuredDocumentReParser.java :

162 : IStructuredDocumentRegion docRegion = fStructuredDocument.getRegionAtCharacterOffset(start);

28. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

162 : IStructuredDocumentRegion docRegion = fStructuredDocument.getRegionAtCharacterOffset(start);

29. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

162 : IStructuredDocumentRegion docRegion = fStructuredDocument.getRegionAtCharacterOffset(start);

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

CSSStructuredDocumentReParser.java :

166 : if (docRegion.getType() == CSSRegionContexts.CSS_DELIMITER) {

31. 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

CSSStructuredDocumentReParser.java :

167 : IStructuredDocumentRegion prevRegion = docRegion.getPrevious();

32. 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

CSSStructuredDocumentReParser.java :

167 : IStructuredDocumentRegion prevRegion = docRegion.getPrevious();

33. 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

CSSStructuredDocumentReParser.java :

169 : return new ReparseRange(prevRegion.getStart(), end);

34. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

204 : private StructuredDocumentEvent checkInsideBrace(int start, int end) {

35. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

205 : StructuredDocumentEvent result = null;

36. 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

CSSStructuredDocumentReParser.java :

206 : IStructuredDocumentRegion region = fStructuredDocument.getRegionAtCharacterOffset(start);

37. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

206 : IStructuredDocumentRegion region = fStructuredDocument.getRegionAtCharacterOffset(start);

38. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

206 : IStructuredDocumentRegion region = fStructuredDocument.getRegionAtCharacterOffset(start);

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

CSSStructuredDocumentReParser.java :

211 : String type = region.getType();

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

CSSStructuredDocumentReParser.java :

216 : IStructuredDocumentRegion prevRegion = CSSUtil.findPreviousSignificantNode(region);

41. 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

CSSStructuredDocumentReParser.java :

218 : type = prevRegion.getType();

42. 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

CSSStructuredDocumentReParser.java :

225 : IStructuredDocumentRegion nextRegion = CSSUtil.findNextSignificantNode(region);

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

CSSStructuredDocumentReParser.java :

227 : type = nextRegion.getType();

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

CSSStructuredDocumentReParser.java :

235 : IStructuredDocumentRegion startRegion = findRuleStart(region);

45. 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

CSSStructuredDocumentReParser.java :

237 : IStructuredDocumentRegion endRegion = fStructuredDocument.getRegionAtCharacterOffset(end);

46. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

237 : IStructuredDocumentRegion endRegion = fStructuredDocument.getRegionAtCharacterOffset(end);

47. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

237 : IStructuredDocumentRegion endRegion = fStructuredDocument.getRegionAtCharacterOffset(end);

48. WARNING: DiscouragedReference

Discouraged access: The method reparse(IStructuredDocumentRegion, IStructuredDocumentRegion) from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

239 : result = reparse(startRegion, endRegion);

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

246 : private IStructuredDocumentRegion findRuleStart(IStructuredDocumentRegion startRegion) {

50. 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

CSSStructuredDocumentReParser.java :

246 : private IStructuredDocumentRegion findRuleStart(IStructuredDocumentRegion startRegion) {

51. 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

CSSStructuredDocumentReParser.java :

247 : IStructuredDocumentRegion region = startRegion;

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

CSSStructuredDocumentReParser.java :

249 : while (region != null && region.getType() != CSSRegionContexts.CSS_LBRACE) {

53. 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

CSSStructuredDocumentReParser.java :

250 : region = region.getPrevious();

54. 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

CSSStructuredDocumentReParser.java :

257 : region = region.getPrevious();

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

CSSStructuredDocumentReParser.java :

258 : if (isLeadingDeclarationType(region.getType())) {

56. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

287 : String addStr = fStructuredDocument.get(addStart, quoteLen - 1);

57. WARNING: DiscouragedReference

Discouraged access: The method get(int, int) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

287 : String addStr = fStructuredDocument.get(addStart, quoteLen - 1);

58. WARNING: DiscouragedReference

Discouraged access: The field fDeletedText from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

291 : deletionBuf.append(fDeletedText);

59. WARNING: DiscouragedReference

Discouraged access: The field fChanges from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

292 : insertionBuf.append(fChanges);

60. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

293 : if (end + (quoteLen - 1) < fStructuredDocument.getLength()) {

61. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

293 : if (end + (quoteLen - 1) < fStructuredDocument.getLength()) {

62. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

294 : String addStr = fStructuredDocument.get(end + 1, quoteLen - 1);

63. WARNING: DiscouragedReference

Discouraged access: The method get(int, int) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

294 : String addStr = fStructuredDocument.get(end + 1, quoteLen - 1);

64. WARNING: DiscouragedReference

Discouraged access: The field fDeletedText from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

300 : deletionBuf.append(fDeletedText);

65. WARNING: DiscouragedReference

Discouraged access: The field fChanges from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

301 : insertionBuf.append(fChanges);

66. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

312 : if (start <= fStructuredDocument.getLength()) {

67. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

312 : if (start <= fStructuredDocument.getLength()) {

68. WARNING: DiscouragedReference

Discouraged access: The method getFindReplaceDocumentAdapter() from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

313 : IRegion startRegion = getFindReplaceDocumentAdapter().find(start - 1, opener, false, false, false, false);

69. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

324 : if (end < fStructuredDocument.getLength() - 1) {

70. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

324 : if (end < fStructuredDocument.getLength() - 1) {

71. WARNING: DiscouragedReference

Discouraged access: The method getFindReplaceDocumentAdapter() from the type StructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

325 : IRegion endRegion = getFindReplaceDocumentAdapter().find(end + 1, closer, true, false, false, false);

72. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentReParser.java :

357 : public IStructuredTextReParser newInstance() {

Source File: org/eclipse/wst/css/core/internal/text/CSSStructuredDocumentRegionFactory.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

CSSStructuredDocumentRegionFactory.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentRegionFactory.java :

16 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocumentRegion;

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

CSSStructuredDocumentRegionFactory.java :

28 : public static IStructuredDocumentRegion createStructuredDocumentRegion(int type) {

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

CSSStructuredDocumentRegionFactory.java :

29 : IStructuredDocumentRegion instance = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor BasicStructuredDocumentRegion() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentRegionFactory.java :

32 : instance = new BasicStructuredDocumentRegion();

6. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSStructuredDocumentRegionFactory.java :

32 : instance = new BasicStructuredDocumentRegion();

Source File: org/eclipse/wst/css/core/internal/text/StructuredDocumentWalker.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentEvent;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentRegionsReplacedEvent;

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

StructuredDocumentWalker.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

6. WARNING: DiscouragedReference

Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

22 : import org.eclipse.wst.sse.core.internal.util.Utilities;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

26 : IStructuredDocumentRegionList fOldStructuredDocumentRegionList = null;

8. 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

StructuredDocumentWalker.java :

27 : IStructuredDocument fStructuredDocument = null;

9. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

42 : public StructuredDocumentWalker(StructuredDocumentEvent event) {

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

StructuredDocumentWalker.java :

49 : public IStructuredDocument getStructuredDocument() {

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

StructuredDocumentWalker.java :

60 : public IStructuredDocumentRegion getNextNode(IStructuredDocumentRegion node) {

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

StructuredDocumentWalker.java :

60 : public IStructuredDocumentRegion getNextNode(IStructuredDocumentRegion node) {

13. 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

StructuredDocumentWalker.java :

61 : IStructuredDocumentRegion nextNode = null;

14. 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

StructuredDocumentWalker.java :

63 : nextNode = node.getNext();

15. 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

StructuredDocumentWalker.java :

67 : int newStart = node.getEnd() - fLengthDifference;

16. 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

StructuredDocumentWalker.java :

68 : nextNode = fStructuredDocument.getRegionAtCharacterOffset(newStart);

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

81 : public IStructuredDocumentRegion getNextNodeInCurrent(IStructuredDocumentRegion node) {

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

81 : public IStructuredDocumentRegion getNextNodeInCurrent(IStructuredDocumentRegion node) {

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

StructuredDocumentWalker.java :

82 : IStructuredDocumentRegion nextNode = null;

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

84 : IStructuredDocumentRegion oldEndNode = fOldStructuredDocumentRegionList.item(fOldStructuredDocumentRegionList.getLength() - 1);

21. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

84 : IStructuredDocumentRegion oldEndNode = fOldStructuredDocumentRegionList.item(fOldStructuredDocumentRegionList.getLength() - 1);

22. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

84 : IStructuredDocumentRegion oldEndNode = fOldStructuredDocumentRegionList.item(fOldStructuredDocumentRegionList.getLength() - 1);

23. 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

StructuredDocumentWalker.java :

85 : int newStart = oldEndNode.getEnd() - fLengthDifference;

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

StructuredDocumentWalker.java :

86 : nextNode = fStructuredDocument.getRegionAtCharacterOffset(newStart);

25. 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

StructuredDocumentWalker.java :

89 : nextNode = node.getNext();

26. 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

StructuredDocumentWalker.java :

101 : public IStructuredDocumentRegion getPrevNode(IStructuredDocumentRegion node) {

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

StructuredDocumentWalker.java :

101 : public IStructuredDocumentRegion getPrevNode(IStructuredDocumentRegion node) {

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

StructuredDocumentWalker.java :

102 : IStructuredDocumentRegion prevNode = null;

29. 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

StructuredDocumentWalker.java :

104 : prevNode = node.getPrevious();

30. 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

StructuredDocumentWalker.java :

108 : int newEnd = node.getStart() - 1;

31. 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

StructuredDocumentWalker.java :

109 : prevNode = fStructuredDocument.getRegionAtCharacterOffset(newEnd);

32. 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

StructuredDocumentWalker.java :

122 : public IStructuredDocumentRegion getPrevNodeInCurrent(IStructuredDocumentRegion node) {

33. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

122 : public IStructuredDocumentRegion getPrevNodeInCurrent(IStructuredDocumentRegion node) {

34. 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

StructuredDocumentWalker.java :

123 : IStructuredDocumentRegion prevNode = null;

35. 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

StructuredDocumentWalker.java :

125 : IStructuredDocumentRegion oldStartNode = fOldStructuredDocumentRegionList.item(0);

36. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

125 : IStructuredDocumentRegion oldStartNode = fOldStructuredDocumentRegionList.item(0);

37. 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

StructuredDocumentWalker.java :

126 : int newEnd = oldStartNode.getStart() - 1;

38. 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

StructuredDocumentWalker.java :

127 : prevNode = fStructuredDocument.getRegionAtCharacterOffset(newEnd);

39. 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

StructuredDocumentWalker.java :

130 : prevNode = node.getPrevious();

40. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

138 : public void initialize(StructuredDocumentEvent event) {

41. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

139 : fStructuredDocument = event.getStructuredDocument();

42. WARNING: DiscouragedReference

Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

143 : fLengthDifference = Utilities.calculateLengthDifference(fOriginalChanges, fOriginalLengthToReplace);

43. WARNING: DiscouragedReference

Discouraged access: The method calculateLengthDifference(String, int) from the type Utilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

143 : fLengthDifference = Utilities.calculateLengthDifference(fOriginalChanges, fOriginalLengthToReplace);

44. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

145 : if (event instanceof StructuredDocumentRegionsReplacedEvent) {

45. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

146 : fOldStructuredDocumentRegionList = ((StructuredDocumentRegionsReplacedEvent) event).getOldStructuredDocumentRegions();

46. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

146 : fOldStructuredDocumentRegionList = ((StructuredDocumentRegionsReplacedEvent) event).getOldStructuredDocumentRegions();

47. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

156 : public boolean isOldNode(IStructuredDocumentRegion node) {

48. WARNING: DiscouragedReference

Discouraged access: The method elements() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentWalker.java :

159 : Enumeration e = fOldStructuredDocumentRegionList.elements();

Source File: org/eclipse/wst/css/core/internal/text/StructuredTextPartitionerForCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForCSS.java :

15 : import org.eclipse.wst.sse.core.internal.text.rules.StructuredTextPartitioner;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForCSS.java :

18 : public class StructuredTextPartitionerForCSS extends StructuredTextPartitioner {

3. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextPartitioner() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForCSS.java :

23 : super();

Source File: org/eclipse/wst/css/core/internal/util/CSSLinkConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSLinkConverter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. 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

CSSLinkConverter.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

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

CSSLinkConverter.java :

38 : IStructuredModel baseModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSLinkConverter.java :

43 : public CSSLinkConverter(IStructuredModel model) {

5. 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

CSSLinkConverter.java :

47 : IDOMNode node = (IDOMNode) ((ICSSModel) model).getOwnerDOMNode();

6. 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

CSSLinkConverter.java :

47 : IDOMNode node = (IDOMNode) ((ICSSModel) model).getOwnerDOMNode();

7. 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

CSSLinkConverter.java :

48 : baseModel = node.getModel();

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSLinkConverter.java :

85 : IDOMNode xmlNode = (IDOMNode) ((ICSSModel) baseModel).getOwnerDOMNode();

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSLinkConverter.java :

85 : IDOMNode xmlNode = (IDOMNode) ((ICSSModel) baseModel).getOwnerDOMNode();

10. 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

CSSLinkConverter.java :

86 : baseModel = xmlNode.getModel();

Source File: org/eclipse/wst/css/core/internal/util/CSSPathService.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSPathService.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

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

CSSPathService.java :

35 : public static String getAbsoluteURL(IStructuredModel baseModel, String ref) {

Source File: org/eclipse/wst/css/core/internal/util/CSSUtil.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

CSSUtil.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

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

CSSUtil.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

5. 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

CSSUtil.java :

88 : public static IStructuredDocumentRegion findNextSignificantNode(IStructuredDocumentRegion startNode) {

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

CSSUtil.java :

88 : public static IStructuredDocumentRegion findNextSignificantNode(IStructuredDocumentRegion startNode) {

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

CSSUtil.java :

92 : IStructuredDocumentRegion node = startNode.getNext();

8. 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

CSSUtil.java :

92 : IStructuredDocumentRegion node = startNode.getNext();

9. 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

CSSUtil.java :

98 : node = node.getNext();

10. 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

CSSUtil.java :

106 : public static IStructuredDocumentRegion findNodeBackward(IStructuredDocumentRegion startNode, IStructuredDocumentRegion endNode, String type) {

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

CSSUtil.java :

106 : public static IStructuredDocumentRegion findNodeBackward(IStructuredDocumentRegion startNode, IStructuredDocumentRegion endNode, String type) {

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

CSSUtil.java :

106 : public static IStructuredDocumentRegion findNodeBackward(IStructuredDocumentRegion startNode, IStructuredDocumentRegion endNode, String type) {

13. 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

CSSUtil.java :

107 : IStructuredDocumentRegion node;

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

CSSUtil.java :

108 : for (node = startNode; node != null; node = node.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

CSSUtil.java :

109 : if (node.getStartOffset() < endNode.getStartOffset()) {

16. 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

CSSUtil.java :

109 : if (node.getStartOffset() < endNode.getStartOffset()) {

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

123 : public static IStructuredDocumentRegion findNodeForward(IStructuredDocumentRegion startNode, IStructuredDocumentRegion endNode, String type) {

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

123 : public static IStructuredDocumentRegion findNodeForward(IStructuredDocumentRegion startNode, IStructuredDocumentRegion endNode, String type) {

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

CSSUtil.java :

123 : public static IStructuredDocumentRegion findNodeForward(IStructuredDocumentRegion startNode, IStructuredDocumentRegion endNode, String type) {

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

124 : IStructuredDocumentRegion node;

21. 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

CSSUtil.java :

125 : for (node = startNode; node != null; node = node.getNext()) {

22. 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

CSSUtil.java :

126 : if (endNode.getStartOffset() < node.getStartOffset()) {

23. 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

CSSUtil.java :

126 : if (endNode.getStartOffset() < node.getStartOffset()) {

24. 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

CSSUtil.java :

140 : public static IStructuredDocumentRegion findPreviousSignificantNode(IStructuredDocumentRegion startNode) {

25. 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

CSSUtil.java :

140 : public static IStructuredDocumentRegion findPreviousSignificantNode(IStructuredDocumentRegion startNode) {

26. 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

CSSUtil.java :

144 : IStructuredDocumentRegion node = startNode.getPrevious();

27. 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

CSSUtil.java :

144 : IStructuredDocumentRegion node = startNode.getPrevious();

28. 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

CSSUtil.java :

150 : node = node.getPrevious();

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

CSSUtil.java :

172 : public static String getStructuredDocumentRegionType(IStructuredDocumentRegion flatNode) {

30. 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

CSSUtil.java :

176 : ITextRegionList regions = flatNode.getRegions();

31. 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

CSSUtil.java :

176 : ITextRegionList regions = flatNode.getRegions();

32. 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

CSSUtil.java :

177 : if (regions == null || regions.size() == 0) {

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

CSSUtil.java :

180 : ITextRegion region = regions.get(0);

34. 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

CSSUtil.java :

180 : ITextRegion region = regions.get(0);

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

CSSUtil.java :

181 : return region.getType();

36. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

187 : public static int getLengthDifference(IStructuredDocumentRegionList newNodes, IStructuredDocumentRegionList oldNodes) {

37. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

187 : public static int getLengthDifference(IStructuredDocumentRegionList newNodes, IStructuredDocumentRegionList oldNodes) {

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

CSSUtil.java :

196 : public static String getRegionText(IStructuredDocumentRegion flatNode, ITextRegionList regions) {

39. 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

CSSUtil.java :

196 : public static String getRegionText(IStructuredDocumentRegion flatNode, ITextRegionList regions) {

40. WARNING: DiscouragedReference

Discouraged access: The method iterator() 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

CSSUtil.java :

199 : for (Iterator i = regions.iterator(); i.hasNext();) {

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

CSSUtil.java :

200 : ITextRegion region = (ITextRegion) i.next();

42. 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

CSSUtil.java :

200 : ITextRegion region = (ITextRegion) i.next();

43. 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

CSSUtil.java :

204 : buf.append(flatNode.getText(region));

44. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

214 : public static int getTextLength(IStructuredDocumentRegionList nodes) {

45. WARNING: DiscouragedReference

Discouraged access: The method elements() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

218 : for (Enumeration e = nodes.elements(); e.hasMoreElements();) {

46. 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

CSSUtil.java :

219 : IStructuredDocumentRegion flatNode = (IStructuredDocumentRegion) e.nextElement();

47. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

219 : IStructuredDocumentRegion flatNode = (IStructuredDocumentRegion) e.nextElement();

48. 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

CSSUtil.java :

221 : length += flatNode.getText().length();

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

250 : public static boolean isSelectorText(IStructuredDocumentRegion region) {

50. 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

CSSUtil.java :

310 : public static void stripSurroundingSpace(ITextRegionList regions) {

51. WARNING: DiscouragedReference

Discouraged access: The method isEmpty() 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

CSSUtil.java :

314 : while (!regions.isEmpty()) {

52. 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

CSSUtil.java :

315 : ITextRegion region = regions.get(0);

53. 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

CSSUtil.java :

315 : ITextRegion region = regions.get(0);

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

CSSUtil.java :

316 : String type = region.getType();

55. WARNING: DiscouragedReference

Discouraged access: The method remove(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

CSSUtil.java :

318 : regions.remove(0);

56. WARNING: DiscouragedReference

Discouraged access: The method isEmpty() 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

CSSUtil.java :

324 : while (!regions.isEmpty()) {

57. 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

CSSUtil.java :

325 : ITextRegion region = regions.get(regions.size() - 1);

58. 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

CSSUtil.java :

325 : ITextRegion region = regions.get(regions.size() - 1);

59. 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

CSSUtil.java :

325 : ITextRegion region = regions.get(regions.size() - 1);

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

CSSUtil.java :

326 : String type = region.getType();

61. WARNING: DiscouragedReference

Discouraged access: The method remove(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSUtil.java :

328 : regions.remove(region);

Source File: org/eclipse/wst/css/core/internal/util/RegionIterator.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

RegionIterator.java :

15 : 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

RegionIterator.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

RegionIterator.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

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

RegionIterator.java :

24 : private IStructuredDocumentRegion documentRegion = null;

5. 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

RegionIterator.java :

25 : private IStructuredDocumentRegion curDocumentRegion = null;

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

RegionIterator.java :

31 : public RegionIterator(IStructuredDocument structuredDocument, int index) {

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

RegionIterator.java :

40 : public RegionIterator(IStructuredDocumentRegion flatNode, ITextRegion region) {

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

RegionIterator.java :

40 : public RegionIterator(IStructuredDocumentRegion flatNode, 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

RegionIterator.java :

48 : public IStructuredDocumentRegion getStructuredDocumentRegion() {

10. 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

RegionIterator.java :

60 : if (current < documentRegion.getRegions().size())

11. 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

RegionIterator.java :

60 : if (current < documentRegion.getRegions().size())

12. 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

RegionIterator.java :

76 : public ITextRegion next() {

13. 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

RegionIterator.java :

79 : if (current < 0 || documentRegion.getRegions() == null || documentRegion.getRegions().size() <= current)

14. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

RegionIterator.java :

79 : if (current < 0 || documentRegion.getRegions() == null || documentRegion.getRegions().size() <= current)

15. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

RegionIterator.java :

79 : if (current < 0 || documentRegion.getRegions() == null || documentRegion.getRegions().size() <= current)

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

RegionIterator.java :

82 : ITextRegion region = documentRegion.getRegions().get(current);

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

RegionIterator.java :

82 : ITextRegion region = documentRegion.getRegions().get(current);

18. 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

RegionIterator.java :

82 : ITextRegion region = documentRegion.getRegions().get(current);

19. 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

RegionIterator.java :

85 : if (current >= documentRegion.getRegions().size() - 1) {

20. 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

RegionIterator.java :

85 : if (current >= documentRegion.getRegions().size() - 1) {

21. 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

RegionIterator.java :

86 : documentRegion = documentRegion.getNext();

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

RegionIterator.java :

97 : public ITextRegion prev() {

23. 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

RegionIterator.java :

100 : if (current < 0 || documentRegion.getRegions() == null || documentRegion.getRegions().size() <= current)

24. 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

RegionIterator.java :

100 : if (current < 0 || documentRegion.getRegions() == null || documentRegion.getRegions().size() <= current)

25. 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

RegionIterator.java :

100 : if (current < 0 || documentRegion.getRegions() == null || documentRegion.getRegions().size() <= current)

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

RegionIterator.java :

103 : ITextRegion region = documentRegion.getRegions().get(current);

27. 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

RegionIterator.java :

103 : ITextRegion region = documentRegion.getRegions().get(current);

28. 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

RegionIterator.java :

103 : ITextRegion region = documentRegion.getRegions().get(current);

29. 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

RegionIterator.java :

107 : documentRegion = documentRegion.getPrevious();

30. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

RegionIterator.java :

109 : current = documentRegion.getRegions().size();

31. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

RegionIterator.java :

109 : current = documentRegion.getRegions().size();

32. 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

RegionIterator.java :

121 : public void reset(IStructuredDocument structuredDocument, int index) {

33. 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

RegionIterator.java :

122 : documentRegion = structuredDocument.getRegionAtCharacterOffset(index);

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

RegionIterator.java :

125 : ITextRegion region = documentRegion.getRegionAtCharacterOffset(index);

35. 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

RegionIterator.java :

125 : ITextRegion region = documentRegion.getRegionAtCharacterOffset(index);

36. 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

RegionIterator.java :

126 : current = documentRegion.getRegions().indexOf(region);

37. WARNING: DiscouragedReference

Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

RegionIterator.java :

126 : current = documentRegion.getRegions().indexOf(region);

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

RegionIterator.java :

133 : public void reset(IStructuredDocumentRegion flatNode, ITextRegion region) {

39. 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

RegionIterator.java :

133 : public void reset(IStructuredDocumentRegion flatNode, ITextRegion region) {

40. 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

RegionIterator.java :

137 : current = flatNode.getRegions().indexOf(region);

41. WARNING: DiscouragedReference

Discouraged access: The method indexOf(ITextRegion) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

RegionIterator.java :

137 : current = flatNode.getRegions().indexOf(region);

Source File: org/eclipse/wst/css/core/internal/util/SelectionCollector.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SelectionCollector.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

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

SelectionCollector.java :

54 : IndexedRegion iNode = (IndexedRegion) node;

3. 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

SelectionCollector.java :

54 : IndexedRegion iNode = (IndexedRegion) node;

4. 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

SelectionCollector.java :

55 : if (iNode.getStartOffset() <= end && start < iNode.getEndOffset()) {

5. 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

SelectionCollector.java :

55 : if (iNode.getStartOffset() <= end && start < iNode.getEndOffset()) {

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

SelectionCollector.java :

57 : IndexedRegion iFirstChild = (IndexedRegion) node.getFirstChild();

7. 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

SelectionCollector.java :

57 : IndexedRegion iFirstChild = (IndexedRegion) node.getFirstChild();

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

SelectionCollector.java :

58 : IndexedRegion iLastChild = (IndexedRegion) node.getLastChild();

9. 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

SelectionCollector.java :

58 : IndexedRegion iLastChild = (IndexedRegion) node.getLastChild();

10. 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

SelectionCollector.java :

59 : if (iFirstChild == null || start < iFirstChild.getStartOffset() || iLastChild.getEndOffset() <= end)

11. 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

SelectionCollector.java :

59 : if (iFirstChild == null || start < iFirstChild.getStartOffset() || iLastChild.getEndOffset() <= end)

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

SelectionCollector.java :

64 : if (iNode.getStartOffset() > end)

Source File: org/eclipse/wst/css/core/internal/util/URLHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

19 : import org.eclipse.wst.sse.core.internal.util.PathHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

79 : absUrl = PathHelper.switchToForwardSlashes(absUrl);

3. WARNING: DiscouragedReference

Discouraged access: The method switchToForwardSlashes(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

79 : absUrl = PathHelper.switchToForwardSlashes(absUrl);

4. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

85 : url = PathHelper.removeLeadingSeparator(url);

5. WARNING: DiscouragedReference

Discouraged access: The method removeLeadingSeparator(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

85 : url = PathHelper.removeLeadingSeparator(url);

6. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

91 : absUrl = PathHelper.switchToForwardSlashes(absUrl);

7. WARNING: DiscouragedReference

Discouraged access: The method switchToForwardSlashes(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

91 : absUrl = PathHelper.switchToForwardSlashes(absUrl);

8. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

104 : absUrl = PathHelper.adjustPath(absUrl);

9. WARNING: DiscouragedReference

Discouraged access: The method adjustPath(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

104 : absUrl = PathHelper.adjustPath(absUrl);

10. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

113 : String temp = PathHelper.appendTrailingURLSlash(baseUrl);

11. WARNING: DiscouragedReference

Discouraged access: The method appendTrailingURLSlash(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

113 : String temp = PathHelper.appendTrailingURLSlash(baseUrl);

12. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

126 : String temp = PathHelper.appendTrailingURLSlash(docRoot);

13. WARNING: DiscouragedReference

Discouraged access: The method appendTrailingURLSlash(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

126 : String temp = PathHelper.appendTrailingURLSlash(docRoot);

14. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

203 : output = PathHelper.convertToRelative(inputName, docName);

15. WARNING: DiscouragedReference

Discouraged access: The method convertToRelative(String, String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLHelper.java :

203 : output = PathHelper.convertToRelative(inputName, docName);

Source File: org/eclipse/wst/css/core/internal/util/URLModelProviderCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

35 : import org.eclipse.wst.sse.core.internal.encoding.EncodingRule;

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

URLModelProviderCSS.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

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

URLModelProviderCSS.java :

37 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

38 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceAlreadyExists;

5. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

39 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceInUse;

6. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

40 : import org.eclipse.wst.sse.core.internal.util.PathHelper;

7. WARNING: DiscouragedReference

Discouraged access: The type ProjectResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

41 : import org.eclipse.wst.sse.core.internal.util.ProjectResolver;

8. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

42 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

9. 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

URLModelProviderCSS.java :

54 : private IModelManager modelManager = null;

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

77 : private IStructuredModel getCommonModelFor(final IStructuredModel baseModel, final String ref, final int which) throws IOException {

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

URLModelProviderCSS.java :

77 : private IStructuredModel getCommonModelFor(final IStructuredModel baseModel, final String ref, final int which) throws IOException {

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

URLModelProviderCSS.java :

131 : IStructuredModel model = null;

13. WARNING: DiscouragedReference

Discouraged access: The method getSynchronizationStamp() 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

URLModelProviderCSS.java :

149 : if (model != null && model.getSynchronizationStamp() == IResource.NULL_STAMP)

14. WARNING: DiscouragedReference

Discouraged access: The method resetSynchronizationStamp(IResource) 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

URLModelProviderCSS.java :

150 : model.resetSynchronizationStamp(file);

15. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

156 : URIResolver resolver = (project != null) ? (URIResolver) project.getAdapter(URIResolver.class) : null;

16. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

156 : URIResolver resolver = (project != null) ? (URIResolver) project.getAdapter(URIResolver.class) : null;

17. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

156 : URIResolver resolver = (project != null) ? (URIResolver) project.getAdapter(URIResolver.class) : null;

18. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectResolver(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

160 : resolver = new ProjectResolver(project);

19. WARNING: DiscouragedReference

Discouraged access: The type ProjectResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

160 : resolver = new ProjectResolver(project);

20. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

185 : model = getModelManager().getModelForEdit(id, inStream, resolver);

21. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

188 : model = getModelManager().getModelForRead(id, inStream, resolver);

22. 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

URLModelProviderCSS.java :

204 : if (model != null && model.getBaseLocation() == null) {

23. WARNING: DiscouragedReference

Discouraged access: The method setBaseLocation(String) 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

URLModelProviderCSS.java :

205 : model.setBaseLocation(fullIPath.toString());

24. 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

URLModelProviderCSS.java :

215 : public IStructuredModel getModelForEdit(IStructuredModel baseModel, String ref) throws IOException {

25. 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

URLModelProviderCSS.java :

215 : public IStructuredModel getModelForEdit(IStructuredModel baseModel, String ref) throws IOException {

26. 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

URLModelProviderCSS.java :

221 : private IStructuredModel getModelForEdit(IFile file) throws IOException {

27. 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

URLModelProviderCSS.java :

224 : IModelManager manager = getModelManager();

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

URLModelProviderCSS.java :

227 : IStructuredModel model = null;

29. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(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

URLModelProviderCSS.java :

229 : model = manager.getModelForEdit(file);

30. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile, EncodingRule) 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

URLModelProviderCSS.java :

233 : model = manager.getModelForEdit(file, EncodingRule.FORCE_DEFAULT);

31. WARNING: DiscouragedReference

Discouraged access: The type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

233 : model = manager.getModelForEdit(file, EncodingRule.FORCE_DEFAULT);

32. WARNING: DiscouragedReference

Discouraged access: The field FORCE_DEFAULT from the type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

233 : model = manager.getModelForEdit(file, EncodingRule.FORCE_DEFAULT);

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

URLModelProviderCSS.java :

249 : public IStructuredModel getModelForRead(IStructuredModel baseModel, String ref) throws UnsupportedEncodingException, IOException {

34. 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

URLModelProviderCSS.java :

249 : public IStructuredModel getModelForRead(IStructuredModel baseModel, String ref) throws UnsupportedEncodingException, IOException {

35. 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

URLModelProviderCSS.java :

255 : private IStructuredModel getModelForRead(IFile file) throws IOException {

36. 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

URLModelProviderCSS.java :

258 : IModelManager manager = getModelManager();

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

URLModelProviderCSS.java :

261 : IStructuredModel model = null;

38. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

263 : model = manager.getModelForRead(file);

39. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile, EncodingRule) 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

URLModelProviderCSS.java :

267 : model = manager.getModelForRead(file, EncodingRule.FORCE_DEFAULT);

40. WARNING: DiscouragedReference

Discouraged access: The type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

267 : model = manager.getModelForRead(file, EncodingRule.FORCE_DEFAULT);

41. WARNING: DiscouragedReference

Discouraged access: The field FORCE_DEFAULT from the type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

267 : model = manager.getModelForRead(file, EncodingRule.FORCE_DEFAULT);

42. 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

URLModelProviderCSS.java :

281 : private IModelManager getModelManager() {

43. 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

URLModelProviderCSS.java :

285 : public IStructuredModel getNewModelForEdit(IFile iFile) {

44. 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

URLModelProviderCSS.java :

288 : IModelManager manager = getModelManager();

45. 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

URLModelProviderCSS.java :

292 : IStructuredModel model = null;

46. WARNING: DiscouragedReference

Discouraged access: The method getNewModelForEdit(IFile, boolean) 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

URLModelProviderCSS.java :

294 : model = manager.getNewModelForEdit(iFile, false);

47. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

298 : catch (ResourceInUse riu) {

48. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

300 : catch (ResourceAlreadyExists rae) {

49. 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

URLModelProviderCSS.java :

307 : public IStructuredModel getNewModelForRead(IFile iFile) {

50. 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

URLModelProviderCSS.java :

310 : IModelManager manager = getModelManager();

51. 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

URLModelProviderCSS.java :

314 : IStructuredModel model = null;

52. WARNING: DiscouragedReference

Discouraged access: The method getNewModelForEdit(IFile, boolean) 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

URLModelProviderCSS.java :

316 : model = manager.getNewModelForEdit(iFile, false);

53. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

320 : catch (ResourceInUse riu) {

54. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

322 : catch (ResourceAlreadyExists rae) {

55. 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

URLModelProviderCSS.java :

336 : public static String resolveURI(IStructuredModel baseModel, String ref, boolean resolveCrossProjectLinks) {

56. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

341 : final URIResolver resolver = baseModel.getResolver();

57. WARNING: DiscouragedReference

Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

341 : final URIResolver resolver = baseModel.getResolver();

58. WARNING: DiscouragedReference

Discouraged access: The method getLocationByURI(String, boolean) from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

344 : final String absurl = (resolver != null) ? resolver.getLocationByURI(ref, resolveCrossProjectLinks) : null;

59. WARNING: DiscouragedReference

Discouraged access: The method getRootLocation() from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

358 : final IContainer container = (resolver != null) ? resolver.getRootLocation() : null;

60. 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

URLModelProviderCSS.java :

364 : docroot = baseModel.getBaseLocation();

61. 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

URLModelProviderCSS.java :

372 : String modelBaseLocation = baseModel.getBaseLocation();

62. 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

URLModelProviderCSS.java :

375 : modelBaseLocation = baseModel.getId();

63. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

383 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

64. WARNING: DiscouragedReference

Discouraged access: The method getContainingFolderPath(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

383 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

65. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

383 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

66. WARNING: DiscouragedReference

Discouraged access: The method getContainingFolderPath(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

383 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

67. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

383 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

68. WARNING: DiscouragedReference

Discouraged access: The method appendTrailingURLSlash(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProviderCSS.java :

383 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));