# 8/29/07 11:40:15 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/BasePerformanceTestCase.java (at line 22) import org.eclipse.wst.common.tests.BaseTestCase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 2. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/BasePerformanceTestCase.java (at line 30) public abstract class BasePerformanceTestCase extends BaseTestCase { ^^^^^^^^^^^^ Access restriction: The type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 3. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/BasePerformanceTestCase.java (at line 50) if (test instanceof BaseTestCase) { ^^^^^^^^^^^^ Access restriction: The type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 4. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/BasePerformanceTestCase.java (at line 51) suite.addTest(new PerformanceTestCaseWrapper((BaseTestCase)test, testObject.getTagging() , testObject.getShortName())); ^^^^^^^^^^^^ Access restriction: The type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 5. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/BasePerformanceTestCase.java (at line 162) protected static void addPerformanceTest(TestSuite suite, BaseTestCase test, int tagging, String shortName) { ^^^^^^^^^^^^ Access restriction: The type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- ---------- 6. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 11) import org.eclipse.test.performance.Dimension; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type Dimension 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 12) 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 ---------- 8. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 13) import org.eclipse.test.performance.PerformanceTestCase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 14) import org.eclipse.wst.common.tests.BaseTestCase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 10. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 22) public class PerformanceTestCaseWrapper extends PerformanceTestCase { ^^^^^^^^^^^^^^^^^^^ Access restriction: The type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 23) protected BaseTestCase fTest; ^^^^^^^^^^^^ Access restriction: The type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 12. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 34) public PerformanceTestCaseWrapper(BaseTestCase test, ^^^^^^^^^^^^ Access restriction: The type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 13. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 59) fTest.setUpTest(); ^^^^^^^^^^^^^^^^^ Access restriction: The method setUpTest() from the type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 14. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 63) Performance performance= 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 ---------- 15. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 63) Performance performance= 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 ---------- 16. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 63) Performance performance= 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 ---------- 17. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 64) fPerformanceMeter= performance.createPerformanceMeter(performance.getDefaultScenarioId(fTest)); ^^^^^^^^^^^^^^^^^ Access restriction: The field fPerformanceMeter from the type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 64) fPerformanceMeter= performance.createPerformanceMeter(performance.getDefaultScenarioId(fTest)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 ---------- 19. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 64) fPerformanceMeter= performance.createPerformanceMeter(performance.getDefaultScenarioId(fTest)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 ---------- 20. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 74) tagIfNecessary(shortName, Dimension.CPU_TIME); ^^^^^^^^^^^^^^^^^^ Access restriction: The type Dimension 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 74) tagIfNecessary(shortName, Dimension.CPU_TIME); ^^^^^^^^ Access restriction: The field CPU_TIME from the type Dimension 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 78) startMeasuring(); ^^^^^^^^^^^^^^^^ Access restriction: The method startMeasuring() from the type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 80) stopMeasuring(); ^^^^^^^^^^^^^^^ Access restriction: The method stopMeasuring() from the type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 84) commitMeasurements(); ^^^^^^^^^^^^^^^^^^^^ Access restriction: The method commitMeasurements() from the type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 85) assertPerformance(); ^^^^^^^^^^^^^^^^^^^ Access restriction: The method assertPerformance() from the type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 95) fTest.runCoreTest(); ^^^^^^^^^^^^^^^^^^^ Access restriction: The method runCoreTest() from the type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 27. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 103) fTest.tearDownTest(); ^^^^^^^^^^^^^^^^^^^^ Access restriction: The method tearDownTest() from the type BaseTestCase is not accessible due to restriction on classpath entry /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.wst.common.tests/commontests.jar ---------- 28. WARNING in /shared/webtools/build-wtp-R1.5-R/workdir/plugins/org.eclipse.jst.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 140) public void tagIfNecessary(String shortName, Dimension dimension) { ^^^^^^^^^ Access restriction: The type Dimension 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 142) tagAsGlobalSummary(shortName, dimension); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method tagAsGlobalSummary(String, Dimension) from the type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 145) tagAsSummary(shortName, dimension); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method tagAsSummary(String, Dimension) from the type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 149) public void tagIfNecessary(String shortName, Dimension [] dimensions) { ^^^^^^^^^^^^ Access restriction: The type Dimension 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 151) tagAsGlobalSummary(shortName, dimensions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method tagAsGlobalSummary(String, Dimension[]) from the type PerformanceTestCase 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.j2ee.tests.performance/common/org/eclipse/jst/j2ee/tests/performance/PerformanceTestCaseWrapper.java (at line 154) tagAsSummary(shortName, dimensions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method tagAsSummary(String, Dimension[]) from the type PerformanceTestCase 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 problems (33 warnings)[6 .class files generated]