Compiler log for org.eclipse.e4.ui.tests.css.swt_0.9.1.v20100720-1930 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 152

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java : 21 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 14)
import org.eclipse.e4.ui.css.swt.dom.WidgetElement;
The import org.eclipse.e4.ui.css.swt.dom.WidgetElement is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java
 (at line 13)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java
 (at line 28)
CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java
 (at line 46)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java
 (at line 67)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 17)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 18)
import org.eclipse.e4.ui.css.core.engine.CSSErrorHandler;
Discouraged access: The type CSSErrorHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 19)
import org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl;
Discouraged access: The type CSSSWTEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 25)
public CSSEngine createEngine(String styleSheet, Display display) {
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 26)
CSSEngine engine = new CSSSWTEngineImpl(display);
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 26)
CSSEngine engine = new CSSSWTEngineImpl(display);
Discouraged access: The constructor CSSSWTEngineImpl(Display) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 26)
CSSEngine engine = new CSSSWTEngineImpl(display);
Discouraged access: The type CSSSWTEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 28)
engine.setErrorHandler(new CSSErrorHandler() { public void error(Exception e) { fail(e.getMessage()); } });
Discouraged access: The method setErrorHandler(CSSErrorHandler) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 28)
engine.setErrorHandler(new CSSErrorHandler() {
Discouraged access: The type CSSErrorHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 35)
engine.parseStyleSheet(new StringReader(styleSheet));
Discouraged access: The method parseStyleSheet(Reader) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 51)
public void clearAndApply(CSSEngine engine, Widget widget, String styleSheet) {
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 54)
engine.reset();
Discouraged access: The method reset() from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 57)
engine.parseStyleSheet(new StringReader(styleSheet));
Discouraged access: The method parseStyleSheet(Reader) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTTestCase.java
 (at line 62)
engine.applyStyles(widget, true, true);
Discouraged access: The method applyStyles(Object, boolean, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 13)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 14)
import org.eclipse.e4.ui.css.swt.dom.WidgetElement;
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 24)
CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 39)
engine.applyStyles(labelToTest, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 52)
WidgetElement.setID(widget, id);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 52)
WidgetElement.setID(widget, id);
Discouraged access: The method setID(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 53)
assertEquals(WidgetElement.getID(widget), id);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 53)
assertEquals(WidgetElement.getID(widget), id);
Discouraged access: The method getID(Widget) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 60)
WidgetElement.setCSSClass(widget, cssClass);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 60)
WidgetElement.setCSSClass(widget, cssClass);
Discouraged access: The method setCSSClass(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 61)
assertEquals(WidgetElement.getCSSClass(widget), cssClass);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CSSSWTWidgetTest.java
 (at line 61)
assertEquals(WidgetElement.getCSSClass(widget), cssClass);
Discouraged access: The method getCSSClass(Widget) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot

/src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 12)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 13)
import org.eclipse.e4.ui.css.swt.dom.CTabFolderElement;
Discouraged access: The type CTabFolderElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 31)
static public CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 48)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 81)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 92)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 150)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "simple", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 154)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "simple", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 160)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "maximize-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 164)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "maximize-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 170)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "minimize-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 174)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "minimize-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 180)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "mru-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 183)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "mru-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 190)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "maximized", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 193)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "maximized", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 199)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "minimized", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 202)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "minimized", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 225)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "single", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 228)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "single", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
21. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 234)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "unselected-close-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
22. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 237)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "unselected-close-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
23. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 243)
assertEquals("true", engine.retrieveCSSProperty(folderToTest, "unselected-image-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
24. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 246)
assertEquals("false", engine.retrieveCSSProperty(folderToTest, "unselected-image-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
25. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 251)
assertEquals(null, engine.retrieveCSSProperty(shell, "border-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
26. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 252)
assertEquals(null, engine.retrieveCSSProperty(shell, "maximized", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
27. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 253)
assertEquals(null, engine.retrieveCSSProperty(shell, "maximize-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
28. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 254)
assertEquals(null, engine.retrieveCSSProperty(shell, "minimize-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
29. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 255)
assertEquals(null, engine.retrieveCSSProperty(shell, "mru-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
30. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 256)
assertEquals(null, engine.retrieveCSSProperty(shell, "show-close", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
31. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 257)
assertEquals(null, engine.retrieveCSSProperty(shell, "simple", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
32. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 258)
assertEquals(null, engine.retrieveCSSProperty(shell, "single", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
33. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 259)
assertEquals(null, engine.retrieveCSSProperty(shell, "unselected-close-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
34. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 260)
assertEquals(null, engine.retrieveCSSProperty(shell, "unselected-image-visible", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
35. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 274)
CTabFolderElement.setCSSClass(barA.getParent(), "special");
Discouraged access: The type CTabFolderElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
36. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 274)
CTabFolderElement.setCSSClass(barA.getParent(), "special");
Discouraged access: The method setCSSClass(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
37. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 275)
engine.applyStyles(barA.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
38. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 281)
CTabFolderElement.setCSSClass(barA.getParent(), "extraordinary");
Discouraged access: The type CTabFolderElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
39. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 281)
CTabFolderElement.setCSSClass(barA.getParent(), "extraordinary");
Discouraged access: The method setCSSClass(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
40. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java
 (at line 282)
engine.applyStyles(barA.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 13)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 14)
import org.eclipse.e4.ui.css.swt.dom.WidgetElement;
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 30)
private CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 89)
engine.applyStyles(folder.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 106)
assertEquals("Verdana", engine.retrieveCSSProperty(items[i], "font-family", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 108)
assertEquals("16", engine.retrieveCSSProperty(items[i], "font-size", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 131)
assertEquals("bold", engine.retrieveCSSProperty(items[i], "font-weight", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 152)
assertEquals("italic", engine.retrieveCSSProperty(items[i], "font-style", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 237)
assertEquals(Boolean.toString(showClose), engine .retrieveCSSProperty(items[i], "show-close", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 258)
engine.applyStyles(folder.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 269)
engine.applyStyles(folder.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 280)
engine.applyStyles(folder.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
13. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 297)
assertEquals("true", engine.retrieveCSSProperty(items[i], "show-close", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
14. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 301)
assertEquals("false", engine.retrieveCSSProperty(items[i], "show-close", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
15. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 315)
engine.applyStyles(folder.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
16. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 555)
assertEquals("#0000ff", engine.retrieveCSSProperty(folder .getItem(i), "background-color", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
17. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 573)
CSSEngine engine = createEngine("CTabItem { background-color: " + colour + " }",
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
18. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 575)
engine.applyStyles(folder, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
19. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 580)
assertEquals(colour, engine.retrieveCSSProperty(folder.getItem(i), "background-color", null));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
20. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java
 (at line 595)
assertEquals("#00ff00", engine.retrieveCSSProperty(folder .getItem(i), "background-color", "selected"));
Discouraged access: The method retrieveCSSProperty(Object, String, String) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 3)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 4)
import org.eclipse.e4.ui.css.swt.dom.WidgetElement;
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 20)
static public CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 40)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 56)
WidgetElement.setCSSClass(buttonA.getParent(), "special");
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 56)
WidgetElement.setCSSClass(buttonA.getParent(), "special");
Discouraged access: The method setCSSClass(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 57)
engine.applyStyles(buttonA.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 63)
WidgetElement.setCSSClass(buttonA.getParent(), "extraordinary");
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 63)
WidgetElement.setCSSClass(buttonA.getParent(), "extraordinary");
Discouraged access: The method setCSSClass(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 64)
WidgetElement.setID(buttonB.getParent(), "parent");
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 64)
WidgetElement.setID(buttonB.getParent(), "parent");
Discouraged access: The method setID(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/DescendentTest.java
 (at line 66)
engine.applyStyles(buttonA.getShell(), true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/GradientTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/GradientTest.java
 (at line 14)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/GradientTest.java
 (at line 38)
static public CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/GradientTest.java
 (at line 55)
engine.applyStyles(folderToTest, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 12)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 13)
import org.eclipse.e4.ui.css.swt.dom.WidgetElement;
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 37)
CSSEngine engine = createEngine(styleSheet, display);
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 49)
WidgetElement.setCSSClass(labelToTest, CSS_CLASS_NAME);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 49)
WidgetElement.setCSSClass(labelToTest, CSS_CLASS_NAME);
Discouraged access: The method setCSSClass(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 50)
WidgetElement.setID(labelToTest, CSS_ID);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 50)
WidgetElement.setID(labelToTest, CSS_ID);
Discouraged access: The method setID(Widget, String) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 53)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 70)
assertEquals(WidgetElement.getCSSClass(labelToTest), CSS_CLASS_NAME);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 70)
assertEquals(WidgetElement.getCSSClass(labelToTest), CSS_CLASS_NAME);
Discouraged access: The method getCSSClass(Widget) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 80)
assertEquals(WidgetElement.getID(labelToTest), CSS_ID);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
12. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/IdClassLabelColorTest.java
 (at line 80)
assertEquals(WidgetElement.getID(labelToTest), CSS_ID);
Discouraged access: The method getID(Widget) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot

/src/org/eclipse/e4/ui/tests/css/swt/LabelTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/LabelTest.java
 (at line 13)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/LabelTest.java
 (at line 29)
CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/LabelTest.java
 (at line 47)
engine.applyStyles(labelToTest, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 12)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 13)
import org.eclipse.e4.ui.css.swt.CSSSWTConstants;
Discouraged access: The type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 26)
CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 40)
panel.setData(CSSSWTConstants.MARGIN_WRAPPER_KEY, true);
Discouraged access: The type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 40)
panel.setData(CSSSWTConstants.MARGIN_WRAPPER_KEY, true);
Discouraged access: The field MARGIN_WRAPPER_KEY from the type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 54)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 65)
panel.setData(CSSSWTConstants.MARGIN_WRAPPER_KEY);
Discouraged access: The type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 65)
panel.setData(CSSSWTConstants.MARGIN_WRAPPER_KEY);
Discouraged access: The field MARGIN_WRAPPER_KEY from the type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 69)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 82)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/MarginTest.java
 (at line 108)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/ShellActiveTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ShellActiveTest.java
 (at line 12)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ShellActiveTest.java
 (at line 25)
CSSEngine engine = createEngine(styleSheet, display);
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ShellActiveTest.java
 (at line 30)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/ShellTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ShellTest.java
 (at line 12)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ShellTest.java
 (at line 29)
CSSEngine engine = createEngine(styleSheet, display);
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/ShellTest.java
 (at line 40)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 3)
import org.eclipse.e4.ui.css.swt.helpers.PropertyHelper;
Discouraged access: The type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 53)
assertEquals("A",PropertyHelper.getProperty(bean, "a"));
Discouraged access: The type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 53)
assertEquals("A",PropertyHelper.getProperty(bean, "a"));
Discouraged access: The method getProperty(Object, String) from the type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
4. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 54)
assertEquals("B",PropertyHelper.getProperty(bean, "b"));
Discouraged access: The type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
5. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 54)
assertEquals("B",PropertyHelper.getProperty(bean, "b"));
Discouraged access: The method getProperty(Object, String) from the type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 64)
assertEquals("C",PropertyHelper.getProperty(bean, "c"));
Discouraged access: The type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 64)
assertEquals("C",PropertyHelper.getProperty(bean, "c"));
Discouraged access: The method getProperty(Object, String) from the type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
8. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 65)
assertEquals(true,PropertyHelper.getProperty(bean, "d"));
Discouraged access: The type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
9. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 65)
assertEquals(true,PropertyHelper.getProperty(bean, "d"));
Discouraged access: The method getProperty(Object, String) from the type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
10. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 75)
assertEquals("Nested",PropertyHelper.getProperty(bean, "nested.a"));
Discouraged access: The type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot
11. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TestPropertyHelper.java
 (at line 75)
assertEquals("Nested",PropertyHelper.getProperty(bean, "nested.a"));
Discouraged access: The method getProperty(Object, String) from the type PropertyHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.swt/@dot

/src/org/eclipse/e4/ui/tests/css/swt/TextTransformTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TextTransformTest.java
 (at line 13)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TextTransformTest.java
 (at line 38)
private CSSEngine engine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/tests/css/swt/TextTransformTest.java
 (at line 91)
engine.applyStyles(shell, true);
Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100727-1415/plugins/org.eclipse.e4.ui.css.core/@dot