Compiler log for org.eclipse.e4.ui.css.swt_0.9.1.v20100519-0930 : @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/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 98)
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 120)
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 : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java
 (at line 37)
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/CSSPropertyCornerRadiusSWTHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 4)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
The import org.eclipse.e4.core.contexts.EclipseContextFactory is never used

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 6)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
The import org.eclipse.e4.core.contexts.EclipseContextFactory is never used

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 16)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
The import org.eclipse.e4.core.contexts.EclipseContextFactory is never used

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 4)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
The import org.eclipse.e4.core.contexts.EclipseContextFactory is never used

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 3)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
The import org.eclipse.e4.core.contexts.EclipseContextFactory 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 17)
import org.eclipse.swt.custom.CTabItem;
The import org.eclipse.swt.custom.CTabItem is never used
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 19)
import org.eclipse.e4.ui.css.core.resources.IResourcesRegistry;
The import org.eclipse.e4.ui.css.core.resources.IResourcesRegistry is never used
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 21)
import java.util.Iterator;
The import java.util.Iterator is never used
4. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 28)
import org.eclipse.swt.graphics.RGB;
The import org.eclipse.swt.graphics.RGB is never used

/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