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/ui/navigator/resources/ProjectExplorer.java (at line 55) import org.eclipse.ui.internal.views.helpers.EmptyWorkspaceHelper; Discouraged access: The type 'EmptyWorkspaceHelper' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') |
2. WARNING in /src/org/eclipse/ui/navigator/resources/ProjectExplorer.java (at line 106) private EmptyWorkspaceHelper emptyWorkspaceHelper; Discouraged access: The type 'EmptyWorkspaceHelper' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') |
3. WARNING in /src/org/eclipse/ui/navigator/resources/ProjectExplorer.java (at line 142) emptyWorkspaceHelper = new EmptyWorkspaceHelper(); Discouraged access: The type 'EmptyWorkspaceHelper' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') |
4. WARNING in /src/org/eclipse/ui/navigator/resources/ProjectExplorer.java (at line 142) emptyWorkspaceHelper = new EmptyWorkspaceHelper(); Discouraged access: The constructor 'EmptyWorkspaceHelper()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') |
5. WARNING in /src/org/eclipse/ui/navigator/resources/ProjectExplorer.java (at line 143) Composite displayAreas = emptyWorkspaceHelper.getComposite(aParent); Discouraged access: The method 'EmptyWorkspaceHelper.getComposite(Composite)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') |
6. WARNING in /src/org/eclipse/ui/navigator/resources/ProjectExplorer.java (at line 321) emptyWorkspaceHelper.setNonEmptyControl(viewer.getControl()); Discouraged access: The method 'EmptyWorkspaceHelper.setNonEmptyControl(Control)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes') |