errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/src/plugins/org.eclipse.jdt.junit.runtime/@dot |