Compiler log for org.eclipse.e4.ui.css.swt_0.9.1.v20100226-1215 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 20

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/css/swt/dom/SWTElement.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 121)
Class clazz = widget.getClass();
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 139)
Class clazz = widget.getClass();
Class is a raw type. References to generic type Class<T> should be parameterized

/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java
 (at line 139)
List values = grad.getValues();
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/ui/css/swt/helpers/SWTElementHelpers.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/SWTElementHelpers.java
 (at line 33)
private static final Class[] ELEMENT_CONSTRUCTOR_PARAM = { Widget.class,
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/SWTElementHelpers.java
 (at line 43)
Class classElement) throws NoSuchMethodException,
Class is a raw type. References to generic type Class<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/SWTElementHelpers.java
 (at line 46)
Constructor constructor = classElement
Constructor is a raw type. References to generic type Constructor<T> should be parameterized

/src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java
 (at line 52)
Class<?> radialGradientPaintClass = Class
The local variable radialGradientPaintClass is never read
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java
 (at line 103)
for (Iterator iterator = grad.getRGBs().iterator(); iterator
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java
 (at line 122)
for (Iterator iterator = grad.getRGBs().iterator(); iterator
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTGradientConverterImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTGradientConverterImpl.java
 (at line 45)
List values = grad.getValues();
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java
 (at line 22)
import org.eclipse.swt.graphics.Color;
The import org.eclipse.swt.graphics.Color is never used
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java
 (at line 38)
Widget widget = SWTElementHelpers.getWidget(element);
The local variable widget is never read

/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyClassificationSWTHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyClassificationSWTHandler.java
 (at line 90)
Control control = (Control) element;
The local variable control is never read

/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyPaddingSWTHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyPaddingSWTHandler.java
 (at line 138)
Widget widget = SWTElementHelpers.getWidget(element);
The local variable widget is never read

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabMarginOffsetHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabMarginOffsetHandler.java
 (at line 15)
import org.w3c.dom.css.CSSPrimitiveValue;
The import org.w3c.dom.css.CSSPrimitiveValue is never used

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 3)
import java.util.ArrayList;
The import java.util.ArrayList is never used
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 5)
import java.util.List;
The import java.util.List is never used
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 31)
for (Iterator iterator = grad.getRGBs().iterator(); iterator.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 38)
for (Iterator iterator = grad.getPercents().iterator(); iterator.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyWebbyStyleHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyWebbyStyleHandler.java
 (at line 26)
boolean bool = (Boolean)engine.convert(value, Boolean.class, null);
The local variable bool is never read

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings