Skip to main content

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

Build N20110421-2000 (Timestamp: 201104212000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for bundle_tests

Compiler log for bundle_tests : ServiceClient1.jar.bin.xml

TOTAL : ERRORS: 17, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

s_src/ServiceClient1/serviceclient1/Activator.java : 17 errors :

1. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() { @Override public pkg2.a.A addingService(ServiceReference<pkg2.a.A> reference) { Dictionary<String, Object> props = new Hashtable<String, Object>(); props.put("bundle.id", context.getBundle().getBundleId()); context.registerService(Boolean.class, Boolean.TRUE, props); return null; } @Override public void modifiedService(ServiceReference<pkg2.a.A> reference, pkg2.a.A service) { // TODO Auto-generated method stub } @Override public void removedService(ServiceReference<pkg2.a.A> reference, pkg2.a.A service) { // TODO Auto-generated method stub } }).open();
The constructor ServiceTracker<A,A>(BundleContext, ServiceReference<A>, ServiceTrackerCustomizer<A,A>) refers to the missing type A
2. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() {
pkg2 cannot be resolved to a type
3. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() {
pkg2 cannot be resolved to a type
4. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() {
pkg2 cannot be resolved to a type
5. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() {
The type new ServiceTrackerCustomizer<A,A>(){} must implement the inherited abstract method ServiceTrackerCustomizer<A,A>.removedService(ServiceReference<A>, A)
6. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() {
The type new ServiceTrackerCustomizer<A,A>(){} must implement the inherited abstract method ServiceTrackerCustomizer<A,A>.modifiedService(ServiceReference<A>, A)
7. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() {
The type new ServiceTrackerCustomizer<A,A>(){} must implement the inherited abstract method ServiceTrackerCustomizer<A,A>.addingService(ServiceReference<A>)
8. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() {
pkg2 cannot be resolved to a type
9. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 23)
new ServiceTracker<pkg2.a.A, pkg2.a.A>(context, pkg2.a.A.class, new ServiceTrackerCustomizer<pkg2.a.A, pkg2.a.A>() {
pkg2 cannot be resolved to a type
10. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 26)
public pkg2.a.A addingService(ServiceReference<pkg2.a.A> reference) {
pkg2 cannot be resolved to a type
11. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 26)
public pkg2.a.A addingService(ServiceReference<pkg2.a.A> reference) {
Name clash: The method addingService(ServiceReference<A>) of type new ServiceTrackerCustomizer<A,A>(){} has the same erasure as addingService(ServiceReference<S>) of type ServiceTrackerCustomizer<S,T> but does not override it
12. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 26)
public pkg2.a.A addingService(ServiceReference<pkg2.a.A> reference) {
The method addingService(ServiceReference<A>) of type new ServiceTrackerCustomizer<A,A>(){} must override or implement a supertype method
13. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 26)
public pkg2.a.A addingService(ServiceReference<pkg2.a.A> reference) {
pkg2 cannot be resolved to a type
14. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 34)
public void modifiedService(ServiceReference<pkg2.a.A> reference, pkg2.a.A service) {
pkg2 cannot be resolved to a type
15. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 34)
public void modifiedService(ServiceReference<pkg2.a.A> reference, pkg2.a.A service) {
pkg2 cannot be resolved to a type
16. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 40)
public void removedService(ServiceReference<pkg2.a.A> reference, pkg2.a.A service) {
pkg2 cannot be resolved to a type
17. ERROR in s_src/ServiceClient1/serviceclient1/Activator.java
 (at line 40)
public void removedService(ServiceReference<pkg2.a.A> reference, pkg2.a.A service) {
pkg2 cannot be resolved to a type

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 bundle_tests

Compiler log for bundle_tests : ServiceProvider2.jar.bin.xml

TOTAL : ERRORS: 4, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

s_src/ServiceProvider2/serviceprovider2/Activator.java : 4 errors :

1. ERROR in s_src/ServiceProvider2/serviceprovider2/Activator.java
 (at line 20)
context.registerService(pkg2.a.A.class, new pkg2.a.A(), null);
pkg2 cannot be resolved to a type
2. ERROR in s_src/ServiceProvider2/serviceprovider2/Activator.java
 (at line 20)
context.registerService(pkg2.a.A.class, new pkg2.a.A(), null);
pkg2 cannot be resolved to a type
3. ERROR in s_src/ServiceProvider2/serviceprovider2/Activator.java
 (at line 21)
context.registerService(pkg2.b.B.class, new pkg2.b.B(), null);
pkg2 cannot be resolved to a type
4. ERROR in s_src/ServiceProvider2/serviceprovider2/Activator.java
 (at line 21)
context.registerService(pkg2.b.B.class, new pkg2.b.B(), null);
pkg2 cannot be resolved to a type

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