# 8/29/07 11:40:19 AM EDT # Eclipse Java Compiler v_677_R32x, 3.2.1 release, Copyright IBM Corp 2000, 2006. All rights reserved. ---------- 1. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 21) import org.eclipse.test.performance.Performance; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 2. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 22) import org.eclipse.test.performance.PerformanceMeter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 3. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 105) Performance perf= Performance.getDefault(); ^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 4. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 105) Performance perf= Performance.getDefault(); ^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 5. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 105) Performance perf= Performance.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getDefault() from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 6. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 106) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 7. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 106) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method createPerformanceMeter(String) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 8. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 106) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getDefaultScenarioId(TestCase) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 9. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 109) performanceMeter.start(); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method start() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 10. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 111) performanceMeter.stop(); ^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method stop() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 11. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 113) performanceMeter.commit(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method commit() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 12. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 114) perf.assertPerformance(performanceMeter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method assertPerformance(PerformanceMeter) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 13. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrBUJavaAxisTC50.java (at line 118) performanceMeter.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method dispose() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- ---------- 14. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 21) import org.eclipse.test.performance.Performance; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 15. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 22) import org.eclipse.test.performance.PerformanceMeter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 16. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 95) Performance perf= Performance.getDefault(); ^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 17. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 95) Performance perf= Performance.getDefault(); ^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 18. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 95) Performance perf= Performance.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getDefault() from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 19. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 96) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 20. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 96) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method createPerformanceMeter(String) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 21. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 96) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getDefaultScenarioId(TestCase) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 22. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 99) performanceMeter.start(); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method start() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 23. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 101) performanceMeter.stop(); ^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method stop() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 24. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 102) performanceMeter.commit(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method commit() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 25. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 103) perf.assertPerformance(performanceMeter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method assertPerformance(PerformanceMeter) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 26. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrClientAxisTC50.java (at line 107) performanceMeter.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method dispose() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- ---------- 27. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 19) import org.eclipse.test.performance.Performance; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 28. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 20) import org.eclipse.test.performance.PerformanceMeter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 29. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 92) Performance perf= Performance.getDefault(); ^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 30. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 92) Performance perf= Performance.getDefault(); ^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 31. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 92) Performance perf= Performance.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getDefault() from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 32. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 93) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 33. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 93) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method createPerformanceMeter(String) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 34. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 93) PerformanceMeter performanceMeter= perf.createPerformanceMeter(perf.getDefaultScenarioId(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getDefaultScenarioId(TestCase) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 35. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 96) performanceMeter.start(); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method start() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 36. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 98) performanceMeter.stop(); ^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method stop() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 37. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 99) performanceMeter.commit(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method commit() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 38. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 100) perf.assertPerformance(performanceMeter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method assertPerformance(PerformanceMeter) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 39. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/axis/tomcat/v50/perfmsr/PerfmsrTDJavaAxisTC50.java (at line 104) performanceMeter.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method dispose() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- ---------- 40. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 4) import org.eclipse.test.performance.Performance; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 41. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 5) import org.eclipse.test.performance.PerformanceMeter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 42. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 12) Performance perf = null; ^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 43. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 13) PerformanceMeter performanceMeter= null; ^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 44. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 57) perf = Performance.getDefault(); ^^^^^^^^^^^ Access restriction: The type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 45. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 57) perf = Performance.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getDefault() from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 46. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 58) performanceMeter = perf.createPerformanceMeter(((String)object).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method createPerformanceMeter(String) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 47. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 59) performanceMeter.start(); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method start() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 48. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 64) performanceMeter.stop(); ^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method stop() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 49. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 65) performanceMeter.commit(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method commit() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 50. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 66) perf.assertPerformance(performanceMeter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method assertPerformance(PerformanceMeter) from the type Performance is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 51. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.ws.tests.performance/src/org/eclipse/jst/ws/tests/performance/util/EclipsePerformanceLog.java (at line 67) performanceMeter.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method dispose() from the type PerformanceMeter is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/eclipse/plugins/org.eclipse.test.performance_3.1.0/testperformance.jar ---------- 51 problems (51 warnings)[7 .class files generated]