Compiler log for org.eclipse.e4.ui.css.swt.theme_0.9.0.v20100723-1830 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3

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/ui/css/swt/internal/theme/BootstrapTheme3x.java : 3 warnings :

OTHER 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>

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings