Compiler log for org.eclipse.pde.ui_3.4.0.v20090202 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 29

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 49)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 256)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 256)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 972)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 972)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 978)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 978)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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 15)
import org.eclipse.ant.internal.ui.IAntUIConstants;
Discouraged access: The type IAntUIConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 16)
import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut;
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 17)
import org.eclipse.ant.internal.ui.launchConfigurations.IAntLaunchConfigurationConstants;
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 151)
List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 151)
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/M/src/plugins/org.eclipse.ant.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 154)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 154)
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/M/src/plugins/org.eclipse.ant.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 163)
properties = launchCopy.getAttribute(IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES, properties);
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 163)
properties = launchCopy.getAttribute(IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES, properties);
Discouraged access: The field ATTR_ANT_PROPERTIES from the type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 193)
launchCopy.setAttribute(IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES, properties);
Discouraged access: The type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 193)
launchCopy.setAttribute(IAntLaunchConfigurationConstants.ATTR_ANT_PROPERTIES, properties);
Discouraged access: The field ATTR_ANT_PROPERTIES from the type IAntLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 198)
launchCopy.setAttribute(IAntUIConstants.ATTR_DEFAULT_VM_INSTALL, (String) null);
Discouraged access: The type IAntUIConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 198)
launchCopy.setAttribute(IAntUIConstants.ATTR_DEFAULT_VM_INSTALL, (String) null);
Discouraged access: The field ATTR_DEFAULT_VM_INSTALL from the type IAntUIConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.ant.ui/@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 49)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 812)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 812)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot

/src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 384)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.jdt.junit/@dot
2. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 384)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.jdt.junit/@dot
3. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 384)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The method getTestRunnerKind(ILaunchConfiguration) from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.jdt.junit/@dot
4. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 385)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The type TestKindRegistry is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.jdt.junit/@dot
5. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 385)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The field JUNIT4_TEST_KIND_ID from the type TestKindRegistry is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.jdt.junit/@dot
6. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 385)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The method getId() from the type ITestKind is not accessible due to restriction on classpath entry /builds/M/src/plugins/org.eclipse.jdt.junit/@dot