Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 6 Number of classfiles: 6
Problems: 59 (Errors: 0 Warnings: 59 )
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
26 : import org.eclipse.wst.css.core.internal.contenttype.CSSResourceEncodingDetector;
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
CSSEncodingTester.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
CSSEncodingTester.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
CSSEncodingTester.java :
51 : 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
CSSEncodingTester.java :
59 : 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
CSSEncodingTester.java :
60 : EncodingMemento encodingMemento = ((CSSResourceEncodingDetector)detector).getEncodingMemento();
Discouraged access: The method getEncodingMemento() from the type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
60 : EncodingMemento encodingMemento = ((CSSResourceEncodingDetector)detector).getEncodingMemento();
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
60 : EncodingMemento encodingMemento = ((CSSResourceEncodingDetector)detector).getEncodingMemento();
Discouraged access: The method getDetectedCharsetName() 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
CSSEncodingTester.java :
65 : foundIANAEncoding = encodingMemento.getDetectedCharsetName();
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
132 : doTestFileStream(filename, "ISO-8859-6", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
132 : doTestFileStream(filename, "ISO-8859-6", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
138 : doTestFileStream(filename, null, new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
138 : doTestFileStream(filename, null, new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
143 : doTestFileStream(filename, "EUC-JP", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
143 : doTestFileStream(filename, "EUC-JP", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
148 : doTestFileStream(filename, "ISO-2022-JP", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
148 : doTestFileStream(filename, "ISO-2022-JP", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
153 : doTestFileStream(filename, null, new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
153 : doTestFileStream(filename, null, new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
158 : doTestFileStream(filename, "ISO-8859-6", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
158 : doTestFileStream(filename, "ISO-8859-6", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
163 : doTestFileStream(filename, "ISO-8859-6", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
163 : doTestFileStream(filename, "ISO-8859-6", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
168 : doTestFileStream(filename, "SHIFT_JIS", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
168 : doTestFileStream(filename, "SHIFT_JIS", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
173 : doTestFileStream(filename, "UTF-16BE", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
173 : doTestFileStream(filename, "UTF-16BE", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
178 : doTestFileStream(filename, "UTF-16LE", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
178 : doTestFileStream(filename, "UTF-16LE", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
183 : doTestFileStream(filename, "UTF-16BE", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
183 : doTestFileStream(filename, "UTF-16BE", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
188 : doTestFileStream(filename, "UTF-16LE", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
188 : doTestFileStream(filename, "UTF-16LE", new CSSResourceEncodingDetector());
Discouraged access: The constructor CSSResourceEncodingDetector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
193 : doTestFileStream(filename, "UTF-16", new CSSResourceEncodingDetector());
Discouraged access: The type CSSResourceEncodingDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSEncodingTester.java :
193 : doTestFileStream(filename, "UTF-16", new CSSResourceEncodingDetector());
Discouraged access: The type CSSHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
18 : import org.eclipse.wst.css.core.internal.contenttype.CSSHeadTokenizer;
Discouraged access: The type CSSHeadTokenizerConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
19 : import org.eclipse.wst.css.core.internal.contenttype.CSSHeadTokenizerConstants;
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.css.core/@dot
CSSHeadTokenizerTester.java :
20 : import org.eclipse.wst.css.core.internal.contenttype.HeadParserToken;
Discouraged access: The type CSSHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
44 : CSSHeadTokenizer tokenizer = null;
Discouraged access: The constructor CSSHeadTokenizer(Reader) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
45 : tokenizer = new CSSHeadTokenizer(fileReader);
Discouraged access: The type CSSHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
45 : tokenizer = new CSSHeadTokenizer(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.css.core/@dot
CSSHeadTokenizerTester.java :
47 : 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.css.core/@dot
CSSHeadTokenizerTester.java :
48 : 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.css.core/@dot
CSSHeadTokenizerTester.java :
52 : 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.css.core/@dot
CSSHeadTokenizerTester.java :
52 : assertTrue("did not end as expected. found: " + token.getType(), finalTokenType.equals(token.getType()));
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.css.core/@dot
CSSHeadTokenizerTester.java :
80 : private HeadParserToken parseHeader(CSSHeadTokenizer tokenizer) throws IOException {
Discouraged access: The type CSSHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
80 : private HeadParserToken parseHeader(CSSHeadTokenizer 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.css.core/@dot
CSSHeadTokenizerTester.java :
81 : 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.css.core/@dot
CSSHeadTokenizerTester.java :
82 : HeadParserToken finalToken = null;
Discouraged access: The method getNextToken() from the type CSSHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
84 : 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.css.core/@dot
CSSHeadTokenizerTester.java :
85 : String tokenType = token.getType();
Discouraged access: The type CSSHeadTokenizerConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
89 : if (tokenType == CSSHeadTokenizerConstants.CHARSET_RULE) {
Discouraged access: The field CHARSET_RULE from the type CSSHeadTokenizerConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
89 : if (tokenType == CSSHeadTokenizerConstants.CHARSET_RULE) {
Discouraged access: The method hasMoreTokens() from the type CSSHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
90 : 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.css.core/@dot
CSSHeadTokenizerTester.java :
91 : HeadParserToken valueToken = tokenizer.getNextToken();
Discouraged access: The method getNextToken() from the type CSSHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
91 : 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.css.core/@dot
CSSHeadTokenizerTester.java :
92 : 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.css.core/@dot
CSSHeadTokenizerTester.java :
94 : this.fcharset = valueToken.getText();
Discouraged access: The method hasMoreTokens() from the type CSSHeadTokenizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot
CSSHeadTokenizerTester.java :
100 : while (tokenizer.hasMoreTokens());