Compiler log for org.eclipse.e4.ui.model.workbench_0.9.1.v20100616-1900 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3

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/model/application/ui/menu/impl/ToolItemImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/impl/ToolItemImpl.java
 (at line 122)
@SuppressWarnings("unchecked")
Unnecessary @SuppressWarnings("unchecked")

/src/org/eclipse/e4/ui/model/internal/ModelUtils.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/internal/ModelUtils.java
 (at line 62)
List list = (List)eContainer.eGet(feature);
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/model/internal/ModelUtils.java
 (at line 62)
List list = (List)eContainer.eGet(feature);
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