Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 8 Number of classfiles: 10

Problems: 13 (Errors: 0 Warnings: 13 )

Source File: org/eclipse/dltk/core/internal/rse/RSEEnvironment.java
1. WARNING: DiscouragedReference

Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEEnvironment.java:

12: import org.eclipse.rse.internal.efs.RSEFileSystem;

2. WARNING: DiscouragedReference

Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEEnvironment.java:

29: URI uri = RSEFileSystem.getURIFor(host.getHostName(), path.toString());

3. WARNING: DiscouragedReference

Discouraged access: The method getURIFor(String, String) from the type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEEnvironment.java:

29: URI uri = RSEFileSystem.getURIFor(host.getHostName(), path.toString());

4. WARNING: DiscouragedReference

Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEEnvironment.java:

72: return RSEFileSystem.getURIFor(host.getHostName(), location

5. WARNING: DiscouragedReference

Discouraged access: The method getURIFor(String, String) from the type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEEnvironment.java:

72: return RSEFileSystem.getURIFor(host.getHostName(), location .toPortableString());

Source File: org/eclipse/dltk/core/internal/rse/RSEExecEnvironment.java
1. WARNING: DiscouragedReference

Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEExecEnvironment.java:

23: import org.eclipse.rse.internal.efs.RSEFileSystem;

2. WARNING: DiscouragedReference

Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEExecEnvironment.java:

59: return RSEFileSystem.getURIFor(host.getHostName(), rootPath);

3. WARNING: DiscouragedReference

Discouraged access: The method getURIFor(String, String) from the type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEExecEnvironment.java:

59: return RSEFileSystem.getURIFor(host.getHostName(), rootPath);

4. WARNING: UnusedPrivateMethod

The method createWorkingDir(IPath) from the type RSEExecEnvironment is never used locally

RSEExecEnvironment.java:

172: private String createWorkingDir(IPath workingDir) {

Source File: org/eclipse/dltk/core/internal/rse/RSEFileHandle.java
1. WARNING: DiscouragedReference

Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEFileHandle.java:

22: import org.eclipse.rse.internal.efs.RSEFileSystem;

2. WARNING: DiscouragedReference

Discouraged access: The type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEFileHandle.java:

76: super(env, RSEFileSystem.getInstance().getStore(locationURI));

3. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEFileHandle.java:

76: super(env, RSEFileSystem.getInstance().getStore(locationURI));

4. WARNING: DiscouragedReference

Discouraged access: The method getStore(URI) from the type RSEFileSystem is not accessible due to restriction on classpath entry /home/dltk/build-dltk-R0.95-R/eclipse/plugins/org.eclipse.rse.efs_2.1.0.v20080604.jar

RSEFileHandle.java:

76: super(env, RSEFileSystem.getInstance().getStore(locationURI));