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/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 43) import org.eclipse.ui.internal.ide.IDEWorkbenchMessages; Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
2. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 44) import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin; Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
3. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 45) import org.eclipse.ui.internal.ide.StatusUtil; Discouraged access: The type StatusUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
4. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 227) IDEWorkbenchMessages.WorkspaceAction_logTitle, getClass() Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
5. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 227) IDEWorkbenchMessages.WorkspaceAction_logTitle, getClass() Discouraged access: The field WorkspaceAction_logTitle from the type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
6. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 229) throw new CoreException(StatusUtil.newStatus(IStatus.ERROR, Discouraged access: The type StatusUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
7. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 229) throw new CoreException(StatusUtil.newStatus(IStatus.ERROR, msg, e.getTargetException())); Discouraged access: The method newStatus(int, String, Throwable) from the type StatusUtil is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
8. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 261) return IDEWorkbenchPlugin.getIDEImageDescriptor(relativePath); Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
9. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 261) return IDEWorkbenchPlugin.getIDEImageDescriptor(relativePath); Discouraged access: The method getIDEImageDescriptor(String) from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.ide/@dot |
1. WARNING in /src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetsContentProvider.java (at line 22) import org.eclipse.ui.internal.AggregateWorkingSet; Discouraged access: The type AggregateWorkingSet is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetsContentProvider.java (at line 100) return ((AggregateWorkingSet) workingSet).getComponents(); Discouraged access: The method getComponents() from the type AggregateWorkingSet is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetsContentProvider.java (at line 100) return ((AggregateWorkingSet) workingSet).getComponents(); Discouraged access: The type AggregateWorkingSet is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetsContentProvider.java (at line 160) AggregateWorkingSet aggregateSet = (AggregateWorkingSet) workingSet; Discouraged access: The type AggregateWorkingSet is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetsContentProvider.java (at line 160) AggregateWorkingSet aggregateSet = (AggregateWorkingSet) workingSet; Discouraged access: The type AggregateWorkingSet is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetsContentProvider.java (at line 162) IWorkingSet[] components = aggregateSet.getComponents(); Discouraged access: The method getComponents() from the type AggregateWorkingSet is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |