Compiler log for org.eclipse.e4.ui.css.swt_0.9.1.v20100617-2100 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 203

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/dom/SWTElement.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 121)
Class clazz = widget.getClass();
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 139)
Class clazz = widget.getClass();
Class is a raw type. References to generic type Class<T> should be parameterized

/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java
 (at line 139)
List values = grad.getValues();
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/ui/css/swt/helpers/SWTElementHelpers.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/SWTElementHelpers.java
 (at line 33)
private static final Class[] ELEMENT_CONSTRUCTOR_PARAM = { Widget.class,
Class is a raw type. References to generic type Class<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/SWTElementHelpers.java
 (at line 43)
Class classElement) throws NoSuchMethodException,
Class is a raw type. References to generic type Class<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/SWTElementHelpers.java
 (at line 46)
Constructor constructor = classElement
Constructor is a raw type. References to generic type Constructor<T> should be parameterized

/src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java
 (at line 55)
Class<?> radialGradientPaintClass = Class
The local variable radialGradientPaintClass is never read
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java
 (at line 109)
for (Iterator iterator = grad.getRGBs().iterator(); iterator
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java
 (at line 133)
for (Iterator iterator = grad.getRGBs().iterator(); iterator
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTGradientConverterImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTGradientConverterImpl.java
 (at line 45)
List values = grad.getValues();
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java
 (at line 37)
Widget widget = SWTElementHelpers.getWidget(element);
The local variable widget is never read

/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyClassificationSWTHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyClassificationSWTHandler.java
 (at line 90)
Control control = (Control) element;
The local variable control is never read

/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyPaddingSWTHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyPaddingSWTHandler.java
 (at line 148)
Widget widget = SWTElementHelpers.getWidget(element);
The local variable widget is never read

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyWebbyStyleHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyWebbyStyleHandler.java
 (at line 26)
boolean bool = (Boolean)engine.convert(value, Boolean.class, null);
The local variable bool is never read

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 19)
import org.eclipse.e4.ui.css.core.utils.ClassUtils;
Discouraged access: The type ClassUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 122)
return ClassUtils.getSimpleName(clazz);
Discouraged access: The type ClassUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 122)
return ClassUtils.getSimpleName(clazz);
Discouraged access: The method getSimpleName(Class) from the type ClassUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 140)
return ClassUtils.getPackageName(clazz);
Discouraged access: The type ClassUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/dom/SWTElement.java
 (at line 140)
return ClassUtils.getPackageName(clazz);
Discouraged access: The method getPackageName(Class) from the type ClassUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 14)
import org.eclipse.e4.ui.css.core.impl.engine.CSSEngineImpl;
Discouraged access: The type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 15)
import org.eclipse.e4.ui.css.core.resources.IResourcesRegistry;
Discouraged access: The type IResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 36)
public abstract class AbstractCSSSWTEngineImpl extends CSSEngineImpl {
Discouraged access: The type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 49)
super.setElementProvider(SWTElementProvider.INSTANCE);
Discouraged access: The method setElementProvider(IElementProvider) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 58)
super.registerDynamicPseudoClassHandler("focus", DynamicPseudoClassesSWTFocusHandler.INSTANCE);
Discouraged access: The method registerDynamicPseudoClassHandler(String, IDynamicPseudoClassesHandler) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 61)
super.registerDynamicPseudoClassHandler("active", DynamicPseudoClassesSWTActiveHandler.INSTANCE);
Discouraged access: The method registerDynamicPseudoClassHandler(String, IDynamicPseudoClassesHandler) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
7. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 64)
super.registerDynamicPseudoClassHandler("hover", DynamicPseudoClassesSWTHoverHandler.INSTANCE);
Discouraged access: The method registerDynamicPseudoClassHandler(String, IDynamicPseudoClassesHandler) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
8. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 67)
super.registerDynamicPseudoClassHandler("selected", DynamicPseudoClassesSWTButtonSelectedHandler.INSTANCE);
Discouraged access: The method registerDynamicPseudoClassHandler(String, IDynamicPseudoClassesHandler) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
9. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 73)
super.registerCSSValueConverter(CSSValueSWTRGBConverterImpl.INSTANCE);
Discouraged access: The method registerCSSValueConverter(ICSSValueConverter) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
10. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 75)
super.registerCSSValueConverter(CSSValueSWTColorConverterImpl.INSTANCE);
Discouraged access: The method registerCSSValueConverter(ICSSValueConverter) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
11. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 77)
super .registerCSSValueConverter(CSSValueSWTGradientConverterImpl.INSTANCE);
Discouraged access: The method registerCSSValueConverter(ICSSValueConverter) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
12. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 80)
super .registerCSSValueConverter(CSSValueSWTCursorConverterImpl.INSTANCE);
Discouraged access: The method registerCSSValueConverter(ICSSValueConverter) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
13. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 83)
super.registerCSSValueConverter(CSSValueSWTFontConverterImpl.INSTANCE);
Discouraged access: The method registerCSSValueConverter(ICSSValueConverter) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
14. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 85)
super .registerCSSValueConverter(CSSValueSWTFontDataConverterImpl.INSTANCE);
Discouraged access: The method registerCSSValueConverter(ICSSValueConverter) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
15. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 88)
super.registerCSSValueConverter(CSSValueSWTImageConverterImpl.INSTANCE);
Discouraged access: The method registerCSSValueConverter(ICSSValueConverter) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
16. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 99)
public IResourcesRegistry getResourcesRegistry() {
Discouraged access: The type IResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
17. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 100)
IResourcesRegistry resourcesRegistry = super.getResourcesRegistry();
Discouraged access: The type IResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
18. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 100)
IResourcesRegistry resourcesRegistry = super.getResourcesRegistry();
Discouraged access: The method getResourcesRegistry() from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
19. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 102)
super.setResourcesRegistry(new SWTResourcesRegistry(display));
Discouraged access: The method setResourcesRegistry(IResourcesRegistry) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
20. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java
 (at line 104)
return super.getResourcesRegistry();
Discouraged access: The method getResourcesRegistry() from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 49)
import org.eclipse.e4.ui.css.xml.properties.css2.CSSPropertyBackgroundXMLHandler;
Discouraged access: The type CSSPropertyBackgroundXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 50)
import org.eclipse.e4.ui.css.xml.properties.css2.CSSPropertyFontXMLHandler;
Discouraged access: The type CSSPropertyFontXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 51)
import org.eclipse.e4.ui.css.xml.properties.css2.CSSPropertyTextXMLHandler;
Discouraged access: The type CSSPropertyTextXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 70)
super.registerCSSPropertyHandler(ICSSPropertyBackgroundHandler.class, CSSPropertyBackgroundSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 73)
super.registerCSSPropertyHandler(ICSSPropertyBorderHandler.class, CSSPropertyBorderSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 76)
super.registerCSSPropertyHandler( ICSSPropertyClassificationHandler.class, CSSPropertyClassificationSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
7. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 80)
super.registerCSSPropertyHandler(ICSSPropertyTextHandler.class, CSSPropertyTextSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
8. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 83)
super.registerCSSPropertyHandler(ICSSPropertyFontHandler.class, CSSPropertyFontSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
9. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 86)
super.registerCSSPropertyHandler(ICSSPropertyMarginHandler.class, CSSPropertyMarginSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
10. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 89)
super.registerCSSPropertyHandler(ICSSPropertyPaddingHandler.class, CSSPropertyPaddingSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
11. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 93)
super.registerCSSPropertyHandler(ICSSPropertyBackgroundHandler.class, CSSPropertyBackgroundXMLHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
12. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 94)
CSSPropertyBackgroundXMLHandler.INSTANCE);
Discouraged access: The type CSSPropertyBackgroundXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
13. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 94)
CSSPropertyBackgroundXMLHandler.INSTANCE);
Discouraged access: The field INSTANCE from the type CSSPropertyBackgroundXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
14. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 96)
super.registerCSSPropertyHandler(ICSSPropertyTextHandler.class, CSSPropertyTextXMLHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
15. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 97)
CSSPropertyTextXMLHandler.INSTANCE);
Discouraged access: The type CSSPropertyTextXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
16. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 97)
CSSPropertyTextXMLHandler.INSTANCE);
Discouraged access: The field INSTANCE from the type CSSPropertyTextXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
17. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 99)
super.registerCSSPropertyHandler(ICSSPropertyFontHandler.class, CSSPropertyFontXMLHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
18. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 100)
CSSPropertyFontXMLHandler.INSTANCE);
Discouraged access: The type CSSPropertyFontXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
19. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 100)
CSSPropertyFontXMLHandler.INSTANCE);
Discouraged access: The field INSTANCE from the type CSSPropertyFontXMLHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
20. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 105)
super.registerCSSProperty("border-visible", CSSPropertyBorderVisibleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
21. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 106)
super.registerCSSPropertyHandler(CSSPropertyBorderVisibleSWTHandler.class, CSSPropertyBorderVisibleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
22. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 109)
super.registerCSSProperty("simple", CSSPropertySimpleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
23. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 110)
super.registerCSSPropertyHandler(CSSPropertySimpleSWTHandler.class, CSSPropertySimpleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
24. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 113)
super.registerCSSProperty("maximize-visible", CSSPropertyMaximizeVisibleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
25. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 114)
super.registerCSSPropertyHandler(CSSPropertyMaximizeVisibleSWTHandler.class, CSSPropertyMaximizeVisibleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
26. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 117)
super.registerCSSProperty("minimize-visible", CSSPropertyMinimizeVisibleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
27. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 118)
super.registerCSSPropertyHandler(CSSPropertyMinimizeVisibleSWTHandler.class, CSSPropertyMinimizeVisibleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
28. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 121)
super.registerCSSProperty("mru-visible", CSSPropertyMruVisibleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
29. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 122)
super.registerCSSPropertyHandler(CSSPropertyMruVisibleSWTHandler.class, CSSPropertyMruVisibleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
30. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 125)
super.registerCSSProperty("maximized", CSSPropertyMaximizedSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
31. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 126)
super.registerCSSPropertyHandler(CSSPropertyMaximizedSWTHandler.class, CSSPropertyMaximizedSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
32. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 129)
super.registerCSSProperty("minimized", CSSPropertyMinimizedSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
33. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 130)
super.registerCSSPropertyHandler(CSSPropertyMinimizedSWTHandler.class, CSSPropertyMinimizedSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
34. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 133)
super.registerCSSProperty("single", CSSPropertySingleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
35. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 134)
super.registerCSSPropertyHandler(CSSPropertySingleSWTHandler.class, CSSPropertySingleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
36. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 137)
super.registerCSSProperty("unselected-close-visible", CSSPropertyUnselectedCloseVisibleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
37. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 138)
super.registerCSSPropertyHandler(CSSPropertyUnselectedCloseVisibleSWTHandler.class, CSSPropertyUnselectedCloseVisibleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
38. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 141)
super.registerCSSProperty("unselected-image-visible", CSSPropertyUnselectedImageVisibleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
39. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 142)
super.registerCSSPropertyHandler(CSSPropertyUnselectedImageVisibleSWTHandler.class, CSSPropertyUnselectedImageVisibleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
40. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 145)
super.registerCSSProperty("tab-height", CSSPropertyTabHeightHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
41. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 146)
super.registerCSSPropertyHandler(CSSPropertyTabHeightHandler.class, CSSPropertyTabHeightHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
42. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 150)
super.registerCSSProperty("show-close", CSSPropertyShowCloseHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
43. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 151)
super.registerCSSPropertyHandler(CSSPropertyShowCloseHandler.class, CSSPropertyShowCloseHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
44. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 155)
super.registerCSSProperty("alignment", CSSPropertyAlignmentSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
45. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 156)
super.registerCSSPropertyHandler(CSSPropertyAlignmentSWTHandler.class, CSSPropertyAlignmentSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
46. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 160)
super.registerCSSProperty("unselected-tabs-color", CSSPropertyUnselectedTabsSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
47. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 161)
super.registerCSSPropertyHandler(CSSPropertyUnselectedTabsSWTHandler.class, CSSPropertyUnselectedTabsSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
48. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 165)
super.registerCSSProperty("tab-renderer", CSSPropertyTabRendererSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
49. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 166)
super.registerCSSPropertyHandler(CSSPropertyTabRendererSWTHandler.class, CSSPropertyTabRendererSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
50. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 170)
super.registerCSSProperty("corner-radius", CSSPropertyCornerRadiusSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
51. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 171)
super.registerCSSPropertyHandler(CSSPropertyCornerRadiusSWTHandler.class, CSSPropertyCornerRadiusSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
52. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 175)
super.registerCSSProperty("shadow-visible", CSSPropertyShadowVisibleSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
53. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 176)
super.registerCSSPropertyHandler(CSSPropertyShadowVisibleSWTHandler.class, CSSPropertyShadowVisibleSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
54. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 180)
super.registerCSSProperty("outer-keyline-color", CSSPropertyOuterKeylineSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
55. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 181)
super.registerCSSPropertyHandler(CSSPropertyOuterKeylineSWTHandler.class, CSSPropertyOuterKeylineSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
56. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 185)
super.registerCSSProperty("inner-keyline-color", CSSPropertyInnerKeylineSWTHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
57. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 186)
super.registerCSSPropertyHandler(CSSPropertyInnerKeylineSWTHandler.class, CSSPropertyInnerKeylineSWTHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
58. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 192)
super.registerCSSProperty("webby-style", CSSPropertyWebbyStyleHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
59. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 193)
super.registerCSSPropertyHandler(CSSPropertyWebbyStyleHandler.class, CSSPropertyWebbyStyleHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
60. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 197)
super.registerCSSProperty("tab-margin-offset", CSSPropertyTabMarginOffsetHandler.class);
Discouraged access: The method registerCSSProperty(String, Class) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
61. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java
 (at line 198)
super.registerCSSPropertyHandler(CSSPropertyTabMarginOffsetHandler.class, CSSPropertyTabMarginOffsetHandler.INSTANCE);
Discouraged access: The method registerCSSPropertyHandler(Class, ICSSPropertyHandler) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/engine/CSSSWTLazyHandlerEngineImpl.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTLazyHandlerEngineImpl.java
 (at line 31)
super .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.classification");
Discouraged access: The method registerPackage(String) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTLazyHandlerEngineImpl.java
 (at line 33)
super .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.border");
Discouraged access: The method registerPackage(String) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTLazyHandlerEngineImpl.java
 (at line 35)
super .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.font");
Discouraged access: The method registerPackage(String) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTLazyHandlerEngineImpl.java
 (at line 37)
super .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.background");
Discouraged access: The method registerPackage(String) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/CSSSWTLazyHandlerEngineImpl.java
 (at line 39)
super .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.text");
Discouraged access: The method registerPackage(String) from the type CSSEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/engine/html/CSSSWTHTMLEngineImpl.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/engine/html/CSSSWTHTMLEngineImpl.java
 (at line 35)
super.setElementProvider(SWTHTMLElementProvider.INSTANCE);
Discouraged access: The method setElementProvider(IElementProvider) from the type AbstractCSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java
 (at line 21)
import org.eclipse.e4.ui.css.core.resources.CSSResourcesHelpers;
Discouraged access: The type CSSResourcesHelpers is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java
 (at line 22)
import org.eclipse.e4.ui.css.core.resources.IResourcesRegistry;
Discouraged access: The type IResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java
 (at line 140)
IResourcesRegistry registry = engine.getResourcesRegistry();
Discouraged access: The type IResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java
 (at line 147)
Color color = (Color) registry.getResource(Color.class, CSSResourcesHelpers.getCSSPrimitiveValueKey(value));
Discouraged access: The method getResource(Object, Object) from the type IResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java
 (at line 147)
Color color = (Color) registry.getResource(Color.class, CSSResourcesHelpers.getCSSPrimitiveValueKey(value));
Discouraged access: The type CSSResourcesHelpers is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java
 (at line 147)
Color color = (Color) registry.getResource(Color.class, CSSResourcesHelpers.getCSSPrimitiveValueKey(value));
Discouraged access: The method getCSSPrimitiveValueKey(CSSPrimitiveValue) from the type CSSResourcesHelpers is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTImageHelper.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTImageHelper.java
 (at line 16)
import org.eclipse.e4.ui.css.core.util.resources.IResourcesLocatorManager;
Discouraged access: The type IResourcesLocatorManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTImageHelper.java
 (at line 26)
IResourcesLocatorManager manager, Display display) throws Exception {
Discouraged access: The type IResourcesLocatorManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTImageHelper.java
 (at line 39)
IResourcesLocatorManager manager) throws Exception {
Discouraged access: The type IResourcesLocatorManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTImageHelper.java
 (at line 44)
in = manager.getInputStream(path);
Discouraged access: The method getInputStream(String) from the type IResourceLocator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 13)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 14)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 38)
if (appContext != null && appContext instanceof IEclipseContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 39)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 39)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 40)
IEclipseContext childContext = context.createChild();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 40)
IEclipseContext childContext = context.createChild();
Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 41)
childContext.set("radius", new Integer(radiusValue));
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 42)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCornerRadiusSWTHandler.java
 (at line 42)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The method inject(Object, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 14)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 15)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 39)
if (appContext != null && appContext instanceof IEclipseContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 40)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 40)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 41)
IEclipseContext childContext = context.createChild();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 41)
IEclipseContext childContext = context.createChild();
Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 42)
childContext.set("innerKeyline", newColor);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 43)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyInnerKeylineSWTHandler.java
 (at line 43)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The method inject(Object, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 14)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 15)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 39)
if (appContext != null && appContext instanceof IEclipseContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 40)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 40)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 41)
IEclipseContext childContext = context.createChild();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 41)
IEclipseContext childContext = context.createChild();
Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 42)
childContext.set("outerKeyline", newColor);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 43)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyOuterKeylineSWTHandler.java
 (at line 43)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The method inject(Object, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 13)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 14)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 36)
if (appContext != null && appContext instanceof IEclipseContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 37)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 37)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 38)
IEclipseContext childContext = context.createChild();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 38)
IEclipseContext childContext = context.createChild();
Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 39)
childContext.set("shadowVisible", new Boolean(shadowVisible));
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 40)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShadowVisibleSWTHandler.java
 (at line 40)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The method inject(Object, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 13)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 14)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 37)
if (appContext != null && appContext instanceof IEclipseContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 38)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 38)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 39)
IEclipseContext childContext = context.createChild();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 39)
IEclipseContext childContext = context.createChild();
Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 40)
childContext.set(CTabFolder.class.getName(), control);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 41)
IContributionFactory factory = (IContributionFactory) context.get(IContributionFactory.class.getName());
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
10. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 41)
IContributionFactory factory = (IContributionFactory) context.get(IContributionFactory.class.getName());
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
11. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 41)
IContributionFactory factory = (IContributionFactory) context.get(IContributionFactory.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
12. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 41)
IContributionFactory factory = (IContributionFactory) context.get(IContributionFactory.class.getName());
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
13. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabRendererSWTHandler.java
 (at line 42)
Object rend = factory.create(rendURL, childContext);
Discouraged access: The method create(String, IEclipseContext) from the type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot

/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 11)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 12)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 42)
if (appContext != null && appContext instanceof IEclipseContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 43)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 43)
IEclipseContext context = (IEclipseContext) appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 44)
IEclipseContext childContext = context.createChild();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 44)
IEclipseContext childContext = context.createChild();
Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 46)
childContext.set("activeToolbarColors", colors);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 47)
childContext.set("activeToolbarPercents", percents);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 49)
childContext.set("inactiveToolbarColors", colors);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
11. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 50)
childContext.set("inactiveToolbarPercents", percents);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
12. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 52)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
13. WARNING in /src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyUnselectedTabsSWTHandler.java
 (at line 52)
ContextInjectionFactory.inject(renderer, childContext);
Discouraged access: The method inject(Object, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/css/swt/resources/SWTResourcesRegistry.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/resources/SWTResourcesRegistry.java
 (at line 14)
import org.eclipse.e4.ui.css.core.resources.AbstractResourcesRegistry;
Discouraged access: The type AbstractResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/resources/SWTResourcesRegistry.java
 (at line 28)
public class SWTResourcesRegistry extends AbstractResourcesRegistry {
Discouraged access: The type AbstractResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/resources/SWTResourcesRegistry.java
 (at line 37)
dispose();
Discouraged access: The method dispose() from the type AbstractResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/resources/SWTResourcesRegistry.java
 (at line 43)
Object resource = super.getResource(type, key);
Discouraged access: The method getResource(Object, Object) from the type AbstractResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/resources/SWTResourcesRegistry.java
 (at line 49)
super.unregisterResource(resource);
Discouraged access: The method unregisterResource(Object) from the type AbstractResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
6. WARNING in /src/org/eclipse/e4/ui/css/swt/resources/SWTResourcesRegistry.java
 (at line 81)
super.registerResource(type, key, resource);
Discouraged access: The method registerResource(Object, Object, Object) from the type AbstractResourcesRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/selectors/AbstractDynamicPseudoClassesControlHandler.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/AbstractDynamicPseudoClassesControlHandler.java
 (at line 13)
import org.eclipse.e4.ui.css.core.dom.selectors.IDynamicPseudoClassesHandler;
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/AbstractDynamicPseudoClassesControlHandler.java
 (at line 23)
IDynamicPseudoClassesHandler {
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTActiveHandler.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTActiveHandler.java
 (at line 13)
import org.eclipse.e4.ui.css.core.dom.selectors.IDynamicPseudoClassesHandler;
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTActiveHandler.java
 (at line 28)
public static final IDynamicPseudoClassesHandler INSTANCE = new DynamicPseudoClassesSWTActiveHandler();
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTButtonSelectedHandler.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTButtonSelectedHandler.java
 (at line 13)
import org.eclipse.e4.ui.css.core.dom.selectors.IDynamicPseudoClassesHandler;
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTButtonSelectedHandler.java
 (at line 27)
public static final IDynamicPseudoClassesHandler INSTANCE = new DynamicPseudoClassesSWTButtonSelectedHandler();
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTFocusHandler.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTFocusHandler.java
 (at line 13)
import org.eclipse.e4.ui.css.core.dom.selectors.IDynamicPseudoClassesHandler;
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTFocusHandler.java
 (at line 27)
public static final IDynamicPseudoClassesHandler INSTANCE = new DynamicPseudoClassesSWTFocusHandler();
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTHoverHandler.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTHoverHandler.java
 (at line 13)
import org.eclipse.e4.ui.css.core.dom.selectors.IDynamicPseudoClassesHandler;
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/selectors/DynamicPseudoClassesSWTHoverHandler.java
 (at line 27)
public static final IDynamicPseudoClassesHandler INSTANCE = new DynamicPseudoClassesSWTHoverHandler();
Discouraged access: The type IDynamicPseudoClassesHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/css/swt/serializers/CSSSWTSerializerConfiguration.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/serializers/CSSSWTSerializerConfiguration.java
 (at line 13)
import org.eclipse.e4.ui.css.core.serializers.CSSSerializerConfiguration;
Discouraged access: The type CSSSerializerConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
2. WARNING in /src/org/eclipse/e4/ui/css/swt/serializers/CSSSWTSerializerConfiguration.java
 (at line 16)
* {@link CSSSerializerConfiguration} configuration used to get style of SWT control.
Discouraged access: The type CSSSerializerConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/css/swt/serializers/CSSSWTSerializerConfiguration.java
 (at line 18)
public class CSSSWTSerializerConfiguration extends CSSSerializerConfiguration {
Discouraged access: The type CSSSerializerConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
4. WARNING in /src/org/eclipse/e4/ui/css/swt/serializers/CSSSWTSerializerConfiguration.java
 (at line 20)
public static final CSSSerializerConfiguration INSTANCE = new CSSSWTSerializerConfiguration();
Discouraged access: The type CSSSerializerConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
5. WARNING in /src/org/eclipse/e4/ui/css/swt/serializers/CSSSWTSerializerConfiguration.java
 (at line 23)
super.addAttributeFilter("style");
Discouraged access: The method addAttributeFilter(String) from the type CSSSerializerConfiguration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot