Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 20 Number of classfiles: 43
Problems: 8 (Errors: 0 Warnings: 8 )
The local variable profiles is never read
ExtensionUtility.java :
151 : IProfile[] profiles = profileRegistry.getProfiles();
Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.200.v20100503.jar
ExtensionUpdateSite.java :
18 : import org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory;
Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.200.v20100503.jar
ExtensionUpdateSite.java :
68 : UpdateSiteMetadataRepositoryFactory mrf = new UpdateSiteMetadataRepositoryFactory();
Discouraged access: The constructor UpdateSiteMetadataRepositoryFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.200.v20100503.jar
ExtensionUpdateSite.java :
68 : UpdateSiteMetadataRepositoryFactory mrf = new UpdateSiteMetadataRepositoryFactory();
Discouraged access: The type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.200.v20100503.jar
ExtensionUpdateSite.java :
68 : UpdateSiteMetadataRepositoryFactory mrf = new UpdateSiteMetadataRepositoryFactory();
Discouraged access: The method load(URI, int, IProgressMonitor) from the type UpdateSiteMetadataRepositoryFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.0-S/eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.200.v20100503.jar
ExtensionUpdateSite.java :
74 : IMetadataRepository repo = mrf.load(url2, IRepositoryManager.REPOSITORIES_ALL, monitor);
The local variable profiles is never read
ExtensionUpdateSite.java :
82 : IProfile[] profiles = profileRegistry.getProfiles();
The local variable profile is never read
ExtensionUpdateSite.java :
83 : IProfile profile = profileRegistry.getProfile(IProfileRegistry.SELF);