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/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> |
1. WARNING in /src/org/eclipse/core/internal/resources/semantic/model/SemanticResourceDB/SemanticResourceDBPackage.java (at line 717) @SuppressWarnings("hiding") Unnecessary @SuppressWarnings("hiding") |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |