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/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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |