| 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/launching/launcher/BundleLauncherHelper.java (at line 83) IFeatureModel[] workspaceFeatureModels = fmm.getWorkspaceModels(); Discouraged access: The type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 2. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 85) String id = workspaceFeatureModels[i].getFeature().getId(); Discouraged access: The method getFeature() from the type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 3. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 92) IFeatureModel[] externalFeatureModels = efmm.getModels(); Discouraged access: The type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 4. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 94) String id = externalFeatureModels[i].getFeature().getId(); Discouraged access: The method getFeature() from the type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 5. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 117) IFeatureModel featureModel = null; Discouraged access: The type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 6. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 119) featureModel = (IFeatureModel) workspaceFeatureMap.get(id); Discouraged access: The type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 7. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 123) featureModel = (IFeatureModel) externalFeatureMap.get(id); Discouraged access: The type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 8. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 130) IFeaturePlugin[] featurePlugins = featureModel.getFeature().getPlugins(); Discouraged access: The type IFeaturePlugin is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 9. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 130) IFeaturePlugin[] featurePlugins = featureModel.getFeature().getPlugins(); Discouraged access: The method getFeature() from the type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 10. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 130) IFeaturePlugin[] featurePlugins = featureModel.getFeature().getPlugins(); Discouraged access: The method getPlugins() from the type IFeature is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 11. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 139) IPluginModelBase model = findModel(modelEntry, featurePlugins[i].getVersion(), pluginResolution); Discouraged access: The method getVersion() from the type IVersionable is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 12. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 145) IFeatureImport[] featureImports = featureModel.getFeature().getImports(); Discouraged access: The type IFeatureImport is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 13. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 145) IFeatureImport[] featureImports = featureModel.getFeature().getImports(); Discouraged access: The method getFeature() from the type IFeatureModel is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 14. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 145) IFeatureImport[] featureImports = featureModel.getFeature().getImports(); Discouraged access: The method getImports() from the type IFeature is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 15. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 147) if (featureImports[i].getType() == IFeatureImport.PLUGIN) { Discouraged access: The method getType() from the type IFeatureImport is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 16. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 147) if (featureImports[i].getType() == IFeatureImport.PLUGIN) { Discouraged access: The type IFeatureImport is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 17. WARNING in /src/org/eclipse/pde/internal/launching/launcher/BundleLauncherHelper.java (at line 147) if (featureImports[i].getType() == IFeatureImport.PLUGIN) { Discouraged access: The field PLUGIN from the type IFeatureImport is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 1. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 30) import org.eclipse.pde.internal.core.target.provisional.ITargetHandle; Discouraged access: The type ITargetHandle is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 2. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 31) import org.eclipse.pde.internal.core.target.provisional.ITargetPlatformService; Discouraged access: The type ITargetPlatformService is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 3. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 118) ITargetPlatformService service = (ITargetPlatformService) PDECore.getDefault().acquireService(ITargetPlatformService.class.getName()); Discouraged access: The type ITargetPlatformService is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 4. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 118) ITargetPlatformService service = (ITargetPlatformService) PDECore.getDefault().acquireService(ITargetPlatformService.class.getName()); Discouraged access: The type ITargetPlatformService is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 5. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 118) ITargetPlatformService service = (ITargetPlatformService) PDECore.getDefault().acquireService(ITargetPlatformService.class.getName()); Discouraged access: The type ITargetPlatformService is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 6. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 120) ITargetHandle target = service.getWorkspaceTargetHandle(); Discouraged access: The type ITargetHandle is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 7. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 120) ITargetHandle target = service.getWorkspaceTargetHandle(); Discouraged access: The method getWorkspaceTargetHandle() from the type ITargetPlatformService is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 8. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 122) String result = target.getTargetDefinition().getVMArguments(); Discouraged access: The method getTargetDefinition() from the type ITargetHandle is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 9. WARNING in /src/org/eclipse/pde/internal/launching/launcher/LaunchArgumentsHelper.java (at line 122) String result = target.getTargetDefinition().getVMArguments(); Discouraged access: The method getVMArguments() from the type ITargetDefinition is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 1. WARNING in /src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java (at line 26) import org.eclipse.pde.internal.core.builders.PDEMarkerFactory; Discouraged access: The type PDEMarkerFactory is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 2. WARNING in /src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java (at line 49) return super.isLaunchProblem(problemMarker) && (problemMarker.getType().equals(IJavaModelMarker.JAVA_MODEL_PROBLEM_MARKER) || problemMarker.getType().equals(PDEMarkerFactory.MARKER_ID)); Discouraged access: The type PDEMarkerFactory is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 3. WARNING in /src/org/eclipse/pde/launching/AbstractPDELaunchConfiguration.java (at line 49) return super.isLaunchProblem(problemMarker) && (problemMarker.getType().equals(IJavaModelMarker.JAVA_MODEL_PROBLEM_MARKER) || problemMarker.getType().equals(PDEMarkerFactory.MARKER_ID)); Discouraged access: The field MARKER_ID from the type PDEMarkerFactory is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.pde.core/@dot |
| 1. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 429) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.jdt.junit.core/@dot |
| 2. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 429) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.jdt.junit.core/@dot |
| 3. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 429) ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration); Discouraged access: The method getTestRunnerKind(ILaunchConfiguration) from the type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.jdt.junit.core/@dot |
| 4. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 430) if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId())) Discouraged access: The type TestKindRegistry is not accessible due to restriction on classpath entry /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.jdt.junit.core/@dot |
| 5. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 430) 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 /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.jdt.junit.core/@dot |
| 6. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java (at line 430) 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 /opt/users/hudsonbuild/.hudson/jobs/eclipse-e4-test/workspace/builds/I201005231612/src/plugins/org.eclipse.jdt.junit.core/@dot |