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