Compiler log for org.eclipse.e4.ui.css.swt.theme_0.9.100.v20130515-1857 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 6

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/ThemeEngine.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngine.java
 (at line 588)
List<String> ss = modifiedStylesheets.remove(selection.getId());
The value of the local variable ss is not used

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/internal/theme/ThemeEngineManager.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngineManager.java
 (at line 15)
import org.eclipse.e4.ui.css.swt.dom.WidgetElement;
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes
2. WARNING in /src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngineManager.java
 (at line 36)
CSSEngine cssEngine = WidgetElement.getEngine(display);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes
3. WARNING in /src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngineManager.java
 (at line 36)
CSSEngine cssEngine = WidgetElement.getEngine(display);
Discouraged access: The method getEngine(Display) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes
4. WARNING in /src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngineManager.java
 (at line 47)
WidgetElement.setEngine(display, cssEngine);
Discouraged access: The type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes
5. WARNING in /src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngineManager.java
 (at line 47)
WidgetElement.setEngine(display, cssEngine);
Discouraged access: The method setEngine(Display, CSSEngine) from the type WidgetElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes