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 34) import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin; Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.ide/@dot |
2. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 206) return IDEWorkbenchPlugin.getIDEImageDescriptor(relativePath); Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.ide/@dot |
3. WARNING in /src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java (at line 206) return IDEWorkbenchPlugin.getIDEImageDescriptor(relativePath); Discouraged access: The method getIDEImageDescriptor(String) from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /builds/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot |