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 )
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;
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;
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;
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 {
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);
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();
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();
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();
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();
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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;
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;
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;
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;
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;
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);
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);
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;
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);
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()));
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()));
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);
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);
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);
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);
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);
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);
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);
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);
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 {
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 {
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;
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;
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();
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();
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) {
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) {
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()) {
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();
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();
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();
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();
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());
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) {
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) {
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) {
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) {
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) {
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) {
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);
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);