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 N20091008-2207 (Timestamp: 200910082207):Compile errors in build


Could the help team please address this compile error and I will start another build.

thanks,
Kim



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

10/08/2009 11:43 PM

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 N20091008-2207        (Timestamp: 200910082207):Compile errors in build





Build N20091008-2207 (Timestamp: 200910082207):  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

Title: Compiler log for org.eclipse.help_3.5.0.N20091008-2207

Compiler log for org.eclipse.help_3.5.0.N20091008-2207 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 1

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/help/internal/index/IndexSee.java : 1 error :

1. ERROR in /src/org/eclipse/help/internal/index/IndexSee.java
 (at line 97)
return Arrays.hashCode(getPath());
The method hashCode() in the type Object is not applicable for the arguments (String[])

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/help/internal/index/IndexAssembler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/help/internal/index/IndexAssembler.java
 (at line 22)
import org.eclipse.help.IIndex;
The import org.eclipse.help.IIndex is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top