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/internal/ide/application/IDEWorkbenchAdvisor.java (at line 26) import org.eclipse.core.internal.resources.Workspace; Discouraged access: The type 'Workspace' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') |
2. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 509) status.merge(((Workspace) ResourcesPlugin.getWorkspace()).save(true, true, monitor)); Discouraged access: The type 'Workspace' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') |
3. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 509) status.merge(((Workspace) ResourcesPlugin.getWorkspace()).save(true, true, monitor)); Discouraged access: The method 'Workspace.save(boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') |