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 /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXDebugVMRunner.java (at line 16) import org.eclipse.jdt.internal.launching.StandardVMDebugger; Discouraged access: The type StandardVMDebugger is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
2. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXDebugVMRunner.java (at line 19) public class MacOSXDebugVMRunner extends StandardVMDebugger { Discouraged access: The type StandardVMDebugger is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
3. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXDebugVMRunner.java (at line 22) super(vmInstance); Discouraged access: The constructor StandardVMDebugger(IVMInstall) is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
1. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstall.java (at line 16) import org.eclipse.jdt.internal.launching.StandardVMType; Discouraged access: The type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
2. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstall.java (at line 40) File executable= StandardVMType.findJavaExecutable(installLocation); Discouraged access: The type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
3. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstall.java (at line 40) File executable= StandardVMType.findJavaExecutable(installLocation); Discouraged access: The method findJavaExecutable(File) from the type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
1. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 26) import org.eclipse.jdt.internal.launching.LaunchingPlugin; Discouraged access: The type LaunchingPlugin is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
2. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 27) import org.eclipse.jdt.internal.launching.LibraryInfo; Discouraged access: The type LibraryInfo is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
3. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 28) import org.eclipse.jdt.internal.launching.StandardVMType; Discouraged access: The type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
4. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 37) public class MacOSXVMInstallType extends StandardVMType { Discouraged access: The type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
5. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 113) vm.setLibraryLocations(getDefaultLibraryLocations(home)); Discouraged access: The method getDefaultLibraryLocations(File) from the type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
6. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 124) LaunchingPlugin.log(e); Discouraged access: The type LaunchingPlugin is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
7. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 124) LaunchingPlugin.log(e); Discouraged access: The method log(Throwable) from the type LaunchingPlugin is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
8. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 133) LaunchingPlugin.log(e); Discouraged access: The type LaunchingPlugin is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
9. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 133) LaunchingPlugin.log(e); Discouraged access: The method log(Throwable) from the type LaunchingPlugin is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
10. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 149) protected LibraryInfo getDefaultLibraryInfo(File installLocation) { Discouraged access: The type LibraryInfo is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
11. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 172) return new LibraryInfo("???", libs, dirs, endDirs); //$NON-NLS-1$ Discouraged access: The constructor LibraryInfo(String, String[], String[], String[]) is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
12. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 172) return new LibraryInfo("???", libs, dirs, endDirs); //$NON-NLS-1$ Discouraged access: The type LibraryInfo is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
13. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 181) setDefaultRootPath("src");//$NON-NLS-1$ Discouraged access: The method setDefaultRootPath(String) from the type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
14. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 186) setDefaultRootPath(""); //$NON-NLS-1$ Discouraged access: The method setDefaultRootPath(String) from the type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
15. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 191) setDefaultRootPath(""); //$NON-NLS-1$ Discouraged access: The method setDefaultRootPath(String) from the type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
16. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 240) return super.getDefaultJavadocLocation(installLocation); Discouraged access: The method getDefaultJavadocLocation(File) from the type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
17. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java (at line 247) return super.getVMVersion(javaHome, javaExecutable); Discouraged access: The method getVMVersion(File, File) from the type StandardVMType is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
1. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMRunner.java (at line 16) import org.eclipse.jdt.internal.launching.StandardVMRunner; Discouraged access: The type StandardVMRunner is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
2. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMRunner.java (at line 19) public class MacOSXVMRunner extends StandardVMRunner { Discouraged access: The type StandardVMRunner is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |
3. WARNING in /macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMRunner.java (at line 22) super(vmInstance); Discouraged access: The constructor StandardVMRunner(IVMInstall) is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jdt.launching/@dot |