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/xwt/tests/XWTTestCase.java (at line 43) runTest(url, Collections.EMPTY_MAP, prepareAction, checkAction); Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object> |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/array/ContentProvider.java (at line 25) if (inputElement instanceof Collection) { Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/array/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/array/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ContentProvider.java (at line 25) if (inputElement instanceof Collection) { Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/tableviewer/ContentProvider.java (at line 25) if (inputElement instanceof Collection) { Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/tableviewer/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/xwt/tests/jface/tableviewer/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/jface/tableviewer/editors/ContentProvider.java (at line 25) if (inputElement instanceof Collection) { Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/xwt/tests/jface/tableviewer/editors/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/xwt/tests/jface/tableviewer/editors/ContentProvider.java (at line 26) Collection collection = (Collection) inputElement; Collection is a raw type. References to generic type Collection<E> should be parameterized |
1. WARNING in /src/org/eclipse/e4/xwt/tests/usercontrol/UserControlTestSuite.java (at line 6) import org.eclipse.e4.xwt.tests.controls.button.ButtonTests; The import org.eclipse.e4.xwt.tests.controls.button.ButtonTests is never used |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |