Compiler log for org.eclipse.pde.junit.runtime_3.3.0.v20070608-1300 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 7

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/pde/internal/junit/runtime/RemotePluginTestRunner.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 19)
import org.eclipse.jdt.internal.junit.runner.RemoteTestRunner;
Discouraged access: The type RemoteTestRunner is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.junit.runtime/@dot
2. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 25)
public class RemotePluginTestRunner extends RemoteTestRunner {
Discouraged access: The type RemoteTestRunner is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.junit.runtime/@dot
3. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 52)
* @see RemoteTestRunner
Discouraged access: The type RemoteTestRunner is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.junit.runtime/@dot
4. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 58)
testRunner.run();
Discouraged access: The method run() from the type RemoteTestRunner is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.junit.runtime/@dot
5. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 63)
* @see RemoteTestRunner#getTestClassLoader()
Discouraged access: The type RemoteTestRunner is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.junit.runtime/@dot
6. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 63)
* @see RemoteTestRunner#getTestClassLoader()
Discouraged access: The method getTestClassLoader() from the type RemoteTestRunner is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.junit.runtime/@dot
7. WARNING in /src/org/eclipse/pde/internal/junit/runtime/RemotePluginTestRunner.java
 (at line 79)
defaultInit(args);
Discouraged access: The method defaultInit(String[]) from the type RemoteTestRunner is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.junit.runtime/@dot