Compiler log for org.eclipse.equinox.p2.exemplarysetup_1.0.100.v20090520-1905 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 31

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

/src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 13)
import org.eclipse.equinox.internal.p2.core.ProvisioningEventBus;
Discouraged access: The type ProvisioningEventBus is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.core/@dot
2. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 16)
import org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry;
Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.engine/@dot
3. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 17)
import org.eclipse.equinox.internal.p2.garbagecollector.GarbageCollector;
Discouraged access: The type GarbageCollector is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.garbagecollector/@dot
4. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 18)
import org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager;
Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
5. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 19)
import org.eclipse.equinox.internal.provisional.p2.core.eventbus.IProvisioningEventBus;
Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.core/@dot
6. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 20)
import org.eclipse.equinox.internal.provisional.p2.director.IDirector;
Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.director/@dot
7. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 21)
import org.eclipse.equinox.internal.provisional.p2.director.IPlanner;
Discouraged access: The type IPlanner is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.director/@dot
8. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 22)
import org.eclipse.equinox.internal.provisional.p2.engine.IProfileRegistry;
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.engine/@dot
9. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 23)
import org.eclipse.equinox.internal.provisional.p2.metadata.repository.IMetadataRepositoryManager;
Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
10. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 29)
private IProvisioningEventBus bus;
Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.core/@dot
11. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 37)
private IProfileRegistry profileRegistry;
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.engine/@dot
12. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 40)
private IDirector director;
Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.director/@dot
13. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 43)
private IPlanner planner;
Discouraged access: The type IPlanner is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.director/@dot
14. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 68)
new GarbageCollector();
Discouraged access: The constructor GarbageCollector() is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.garbagecollector/@dot
15. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 68)
new GarbageCollector();
Discouraged access: The type GarbageCollector is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.garbagecollector/@dot
16. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 84)
registrationDirector = context.registerService(IDirector.class.getName(), director, null);
Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.director/@dot
17. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 95)
registrationPlanner = context.registerService(IPlanner.class.getName(), planner, null);
Discouraged access: The type IPlanner is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.director/@dot
18. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 105)
profileRegistry = new SimpleProfileRegistry();
Discouraged access: The constructor SimpleProfileRegistry() is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.engine/@dot
19. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 105)
profileRegistry = new SimpleProfileRegistry();
Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.engine/@dot
20. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 106)
registrationProfileRegistry = context.registerService(IProfileRegistry.class.getName(), profileRegistry, null);
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.engine/@dot
21. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 121)
metadataRepositoryReference = context.getServiceReference(IMetadataRepositoryManager.SERVICE_NAME);
Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
22. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 121)
metadataRepositoryReference = context.getServiceReference(IMetadataRepositoryManager.SERVICE_NAME);
Discouraged access: The field SERVICE_NAME from the type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
23. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 123)
registrationDefaultManager = context.registerService(IMetadataRepositoryManager.SERVICE_NAME, new MetadataRepositoryManager(), null);
Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
24. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 123)
registrationDefaultManager = context.registerService(IMetadataRepositoryManager.SERVICE_NAME, new MetadataRepositoryManager(), null);
Discouraged access: The field SERVICE_NAME from the type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
25. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 123)
registrationDefaultManager = context.registerService(IMetadataRepositoryManager.SERVICE_NAME, new MetadataRepositoryManager(), null);
Discouraged access: The constructor MetadataRepositoryManager() is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
26. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 123)
registrationDefaultManager = context.registerService(IMetadataRepositoryManager.SERVICE_NAME, new MetadataRepositoryManager(), null);
Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
27. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 143)
bus = new ProvisioningEventBus();
Discouraged access: The constructor ProvisioningEventBus() is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.core/@dot
28. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 143)
bus = new ProvisioningEventBus();
Discouraged access: The type ProvisioningEventBus is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.core/@dot
29. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 144)
registrationBus = context.registerService(IProvisioningEventBus.SERVICE_NAME, bus, null);
Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.core/@dot
30. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 144)
registrationBus = context.registerService(IProvisioningEventBus.SERVICE_NAME, bus, null);
Discouraged access: The field SERVICE_NAME from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.core/@dot
31. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 150)
bus.close();
Discouraged access: The method close() from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.equinox.p2.core/@dot