Compiler log for org.eclipse.equinox.p2.exemplarysetup_1.0.0.v20080427-2136 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 32

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 : 32 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/I200806172000/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.MetadataCache;
Discouraged access: The type MetadataCache is not accessible due to restriction on classpath entry /builds/I200806172000/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.engine.SimpleProfileRegistry;
Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.engine/@dot
4. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 18)
import org.eclipse.equinox.internal.p2.garbagecollector.GarbageCollector;
Discouraged access: The type GarbageCollector is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.garbagecollector/@dot
5. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 19)
import org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager;
Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
6. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 20)
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/I200806172000/src/plugins/org.eclipse.equinox.p2.core/@dot
7. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 21)
import org.eclipse.equinox.internal.provisional.p2.director.IDirector;
Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /builds/I200806172000/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.director.IPlanner;
Discouraged access: The type IPlanner is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.director/@dot
9. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 23)
import org.eclipse.equinox.internal.provisional.p2.engine.IProfileRegistry;
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.engine/@dot
10. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 24)
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/I200806172000/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
11. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 30)
private IProvisioningEventBus bus;
Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.core/@dot
12. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 33)
private MetadataRepositoryManager defaultManager;
Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
13. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 39)
private IProfileRegistry profileRegistry;
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.engine/@dot
14. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 42)
private IDirector director;
Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.director/@dot
15. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 45)
private IPlanner planner;
Discouraged access: The type IPlanner is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.director/@dot
16. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 70)
new GarbageCollector();
Discouraged access: The constructor GarbageCollector() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.garbagecollector/@dot
17. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 70)
new GarbageCollector();
Discouraged access: The type GarbageCollector is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.garbagecollector/@dot
18. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 86)
registrationDirector = context.registerService(IDirector.class.getName(), director, null);
Discouraged access: The type IDirector is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.director/@dot
19. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 97)
registrationPlanner = context.registerService(IPlanner.class.getName(), planner, null);
Discouraged access: The type IPlanner is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.director/@dot
20. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 107)
profileRegistry = new SimpleProfileRegistry();
Discouraged access: The constructor SimpleProfileRegistry() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.engine/@dot
21. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 107)
profileRegistry = new SimpleProfileRegistry();
Discouraged access: The type SimpleProfileRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.engine/@dot
22. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 108)
registrationProfileRegistry = context.registerService(IProfileRegistry.class.getName(), profileRegistry, null);
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.engine/@dot
23. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 118)
defaultManager = new MetadataRepositoryManager();
Discouraged access: The constructor MetadataRepositoryManager() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
24. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 118)
defaultManager = new MetadataRepositoryManager();
Discouraged access: The type MetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
25. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 119)
registrationDefaultManager = context.registerService(IMetadataRepositoryManager.class.getName(), defaultManager, null);
Discouraged access: The type IMetadataRepositoryManager is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.metadata.repository/@dot
26. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 142)
new MetadataCache();
Discouraged access: The constructor MetadataCache() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.engine/@dot
27. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 142)
new MetadataCache();
Discouraged access: The type MetadataCache is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.engine/@dot
28. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 146)
bus = new ProvisioningEventBus();
Discouraged access: The constructor ProvisioningEventBus() is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.core/@dot
29. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 146)
bus = new ProvisioningEventBus();
Discouraged access: The type ProvisioningEventBus is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.core/@dot
30. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 147)
registrationBus = context.registerService(IProvisioningEventBus.SERVICE_NAME, bus, null);
Discouraged access: The type IProvisioningEventBus is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.core/@dot
31. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 147)
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/I200806172000/src/plugins/org.eclipse.equinox.p2.core/@dot
32. WARNING in /src/org/eclipse/equinox/internal/p2/exemplarysetup/Activator.java
 (at line 153)
bus.close();
Discouraged access: The method close() from the type IProvisioningEventBus is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.equinox.p2.core/@dot