errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged 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 |
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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |