Compiler log for org.eclipse.e4.demo.cssbridge_1.1.0.v20170131-1256 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java
 (at line 13)
import org.eclipse.e4.ui.css.swt.theme.ITheme;
Discouraged access: The type 'ITheme' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
2. WARNING in /src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java
 (at line 14)
import org.eclipse.e4.ui.css.swt.theme.IThemeEngine;
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
3. WARNING in /src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java
 (at line 22)
private IThemeEngine themeEngine;
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
4. WARNING in /src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java
 (at line 36)
themeEngine = window.getService(IThemeEngine.class);
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
5. WARNING in /src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java
 (at line 47)
ITheme theme = themeEngine.getActiveTheme();
Discouraged access: The type 'ITheme' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
6. WARNING in /src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java
 (at line 47)
ITheme theme = themeEngine.getActiveTheme();
Discouraged access: The method 'IThemeEngine.getActiveTheme()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
7. WARNING in /src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java
 (at line 48)
if (theme != null && !theme.getId().equals(themeId)) {
Discouraged access: The method 'ITheme.getId()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
8. WARNING in /src/org/eclipse/e4/demo/cssbridge/ui/actions/CssThemeSwitchAction.java
 (at line 49)
themeEngine.setTheme(themeId, false);
Discouraged access: The method 'IThemeEngine.setTheme(String, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')