Compiler log for org.eclipse.ui.navigator.resources_3.3.0.I20070605-0010 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 9

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java : 3 warnings :

DISCOURAGED ACCESS 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/I200706251500/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/I200706251500/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/I200706251500/src/plugins/org.eclipse.ui.ide/@dot

/src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetsContentProvider.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
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/I200706251500/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/I200706251500/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/I200706251500/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/I200706251500/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/I200706251500/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/I200706251500/src/plugins/org.eclipse.ui.workbench/@dot