Skip to main content

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

Build N20100216-2000 (Timestamp: 201002162000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.tests.ui_1.0.0.N20100216-2000

Compiler log for org.eclipse.equinox.p2.tests.ui_1.0.0.N20100216-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/p2/tests/ui/AbstractProvisioningUITest.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/p2/tests/ui/AbstractProvisioningUITest.java
 (at line 77)
SimpleLicenseManager manager = new SimpleLicenseManager(TESTPROFILE);
The constructor SimpleLicenseManager(String) is undefined

/src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 74)
SimpleLicenseManager manager2 = new SimpleLicenseManager(TESTPROFILE);
The constructor SimpleLicenseManager(String) is undefined
2. ERROR in /src/org/eclipse/equinox/p2/tests/ui/misc/LicenseManagerTest.java
 (at line 79)
manager2 = new SimpleLicenseManager("ANOTHER");
The constructor SimpleLicenseManager(String) is undefined

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