Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20090805-1800 (Timestamp: 200908051800):Compile errors in build

Build I20090805-1800 (Timestamp: 200908051800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ui.tests_3.5.0.I20090805-1800

Compiler log for org.eclipse.ui.tests_3.5.0.I20090805-1800 : uitests.jar.bin.xml

TOTAL : ERRORS: 5, WARNINGS: 1

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/Eclipse UI Tests/org/eclipse/ui/tests/progress/ProgressContantsTest.java : 5 errors :

1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/progress/ProgressContantsTest.java
 (at line 19)
import org.eclipse.ui.internal.progress.JobInfo;
The type org.eclipse.ui.internal.progress.JobInfo is not visible
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/progress/ProgressContantsTest.java
 (at line 20)
import org.eclipse.ui.internal.progress.ProgressInfoItem;
The type org.eclipse.ui.internal.progress.ProgressInfoItem is not visible
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/progress/ProgressContantsTest.java
 (at line 64)
ProgressInfoItem[] progressInfoItems = progressView.getViewer().getProgressInfoItems();
ProgressInfoItem cannot be resolved to a type
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/progress/ProgressContantsTest.java
 (at line 64)
ProgressInfoItem[] progressInfoItems = progressView.getViewer().getProgressInfoItems();
The method getViewer() is undefined for the type ProgressView
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/progress/ProgressContantsTest.java
 (at line 66)
JobInfo[] jobInfos = progressInfoItems[i].getJobInfos();
JobInfo cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/services/EvaluationServiceTest.java
 (at line 197)
IWorkbenchWindow window = openTestWindow();
Dead code

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top