Compiler log for org.eclipse.e4.ui.tests_0.9.1.v20110906-1038 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 19

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/tests/Activator.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java
 (at line 14)
private ServiceTracker eventAdminTracker;
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java
 (at line 15)
private ServiceTracker packageAdminTracker;
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java
 (at line 72)
eventAdminTracker = new ServiceTracker(bundleContext, EventAdmin.class.getName(), null);
Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java
 (at line 72)
eventAdminTracker = new ServiceTracker(bundleContext,
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java
 (at line 84)
packageAdminTracker = new ServiceTracker(bundleContext, PackageAdmin.class.getName(), null);
Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
6. WARNING in /src/org/eclipse/e4/ui/tests/Activator.java
 (at line 84)
packageAdminTracker = new ServiceTracker(bundleContext,
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized

/src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessApplicationTest.java
 (at line 322)
((MElementContainer<MPartSashContainerElement>) parent)
Type safety: Unchecked cast from Object to MElementContainer<MPartSashContainerElement>

/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 269)
((MElementContainer) element) .setSelectedElement((MUIElement) children.get(0));
Type safety: The method setSelectedElement(MUIElement) belongs to the raw type MElementContainer. References to generic type MElementContainer<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java
 (at line 269)
((MElementContainer) element)
MElementContainer is a raw type. References to generic type MElementContainer<T> should be parameterized

/src/org/eclipse/e4/ui/tests/application/ModelRobustnessTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/ModelRobustnessTest.java
 (at line 30)
@SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")

/src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java
 (at line 35)
@SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")
2. WARNING in /src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java
 (at line 37)
private ServiceTracker locationTracker;
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java
 (at line 50)
locationTracker = new ServiceTracker(context, filter, null);
Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/tests/application/ResourceHandlerTest.java
 (at line 50)
locationTracker = new ServiceTracker(context, filter, null);
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized

/src/org/eclipse/e4/ui/tests/workbench/SWTResult.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 21)
public Class clazz;
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 23)
public ArrayList kids = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 23)
public ArrayList kids = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 25)
public SWTResult(Class theClass, String theText, SWTResult[] children) {
Class is a raw type. References to generic type Class<T> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/tests/workbench/SWTResult.java
 (at line 30)
kids.add(result);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings