Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 5 Number of classfiles: 5

Problems: 70 (Errors: 0 Warnings: 70 )

Source File: org/eclipse/wst/html/tests/encoding/html/HTMLEncodingTests.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

26 : import org.eclipse.wst.html.core.internal.contenttype.HTMLResourceEncodingDetector;

2. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLEncodingTests.java :

28 : 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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLEncodingTests.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLEncodingTests.java :

54 : private void doTestFileStream(String filename, String expectedIANAEncoding, IResourceCharsetDetector detector) throws IOException {

5. WARNING: DiscouragedReference

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

HTMLEncodingTests.java :

62 : detector.set(istream);

6. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLEncodingTests.java :

63 : EncodingMemento encodingMemento = ((HTMLResourceEncodingDetector)detector).getEncodingMemento();

7. WARNING: DiscouragedReference

Discouraged access: The method getEncodingMemento() from the type AbstractResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

63 : EncodingMemento encodingMemento = ((HTMLResourceEncodingDetector)detector).getEncodingMemento();

8. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

63 : EncodingMemento encodingMemento = ((HTMLResourceEncodingDetector)detector).getEncodingMemento();

9. WARNING: DiscouragedReference

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

HTMLEncodingTests.java :

66 : foundIANAEncoding = encodingMemento.getJavaCharsetName();

10. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

135 : doTestFileStream(filename, System.getProperty("file.encoding"), new HTMLResourceEncodingDetector());

11. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

135 : doTestFileStream(filename, System.getProperty("file.encoding"), new HTMLResourceEncodingDetector());

12. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

141 : doTestFileStream(filename, ianaInFile, new HTMLResourceEncodingDetector());

13. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

141 : doTestFileStream(filename, ianaInFile, new HTMLResourceEncodingDetector());

14. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

146 : doTestFileStream(filename, "ISO-8859-6", new HTMLResourceEncodingDetector());

15. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

146 : doTestFileStream(filename, "ISO-8859-6", new HTMLResourceEncodingDetector());

16. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

152 : doTestFileStream(filename, System.getProperty("file.encoding"), new HTMLResourceEncodingDetector());

17. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

152 : doTestFileStream(filename, System.getProperty("file.encoding"), new HTMLResourceEncodingDetector());

18. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

157 : doTestFileStream(filename, "UTF-8", new HTMLResourceEncodingDetector());

19. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

157 : doTestFileStream(filename, "UTF-8", new HTMLResourceEncodingDetector());

20. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

164 : doTestFileStream(filename, ianaInFile, new HTMLResourceEncodingDetector());

21. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

164 : doTestFileStream(filename, ianaInFile, new HTMLResourceEncodingDetector());

22. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

169 : doTestFileStream(filename, "UTF-16BE", new HTMLResourceEncodingDetector());

23. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

169 : doTestFileStream(filename, "UTF-16BE", new HTMLResourceEncodingDetector());

24. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

174 : doTestFileStream(filename, "UTF-16LE", new HTMLResourceEncodingDetector());

25. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

174 : doTestFileStream(filename, "UTF-16LE", new HTMLResourceEncodingDetector());

26. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

179 : doTestFileStream(filename, "UTF-16LE", new HTMLResourceEncodingDetector());

27. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

179 : doTestFileStream(filename, "UTF-16LE", new HTMLResourceEncodingDetector());

28. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

184 : doTestFileStream(filename, "UTF-16", new HTMLResourceEncodingDetector());

29. WARNING: DiscouragedReference

Discouraged access: The type HTMLResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLEncodingTests.java :

184 : doTestFileStream(filename, "UTF-16", new HTMLResourceEncodingDetector());

Source File: org/eclipse/wst/html/tests/encoding/html/HTMLHeadTokenizerTester.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTMLHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

21 : import org.eclipse.wst.html.core.internal.contenttype.HTMLHeadTokenizer;

2. WARNING: DiscouragedReference

Discouraged access: The type HTMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

22 : import org.eclipse.wst.html.core.internal.contenttype.HTMLHeadTokenizerConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

23 : import org.eclipse.wst.html.core.internal.contenttype.HeadParserToken;

4. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type HTMLHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

53 : HTMLHeadTokenizer tokenizer = null;

6. WARNING: DiscouragedReference

Discouraged access: The constructor HTMLHeadTokenizer(Reader) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

54 : tokenizer = new HTMLHeadTokenizer(fileReader);

7. WARNING: DiscouragedReference

Discouraged access: The type HTMLHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

54 : tokenizer = new HTMLHeadTokenizer(fileReader);

8. WARNING: DiscouragedReference

Discouraged access: The type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

56 : HeadParserToken resultToken = null;

9. WARNING: DiscouragedReference

Discouraged access: The type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

57 : HeadParserToken token = parseHeader(tokenizer);

10. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

61 : assertTrue("did not end as expected. found: " + token.getType(), finalTokenType.equals(token.getType()));

11. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

61 : assertTrue("did not end as expected. found: " + token.getType(), finalTokenType.equals(token.getType()));

12. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

123 : result = tokenType.equals(EncodingParserConstants.StringValue) || tokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

13. WARNING: DiscouragedReference

Discouraged access: The field StringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

123 : result = tokenType.equals(EncodingParserConstants.StringValue) || tokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

14. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

123 : result = tokenType.equals(EncodingParserConstants.StringValue) || tokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

15. WARNING: DiscouragedReference

Discouraged access: The field UnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

123 : result = tokenType.equals(EncodingParserConstants.StringValue) || tokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

16. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

123 : result = tokenType.equals(EncodingParserConstants.StringValue) || tokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

17. WARNING: DiscouragedReference

Discouraged access: The field InvalidTerminatedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

123 : result = tokenType.equals(EncodingParserConstants.StringValue) || tokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

18. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

123 : result = tokenType.equals(EncodingParserConstants.StringValue) || tokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

19. WARNING: DiscouragedReference

Discouraged access: The field InvalidTermintatedUnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

123 : result = tokenType.equals(EncodingParserConstants.StringValue) || tokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || tokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

20. WARNING: DiscouragedReference

Discouraged access: The type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

161 : private HeadParserToken parseHeader(HTMLHeadTokenizer tokenizer) throws IOException {

21. WARNING: DiscouragedReference

Discouraged access: The type HTMLHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

161 : private HeadParserToken parseHeader(HTMLHeadTokenizer tokenizer) throws IOException {

22. WARNING: DiscouragedReference

Discouraged access: The type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

172 : HeadParserToken token = null;

23. WARNING: DiscouragedReference

Discouraged access: The type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

173 : HeadParserToken finalToken = null;

24. WARNING: DiscouragedReference

Discouraged access: The method getNextToken() from the type HTMLHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

175 : token = tokenizer.getNextToken();

25. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

179 : String tokenType = token.getType();

26. WARNING: DiscouragedReference

Discouraged access: The type HTMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

183 : if (tokenType == HTMLHeadTokenizerConstants.MetaTagContentType) {

27. WARNING: DiscouragedReference

Discouraged access: The field MetaTagContentType from the type HTMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

183 : if (tokenType == HTMLHeadTokenizerConstants.MetaTagContentType) {

28. WARNING: DiscouragedReference

Discouraged access: The method hasMoreTokens() from the type HTMLHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

184 : if (tokenizer.hasMoreTokens()) {

29. WARNING: DiscouragedReference

Discouraged access: The type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

185 : HeadParserToken valueToken = tokenizer.getNextToken();

30. WARNING: DiscouragedReference

Discouraged access: The method getNextToken() from the type HTMLHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

185 : HeadParserToken valueToken = tokenizer.getNextToken();

31. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

189 : String valueTokenType = valueToken.getType();

32. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type HeadParserToken is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

191 : this.fContentTypeValue = valueToken.getText();

33. WARNING: DiscouragedReference

Discouraged access: The method hasMoreTokens() from the type HTMLHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.html.core/@dot

HTMLHeadTokenizerTester.java :

198 : while (tokenizer.hasMoreTokens());

34. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

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

35. WARNING: DiscouragedReference

Discouraged access: The field UTF83ByteBOM from the type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

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

36. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

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

37. WARNING: DiscouragedReference

Discouraged access: The field UTF16BE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

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

38. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

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

39. WARNING: DiscouragedReference

Discouraged access: The field UTF16LE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

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

40. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

256 : doTestFile(filename, null, EncodingParserConstants.MAX_CHARS_REACHED);

41. WARNING: DiscouragedReference

Discouraged access: The field MAX_CHARS_REACHED from the type EncodingParserConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizerTester.java :

256 : doTestFile(filename, null, EncodingParserConstants.MAX_CHARS_REACHED);