errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/swt/internal/gtk/DarkThemeProcessor.java (at line 20) import org.eclipse.swt.internal.gtk.OS; Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') |
2. WARNING in /src/org/eclipse/e4/ui/swt/internal/gtk/DarkThemeProcessor.java (at line 51) OS.setDarkThemePreferred(isDark); Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') |
3. WARNING in /src/org/eclipse/e4/ui/swt/internal/gtk/DarkThemeProcessor.java (at line 51) OS.setDarkThemePreferred(isDark); Discouraged access: The method 'OS.setDarkThemePreferred(boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') |