Compiler log for org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 6

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/internal/ModelUtils.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/internal/ModelUtils.java
 (at line 81)
@SuppressWarnings("unchecked")
Unnecessary @SuppressWarnings("unchecked")
2. WARNING in /src/org/eclipse/e4/ui/model/internal/ModelUtils.java
 (at line 88)
List list = (List)eContainer.eGet(feature);
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/model/internal/ModelUtils.java
 (at line 88)
List list = (List)eContainer.eGet(feature);
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/model/internal/ModelUtils.java
 (at line 164)
private static void mergeList(List list, List<MApplicationElement> elements, int index) {
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/model/internal/ModelUtils.java
 (at line 197)
list.add(element);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /src/org/eclipse/e4/ui/model/internal/ModelUtils.java
 (at line 199)
list.add(index, element);
Type safety: The method add(int, 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