Compiler log for org.eclipse.e4.xwt.css_0.9.0.v20090714-1930 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3

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 : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/css/CSSStyle.java
 (at line 73)
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 74)
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