Skip to main content

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

Build I20110123-2000 (Timestamp: 201101232000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.jdt.ui_3.7.0.v20110123-2000

Compiler log for org.eclipse.jdt.ui_3.7.0.v20110123-2000 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java : 1 error :

1. ERROR in /ui/org/eclipse/jdt/internal/ui/preferences/formatter/CommentsTabPage.java
 (at line 151)
createPrefFalseTrue(globalGroup, numColumns, FormatterMessages.CommentsTabPage_preserve_white_space_before_line_comment, DefaultCodeFormatterConstants.FORMATTER_COMMENT_PRESERVE_WHITE_SPACE_BETWEEN_CODE_AND_LINE_COMMENT, false);
FORMATTER_COMMENT_PRESERVE_WHITE_SPACE_BETWEEN_CODE_AND_LINE_COMMENT cannot be resolved or is not a field

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.7.0.v20110121

Compiler log for org.eclipse.core.resources_3.7.0.v20110121 : @dot.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/core/resources/ResourcesPlugin.java : 2 errors :

1. ERROR in /src/org/eclipse/core/resources/ResourcesPlugin.java
 (at line 431)
String[] original = service.getDefaultDefaultLookupOrder();
The method getDefaultDefaultLookupOrder() is undefined for the type PreferencesService
2. ERROR in /src/org/eclipse/core/resources/ResourcesPlugin.java
 (at line 437)
service.setDefaultDefaultLookupOrder(newOrder.toArray(new String[newOrder.size()]));
The method setDefaultDefaultLookupOrder(String[]) is undefined for the type PreferencesService

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