Compiler log for org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 20

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java : 20 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
2. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
4. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
5. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
6. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
7. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
8. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
9. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
10. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
11. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
12. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
13. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
14. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
15. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
16. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
17. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar
18. 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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.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 /shared/eclipse/builds/4I/localMavenRepo/p2/osgi/bundle/org.eclipse.ecf.provider.filetransfer/3.2.0.v20130604-1622/org.eclipse.ecf.provider.filetransfer-3.2.0.v20130604-1622.jar