Compiler log for org.eclipse.pde.ui_3.3.1.v20070912-0800 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 44

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/pde/internal/ui/PDELabelProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 80)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 274)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 274)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 916)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 916)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 922)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 922)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot

/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 18)
import org.eclipse.ant.internal.ui.IAntUIConstants;
Discouraged access: The type IAntUIConstants is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 19)
import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut;
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 20)
import org.eclipse.ant.internal.ui.launchConfigurations.IAntLaunchConfigurationConstants;
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 176)
List configs = AntLaunchShortcut
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 176)
List configs = AntLaunchShortcut .findExistingLaunchConfigurations(generatedFile);
Discouraged access: The method findExistingLaunchConfigurations(IFile) from the type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 180)
ILaunchConfiguration config = AntLaunchShortcut
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 180)
ILaunchConfiguration config = AntLaunchShortcut .createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The method createDefaultLaunchConfiguration(IFile) from the type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 192)
IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES,
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 192)
IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES,
Discouraged access: The field ATTR_ANT_PROPERTIES from the type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 224)
IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES,
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 224)
IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES,
Discouraged access: The field ATTR_ANT_PROPERTIES from the type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 239)
IAntUIConstants.ATTR_DEFAULT_VM_INSTALL,
Discouraged access: The type IAntUIConstants is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 239)
IAntUIConstants.ATTR_DEFAULT_VM_INSTALL,
Discouraged access: The field ATTR_DEFAULT_VM_INSTALL from the type IAntUIConstants is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ant.ui/@dot

/src/org/eclipse/pde/internal/ui/commands/CommandDetails.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandDetails.java
 (at line 62)
import org.eclipse.ui.internal.handlers.HandlerService;
Discouraged access: The type HandlerService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandDetails.java
 (at line 211)
if ((service instanceof HandlerService) &&
Discouraged access: The type HandlerService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandDetails.java
 (at line 213)
obj = ((HandlerService) service).executeCommandInContext( pCommand, null, context);
Discouraged access: The method executeCommandInContext(ParameterizedCommand, Event, IEvaluationContext) from the type HandlerService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandDetails.java
 (at line 213)
obj = ((HandlerService) service).executeCommandInContext(
Discouraged access: The type HandlerService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/pde/internal/ui/commands/CommandList.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandList.java
 (at line 60)
import org.eclipse.ui.internal.commands.ICommandImageService;
Discouraged access: The type ICommandImageService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandList.java
 (at line 82)
ImageDescriptor desc = fComImgServ.getImageDescriptor(((Command)element).getId());
Discouraged access: The method getImageDescriptor(String) from the type ICommandImageService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandList.java
 (at line 171)
private ICommandImageService fComImgServ;
Discouraged access: The type ICommandImageService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandList.java
 (at line 177)
fComImgServ = (ICommandImageService) PlatformUI.getWorkbench().getAdapter(ICommandImageService.class);
Discouraged access: The type ICommandImageService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/commands/CommandList.java
 (at line 177)
fComImgServ = (ICommandImageService) PlatformUI.getWorkbench().getAdapter(ICommandImageService.class);
Discouraged access: The type ICommandImageService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/pde/internal/ui/editor/SourceViewerConfigurationFactory.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/SourceViewerConfigurationFactory.java
 (at line 13)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/SourceViewerConfigurationFactory.java
 (at line 36)
IPreferenceStore store = JavaPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/SourceViewerConfigurationFactory.java
 (at line 36)
IPreferenceStore store = JavaPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/SourceViewerConfigurationFactory.java
 (at line 36)
IPreferenceStore store = JavaPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The method getCombinedPreferenceStore() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot

/src/org/eclipse/pde/internal/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 57)
import org.eclipse.ui.internal.handlers.HandlerService;
Discouraged access: The type HandlerService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 504)
if (service instanceof HandlerService) {
Discouraged access: The type HandlerService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 505)
return ((HandlerService)service).getContextSnapshot();
Discouraged access: The method getContextSnapshot() from the type HandlerService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/cheatsheet/simple/details/SimpleCSCommandDetails.java
 (at line 505)
return ((HandlerService)service).getContextSnapshot();
Discouraged access: The type HandlerService is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 80)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 810)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 810)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.swt.gtk.linux.x86_64/@dot

/src/org/eclipse/pde/internal/ui/editor/text/ColorManager.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/ColorManager.java
 (at line 17)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/ColorManager.java
 (at line 73)
pstore = JavaPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/ColorManager.java
 (at line 73)
pstore = JavaPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/editor/text/ColorManager.java
 (at line 73)
pstore = JavaPlugin.getDefault().getCombinedPreferenceStore();
Discouraged access: The method getCombinedPreferenceStore() from the type JavaPlugin is not accessible due to restriction on classpath entry /builds/M200802211800/src/plugins/org.eclipse.jdt.ui/@dot