Skip to main content

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

Build N20090305-2000 (Timestamp: 200903052000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.ui.sdk_1.0.100.N20090305-2000

Compiler log for org.eclipse.equinox.p2.ui.sdk_1.0.100.N20090305-2000 : @dot.xml

TOTAL : ERRORS: 3, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/ui/sdk/UpdateHandler.java : 3 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/ui/sdk/UpdateHandler.java
 (at line 50)
Collector collector = queryDescriptor.queryable.query(queryDescriptor.query, queryDescriptor.collector, null);
The field ElementQueryDescriptor.queryable is not visible
2. ERROR in /src/org/eclipse/equinox/internal/p2/ui/sdk/UpdateHandler.java
 (at line 50)
Collector collector = queryDescriptor.queryable.query(queryDescriptor.query, queryDescriptor.collector, null);
The field ElementQueryDescriptor.query is not visible
3. ERROR in /src/org/eclipse/equinox/internal/p2/ui/sdk/UpdateHandler.java
 (at line 50)
Collector collector = queryDescriptor.queryable.query(queryDescriptor.query, queryDescriptor.collector, null);
The field ElementQueryDescriptor.collector is not visible

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