Compiler log for org.eclipse.e4.ui.examples.css.nebula_0.9.0.v20090609-1530 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8

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/examples/css/nebula/CSSEditorNebulaGallery.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/examples/css/nebula/CSSEditorNebulaGallery.java
 (at line 36)
List selectedItems = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/examples/css/nebula/CSSEditorNebulaGallery.java
 (at line 36)
List selectedItems = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/examples/css/nebula/CSSEditorNebulaGallery.java
 (at line 47)
selectedItems.add(item);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/examples/css/nebula/CSSEditorNebulaGallery.java
 (at line 55)
gallery.setSelection((GalleryItem[]) selectedItems .toArray(new GalleryItem[0]));
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> 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/ui/examples/css/nebula/AbstractCSSNebulaEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/examples/css/nebula/AbstractCSSNebulaEditor.java
 (at line 3)
import org.eclipse.e4.ui.css.core.dom.IElementProvider;
Discouraged access: The type IElementProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.css.core_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/ui/examples/css/nebula/AbstractCSSNebulaEditor.java
 (at line 4)
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/targets/v20110617/plugins/org.eclipse.e4.ui.css.core_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/ui/examples/css/nebula/AbstractCSSNebulaEditor.java
 (at line 18)
protected CSSEngine createCSSEngine() {
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/targets/v20110617/plugins/org.eclipse.e4.ui.css.core_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/ui/examples/css/nebula/AbstractCSSNebulaEditor.java
 (at line 27)
protected IElementProvider getNativeWidgetElementProvider() {
Discouraged access: The type IElementProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.css.core_0.10.0.v20110613-2030.jar