Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20110102-2102 (Timestamp: 201101022102):Compile errors in build

Build N20110102-2102 (Timestamp: 201101022102):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.transport.ecf_1.0.0.N20110102-2102

Compiler log for org.eclipse.equinox.p2.transport.ecf_1.0.0.N20110102-2102 : @dot.xml

TOTAL : ERRORS: 2, WARNINGS: 244

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/transport/ecf/ECFTransportComponent.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/internal/p2/transport/ecf/ECFTransportComponent.java
 (at line 9)
public Object createService(IProvisioningAgent agent) {
The method createService(IProvisioningAgent) of type ECFTransportComponent must override a superclass method

/src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java : 1 error :

1. ERROR in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 274)
public Object createService(IProvisioningAgent agent) {
The method createService(IProvisioningAgent) of type RepositoryTransport must override a superclass method

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/transport/ecf/Activator.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 16)
import org.eclipse.ecf.provider.filetransfer.IFileTransferProtocolToFactoryMapper;
Discouraged access: The type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
2. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 17)
import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper;
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
3. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 38)
private ServiceTracker<IFileTransferProtocolToFactoryMapper, IFileTransferProtocolToFactoryMapper> protocolToFactoryMapperTracker = null;
Discouraged access: The type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
4. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 38)
private ServiceTracker<IFileTransferProtocolToFactoryMapper, IFileTransferProtocolToFactoryMapper> protocolToFactoryMapperTracker = null;
Discouraged access: The type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
5. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 86)
IFileTransferProtocolToFactoryMapper mapper = getProtocolToFactoryMapper();
Discouraged access: The type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
6. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 90)
String providerId = mapper.getBrowseFileTransferFactoryId(HTTP);
Discouraged access: The method getBrowseFileTransferFactoryId(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
7. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 92)
mapper.removeBrowseFileTransferFactory(providerId);
Discouraged access: The method removeBrowseFileTransferFactory(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
8. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 95)
providerId = mapper.getRetrieveFileTransferFactoryId(HTTP);
Discouraged access: The method getRetrieveFileTransferFactoryId(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
9. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 97)
mapper.removeRetrieveFileTransferFactory(providerId);
Discouraged access: The method removeRetrieveFileTransferFactory(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
10. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 100)
providerId = mapper.getSendFileTransferFactoryId(HTTP);
Discouraged access: The method getSendFileTransferFactoryId(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
11. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 102)
mapper.removeSendFileTransferFactory(providerId);
Discouraged access: The method removeSendFileTransferFactory(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
12. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 106)
providerId = mapper.getBrowseFileTransferFactoryId(HTTPS);
Discouraged access: The method getBrowseFileTransferFactoryId(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
13. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 108)
mapper.removeBrowseFileTransferFactory(providerId);
Discouraged access: The method removeBrowseFileTransferFactory(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
14. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 111)
providerId = mapper.getRetrieveFileTransferFactoryId(HTTPS);
Discouraged access: The method getRetrieveFileTransferFactoryId(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
15. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 113)
mapper.removeRetrieveFileTransferFactory(providerId);
Discouraged access: The method removeRetrieveFileTransferFactory(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
16. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 116)
providerId = mapper.getSendFileTransferFactoryId(HTTPS);
Discouraged access: The method getSendFileTransferFactoryId(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
17. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 118)
mapper.removeSendFileTransferFactory(providerId);
Discouraged access: The method removeSendFileTransferFactory(String) from the type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
18. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 139)
private IFileTransferProtocolToFactoryMapper getProtocolToFactoryMapper() {
Discouraged access: The type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
19. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 141)
protocolToFactoryMapperTracker = new ServiceTracker<IFileTransferProtocolToFactoryMapper, IFileTransferProtocolToFactoryMapper>(context, IFileTransferProtocolToFactoryMapper.class, null);
Discouraged access: The type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
20. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 141)
protocolToFactoryMapperTracker = new ServiceTracker<IFileTransferProtocolToFactoryMapper, IFileTransferProtocolToFactoryMapper>(context, IFileTransferProtocolToFactoryMapper.class, null);
Discouraged access: The type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
21. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 141)
protocolToFactoryMapperTracker = new ServiceTracker<IFileTransferProtocolToFactoryMapper, IFileTransferProtocolToFactoryMapper>(context, IFileTransferProtocolToFactoryMapper.class, null);
Discouraged access: The type IFileTransferProtocolToFactoryMapper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.ecf.provider.filetransfer_3.1.0.v20100906-1425.jar
22. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 148)
PackageAdmin packageAdmin = (PackageAdmin) ServiceHelper.getService(Activator.getContext(), PackageAdmin.class.getName());
Discouraged access: The type ServiceHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
23. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
 (at line 148)
PackageAdmin packageAdmin = (PackageAdmin) ServiceHelper.getService(Activator.getContext(), PackageAdmin.class.getName());
Discouraged access: The method getService(BundleContext, String) from the type ServiceHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot

/src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 24)
import org.eclipse.equinox.internal.p2.core.helpers.LogHelper;
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
2. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 25)
import org.eclipse.equinox.internal.p2.repository.Activator;
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
3. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 26)
import org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException;
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
4. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 27)
import org.eclipse.equinox.internal.p2.repository.JREHttpClientRequiredException;
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
5. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 28)
import org.eclipse.equinox.internal.p2.repository.Messages;
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
6. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 29)
import org.eclipse.equinox.internal.p2.repository.RepositoryPreferences;
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
7. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 80)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, "Unexpected interrupt while waiting on ECF browse request", e)); //$NON-NLS-1$
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
8. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 80)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, "Unexpected interrupt while waiting on ECF browse request", e)); //$NON-NLS-1$
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
9. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 80)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, "Unexpected interrupt while waiting on ECF browse request", e)); //$NON-NLS-1$
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
10. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 80)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, "Unexpected interrupt while waiting on ECF browse request", e)); //$NON-NLS-1$
Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
11. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 90)
super(Messages.repo_loading); // job label - TODO: this is a bad label
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
12. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 90)
super(Messages.repo_loading); // job label - TODO: this is a bad label
Discouraged access: The field repo_loading from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
13. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 95)
connectionRetryCount = RepositoryPreferences.getConnectionRetryCount();
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
14. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 95)
connectionRetryCount = RepositoryPreferences.getConnectionRetryCount();
Discouraged access: The method getConnectionRetryCount() from the type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
15. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 96)
connectionRetryDelay = RepositoryPreferences.getConnectionMsRetryDelay();
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
16. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 96)
connectionRetryDelay = RepositoryPreferences.getConnectionMsRetryDelay();
Discouraged access: The method getConnectionMsRetryDelay() from the type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
17. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 105)
* @throws AuthenticationFailedException
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
18. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 106)
* @throws JREHttpClientRequiredException
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
19. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 108)
public IRemoteFile[] getRemoteFiles(URI location, IProgressMonitor monitor) throws AuthenticationFailedException, FileNotFoundException, CoreException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
20. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 108)
public IRemoteFile[] getRemoteFiles(URI location, IProgressMonitor monitor) throws AuthenticationFailedException, FileNotFoundException, CoreException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
21. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 126)
public IRemoteFile getRemoteFile(URI location, IProgressMonitor monitor) throws AuthenticationFailedException, FileNotFoundException, CoreException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
22. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 126)
public IRemoteFile getRemoteFile(URI location, IProgressMonitor monitor) throws AuthenticationFailedException, FileNotFoundException, CoreException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
23. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 132)
public long getLastModified(URI location, IProgressMonitor monitor) throws AuthenticationFailedException, FileNotFoundException, CoreException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
24. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 132)
public long getLastModified(URI location, IProgressMonitor monitor) throws AuthenticationFailedException, FileNotFoundException, CoreException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
25. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 163)
protected void sendBrowseRequest(URI uri, IProgressMonitor monitor) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
26. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 163)
protected void sendBrowseRequest(URI uri, IProgressMonitor monitor) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
27. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 168)
throw RepositoryStatusHelper.fromMessage(Messages.ecf_configuration_error);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
28. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 168)
throw RepositoryStatusHelper.fromMessage(Messages.ecf_configuration_error);
Discouraged access: The field ecf_configuration_error from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
29. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 173)
throw RepositoryStatusHelper.fromMessage(Messages.ecf_configuration_error);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
30. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 173)
throw RepositoryStatusHelper.fromMessage(Messages.ecf_configuration_error);
Discouraged access: The field ecf_configuration_error from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
31. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 210)
* @throws AuthenticationFailedException
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
32. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 211)
* @throws JREHttpClientRequiredException
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
33. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 213)
private boolean checkException(URI uri, int attemptCounter) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
34. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 213)
private boolean checkException(URI uri, int attemptCounter) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
35. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 235)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
36. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 235)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
37. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 235)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
38. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 235)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The field ID from the type Activator is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
39. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 235)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
40. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileInfoReader.java
 (at line 235)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The field connection_to_0_failed_on_1_retry_attempt_2 from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot

/src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java : 57 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 26)
import org.eclipse.equinox.internal.p2.core.helpers.LogHelper;
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
2. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 27)
import org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException;
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
3. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 28)
import org.eclipse.equinox.internal.p2.repository.FileInfo;
Discouraged access: The type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
4. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 29)
import org.eclipse.equinox.internal.p2.repository.JREHttpClientRequiredException;
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
5. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 30)
import org.eclipse.equinox.internal.p2.repository.Messages;
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
6. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 31)
import org.eclipse.equinox.internal.p2.repository.ProgressStatistics;
Discouraged access: The type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
7. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 32)
import org.eclipse.equinox.internal.p2.repository.RepositoryPreferences;
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
8. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 33)
import org.eclipse.equinox.internal.p2.repository.RepositoryTracing;
Discouraged access: The type RepositoryTracing is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
9. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 62)
private FileInfo fileInfo;
Discouraged access: The type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
10. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 67)
private ProgressStatistics statistics;
Discouraged access: The type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
11. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 81)
super(Messages.FileTransport_reader); // job label
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
12. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 81)
super(Messages.FileTransport_reader); // job label
Discouraged access: The field FileTransport_reader from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
13. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 86)
connectionRetryCount = RepositoryPreferences.getConnectionRetryCount();
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
14. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 86)
connectionRetryCount = RepositoryPreferences.getConnectionRetryCount();
Discouraged access: The method getConnectionRetryCount() from the type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
15. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 87)
connectionRetryDelay = RepositoryPreferences.getConnectionMsRetryDelay();
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
16. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 87)
connectionRetryDelay = RepositoryPreferences.getConnectionMsRetryDelay();
Discouraged access: The method getConnectionMsRetryDelay() from the type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
17. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 91)
public FileInfo getLastFileInfo() {
Discouraged access: The type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
18. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 104)
super(Messages.FileTransport_cancelCheck);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
19. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 104)
super(Messages.FileTransport_cancelCheck);
Discouraged access: The field FileTransport_cancelCheck from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
20. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 144)
FileInfo fi = new FileInfo();
Discouraged access: The type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
21. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 144)
FileInfo fi = new FileInfo();
Discouraged access: The constructor FileInfo() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
22. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 144)
FileInfo fi = new FileInfo();
Discouraged access: The type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
23. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 147)
fi.setLastModified(lastModified.getTime());
Discouraged access: The method setLastModified(long) from the type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
24. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 148)
fi.setName(source.getRemoteFileName());
Discouraged access: The method setName(String) from the type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
25. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 149)
fi.setSize(source.getFileLength());
Discouraged access: The method setSize(long) from the type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
26. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 158)
ProgressStatistics stats = new ProgressStatistics(requestUri, source.getRemoteFileName(), fileLength);
Discouraged access: The type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
27. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 158)
ProgressStatistics stats = new ProgressStatistics(requestUri, source.getRemoteFileName(), fileLength);
Discouraged access: The constructor ProgressStatistics(URI, String, long) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
28. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 158)
ProgressStatistics stats = new ProgressStatistics(requestUri, source.getRemoteFileName(), fileLength);
Discouraged access: The type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
29. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 164)
theMonitor.subTask(stats.report());
Discouraged access: The method report() from the type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
30. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 180)
ProgressStatistics stats = getStatistics();
Discouraged access: The type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
31. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 182)
stats.increase(count);
Discouraged access: The method increase(long) from the type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
32. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 183)
fileInfo.setAverageSpeed(stats.getAverageSpeed());
Discouraged access: The method setAverageSpeed(long) from the type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
33. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 183)
fileInfo.setAverageSpeed(stats.getAverageSpeed());
Discouraged access: The method getAverageSpeed() from the type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
34. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 184)
if (stats.shouldReport()) {
Discouraged access: The method shouldReport() from the type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
35. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 187)
theMonitor.subTask(stats.report());
Discouraged access: The method report() from the type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
36. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 188)
theMonitor.worked((int) (1000 * count / stats.getTotal()));
Discouraged access: The method getTotal() from the type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
37. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 203)
public InputStream read(URI url, final IProgressMonitor monitor) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
38. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 203)
public InputStream read(URI url, final IProgressMonitor monitor) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
39. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 211)
RepositoryTracing.debug("Downloading {0}", url); //$NON-NLS-1$
Discouraged access: The type RepositoryTracing is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
40. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 211)
RepositoryTracing.debug("Downloading {0}", url); //$NON-NLS-1$
Discouraged access: The method debug(String, Object) from the type RepositoryTracing is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
41. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 282)
throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
42. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 282)
throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
43. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 291)
throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
44. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 291)
throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
45. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 319)
IProgressMonitor monitor) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
46. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 319)
IProgressMonitor monitor) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
47. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 323)
throw RepositoryStatusHelper.fromMessage(Messages.ecf_configuration_error);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
48. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 323)
throw RepositoryStatusHelper.fromMessage(Messages.ecf_configuration_error);
Discouraged access: The field ecf_configuration_error from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
49. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 372)
* @throws AuthenticationFailedException
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
50. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 374)
private boolean checkException(URI uri, int attemptCounter) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
51. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 374)
private boolean checkException(URI uri, int attemptCounter) throws CoreException, FileNotFoundException, AuthenticationFailedException, JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
52. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 402)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The type LogHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
53. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 402)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The method log(IStatus) from the type LogHelper is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.core/@dot
54. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 402)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
55. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 402)
LogHelper.log(new Status(IStatus.WARNING, Activator.ID, NLS.bind(Messages.connection_to_0_failed_on_1_retry_attempt_2, new String[] {uri.toString(), t.getMessage(), String.valueOf(attemptCounter)}), t));
Discouraged access: The field connection_to_0_failed_on_1_retry_attempt_2 from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
56. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 483)
private synchronized void setStatistics(ProgressStatistics statistics) {
Discouraged access: The type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
57. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/FileReader.java
 (at line 494)
private synchronized ProgressStatistics getStatistics() {
Discouraged access: The type ProgressStatistics is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot

/src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 14)
import org.eclipse.equinox.internal.p2.repository.DownloadStatus;
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
2. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 112)
public static DownloadStatus forStatus(IStatus original, URI toDownload) {
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
3. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 117)
public static DownloadStatus forException(Throwable t, URI toDownload) {
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
4. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 119)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.ARTIFACT_NOT_FOUND, NLS.bind(Messages.artifact_not_found, toDownload), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
5. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 119)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.ARTIFACT_NOT_FOUND, NLS.bind(Messages.artifact_not_found, toDownload), t);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
6. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 121)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, NLS.bind(Messages.TransportErrorTranslator_UnableToConnectToRepository_0, toDownload), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
7. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 121)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, NLS.bind(Messages.TransportErrorTranslator_UnableToConnectToRepository_0, toDownload), t);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
8. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 123)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_UnknownHost, toDownload), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
9. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 123)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_UnknownHost, toDownload), t);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
10. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 129)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_MalformedRemoteFileReference, toDownload), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
11. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 129)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_MalformedRemoteFileReference, toDownload), t);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
12. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 151)
return new DownloadStatus(IStatus.ERROR, Activator.ID, provisionCode, // code == 0 ? NLS.bind(Messages.io_failedRead, toDownload) // : codeToMessage(code, toDownload.toString()), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
13. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatus.java
 (at line 151)
return new DownloadStatus(IStatus.ERROR, Activator.ID, provisionCode, //
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot

/src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 25)
import org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException;
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
2. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 26)
import org.eclipse.equinox.internal.p2.repository.JREHttpClientRequiredException;
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
3. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 242)
public static void checkJREHttpClientRequired(Throwable t) throws JREHttpClientRequiredException {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
4. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 245)
throw new JREHttpClientRequiredException();
Discouraged access: The constructor JREHttpClientRequiredException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
5. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 245)
throw new JREHttpClientRequiredException();
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
6. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 248)
throw new JREHttpClientRequiredException();
Discouraged access: The constructor JREHttpClientRequiredException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
7. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 248)
throw new JREHttpClientRequiredException();
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
8. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 257)
public static void checkPermissionDenied(Throwable t) throws AuthenticationFailedException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
9. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 261)
throw new AuthenticationFailedException();
Discouraged access: The constructor AuthenticationFailedException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
10. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 261)
throw new AuthenticationFailedException();
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
11. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 267)
throw new AuthenticationFailedException();
Discouraged access: The constructor AuthenticationFailedException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
12. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 267)
throw new AuthenticationFailedException();
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
13. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 282)
throw new AuthenticationFailedException();
Discouraged access: The constructor AuthenticationFailedException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
14. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 282)
throw new AuthenticationFailedException();
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
15. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 284)
throw new AuthenticationFailedException();
Discouraged access: The constructor AuthenticationFailedException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
16. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryStatusHelper.java
 (at line 284)
throw new AuthenticationFailedException();
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot

/src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java : 95 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 33)
import org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException;
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
2. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 34)
import org.eclipse.equinox.internal.p2.repository.Credentials;
Discouraged access: The type Credentials is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
3. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 35)
import org.eclipse.equinox.internal.p2.repository.Credentials.LoginCanceledException;
Discouraged access: The type Credentials.LoginCanceledException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
4. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 36)
import org.eclipse.equinox.internal.p2.repository.DownloadStatus;
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
5. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 37)
import org.eclipse.equinox.internal.p2.repository.FileInfo;
Discouraged access: The type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
6. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 38)
import org.eclipse.equinox.internal.p2.repository.JREHttpClientRequiredException;
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
7. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 39)
import org.eclipse.equinox.internal.p2.repository.Messages;
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
8. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 40)
import org.eclipse.equinox.internal.p2.repository.RepositoryPreferences;
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
9. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 41)
import org.eclipse.equinox.internal.p2.repository.Transport;
Discouraged access: The type Transport is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
10. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 54)
public class RepositoryTransport extends Transport implements IAgentServiceFactory {
Discouraged access: The type Transport is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
11. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 72)
for (int i = RepositoryPreferences.getLoginRetryCount(); i > 0; i--) {
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
12. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 72)
for (int i = RepositoryPreferences.getLoginRetryCount(); i > 0; i--) {
Discouraged access: The method getLoginRetryCount() from the type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
13. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 75)
loginDetails = Credentials.forLocation(toDownload, promptUser, loginDetails);
Discouraged access: The type Credentials is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
14. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 75)
loginDetails = Credentials.forLocation(toDownload, promptUser, loginDetails);
Discouraged access: The method forLocation(URI, boolean, UIServices.AuthenticationInfo) from the type Credentials is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
15. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 85)
String msg = NLS.bind(Messages.RepositoryTransport_failedReadRepo, toDownload);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
16. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 85)
String msg = NLS.bind(Messages.RepositoryTransport_failedReadRepo, toDownload);
Discouraged access: The field RepositoryTransport_failedReadRepo from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
17. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 86)
DownloadStatus ds = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, msg, null);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
18. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 86)
DownloadStatus ds = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, msg, null);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
19. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 86)
DownloadStatus ds = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, msg, null);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
20. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 95)
DownloadStatus status = new DownloadStatus(IStatus.OK, Activator.ID, Status.OK_STATUS.getMessage());
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
21. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 95)
DownloadStatus status = new DownloadStatus(IStatus.OK, Activator.ID, Status.OK_STATUS.getMessage());
Discouraged access: The constructor DownloadStatus(int, String, String) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
22. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 95)
DownloadStatus status = new DownloadStatus(IStatus.OK, Activator.ID, Status.OK_STATUS.getMessage());
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
23. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 98)
statusOn(target, new DownloadStatus(IStatus.CANCEL, Activator.ID, 1, "", null), reader); //$NON-NLS-1$
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
24. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 98)
statusOn(target, new DownloadStatus(IStatus.CANCEL, Activator.ID, 1, "", null), reader); //$NON-NLS-1$
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
25. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 101)
statusOn(target, new DownloadStatus(IStatus.CANCEL, Activator.ID, 1, "", null), reader); //$NON-NLS-1$
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
26. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 101)
statusOn(target, new DownloadStatus(IStatus.CANCEL, Activator.ID, 1, "", null), reader); //$NON-NLS-1$
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
27. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 109)
} catch (AuthenticationFailedException e) {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
28. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 111)
} catch (Credentials.LoginCanceledException e) {
Discouraged access: The type Credentials is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
29. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 111)
} catch (Credentials.LoginCanceledException e) {
Discouraged access: The type Credentials.LoginCanceledException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
30. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 112)
DownloadStatus status = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_AUTHENTICATION, //
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
31. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 112)
DownloadStatus status = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_AUTHENTICATION, // NLS.bind(Messages.UnableToRead_0_UserCanceled, toDownload), null);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
32. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 112)
DownloadStatus status = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_AUTHENTICATION, //
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
33. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 113)
NLS.bind(Messages.UnableToRead_0_UserCanceled, toDownload), null);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
34. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 113)
NLS.bind(Messages.UnableToRead_0_UserCanceled, toDownload), null);
Discouraged access: The field UnableToRead_0_UserCanceled from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
35. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 115)
} catch (JREHttpClientRequiredException e) {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
36. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 124)
DownloadStatus status = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_AUTHENTICATION, //
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
37. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 124)
DownloadStatus status = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_AUTHENTICATION, // NLS.bind(Messages.UnableToRead_0_TooManyAttempts, toDownload), null);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
38. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 124)
DownloadStatus status = new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_AUTHENTICATION, //
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
39. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 125)
NLS.bind(Messages.UnableToRead_0_TooManyAttempts, toDownload), null);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
40. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 125)
NLS.bind(Messages.UnableToRead_0_TooManyAttempts, toDownload), null);
Discouraged access: The field UnableToRead_0_TooManyAttempts from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
41. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 133)
public InputStream stream(URI toDownload, IProgressMonitor monitor) throws FileNotFoundException, CoreException, AuthenticationFailedException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
42. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 138)
for (int i = RepositoryPreferences.getLoginRetryCount(); i > 0; i--) {
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
43. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 138)
for (int i = RepositoryPreferences.getLoginRetryCount(); i > 0; i--) {
Discouraged access: The method getLoginRetryCount() from the type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
44. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 141)
loginDetails = Credentials.forLocation(toDownload, promptUser, loginDetails);
Discouraged access: The type Credentials is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
45. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 141)
loginDetails = Credentials.forLocation(toDownload, promptUser, loginDetails);
Discouraged access: The method forLocation(URI, boolean, UIServices.AuthenticationInfo) from the type Credentials is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
46. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 149)
} catch (AuthenticationFailedException e) {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
47. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 156)
} catch (LoginCanceledException e) {
Discouraged access: The type Credentials.LoginCanceledException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
48. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 158)
throw new AuthenticationFailedException();
Discouraged access: The constructor AuthenticationFailedException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
49. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 158)
throw new AuthenticationFailedException();
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
50. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 159)
} catch (JREHttpClientRequiredException e) {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
51. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 167)
throw new AuthenticationFailedException();
Discouraged access: The constructor AuthenticationFailedException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
52. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 167)
throw new AuthenticationFailedException();
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
53. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 179)
private static DownloadStatus statusOn(OutputStream target, DownloadStatus status, FileReader reader) {
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
54. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 179)
private static DownloadStatus statusOn(OutputStream target, DownloadStatus status, FileReader reader) {
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
55. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 181)
FileInfo fi = reader.getLastFileInfo();
Discouraged access: The type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
56. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 183)
status.setFileSize(fi.getSize());
Discouraged access: The method setFileSize(long) from the type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
57. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 183)
status.setFileSize(fi.getSize());
Discouraged access: The method getSize() from the type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
58. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 184)
status.setLastModified(fi.getLastModified());
Discouraged access: The method setLastModified(long) from the type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
59. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 184)
status.setLastModified(fi.getLastModified());
Discouraged access: The method getLastModified() from the type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
60. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 185)
status.setTransferRate(fi.getAverageSpeed());
Discouraged access: The method setTransferRate(long) from the type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
61. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 185)
status.setTransferRate(fi.getAverageSpeed());
Discouraged access: The method getAverageSpeed() from the type FileInfo is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
62. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 193)
public long getLastModified(URI toDownload, IProgressMonitor monitor) throws CoreException, FileNotFoundException, AuthenticationFailedException {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
63. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 197)
for (int i = RepositoryPreferences.getLoginRetryCount(); i > 0; i--) {
Discouraged access: The type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
64. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 197)
for (int i = RepositoryPreferences.getLoginRetryCount(); i > 0; i--) {
Discouraged access: The method getLoginRetryCount() from the type RepositoryPreferences is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
65. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 199)
loginDetails = Credentials.forLocation(toDownload, promptUser, loginDetails);
Discouraged access: The type Credentials is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
66. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 199)
loginDetails = Credentials.forLocation(toDownload, promptUser, loginDetails);
Discouraged access: The method forLocation(URI, boolean, UIServices.AuthenticationInfo) from the type Credentials is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
67. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 211)
} catch (AuthenticationFailedException e) {
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
68. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 213)
} catch (LoginCanceledException e) {
Discouraged access: The type Credentials.LoginCanceledException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
69. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 215)
throw new AuthenticationFailedException();
Discouraged access: The constructor AuthenticationFailedException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
70. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 215)
throw new AuthenticationFailedException();
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
71. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 216)
} catch (JREHttpClientRequiredException e) {
Discouraged access: The type JREHttpClientRequiredException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
72. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 226)
throw new AuthenticationFailedException();
Discouraged access: The constructor AuthenticationFailedException() is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
73. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 226)
throw new AuthenticationFailedException();
Discouraged access: The type AuthenticationFailedException is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
74. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 229)
public static DownloadStatus forStatus(IStatus original, URI toDownload) {
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
75. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 234)
public static DownloadStatus forException(Throwable t, URI toDownload) {
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
76. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 236)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.ARTIFACT_NOT_FOUND, NLS.bind(Messages.artifact_not_found, toDownload), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
77. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 236)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.ARTIFACT_NOT_FOUND, NLS.bind(Messages.artifact_not_found, toDownload), t);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
78. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 236)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.ARTIFACT_NOT_FOUND, NLS.bind(Messages.artifact_not_found, toDownload), t);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
79. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 236)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.ARTIFACT_NOT_FOUND, NLS.bind(Messages.artifact_not_found, toDownload), t);
Discouraged access: The field artifact_not_found from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
80. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 238)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, NLS.bind(Messages.TransportErrorTranslator_UnableToConnectToRepository_0, toDownload), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
81. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 238)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, NLS.bind(Messages.TransportErrorTranslator_UnableToConnectToRepository_0, toDownload), t);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
82. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 238)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, NLS.bind(Messages.TransportErrorTranslator_UnableToConnectToRepository_0, toDownload), t);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
83. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 238)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_FAILED_READ, NLS.bind(Messages.TransportErrorTranslator_UnableToConnectToRepository_0, toDownload), t);
Discouraged access: The field TransportErrorTranslator_UnableToConnectToRepository_0 from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
84. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 240)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_UnknownHost, toDownload), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
85. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 240)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_UnknownHost, toDownload), t);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
86. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 240)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_UnknownHost, toDownload), t);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
87. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 240)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_UnknownHost, toDownload), t);
Discouraged access: The field TransportErrorTranslator_UnknownHost from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
88. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 246)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_MalformedRemoteFileReference, toDownload), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
89. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 246)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_MalformedRemoteFileReference, toDownload), t);
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
90. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 246)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_MalformedRemoteFileReference, toDownload), t);
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
91. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 246)
return new DownloadStatus(IStatus.ERROR, Activator.ID, ProvisionException.REPOSITORY_INVALID_LOCATION, NLS.bind(Messages.TransportErrorTranslator_MalformedRemoteFileReference, toDownload), t);
Discouraged access: The field TransportErrorTranslator_MalformedRemoteFileReference from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
92. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 268)
return new DownloadStatus(IStatus.ERROR, Activator.ID, provisionCode, // code == 0 ? NLS.bind(Messages.io_failedRead, toDownload) // : RepositoryStatus.codeToMessage(code, toDownload.toString()), t);
Discouraged access: The constructor DownloadStatus(int, String, int, String, Throwable) is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
93. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 268)
return new DownloadStatus(IStatus.ERROR, Activator.ID, provisionCode, //
Discouraged access: The type DownloadStatus is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
94. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 269)
code == 0 ? NLS.bind(Messages.io_failedRead, toDownload) //
Discouraged access: The type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
95. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 269)
code == 0 ? NLS.bind(Messages.io_failedRead, toDownload) //
Discouraged access: The field io_failedRead from the type Messages is not accessible due to restriction on classpath entry /builds/N201101022102/src/plugins/org.eclipse.equinox.p2.repository/@dot
Title: Compiler log for org.eclipse.swt.win32.win32.x86_64_3.7.0.N20110102-2102

Compiler log for org.eclipse.swt.win32.win32.x86_64_3.7.0.N20110102-2102 : @dot.bin.xml

TOTAL : ERRORS: 5, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/MenuItem.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/MenuItem.java
 (at line 936)
int hMenu = parent.handle;
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Scale.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Scale.java
 (at line 477)
int code = callWindowProc (handle, OS.WM_KEYDOWN, wParam == OS.VK_RIGHT ? OS.VK_LEFT : OS.VK_RIGHT, lParam);
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/TabFolder.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/TabFolder.java
 (at line 869)
int code = callWindowProc (handle, OS.WM_KEYDOWN, wParam == OS.VK_RIGHT ? OS.VK_LEFT : OS.VK_RIGHT, lParam);
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Table.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Table.java
 (at line 5624)
int hwndHeader = OS.SendMessage (handle, OS.LVM_GETHEADER, 0, 0);
Type mismatch: cannot convert from long to int

_64/temp.folder/@dot.src/org/eclipse/swt/widgets/Tree.java : 1 error :

1. ERROR in _64/temp.folder/@dot.src/org/eclipse/swt/widgets/Tree.java
 (at line 6032)
int code = callWindowProc (handle, OS.WM_KEYDOWN, wParam == OS.VK_RIGHT ? OS.VK_LEFT : OS.VK_RIGHT, lParam);
Type mismatch: cannot convert from long to int

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