Skip to main content

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

Build N20081114-2000 (Timestamp: 200811142000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ua.tests_3.3.200.N20081114-2000

Compiler log for org.eclipse.ua.tests_3.3.200.N20081114-2000 : ua-tests.jar.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/base/org/eclipse/ua/tests/util/XMLUtil.java : 1 error :

1. ERROR in /base/org/eclipse/ua/tests/util/XMLUtil.java
 (at line 115)
throw new SAXException();
The constructor SAXException() 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
Title: Compiler log for org.eclipse.core.tests.resources_3.3.0.N20081114-2000

Compiler log for org.eclipse.core.tests.resources_3.3.0.N20081114-2000 : resourcestests.jar.bin.xml

TOTAL : ERRORS: 10, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/core/tests/internal/resources/ModelObjectReaderWriterTest.java : 1 error :

1. ERROR in /src/org/eclipse/core/tests/internal/resources/ModelObjectReaderWriterTest.java
 (at line 408)
assertEquals("3.8", PATH_STRING, URIUtil.toPath(link.getLocationURI()).toString());
The type URIUtil is ambiguous

/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java : 3 errors :

1. ERROR in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 57)
IPath fileLocationLower = URIUtil.toPath(fileStore.toURI());
The type URIUtil is ambiguous
2. ERROR in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 566)
file.createLink(URIUtil.toURI(path), updateFlags, getMonitor());
The type URIUtil is ambiguous
3. ERROR in /src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java
 (at line 587)
folder.createLink(URIUtil.toURI(path), updateFlags, getMonitor());
The type URIUtil is ambiguous

/src/org/eclipse/core/tests/resources/LinkedResourceTest.java : 6 errors :

1. ERROR in /src/org/eclipse/core/tests/resources/LinkedResourceTest.java
 (at line 884)
assertEquals("1.1", URIUtil.toURI(localFile), linkDescription1.getLocationURI());
The type URIUtil is ambiguous
2. ERROR in /src/org/eclipse/core/tests/resources/LinkedResourceTest.java
 (at line 887)
assertEquals("2.1", URIUtil.toURI(localFile), linkDescription2.getLocationURI());
The type URIUtil is ambiguous
3. ERROR in /src/org/eclipse/core/tests/resources/LinkedResourceTest.java
 (at line 896)
assertEquals("4.1", URIUtil.toURI(localFile), linkDescription2.getLocationURI());
The type URIUtil is ambiguous
4. ERROR in /src/org/eclipse/core/tests/resources/LinkedResourceTest.java
 (at line 967)
IPath folderLocation = URIUtil.toPath(folderStore.toURI());
The type URIUtil is ambiguous
5. ERROR in /src/org/eclipse/core/tests/resources/LinkedResourceTest.java
 (at line 968)
IPath fileLocation = URIUtil.toPath(fileStore.toURI());
The type URIUtil is ambiguous
6. ERROR in /src/org/eclipse/core/tests/resources/LinkedResourceTest.java
 (at line 1283)
URI sourceLocationURI = URIUtil.toURI(sourceLocation);
The type URIUtil is ambiguous

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
Title: Compiler log for org.eclipse.core.resources_3.5.0.N20081114-2000

Compiler log for org.eclipse.core.resources_3.5.0.N20081114-2000 : @dot.bin.xml

TOTAL : ERRORS: 10, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java : 4 errors :

1. ERROR in /src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java
 (at line 56)
if (URIUtil.equals(location, root.getLocationURI())) {
The type URIUtil is ambiguous
2. ERROR in /src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java
 (at line 114)
return URIUtil.toURI(storeAsFile.getAbsolutePath());
The type URIUtil is ambiguous
3. ERROR in /src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java
 (at line 442)
setLocation(rootResource, info, URIUtil.toURI(rootResource.getLocation()));
The type URIUtil is ambiguous
4. ERROR in /src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java
 (at line 695)
projectLocation = URIUtil.toURI(getProjectDefaultLocation(target));
The type URIUtil is ambiguous

/src/org/eclipse/core/internal/resources/Resource.java : 1 error :

1. ERROR in /src/org/eclipse/core/internal/resources/Resource.java
 (at line 575)
createLink(URIUtil.toURI(localLocation), updateFlags, monitor);
The type URIUtil is ambiguous

/src/org/eclipse/core/internal/resources/ResourceTree.java : 1 error :

1. ERROR in /src/org/eclipse/core/internal/resources/ResourceTree.java
 (at line 736)
if (srcLocation != null && URIUtil.equals(srcLocation, destStore.toURI()))
The type URIUtil is ambiguous

/src/org/eclipse/core/internal/utils/FileUtil.java : 4 errors :

1. ERROR in /src/org/eclipse/core/internal/utils/FileUtil.java
 (at line 75)
final IPath inputPath = URIUtil.toPath(uri);
The type URIUtil is ambiguous
2. ERROR in /src/org/eclipse/core/internal/utils/FileUtil.java
 (at line 79)
return URIUtil.toURI(canonicalPath);
The type URIUtil is ambiguous
3. ERROR in /src/org/eclipse/core/internal/utils/FileUtil.java
 (at line 116)
return computeOverlap(URIUtil.toPath(location1), URIUtil.toPath(location2), bothDirections);
The type URIUtil is ambiguous
4. ERROR in /src/org/eclipse/core/internal/utils/FileUtil.java
 (at line 116)
return computeOverlap(URIUtil.toPath(location1), URIUtil.toPath(location2), bothDirections);
The type URIUtil is ambiguous

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
Title: Compiler log for org.eclipse.core.filesystem_1.2.0.N20081114-2000

Compiler log for org.eclipse.core.filesystem_1.2.0.N20081114-2000 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/core/internal/filesystem/local/LocalFile.java : 1 error :

1. ERROR in /src/org/eclipse/core/internal/filesystem/local/LocalFile.java
 (at line 425)
return URIUtil.toURI(filePath);
The type URIUtil is ambiguous

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
Title: Compiler log for org.eclipse.pde.build.tests_1.1.0.N20081114-2000

Compiler log for org.eclipse.pde.build.tests_1.1.0.N20081114-2000 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/build/internal/tests/p2/P2TestCase.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/P2TestCase.java
 (at line 8)
import org.eclipse.equinox.internal.p2.core.helpers.URIUtil;
The import org.eclipse.equinox.internal.p2.core.helpers.URIUtil cannot be resolved
2. ERROR in /src/org/eclipse/pde/build/internal/tests/p2/P2TestCase.java
 (at line 49)
URI location = URIUtil.fromString(metadataLocation);
URIUtil cannot be resolved

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