Compiler log for org.eclipse.e4.tm_0.9.0.v20090716-1930 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 55

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/tm/layouts/LayoutsFactory.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/layouts/LayoutsFactory.java
 (at line 64)
Layout createRectangleLayout();
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/layouts/impl/LayoutsFactoryImpl.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/layouts/impl/LayoutsFactoryImpl.java
 (at line 19)
import org.eclipse.e4.tm.layouts.*;
The import org.eclipse.e4.tm.layouts is never used
2. WARNING in /src/org/eclipse/e4/tm/layouts/impl/LayoutsFactoryImpl.java
 (at line 112)
public Layout createRectangleLayout() {
Layout is a raw type. References to generic type Layout<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/tm/layouts/impl/LayoutsFactoryImpl.java
 (at line 113)
Layout rectangleLayout = (Layout)super.create(LayoutsPackage.Literals.RECTANGLE_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
4. WARNING in /src/org/eclipse/e4/tm/layouts/impl/LayoutsFactoryImpl.java
 (at line 113)
Layout rectangleLayout = (Layout)super.create(LayoutsPackage.Literals.RECTANGLE_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/layouts/util/LayoutsAdapterFactory.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/layouts/util/LayoutsAdapterFactory.java
 (at line 19)
import org.eclipse.e4.tm.layouts.*;
The import org.eclipse.e4.tm.layouts is never used
2. WARNING in /src/org/eclipse/e4/tm/layouts/util/LayoutsAdapterFactory.java
 (at line 94)
public Adapter caseRectangleLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/layouts/util/LayoutsSwitch.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/layouts/util/LayoutsSwitch.java
 (at line 114)
Layout<?> rectangleLayout = (Layout)theEObject;
Layout is a raw type. References to generic type Layout<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/tm/layouts/util/LayoutsSwitch.java
 (at line 195)
public T1 caseRectangleLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/layouts/util/LayoutsValidator.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/layouts/util/LayoutsValidator.java
 (at line 104)
return validateRectangleLayout((Layout)value, diagnostics, context);
Layout is a raw type. References to generic type Layout<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/tm/layouts/util/LayoutsValidator.java
 (at line 189)
public boolean validateRectangleLayout(Layout rectangleLayout, DiagnosticChain diagnostics, Map<Object, Object> context) {
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/styles/impl/StylesFactoryImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/styles/impl/StylesFactoryImpl.java
 (at line 19)
import org.eclipse.e4.tm.styles.*;
The import org.eclipse.e4.tm.styles is never used

/src/org/eclipse/e4/tm/styles/util/StylesAdapterFactory.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/styles/util/StylesAdapterFactory.java
 (at line 19)
import org.eclipse.e4.tm.styles.*;
The import org.eclipse.e4.tm.styles is never used

/src/org/eclipse/e4/tm/styles/util/StylesSwitch.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/styles/util/StylesSwitch.java
 (at line 21)
import org.eclipse.e4.tm.styles.*;
The import org.eclipse.e4.tm.styles is never used

/src/org/eclipse/e4/tm/swt/layouts/LayoutsFactory.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/swt/layouts/LayoutsFactory.java
 (at line 58)
Layout createGridLayout();
Layout is a raw type. References to generic type Layout<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/tm/swt/layouts/LayoutsFactory.java
 (at line 76)
Layout createFillLayout();
Layout is a raw type. References to generic type Layout<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/tm/swt/layouts/LayoutsFactory.java
 (at line 85)
Layout createStackLayout();
Layout is a raw type. References to generic type Layout<T> should be parameterized
4. WARNING in /src/org/eclipse/e4/tm/swt/layouts/LayoutsFactory.java
 (at line 94)
Layout createFormLayout();
Layout is a raw type. References to generic type Layout<T> should be parameterized
5. WARNING in /src/org/eclipse/e4/tm/swt/layouts/LayoutsFactory.java
 (at line 121)
Layout createRowLayout();
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java : 15 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 103)
public Layout createGridLayout() {
Layout is a raw type. References to generic type Layout<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 104)
Layout gridLayout = (Layout)super.create(LayoutsPackage.Literals.GRID_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 104)
Layout gridLayout = (Layout)super.create(LayoutsPackage.Literals.GRID_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
4. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 123)
public Layout createFillLayout() {
Layout is a raw type. References to generic type Layout<T> should be parameterized
5. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 124)
Layout fillLayout = (Layout)super.create(LayoutsPackage.Literals.FILL_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
6. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 124)
Layout fillLayout = (Layout)super.create(LayoutsPackage.Literals.FILL_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
7. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 133)
public Layout createStackLayout() {
Layout is a raw type. References to generic type Layout<T> should be parameterized
8. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 134)
Layout stackLayout = (Layout)super.create(LayoutsPackage.Literals.STACK_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
9. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 134)
Layout stackLayout = (Layout)super.create(LayoutsPackage.Literals.STACK_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
10. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 143)
public Layout createFormLayout() {
Layout is a raw type. References to generic type Layout<T> should be parameterized
11. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 144)
Layout formLayout = (Layout)super.create(LayoutsPackage.Literals.FORM_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
12. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 144)
Layout formLayout = (Layout)super.create(LayoutsPackage.Literals.FORM_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
13. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 173)
public Layout createRowLayout() {
Layout is a raw type. References to generic type Layout<T> should be parameterized
14. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 174)
Layout rowLayout = (Layout)super.create(LayoutsPackage.Literals.ROW_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized
15. WARNING in /src/org/eclipse/e4/tm/swt/layouts/impl/LayoutsFactoryImpl.java
 (at line 174)
Layout rowLayout = (Layout)super.create(LayoutsPackage.Literals.ROW_LAYOUT);
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/swt/layouts/util/LayoutsAdapterFactory.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsAdapterFactory.java
 (at line 85)
public Adapter caseRowLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsAdapterFactory.java
 (at line 93)
public Adapter caseGridLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsAdapterFactory.java
 (at line 101)
public Adapter caseFillLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized
4. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsAdapterFactory.java
 (at line 105)
public Adapter caseStackLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized
5. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsAdapterFactory.java
 (at line 109)
public Adapter caseFormLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 103)
Layout<?> rowLayout = (Layout)theEObject;
Layout is a raw type. References to generic type Layout<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 118)
Layout<?> gridLayout = (Layout)theEObject;
Layout is a raw type. References to generic type Layout<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 132)
Layout<?> fillLayout = (Layout)theEObject;
Layout is a raw type. References to generic type Layout<T> should be parameterized
4. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 139)
Layout<?> stackLayout = (Layout)theEObject;
Layout is a raw type. References to generic type Layout<T> should be parameterized
5. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 146)
Layout<?> formLayout = (Layout)theEObject;
Layout is a raw type. References to generic type Layout<T> should be parameterized
6. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 196)
public T1 caseGridLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized
7. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 226)
public T1 caseFillLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized
8. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 241)
public T1 caseStackLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized
9. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 256)
public T1 caseFormLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized
10. WARNING in /src/org/eclipse/e4/tm/swt/layouts/util/LayoutsSwitch.java
 (at line 301)
public T1 caseRowLayout(Layout object) {
Layout is a raw type. References to generic type Layout<T> should be parameterized

/src/org/eclipse/e4/tm/util/impl/UtilFactoryImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/util/impl/UtilFactoryImpl.java
 (at line 10)
import org.eclipse.e4.tm.widgets.WidgetsPackage;
The import org.eclipse.e4.tm.widgets.WidgetsPackage is never used

/src/org/eclipse/e4/tm/widgets/impl/WidgetsFactoryImpl.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/widgets/impl/WidgetsFactoryImpl.java
 (at line 21)
import org.eclipse.emf.ecore.EAnnotation;
The import org.eclipse.emf.ecore.EAnnotation is never used
2. WARNING in /src/org/eclipse/e4/tm/widgets/impl/WidgetsFactoryImpl.java
 (at line 24)
import org.eclipse.emf.ecore.EModelElement;
The import org.eclipse.emf.ecore.EModelElement is never used
3. WARNING in /src/org/eclipse/e4/tm/widgets/impl/WidgetsFactoryImpl.java
 (at line 29)
import org.eclipse.emf.ecore.util.EcoreUtil;
The import org.eclipse.emf.ecore.util.EcoreUtil is never used

/src/org/eclipse/e4/tm/widgets/util/WidgetsValidator.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tm/widgets/util/WidgetsValidator.java
 (at line 15)
import org.eclipse.emf.common.util.EList;
The import org.eclipse.emf.common.util.EList is never used
2. WARNING in /src/org/eclipse/e4/tm/widgets/util/WidgetsValidator.java
 (at line 22)
import org.eclipse.emf.ecore.ETypeParameter;
The import org.eclipse.emf.ecore.ETypeParameter is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings