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/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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot |
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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/src/plugins/org.eclipse.jdt.debug.ui/@dot |
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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/src/plugins/org.eclipse.ant.ui/@dot |
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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/M201002111343/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot |
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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/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/M201002111343/src/plugins/org.eclipse.jdt.junit/@dot |