Compiler log for org.eclipse.e4.xwt.tests_0.9.0.v20090728-1430 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 14

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/xwt/tests/XWTTestCase.java : 1 warning :

OTHER 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>

/src/org/eclipse/e4/xwt/tests/jface/listviewer/array/ContentProvider.java : 3 warnings :

OTHER WARNINGS
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

/src/org/eclipse/e4/xwt/tests/jface/listviewer/collection/ContentProvider.java : 3 warnings :

OTHER WARNINGS
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

/src/org/eclipse/e4/xwt/tests/jface/tableviewer/ContentProvider.java : 3 warnings :

OTHER WARNINGS
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

/src/org/eclipse/e4/xwt/tests/jface/tableviewer/editors/ContentProvider.java : 3 warnings :

OTHER WARNINGS
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

/src/org/eclipse/e4/xwt/tests/usercontrol/UserControlTestSuite.java : 1 warning :

OTHER WARNINGS
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

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings