errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden 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') |