Compiler log for org.eclipse.equinox.p2.discovery.compatibility_1.0.101.v20130327-2119 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 20

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/discovery/compatibility/util/TransportUtil.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/util/TransportUtil.java
 (at line 20)
import org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException;
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/util/TransportUtil.java
 (at line 21)
import org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport;
Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/util/TransportUtil.java
 (at line 126)
* @throws AuthenticationFailedException
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes
4. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/util/TransportUtil.java
 (at line 135)
new RepositoryTransport().getLastModified(location, monitor);
Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes
5. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/util/TransportUtil.java
 (at line 135)
new RepositoryTransport().getLastModified(location, monitor);
Discouraged access: The method getLastModified(URI, IProgressMonitor) from the type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes
6. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/util/TransportUtil.java
 (at line 135)
new RepositoryTransport().getLastModified(location, monitor);
Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes

/src/org/eclipse/equinox/internal/p2/discovery/compatibility/Activator.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/Activator.java
 (at line 16)
import org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport;
Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/Activator.java
 (at line 43)
manager = new CacheManager(new RepositoryTransport());
Discouraged access: The constructor RepositoryTransport() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/Activator.java
 (at line 43)
manager = new CacheManager(new RepositoryTransport());
Discouraged access: The type RepositoryTransport is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes

/src/org/eclipse/equinox/internal/p2/discovery/compatibility/DiscoveryRegistryStrategy.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/DiscoveryRegistryStrategy.java
 (at line 19)
import org.eclipse.equinox.internal.p2.core.helpers.LogHelper;
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/DiscoveryRegistryStrategy.java
 (at line 80)
LogHelper.log(new Status(IStatus.ERROR, DiscoveryCore.ID_PLUGIN, NLS.bind(Messages.DiscoveryRegistryStrategy_cannot_load_bundle, new Object[] {bundleFile.getKey().getName(), bundleFile.getValue().getLocation(), e.getMessage()}), e));
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/DiscoveryRegistryStrategy.java
 (at line 80)
LogHelper.log(new Status(IStatus.ERROR, DiscoveryCore.ID_PLUGIN, NLS.bind(Messages.DiscoveryRegistryStrategy_cannot_load_bundle, new Object[] {bundleFile.getKey().getName(), bundleFile.getValue().getLocation(), e.getMessage()}), e));
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes

/src/org/eclipse/equinox/internal/p2/discovery/compatibility/BundleDiscoveryStrategy.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/BundleDiscoveryStrategy.java
 (at line 14)
import org.eclipse.equinox.internal.p2.core.helpers.LogHelper;
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/BundleDiscoveryStrategy.java
 (at line 69)
LogHelper.log(new Status(IStatus.ERROR, DiscoveryCore.ID_PLUGIN, NLS.bind(Messages.BundleDiscoveryStrategy_categoryDisallowed, new Object[] {category.getName(), category.getId(), element.getContributor().getName()}), null));
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/BundleDiscoveryStrategy.java
 (at line 69)
LogHelper.log(new Status(IStatus.ERROR, DiscoveryCore.ID_PLUGIN, NLS.bind(Messages.BundleDiscoveryStrategy_categoryDisallowed, new Object[] {category.getName(), category.getId(), element.getContributor().getName()}), null));
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
4. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/BundleDiscoveryStrategy.java
 (at line 81)
LogHelper.log(new Status(IStatus.ERROR, DiscoveryCore.ID_PLUGIN, NLS.bind(Messages.BundleDiscoveryStrategy_3, element.getContributor().getName(), e.getMessage()), e));
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
5. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/BundleDiscoveryStrategy.java
 (at line 81)
LogHelper.log(new Status(IStatus.ERROR, DiscoveryCore.ID_PLUGIN, NLS.bind(Messages.BundleDiscoveryStrategy_3, element.getContributor().getName(), e.getMessage()), e));
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes

/src/org/eclipse/equinox/internal/p2/discovery/compatibility/SiteVerifier.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/SiteVerifier.java
 (at line 18)
import org.eclipse.equinox.internal.p2.core.helpers.LogHelper;
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
2. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/SiteVerifier.java
 (at line 98)
LogHelper.log(computeStatus(e, Messages.SiteVerifier_Unexpected_Error));
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes
3. WARNING in /src/org/eclipse/equinox/internal/p2/discovery/compatibility/SiteVerifier.java
 (at line 98)
LogHelper.log(computeStatus(e, Messages.SiteVerifier_Unexpected_Error));
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes