Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20060627-0943 (Timestamp: 200606270943):Compile errors in build


I've scheduled a noon rebuild without performance tests.

Kim




Grant Gayed/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

06/27/2006 11:00 AM

Please respond to
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
Re: [platform-releng-dev] [eclipse-build]Build        I20060627-0943        (Timestamp: 200606270943):Compile errors in build






Assuming that this means there will be another kick at today's integration build, swt has released and tagged one change that fixes junit test failures that were introduced yesterday.


Grant



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

06/27/2006 10:43 AM

Please respond to
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build I20060627-0943        (Timestamp: 200606270943):Compile errors in build







Build I20060627-0943 (Timestamp: 200606270943):  Compile errors in build.  See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.releng.tools_3.2.0.v20060605

Compiler log for org.eclipse.releng.tools_3.2.0.v20060605 : tools.jar.bin.xml

TOTAL : ERRORS: 10, WARNINGS: 8

/src/org/eclipse/releng/tools/CompareLocalToMap.java : 2 errors :

1. ERROR in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 53)
protected boolean isEnabled() throws TeamException {
Exception TeamException is not compatible with throws clause in WorkspaceAction.isEnabled()
2. ERROR in /src/org/eclipse/releng/tools/CompareLocalToMap.java
 (at line 53)
protected boolean isEnabled() throws TeamException {
Cannot reduce the visibility of the inherited method from WorkspaceAction

/src/org/eclipse/releng/tools/LoadMap.java : 2 errors :

1. ERROR in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 110)
protected boolean isEnabled() throws TeamException {
Exception TeamException is not compatible with throws clause in CVSAction.isEnabled()
2. ERROR in /src/org/eclipse/releng/tools/LoadMap.java
 (at line 110)
protected boolean isEnabled() throws TeamException {
Cannot reduce the visibility of the inherited method from CVSAction

/src/org/eclipse/releng/tools/ReplaceLocalFromMap.java : 2 errors :

1. ERROR in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 89)
protected boolean isEnabled() throws TeamException {
Exception TeamException is not compatible with throws clause in WorkspaceAction.isEnabled()
2. ERROR in /src/org/eclipse/releng/tools/ReplaceLocalFromMap.java
 (at line 89)
protected boolean isEnabled() throws TeamException {
Cannot reduce the visibility of the inherited method from WorkspaceAction

/src/org/eclipse/releng/tools/TagAndReleaseAction.java : 2 errors :

1. ERROR in /src/org/eclipse/releng/tools/TagAndReleaseAction.java
 (at line 42)
protected boolean isEnabled() throws TeamException {
Exception TeamException is not compatible with throws clause in CVSAction.isEnabled()
2. ERROR in /src/org/eclipse/releng/tools/TagAndReleaseAction.java
 (at line 42)
protected boolean isEnabled() throws TeamException {
Cannot reduce the visibility of the inherited method from CVSAction

/src/org/eclipse/releng/tools/TagMap.java : 2 errors :

1. ERROR in /src/org/eclipse/releng/tools/TagMap.java
 (at line 130)
protected boolean isEnabled() throws TeamException {
Exception TeamException is not compatible with throws clause in TagInRepositoryAction.isEnabled()
2. ERROR in /src/org/eclipse/releng/tools/TagMap.java
 (at line 130)
protected boolean isEnabled() throws TeamException {
Cannot reduce the visibility of the inherited method from TagInRepositoryAction

/src/org/eclipse/releng/tools/AdvancedCopyrightComment.java : 1 warning :

1. WARNING in /src/org/eclipse/releng/tools/AdvancedCopyrightComment.java
 (at line 86)
private void writeContributions(PrintWriter writer, String linePrefix) {
The method writeContributions(PrintWriter, String) from the type AdvancedCopyrightComment is never used locally

/src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java : 2 warnings :

1. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 67)
private String propertiesCopyright;
The field AdvancedFixCopyrightAction.propertiesCopyright is never read locally
2. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java
 (at line 68)
private String javaCopyright;
The field AdvancedFixCopyrightAction.javaCopyright is never read locally

/src/org/eclipse/releng/tools/BlockComment.java : 1 warning :

1. WARNING in /src/org/eclipse/releng/tools/BlockComment.java
 (at line 30)
private String commentStart;
The field BlockComment.commentStart is never read locally

/src/org/eclipse/releng/tools/MapProject.java : 2 warnings :

1. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 135)
private CVSTeamProvider getProvider(IResource resource) {
The method getProvider(IResource) from the type MapProject is never used locally
2. WARNING in /src/org/eclipse/releng/tools/MapProject.java
 (at line 250)
private void removeMapFile(MapFile aFile){
The method removeMapFile(MapFile) from the type MapProject is never used locally

/src/org/eclipse/releng/tools/MapProjectSelectionPage.java : 1 warning :

1. WARNING in /src/org/eclipse/releng/tools/MapProjectSelectionPage.java
 (at line 87)
Runnable refresh = new Runnable() {
The local variable refresh is never read

/src/org/eclipse/releng/tools/TagMap.java : 1 warning :

1. WARNING in /src/org/eclipse/releng/tools/TagMap.java
 (at line 77)
String projectName = tokenizer.nextToken();
The local variable projectName is never read

Back to the top