Skip to main content

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

Build N20110822-2000 (Timestamp: 201108222000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.preferences_3.4.100.N20110822-2000

Compiler log for org.eclipse.equinox.preferences_3.4.100.N20110822-2000 : @dot.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/preferences/EclipsePreferences.java : 1 error :

1. ERROR in /src/org/eclipse/core/internal/preferences/EclipsePreferences.java
 (at line 317)
properties.store(writer, null);
The method store(OutputStream, String) in the type Properties is not applicable for the arguments (Writer, null)

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