Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20090106-0800 (Timestamp: 200901060800):Compile errors in build

Build I20090106-0800 (Timestamp: 200901060800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.ui_3.5.0.v20081215-1800

Compiler log for org.eclipse.pde.ui_3.5.0.v20081215-1800 : @dot.xml

TOTAL : ERRORS: 9, WARNINGS: 26

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java : 9 errors :

1. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 122)
Collector queryMatches = metaRepo.query(new InstallableUnitQuery(id, newVersion), new Collector(), monitor);
The constructor InstallableUnitQuery(String, Version) is undefined
2. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 136)
Version existingVersion = ((IInstallableUnit) queryMatches.toArray(IInstallableUnit.class)[0]).getVersion();
Type mismatch: cannot convert from org.eclipse.equinox.internal.provisional.p2.core.Version to org.osgi.framework.Version
3. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 190)
iuPatchDescription.setVersion(patchVersion);
The method setVersion(Version) in the type MetadataFactory.InstallableUnitDescription is not applicable for the arguments (Version)
4. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 191)
iuPatchDescription.setUpdateDescriptor(MetadataFactory.createUpdateDescriptor(iuPatchDescription.getId(), new VersionRange(new Version(0, 0, 0), true, patchVersion, false), 0, null));
The method createUpdateDescriptor(String, VersionRange, int, String) in the type MetadataFactory is not applicable for the arguments (String, VersionRange, int, null)
5. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 197)
RequiredCapability applyTo = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, null, null, false, false);
Type mismatch: cannot convert from IRequiredCapability to RequiredCapability
6. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 198)
RequiredCapability newValue = MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, id, new VersionRange(version, true, version, true), null, false, false);
The method createRequiredCapability(String, String, VersionRange, String, boolean, boolean) in the type MetadataFactory is not applicable for the arguments (String, String, VersionRange, null, boolean, boolean)
7. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 207)
RequiredCapability[] reqs = ((IInstallableUnit) candidate).getRequiredCapabilities();
Type mismatch: cannot convert from IRequiredCapability[] to RequiredCapability[]
8. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 221)
iuPatchDescription.setLifeCycle(MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, lifecycleUnit.getId(), new VersionRange(lifecycleUnit.getVersion(), true, lifecycleUnit.getVersion(), true), null, false, false, false));
The method createRequiredCapability(String, String, VersionRange, String, boolean, boolean, boolean) in the type MetadataFactory is not applicable for the arguments (String, String, VersionRange, null, boolean, boolean, boolean)
9. ERROR in /src/org/eclipse/pde/internal/ui/build/RuntimeInstallJob.java
 (at line 221)
iuPatchDescription.setLifeCycle(MetadataFactory.createRequiredCapability(IInstallableUnit.NAMESPACE_IU_ID, lifecycleUnit.getId(), new VersionRange(lifecycleUnit.getVersion(), true, lifecycleUnit.getVersion(), true), null, false, false, false));
The constructor VersionRange(Version, boolean, Version, boolean) is undefined

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 40)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 238)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 238)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 820)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 820)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 826)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 826)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.swt.motif.solaris.sparc/@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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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/I200901060800/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 399)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.jdt.junit/@dot
2. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 399)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.jdt.junit/@dot
3. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 399)
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/I200901060800/src/plugins/org.eclipse.jdt.junit/@dot
4. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 400)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The type TestKindRegistry is not accessible due to restriction on classpath entry /builds/I200901060800/src/plugins/org.eclipse.jdt.junit/@dot
5. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 400)
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/I200901060800/src/plugins/org.eclipse.jdt.junit/@dot
6. WARNING in /src/org/eclipse/pde/ui/launcher/JUnitLaunchConfigurationDelegate.java
 (at line 400)
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/I200901060800/src/plugins/org.eclipse.jdt.junit/@dot

Back to the top