errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/impl/ToolItemImpl.java (at line 140) @SuppressWarnings("unchecked") Unnecessary @SuppressWarnings("unchecked") |
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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |