Compiler log for org.eclipse.e4.xwt.tools.ui.palette_0.9.1.v20100617-2100 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 9

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/tools/ui/palette/impl/CompoundInitializerImpl.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/impl/CompoundInitializerImpl.java
 (at line 15)
import org.eclipse.emf.common.notify.NotificationChain;
The import org.eclipse.emf.common.notify.NotificationChain is never used
2. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/impl/CompoundInitializerImpl.java
 (at line 19)
import org.eclipse.emf.ecore.InternalEObject;
The import org.eclipse.emf.ecore.InternalEObject is never used
3. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/impl/CompoundInitializerImpl.java
 (at line 20)
import org.eclipse.emf.ecore.util.EObjectContainmentEList;
The import org.eclipse.emf.ecore.util.EObjectContainmentEList is never used
4. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/impl/CompoundInitializerImpl.java
 (at line 21)
import org.eclipse.emf.ecore.util.InternalEList;
The import org.eclipse.emf.ecore.util.InternalEList is never used

/src/org/eclipse/e4/xwt/tools/ui/palette/impl/PalettePackageImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/impl/PalettePackageImpl.java
 (at line 24)
import org.eclipse.emf.ecore.EGenericType;
The import org.eclipse.emf.ecore.EGenericType is never used

/src/org/eclipse/e4/xwt/tools/ui/palette/page/DragSourceAdapter.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/page/DragSourceAdapter.java
 (at line 75)
List selection = getViewer().getSelectedEditParts();
List is a raw type. 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/xwt/tools/ui/palette/page/editparts/figures/PaletteDrawerFigure.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/page/editparts/figures/PaletteDrawerFigure.java
 (at line 14)
import org.eclipse.gef.internal.ui.palette.editparts.DrawerFigure;
Discouraged access: The type DrawerFigure is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.gef_3.6.0.v20100525-1225.jar
2. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/page/editparts/figures/PaletteDrawerFigure.java
 (at line 20)
public class PaletteDrawerFigure extends DrawerFigure {
Discouraged access: The type DrawerFigure is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.gef_3.6.0.v20100525-1225.jar
3. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/page/editparts/figures/PaletteDrawerFigure.java
 (at line 28)
super(control);
Discouraged access: The constructor DrawerFigure(Control) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.gef_3.6.0.v20100525-1225.jar