Compiler log for org.eclipse.core.resources.semantic_0.5.0.v20110415-1200 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4

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/core/internal/resources/semantic/SemanticResourcesPlugin.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/semantic/SemanticResourcesPlugin.java
 (at line 65)
ServiceReference[] refs = context.getServiceReferences(Location.class.getName(), Location.INSTANCE_FILTER);
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/core/internal/resources/semantic/SemanticResourcesPlugin.java
 (at line 67)
Location location = (Location) context.getService(refs[0]);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
3. WARNING in /src/org/eclipse/core/internal/resources/semantic/SemanticResourcesPlugin.java
 (at line 67)
Location location = (Location) context.getService(refs[0]);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

/src/org/eclipse/core/internal/resources/semantic/model/SemanticResourceDB/SemanticResourceDBPackage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/internal/resources/semantic/model/SemanticResourceDB/SemanticResourceDBPackage.java
 (at line 717)
@SuppressWarnings("hiding")
Unnecessary @SuppressWarnings("hiding")

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings