Skip to main content

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

Build N20081126-2000 (Timestamp: 200811262000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.tests_1.1.0.N20081126-2000

Compiler log for org.eclipse.equinox.p2.tests_1.1.0.N20081126-2000 : @dot.xml

TOTAL : ERRORS: 4, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java : 4 errors :

1. ERROR in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java
 (at line 26)
String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false);
The method createBundleInfoLine(BundleInfo) in the type SimpleConfiguratorManipulatorUtils is not applicable for the arguments (BundleInfo, boolean)
2. ERROR in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java
 (at line 34)
String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false);
The method createBundleInfoLine(BundleInfo) in the type SimpleConfiguratorManipulatorUtils is not applicable for the arguments (BundleInfo, boolean)
3. ERROR in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java
 (at line 42)
String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false);
The method createBundleInfoLine(BundleInfo) in the type SimpleConfiguratorManipulatorUtils is not applicable for the arguments (BundleInfo, boolean)
4. ERROR in /src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorUtilsTest.java
 (at line 50)
String line = SimpleConfiguratorManipulatorUtils.createBundleInfoLine(bundleInfo, false);
The method createBundleInfoLine(BundleInfo) in the type SimpleConfiguratorManipulatorUtils is not applicable for the arguments (BundleInfo, boolean)

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