Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20120304-2000 (Timestamp: 201203042000):Compile errors in build

Build N20120304-2000 (Timestamp: 201203042000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.transport.ecf_1.0.100.N20120304-2000

Compiler log for org.eclipse.equinox.p2.transport.ecf_1.0.100.N20120304-2000 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 21

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/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 112)
public void notify(EventObject event) {
The method notify(EventObject) of type new ProvisioningListener(){} must override a superclass method

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/internal/p2/transport/ecf/RepositoryTransport.java
 (at line 106)
final FileReader fileReader = reader;
The value of the local variable fileReader is not used

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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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 /builds/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.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/N201203042000/src/plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20111230-0120.jar

Back to the top