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/ui/css/swt/internal/theme/BootstrapTheme3x.java (at line 36) ServiceReference ref = context.getServiceReference(IThemeManager.class ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/css/swt/internal/theme/BootstrapTheme3x.java (at line 38) IThemeManager mgr = (IThemeManager) 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/ui/css/swt/internal/theme/BootstrapTheme3x.java (at line 38) IThemeManager mgr = (IThemeManager) context.getService(ref); Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object> |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |