Compiler log for org.eclipse.e4.xwt.css_0.9.0.v20100617-2100 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 23

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/xwt/css/CSSEngineNotFoundException.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/css/CSSEngineNotFoundException.java
 (at line 20)
public class CSSEngineNotFoundException extends XWTException {
The serializable class CSSEngineNotFoundException does not declare a static final serialVersionUID field of type long

/src/org/eclipse/e4/xwt/css/CSSStyle.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/css/CSSStyle.java
 (at line 75)
private Class getEngineClass() throws ClassNotFoundException {
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/xwt/css/CSSStyle.java
 (at line 76)
Class engineClass = null;
Class is a raw type. References to generic type Class<T> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 32)
public abstract class AbstractCSSStyle implements IStyle, 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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 36)
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 56)
public AbstractCSSStyle(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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
6. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 95)
engine.setErrorHandler(this);
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
7. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 100)
engine.parseStyleSheet(new StringReader(content));
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
8. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 125)
engine.parseStyleSheet(stream);
Discouraged access: The method parseStyleSheet(InputStream) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
9. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 162)
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
10. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 189)
engine.applyStyles(control, false, 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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
11. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 196)
public CSSEngine getEngine() {
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
12. WARNING in /src/org/eclipse/e4/xwt/css/AbstractCSSStyle.java
 (at line 220)
protected abstract CSSEngine createCSSEngine(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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/xwt/css/CSSStyle.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/css/CSSStyle.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/xwt/css/CSSStyle.java
 (at line 58)
public CSSStyle(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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/xwt/css/CSSStyle.java
 (at line 62)
protected CSSEngine createCSSEngine(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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/xwt/css/CSSStyle.java
 (at line 67)
return (CSSEngine) ctor.newInstance(new Object[] { 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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/xwt/css/CSSXWT.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/css/CSSXWT.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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/xwt/css/CSSXWT.java
 (at line 29)
public static CSSEngine getCSSEngine(Widget widget) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/xwt/css/CSSXWT.java
 (at line 38)
return (CSSEngine) shell.getData(CSSENGINE_KEY);
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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/xwt/css/CSSXWT.java
 (at line 43)
public static void setCSSEngine(Shell shell, 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/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot