Compiler log for org.eclipse.pde.ui_3.5.0.v20090528 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 26

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 39)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 228)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 228)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 776)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 776)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 782)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 782)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 13)
import org.eclipse.jdt.internal.debug.ui.console.JavaStackTraceConsoleFactory;
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.jdt.debug.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 28)
private JavaStackTraceConsoleFactory fFactory;
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.jdt.debug.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 42)
fFactory = new JavaStackTraceConsoleFactory();
Discouraged access: The constructor JavaStackTraceConsoleFactory() is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.jdt.debug.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 42)
fFactory = new JavaStackTraceConsoleFactory();
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.jdt.debug.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 44)
fFactory.openConsole(fSelectedStack);
Discouraged access: The method openConsole(String) from the type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.jdt.debug.ui/@dot

/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java : 5 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.launchConfigurations.AntLaunchShortcut;
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ant.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 152)
List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ant.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 152)
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/I200906111540/src/plugins/org.eclipse.ant.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 155)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.ant.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 155)
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/I200906111540/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 51)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 835)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 835)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.swt.win32.win32.x86/@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 418)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.jdt.junit/@dot
2. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 418)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.jdt.junit/@dot
3. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 418)
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/I200906111540/src/plugins/org.eclipse.jdt.junit/@dot
4. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 419)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The type TestKindRegistry is not accessible due to restriction on classpath entry /builds/I200906111540/src/plugins/org.eclipse.jdt.junit/@dot
5. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 419)
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/I200906111540/src/plugins/org.eclipse.jdt.junit/@dot
6. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 419)
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/I200906111540/src/plugins/org.eclipse.jdt.junit/@dot