Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20081007-2000 (Timestamp: 200810072000):Compile errors in build

Build N20081007-2000 (Timestamp: 200810072000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.ui_3.5.0.N20081007-2000

Compiler log for org.eclipse.pde.ui_3.5.0.N20081007-2000 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 113

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java : 1 error :

1. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 134)
ProvisioningPlan thePlan = InstallAction.computeProvisioningPlan((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()]), IProfileRegistry.SELF, monitor);
The method computeProvisioningPlan(IInstallableUnit[], String, IProgressMonitor) is undefined for the type InstallAction

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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.x86/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.x86/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.x86/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.x86/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.x86/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.x86/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.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/N200810072000/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/N200810072000/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/N200810072000/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/N200810072000/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/N200810072000/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/N200810072000/src/plugins/org.eclipse.ant.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 150)
List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.ant.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 150)
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/N200810072000/src/plugins/org.eclipse.ant.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 153)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.ant.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 153)
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/N200810072000/src/plugins/org.eclipse.ant.ui/@dot

/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java : 87 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 21)
import org.eclipse.equinox.internal.provisional.p2.artifact.repository.IArtifactRepository;
Discouraged access: The type IArtifactRepository is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 22)
import org.eclipse.equinox.internal.provisional.p2.core.ProvisionException;
Discouraged access: The type ProvisionException is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 23)
import org.eclipse.equinox.internal.provisional.p2.director.ProvisioningPlan;
Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.director/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 26)
import org.eclipse.equinox.internal.provisional.p2.metadata.MetadataFactory.InstallableUnitPatchDescription;
Discouraged access: The type MetadataFactory.InstallableUnitPatchDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 27)
import org.eclipse.equinox.internal.provisional.p2.metadata.query.InstallableUnitQuery;
Discouraged access: The type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 28)
import org.eclipse.equinox.internal.provisional.p2.metadata.repository.IMetadataRepository;
Discouraged access: The type IMetadataRepository is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 29)
import org.eclipse.equinox.internal.provisional.p2.query.Collector;
Discouraged access: The type Collector is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 30)
import org.eclipse.equinox.internal.provisional.p2.ui.actions.InstallAction;
Discouraged access: The type InstallAction is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 31)
import org.eclipse.equinox.internal.provisional.p2.ui.operations.ProvisioningUtil;
Discouraged access: The type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 84)
IArtifactRepository artifactRepo = ProvisioningUtil.loadArtifactRepository(destination, monitor);
Discouraged access: The type IArtifactRepository is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.artifact.repository/@dot
11. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 84)
IArtifactRepository artifactRepo = ProvisioningUtil.loadArtifactRepository(destination, monitor);
Discouraged access: The type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 84)
IArtifactRepository artifactRepo = ProvisioningUtil.loadArtifactRepository(destination, monitor);
Discouraged access: The method loadArtifactRepository(URL, IProgressMonitor) from the type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 85)
IMetadataRepository metaRepo = ProvisioningUtil.loadMetadataRepository(destination, monitor);
Discouraged access: The type IMetadataRepository is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
14. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 85)
IMetadataRepository metaRepo = ProvisioningUtil.loadMetadataRepository(destination, monitor);
Discouraged access: The type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 85)
IMetadataRepository metaRepo = ProvisioningUtil.loadMetadataRepository(destination, monitor);
Discouraged access: The method loadMetadataRepository(URL, IProgressMonitor) from the type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 87)
IProfile profile = ""> Discouraged access: The type IProfile is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
17. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 87)
IProfile profile = "">ProvisioningUtil.getProfile(IProfileRegistry.SELF);
Discouraged access: The type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 87)
IProfile profile = "">ProvisioningUtil.getProfile(IProfileRegistry.SELF);
Discouraged access: The method getProfile(String) from the type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 87)
IProfile profile = "">IProfileRegistry.SELF);
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
20. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 87)
IProfile profile = "">SELF);
Discouraged access: The field SELF from the type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
21. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 114)
Collector queryMatches = metaRepo.query(new InstallableUnitQuery(id, new Version(version)), new Collector(), monitor);
Discouraged access: The type Collector is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
22. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 114)
Collector queryMatches = metaRepo.query(new InstallableUnitQuery(id, new Version(version)), new Collector(), monitor);
Discouraged access: The method query(Query, Collector, IProgressMonitor) from the type IQueryable is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
23. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 114)
Collector queryMatches = metaRepo.query(new InstallableUnitQuery(id, new Version(version)), new Collector(), monitor);
Discouraged access: The constructor InstallableUnitQuery(String, Version) is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
24. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 114)
Collector queryMatches = metaRepo.query(new InstallableUnitQuery(id, new Version(version)), new Collector(), monitor);
Discouraged access: The type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
25. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 114)
Collector queryMatches = metaRepo.query(new InstallableUnitQuery(id, new Version(version)), new Collector(), monitor);
Discouraged access: The constructor Collector() is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
26. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 114)
Collector queryMatches = metaRepo.query(new InstallableUnitQuery(id, new Version(version)), new Collector(), monitor);
Discouraged access: The type Collector is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
27. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 115)
if (queryMatches.size() == 0) {
Discouraged access: The method size() from the type Collector is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
28. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 119)
IInstallableUnit iuToInstall = (IInstallableUnit) queryMatches.toArray(IInstallableUnit.class)[0];
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
29. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 119)
IInstallableUnit iuToInstall = (IInstallableUnit) queryMatches.toArray(IInstallableUnit.class)[0];
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
30. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 119)
IInstallableUnit iuToInstall = (IInstallableUnit) queryMatches.toArray(IInstallableUnit.class)[0];
Discouraged access: The method toArray(Class) from the type Collector is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
31. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 119)
IInstallableUnit iuToInstall = (IInstallableUnit) queryMatches.toArray(IInstallableUnit.class)[0];
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
32. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 122)
queryMatches = profile.query(new InstallableUnitQuery(id), new Collector(), monitor);
Discouraged access: The method query(Query, Collector, IProgressMonitor) from the type IQueryable is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
33. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 122)
queryMatches = profile.query(new InstallableUnitQuery(id), new Collector(), monitor);
Discouraged access: The constructor InstallableUnitQuery(String) is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
34. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 122)
queryMatches = profile.query(new InstallableUnitQuery(id), new Collector(), monitor);
Discouraged access: The type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
35. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 122)
queryMatches = profile.query(new InstallableUnitQuery(id), new Collector(), monitor);
Discouraged access: The constructor Collector() is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
36. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 122)
queryMatches = profile.query(new InstallableUnitQuery(id), new Collector(), monitor);
Discouraged access: The type Collector is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
37. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 123)
if (queryMatches.size() == 0) {
Discouraged access: The method size() from the type Collector is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
38. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 134)
ProvisioningPlan thePlan = InstallAction.computeProvisioningPlan((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()]), IProfileRegistry.SELF, monitor);
Discouraged access: The type ProvisioningPlan is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.director/@dot
39. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 134)
ProvisioningPlan thePlan = InstallAction.computeProvisioningPlan((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()]), IProfileRegistry.SELF, monitor);
Discouraged access: The type InstallAction is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
40. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 134)
ProvisioningPlan thePlan = InstallAction.computeProvisioningPlan((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()]), IProfileRegistry.SELF, monitor);
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
41. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 134)
ProvisioningPlan thePlan = InstallAction.computeProvisioningPlan((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()]), IProfileRegistry.SELF, monitor);
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
42. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 134)
ProvisioningPlan thePlan = InstallAction.computeProvisioningPlan((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()]), IProfileRegistry.SELF, monitor);
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
43. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 134)
ProvisioningPlan thePlan = InstallAction.computeProvisioningPlan((IInstallableUnit[]) toInstall.toArray(new IInstallableUnit[toInstall.size()]), IProfileRegistry.SELF, monitor);
Discouraged access: The field SELF from the type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
44. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 135)
IStatus status = thePlan.getStatus();
Discouraged access: The method getStatus() from the type ProvisioningPlan is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.director/@dot
45. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 139)
status = ProvisioningUtil.performProvisioningPlan(thePlan, new DefaultPhaseSet(), profile, monitor);
Discouraged access: The type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
46. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 139)
status = ProvisioningUtil.performProvisioningPlan(thePlan, new DefaultPhaseSet(), profile, monitor);
Discouraged access: The method performProvisioningPlan(ProvisioningPlan, PhaseSet, IProfile, IProgressMonitor) from the type ProvisioningUtil is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.ui/@dot
47. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 139)
status = ProvisioningUtil.performProvisioningPlan(thePlan, new DefaultPhaseSet(), profile, monitor);
Discouraged access: The constructor DefaultPhaseSet() is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
48. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 139)
status = ProvisioningUtil.performProvisioningPlan(thePlan, new DefaultPhaseSet(), profile, monitor);
Discouraged access: The type DefaultPhaseSet is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
49. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 144)
} catch (ProvisionException e) {
Discouraged access: The type ProvisionException is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.core/@dot
50. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 161)
private IInstallableUnitPatch createInstallableUnitPatch(String id, String version) {
Discouraged access: The type IInstallableUnitPatch is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
51. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 162)
InstallableUnitPatchDescription iuPatchDescription = new MetadataFactory.InstallableUnitPatchDescription();
Discouraged access: The type MetadataFactory.InstallableUnitPatchDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
52. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 162)
InstallableUnitPatchDescription iuPatchDescription = new MetadataFactory.InstallableUnitPatchDescription();
Discouraged access: The constructor MetadataFactory.InstallableUnitPatchDescription() is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
53. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 162)
InstallableUnitPatchDescription iuPatchDescription = new MetadataFactory.InstallableUnitPatchDescription();
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
54. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 162)
InstallableUnitPatchDescription iuPatchDescription = new MetadataFactory.InstallableUnitPatchDescription();
Discouraged access: The type MetadataFactory.InstallableUnitPatchDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
55. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 163)
iuPatchDescription.setId(id + ".patch"); //$NON-NLS-1$
Discouraged access: The method setId(String) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
56. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 164)
iuPatchDescription.setVersion(new Version("1.0.0." + QualifierReplacer.getDateQualifier())); //$NON-NLS-1$
Discouraged access: The method setVersion(Version) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
57. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 167)
list.add(MetadataFactory.createProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, iuPatchDescription.getId(), iuPatchDescription.getVersion()));
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
58. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 167)
list.add(MetadataFactory.createProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, iuPatchDescription.getId(), iuPatchDescription.getVersion()));
Discouraged access: The method createProvidedCapability(String, String, Version) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
59. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 167)
list.add(MetadataFactory.createProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, iuPatchDescription.getId(), iuPatchDescription.getVersion()));
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
60. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 167)
list.add(MetadataFactory.createProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, iuPatchDescription.getId(), iuPatchDescription.getVersion()));
Discouraged access: The field NAMESPACE_IU_ID from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
61. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 167)
list.add(MetadataFactory.createProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, iuPatchDescription.getId(), iuPatchDescription.getVersion()));
Discouraged access: The method getId() from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
62. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 167)
list.add(MetadataFactory.createProvidedCapability(IInstallableUnit.NAMESPACE_IU_ID, iuPatchDescription.getId(), iuPatchDescription.getVersion()));
Discouraged access: The method getVersion() from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
63. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 168)
iuPatchDescription.addProvidedCapabilities(list);
Discouraged access: The method addProvidedCapabilities(Collection) from the type MetadataFactory.InstallableUnitDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
64. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 170)
RequiredCapability applyTo = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, null, null, false, false);
Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
65. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 170)
RequiredCapability applyTo = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, null, null, false, false);
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
66. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 170)
RequiredCapability applyTo = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, null, null, false, false);
Discouraged access: The method createRequiredCapability(String, String, VersionRange, String, boolean, boolean) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
67. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 170)
RequiredCapability applyTo = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, null, null, false, false);
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
68. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 170)
RequiredCapability applyTo = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, null, null, false, false);
Discouraged access: The field NAMESPACE_IU_ID from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
69. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 171)
RequiredCapability newValue = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, new VersionRange(new Version(version), true, new Version(version), true), null, false, false);
Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
70. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 171)
RequiredCapability newValue = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, new VersionRange(new Version(version), true, new Version(version), true), null, false, false);
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
71. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 171)
RequiredCapability newValue = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, new VersionRange(new Version(version), true, new Version(version), true), null, false, false);
Discouraged access: The method createRequiredCapability(String, String, VersionRange, String, boolean, boolean) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
72. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 171)
RequiredCapability newValue = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, new VersionRange(new Version(version), true, new Version(version), true), null, false, false);
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
73. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 171)
RequiredCapability newValue = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, new VersionRange(new Version(version), true, new Version(version), true), null, false, false);
Discouraged access: The field NAMESPACE_IU_ID from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
74. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 172)
iuPatchDescription.setRequirementChanges(new RequirementChange[] {new RequirementChange(applyTo, newValue)});
Discouraged access: The method setRequirementChanges(RequirementChange[]) from the type MetadataFactory.InstallableUnitPatchDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
75. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 172)
iuPatchDescription.setRequirementChanges(new RequirementChange[] {new RequirementChange(applyTo, newValue)});
Discouraged access: The type RequirementChange is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
76. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 172)
iuPatchDescription.setRequirementChanges(new RequirementChange[] {new RequirementChange(applyTo, newValue)});
Discouraged access: The constructor RequirementChange(RequiredCapability, RequiredCapability) is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
77. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 172)
iuPatchDescription.setRequirementChanges(new RequirementChange[] {new RequirementChange(applyTo, newValue)});
Discouraged access: The type RequirementChange is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
78. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 174)
iuPatchDescription.setApplicabilityScope(new RequiredCapability[0][0]);
Discouraged access: The method setApplicabilityScope(RequiredCapability[][]) from the type MetadataFactory.InstallableUnitPatchDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
79. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 174)
iuPatchDescription.setApplicabilityScope(new RequiredCapability[0][0]);
Discouraged access: The type RequiredCapability is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
80. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 176)
iuPatchDescription.setLifeCycle(MetadataFactory.createRequiredCapability(applyTo.getNamespace(), applyTo.getName(), applyTo.getRange(), null, false, false, false));
Discouraged access: The method setLifeCycle(RequiredCapability) from the type MetadataFactory.InstallableUnitPatchDescription is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
81. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 176)
iuPatchDescription.setLifeCycle(MetadataFactory.createRequiredCapability(applyTo.getNamespace(), applyTo.getName(), applyTo.getRange(), null, false, false, false));
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
82. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 176)
iuPatchDescription.setLifeCycle(MetadataFactory.createRequiredCapability(applyTo.getNamespace(), applyTo.getName(), applyTo.getRange(), null, false, false, false));
Discouraged access: The method createRequiredCapability(String, String, VersionRange, String, boolean, boolean, boolean) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
83. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 176)
iuPatchDescription.setLifeCycle(MetadataFactory.createRequiredCapability(applyTo.getNamespace(), applyTo.getName(), applyTo.getRange(), null, false, false, false));
Discouraged access: The method getNamespace() from the type RequiredCapability is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
84. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 176)
iuPatchDescription.setLifeCycle(MetadataFactory.createRequiredCapability(applyTo.getNamespace(), applyTo.getName(), applyTo.getRange(), null, false, false, false));
Discouraged access: The method getName() from the type RequiredCapability is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
85. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 176)
iuPatchDescription.setLifeCycle(MetadataFactory.createRequiredCapability(applyTo.getNamespace(), applyTo.getName(), applyTo.getRange(), null, false, false, false));
Discouraged access: The method getRange() from the type RequiredCapability is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
86. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 178)
return MetadataFactory.createInstallableUnitPatch(iuPatchDescription);
Discouraged access: The type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
87. WARNING in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 178)
return MetadataFactory.createInstallableUnitPatch(iuPatchDescription);
Discouraged access: The method createInstallableUnitPatch(MetadataFactory.InstallableUnitPatchDescription) from the type MetadataFactory is not accessible due to restriction on classpath entry /builds/N200810072000/src/plugins/org.eclipse.equinox.p2.metadata/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.x86/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.x86/@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/N200810072000/src/plugins/org.eclipse.swt.motif.linux.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 384)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /builds/N200810072000/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/N200810072000/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/N200810072000/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/N200810072000/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/N200810072000/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/N200810072000/src/plugins/org.eclipse.jdt.junit/@dot

Back to the top