Compiler log for org.eclipse.e4.tools.emf.ui_0.10.0.v20110815-1804 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 18

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/tools/emf/ui/common/Util.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 152)
List<Object> l = (List<Object>) container.eGet(feature);
Type safety: Unchecked cast from Object to List<Object>

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 43)
import org.eclipse.swt.events.ModifyEvent;
The import org.eclipse.swt.events.ModifyEvent is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 44)
import org.eclipse.swt.events.ModifyListener;
The import org.eclipse.swt.events.ModifyListener is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 177)
ServiceReference ref = context.getServiceReference(ClassContributionCollector.class.getName());
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 179)
return (ClassContributionCollector) context.getService(ref);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 179)
return (ClassContributionCollector) context.getService(ref);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 181)
ServiceReference ref = context.getServiceReference(ClassContributionCollector.class.getName());
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 183)
return (ClassContributionCollector) context.getService(ref);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 183)
return (ClassContributionCollector) context.getService(ref);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 223)
ServiceReference ref = context.getServiceReference(ClassContributionCollector.class.getName());
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 225)
return (ClassContributionCollector) context.getService(ref);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 225)
return (ClassContributionCollector) context.getService(ref);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 17)
private JavaAttribute attribute;
The value of the field JavaAttribute.attribute is not used

/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaObject.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaObject.java
 (at line 10)
private List<JavaMethod> methods;
The value of the field JavaObject.methods is not used

/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java
 (at line 80)
Tree tree = (Tree) parentElement;
The value of the local variable tree is not used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java
 (at line 83)
Table table = (Table) parentElement;
The value of the local variable table is not used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java
 (at line 86)
List list = (List) parentElement;
The value of the local variable list is not used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java
 (at line 89)
Combo combo = (Combo) parentElement;
The value of the local variable combo is not used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings