Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 18 Number of classfiles: 22
Problems: 5 (Errors: 0 Warnings: 5 )
Discouraged access: The type JREsUpdater is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar
WebServiceRuntimeTests.java :
33 : import org.eclipse.jdt.internal.debug.ui.jres.JREsUpdater;
Discouraged access: The type JREsUpdater is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar
WebServiceRuntimeTests.java :
203 : JREsUpdater updater = new JREsUpdater();
Discouraged access: The constructor JREsUpdater() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar
WebServiceRuntimeTests.java :
203 : JREsUpdater updater = new JREsUpdater();
Discouraged access: The type JREsUpdater is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar
WebServiceRuntimeTests.java :
203 : JREsUpdater updater = new JREsUpdater();
Discouraged access: The method updateJRESettings(IVMInstall[], IVMInstall) from the type JREsUpdater is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar
WebServiceRuntimeTests.java :
205 : updater.updateJRESettings(vms, defaultVM);