Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20111004-1128 (Timestamp: 201110041128):Compile errors in build

Build I20111004-1128 (Timestamp: 201110041128):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.launching_3.6.100.v20110908-1604

Compiler log for org.eclipse.pde.launching_3.6.100.v20110908-1604 : @dot.xml

TOTAL : ERRORS: 3, WARNINGS: 6

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java : 3 errors :

1. ERROR in /src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java
 (at line 26)
import org.eclipse.pde.core.IBundleClasspathResolver;
The import org.eclipse.pde.core.IBundleClasspathResolver cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java
 (at line 213)
IBundleClasspathResolver[] resolvers = PDECore.getDefault().getClasspathContainerResolverManager().getBundleClasspathResolvers(project);
IBundleClasspathResolver cannot be resolved to a type
3. ERROR in /src/org/eclipse/pde/internal/launching/sourcelookup/PDESourceLookupDirector.java
 (at line 213)
IBundleClasspathResolver[] resolvers = PDECore.getDefault().getClasspathContainerResolverManager().getBundleClasspathResolvers(project);
The method getClasspathContainerResolverManager() is undefined for the type PDECore

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/launching/JUnitLaunchConfigurationDelegate.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 428)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type ITestKind is not accessible due to restriction on classpath entry /builds/I201110041128/src/plugins/org.eclipse.jdt.junit.core/@dot
2. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 428)
ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(configuration);
Discouraged access: The type JUnitLaunchConfigurationConstants is not accessible due to restriction on classpath entry /builds/I201110041128/src/plugins/org.eclipse.jdt.junit.core/@dot
3. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 428)
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/I201110041128/src/plugins/org.eclipse.jdt.junit.core/@dot
4. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 429)
if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()))
Discouraged access: The type TestKindRegistry is not accessible due to restriction on classpath entry /builds/I201110041128/src/plugins/org.eclipse.jdt.junit.core/@dot
5. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 429)
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/I201110041128/src/plugins/org.eclipse.jdt.junit.core/@dot
6. WARNING in /src/org/eclipse/pde/launching/JUnitLaunchConfigurationDelegate.java
 (at line 429)
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/I201110041128/src/plugins/org.eclipse.jdt.junit.core/@dot
Title: Compiler log for org.eclipse.pde.ui.tests_3.1.200.v20110927-1420

Compiler log for org.eclipse.pde.ui.tests_3.1.200.v20110927-1420 : tests.jar.bin.xml

TOTAL : ERRORS: 4, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/ui/tests/classpathresolver/ClasspathResolverTest.java : 1 error :

1. ERROR in /src/org/eclipse/pde/ui/tests/classpathresolver/ClasspathResolverTest.java
 (at line 23)
import org.eclipse.pde.core.IBundleClasspathResolver;
The import org.eclipse.pde.core.IBundleClasspathResolver cannot be resolved

/src/org/eclipse/pde/ui/tests/classpathresolver/TestBundleClasspathResolver.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/ui/tests/classpathresolver/TestBundleClasspathResolver.java
 (at line 18)
import org.eclipse.pde.core.IBundleClasspathResolver;
The import org.eclipse.pde.core.IBundleClasspathResolver cannot be resolved
2. ERROR in /src/org/eclipse/pde/ui/tests/classpathresolver/TestBundleClasspathResolver.java
 (at line 20)
public class TestBundleClasspathResolver implements IBundleClasspathResolver {
IBundleClasspathResolver cannot be resolved to a type

/src/org/eclipse/pde/ui/tests/wizards/ConvertProjectToPluginTestCase.java : 1 error :

1. ERROR in /src/org/eclipse/pde/ui/tests/wizards/ConvertProjectToPluginTestCase.java
 (at line 138)
convertOperation = new ConvertProjectToPluginOperation(projects,enableApiTools);
The constructor ConvertProjectToPluginOperation(IProject[], 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

Back to the top