Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 18 Number of classfiles: 22
Problems: 7 (Errors: 0 Warnings: 7 )
Discouraged access: The type JREsUpdater is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20100602-0830.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 /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20100602-0830.jar
WebServiceRuntimeTests.java :
203 : JREsUpdater updater = new JREsUpdater();
Discouraged access: The constructor JREsUpdater() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20100602-0830.jar
WebServiceRuntimeTests.java :
203 : JREsUpdater updater = new JREsUpdater();
Discouraged access: The type JREsUpdater is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20100602-0830.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 /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20100602-0830.jar
WebServiceRuntimeTests.java :
205 : updater.updateJRESettings(vms, defaultVM);
Dead code
JUnitUtils.java :
189 : return false;
Dead code
JUnitUtils.java :
229 : return false;