Compiler log for org.eclipse.e4.core.services.annotations_0.9.0.v20091118-1530 : injection_annotations.jar.bin.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/e4/core/services/internal/annotations/AnnotationsSupport.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/annotations/AnnotationsSupport.java
 (at line 48)
public InjectionProperties getInjectProperties(Constructor constructor) {
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/core/services/internal/annotations/AnnotationsSupport.java
 (at line 52)
public InjectionProperties[] getInjectParamsProperties(Constructor constructor) {
Constructor is a raw type. References to generic type Constructor<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/core/services/internal/annotations/AnnotationsSupport.java
 (at line 125)
result.setProvider(new ContextProvider(result.getPropertyName(), clazz, context));
Type safety: The constructor ContextProvider(String, Class, IObjectProvider) belongs to the raw type ContextProvider. References to generic type ContextProvider<T> should be parameterized
4. WARNING in /src/org/eclipse/e4/core/services/internal/annotations/AnnotationsSupport.java
 (at line 125)
result.setProvider(new ContextProvider(result.getPropertyName(), clazz, context));
ContextProvider is a raw type. References to generic type ContextProvider<T> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings