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

TOTAL : ERRORS: 0, WARNINGS: 7

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

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/xwt/tools/ui/palette/page/editparts/PaletteDrawerEditPart.java
 (at line 23)
@SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings