Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 67735 invoked from network); 17 Aug 2007 12:57:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 12:57:49 -0000 Received: (qmail 19874 invoked by uid 500); 17 Aug 2007 12:57:47 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 19858 invoked by uid 500); 17 Aug 2007 12:57:46 -0000 Mailing-List: contact alerts-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list alerts@harmony.apache.org Received: (qmail 19849 invoked by uid 99); 17 Aug 2007 12:57:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 05:57:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=OBSCURED_EMAIL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [134.134.136.20] (HELO mga02.intel.com) (134.134.136.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 12:57:46 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 17 Aug 2007 05:56:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.19,275,1183359600"; d="scan'208";a="280340459" Received: from nssmon01.ins.intel.com ([10.125.118.43]) by orsmga001.jf.intel.com with ESMTP; 17 Aug 2007 05:56:49 -0700 Received: from nstdrlxl16 (nstdrlxl16.ins.intel.com [10.125.122.53]) by nssmon01.ins.intel.com (8.12.11.20060308/8.12.11/MailSET/Hub) with SMTP id l7HCukEc012611; Fri, 17 Aug 2007 19:56:47 +0700 Message-Id: <200708171256.l7HCukEc012611@nssmon01.ins.intel.com> Subject: [build-test alert] FAILED Linux x86: eut33 Date: Fri, 17 Aug 2007 19:56:47 +0700 Content-Type: text/plain From: nomail@intel.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org ================================================ Eclipse Unit Tests on linux x86. Tested JRE: ================================================ Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java version "1.5.0" pre-alpha : not complete or compatible svn = r564155, (Aug 10 2007), Linux/ia32/gcc 3.3.3, release build http://harmony.apache.org JRE options: -showversion -Xmx1024m =============================== Unexpected failures (22): Testcase: org.eclipse.jdt.core.tests.builder.IncrementalTests.testRenameMainType: junit.framework.ComparisonFailure: Invalid problem(s)!!!. ----------- Expected ------------ Problem : The public type _A must be defined in its own file [ resource : </Project/src/p/A.java> range : <25,27> category : <40> severity : <2>] Problem : A cannot be resolved to a type [ resource : </Project/src/p/B.java> range : <35,36> category : <40> severity : <2>] Problem : The hierarchy of the type C is inconsistent [ resource : </Project/src/p/C.java> range : <25,26> category : <40> severity : <2>] ------------ but was ------------ Problem : The hierarchy of the type C is inconsistent [ resource : </Project/src/p/C.java> range : <25,26> category : <40> severity : <2>] Problem : A cannot be resolved to a type [ resource : </Project/src/p/B.java> range : <35,36> category : <40> severity : <2>] Problem : The public type _A must be defined in its own file [ resource : </Project/src/p/A.java> range : <25,27> category : <40> severity : <2>] --------- Difference is ---------- expected:<Problem : The [public type _A must be defined in its own file [ resource : </Project/src/p/A.java> range : <25,27> category : <40> severity : <2>] Problem : A cannot be resolved to a type [ resource : </Project/src/p/B.java> range : <35,36> category : <40> severity : <2>] Problem : The hierarchy of the type C is inconsistent [ resource : </Project/src/p/C.java> range : <25,26]> category : <40> se...> but was:<Problem : The [hierarchy of the type C is inconsistent [ resource : </Project/src/p/C.java> range : <25,26> category : <40> severity : <2>] Problem : A cannot be resolved to a type [ resource : </Project/src/p/B.java> range : <35,36> category : <40> severity : <2>] Problem : The public type _A must be defined in its own file [ resource : </Project/src/p/A.java> range : <25,27]> category : <40> se...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:234) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assumeEquals(TestCase.java:254) at org.eclipse.jdt.core.tests.builder.BuilderTests.expectingProblemsFor(BuilderTests.java:307) at org.eclipse.jdt.core.tests.builder.IncrementalTests.testRenameMainType(IncrementalTests.java:189) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.compiler.parser.ParserTest.test027 - 1.3: junit.framework.ComparisonFailure: Invalid problem log . ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 19)\n catch (\n ^\n Syntax error on token "(", FormalParameter expected after this token\n ----------\n ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n import org.xml.sax.SAXException;\n ^^^^^^^\n The import org.xml cannot be resolved\n ----------\n 2. ERROR in X.java (at line 6)\n public void doSomething() throws FileNotFoundException, EOFException, SAXException{\n ^^^^^^^^^^^^\n SAXException cannot be resolved to a type\n ----------\n 3. ERROR in X.java (at line 19)\n catch (\n ^\n Syntax error on token "(", FormalParameter expected after this token\n ----------\n --------- Difference is ---------- expected:<... in X.java (at line []19)\n catch (\n ...> but was:<... in X.java (at line [4)\n import org.xml.sax.SAXException;\n ^^^^^^^\n The import org.xml cannot be resolved\n ----------\n 2. ERROR in X.java (at line 6)\n public void doSomething() throws FileNotFoundException, EOFException, SAXException{\n ^^^^^^^^^^^^\n SAXException cannot be resolved to a type\n ----------\n 3. ERROR in X.java (at line ]19)\n catch (\n ...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:1123) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:999) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:978) at org.eclipse.jdt.core.tests.compiler.parser.ParserTest.test027(ParserTest.java:715) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestDecorator.run(TestDecorator.java:30) at org.eclipse.jdt.core.tests.util.CompilerTestSetup.run(CompilerTestSetup.java:48) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.compiler.parser.ParserTest.test027 - 1.4: junit.framework.ComparisonFailure: Invalid problem log . ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 19)\n catch (\n ^\n Syntax error on token "(", FormalParameter expected after this token\n ----------\n ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n import org.xml.sax.SAXException;\n ^^^^^^^\n The import org.xml cannot be resolved\n ----------\n 2. ERROR in X.java (at line 6)\n public void doSomething() throws FileNotFoundException, EOFException, SAXException{\n ^^^^^^^^^^^^\n SAXException cannot be resolved to a type\n ----------\n 3. ERROR in X.java (at line 19)\n catch (\n ^\n Syntax error on token "(", FormalParameter expected after this token\n ----------\n --------- Difference is ---------- expected:<... in X.java (at line []19)\n catch (\n ...> but was:<... in X.java (at line [4)\n import org.xml.sax.SAXException;\n ^^^^^^^\n The import org.xml cannot be resolved\n ----------\n 2. ERROR in X.java (at line 6)\n public void doSomething() throws FileNotFoundException, EOFException, SAXException{\n ^^^^^^^^^^^^\n SAXException cannot be resolved to a type\n ----------\n 3. ERROR in X.java (at line ]19)\n catch (\n ...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:1123) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:999) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:978) at org.eclipse.jdt.core.tests.compiler.parser.ParserTest.test027(ParserTest.java:715) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestDecorator.run(TestDecorator.java:30) at org.eclipse.jdt.core.tests.util.CompilerTestSetup.run(CompilerTestSetup.java:48) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.compiler.parser.ParserTest.test027 - 1.5: junit.framework.ComparisonFailure: Invalid problem log . ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 19)\n catch (\n ^\n Syntax error on token "(", FormalParameter expected after this token\n ----------\n ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n import org.xml.sax.SAXException;\n ^^^^^^^\n The import org.xml cannot be resolved\n ----------\n 2. ERROR in X.java (at line 6)\n public void doSomething() throws FileNotFoundException, EOFException, SAXException{\n ^^^^^^^^^^^^\n SAXException cannot be resolved to a type\n ----------\n 3. ERROR in X.java (at line 19)\n catch (\n ^\n Syntax error on token "(", FormalParameter expected after this token\n ----------\n --------- Difference is ---------- expected:<... in X.java (at line []19)\n catch (\n ...> but was:<... in X.java (at line [4)\n import org.xml.sax.SAXException;\n ^^^^^^^\n The import org.xml cannot be resolved\n ----------\n 2. ERROR in X.java (at line 6)\n public void doSomething() throws FileNotFoundException, EOFException, SAXException{\n ^^^^^^^^^^^^\n SAXException cannot be resolved to a type\n ----------\n 3. ERROR in X.java (at line ]19)\n catch (\n ...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:225) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:1123) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:999) at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runNegativeTest(AbstractRegressionTest.java:978) at org.eclipse.jdt.core.tests.compiler.parser.ParserTest.test027(ParserTest.java:715) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestDecorator.run(TestDecorator.java:30) at org.eclipse.jdt.core.tests.util.CompilerTestSetup.run(CompilerTestSetup.java:48) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.AttachSourceTests.testInnerClass1: junit.framework.ComparisonFailure: Unexpected source. ----------- Expected ------------ public class X {\n void foo() {\n new X() {};\n class Y {}\n new Y() {\n class Z {}\n };\n class W {\n void bar() {\n new W() {};\n }\n }\n new Object() {\n class U {\n U(String s) {\n }\n }\n };\n }\n class V {\n V(String s) {\n }\n }\n } ------------ but was ------------ null --------- Difference is ---------- expected:<public class X {\n void foo() {\n new X() {};\n class Y {}\n new Y() {\n class Z {}\n };\n class W {\n void bar() {\n new W() {};\n }\n }\n new Object() {\n class U {\n U(String s) {\n }\n }\n };\n }\n class V {\n V(String s) {\n }\n }\n }> but was:<null> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertSourceEquals(AbstractJavaModelTests.java:533) at org.eclipse.jdt.core.tests.model.AttachSourceTests.testInnerClass1(AttachSourceTests.java:461) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.AttachSourceTests.testInnerClass2: junit.framework.ComparisonFailure: Unexpected source. ----------- Expected ------------ X() {} ------------ but was ------------ null --------- Difference is ---------- expected:<X() {}> but was:<null> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertSourceEquals(AbstractJavaModelTests.java:533) at org.eclipse.jdt.core.tests.model.AttachSourceTests.testInnerClass2(AttachSourceTests.java:494) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.AttachSourceTests.testInnerClass3: junit.framework.ComparisonFailure: Unexpected source. ----------- Expected ------------ Y() {\n class Z {}\n } ------------ but was ------------ null --------- Difference is ---------- expected:<Y() {\n class Z {}\n }> but was:<null> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertSourceEquals(AbstractJavaModelTests.java:533) at org.eclipse.jdt.core.tests.model.AttachSourceTests.testInnerClass3(AttachSourceTests.java:504) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError13: junit.framework.ComparisonFailure: Unexpected problems. ----------- Expected ------------ ----------\n 1. WARNING in /Reconciler15/src/test/Y.java (at line 5)\n someX.bar(null);\n ^^^^^^^^^^^^^^^\n Type safety: The method bar(Object[]) belongs to the raw type X. References to generic type X<T,U> should be parameterized\n ----------\n ------------ but was ------------ ----------\n 1. WARNING in /Reconciler15/src/test/Y.java (at line 4)\n X someX = new X();\n ^\n X is a raw type. References to generic type X<T,U> should be parameterized\n ----------\n 2. WARNING in /Reconciler15/src/test/Y.java (at line 4)\n X someX = new X();\n ^\n X is a raw type. References to generic type X<T,U> should be parameterized\n ----------\n 3. WARNING in /Reconciler15/src/test/Y.java (at line 5)\n someX.bar(null);\n ^^^^^^^^^^^^^^^\n Type safety: The method bar(Object[]) belongs to the raw type X. References to generic type X<T,U> should be parameterized\n ----------\n --------- Difference is ---------- expected:<...est/Y.java (at line []5)\n someX.bar(null...> but was:<...est/Y.java (at line [4)\n X someX = new X();\n ^\n X is a raw type. References to generic type X<T,U> should be parameterized\n ----------\n 2. WARNING in /Reconciler15/src/test/Y.java (at line 4)\n X someX = new X();\n ^\n X is a raw type. References to generic type X<T,U> should be parameterized\n ----------\n 3. WARNING in /Reconciler15/src/test/Y.java (at line ]5)\n someX.bar(null...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertProblems(AbstractJavaModelTests.java:522) at org.eclipse.jdt.core.tests.model.ReconcilerTests.assertProblems(ReconcilerTests.java:106) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError13(ReconcilerTests.java:2129) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError14: junit.framework.ComparisonFailure: Unexpected problems. ----------- Expected ------------ ----------\n 1. ERROR in /Reconciler15/src/test/Y.java (at line 5)\n someX.bar();\n ^^^\n The method bar(Object) in the type X is not applicable for the arguments ()\n ----------\n ------------ but was ------------ ----------\n 1. WARNING in /Reconciler15/src/test/Y.java (at line 4)\n X someX = new X();\n ^\n X is a raw type. References to generic type X<T> should be parameterized\n ----------\n 2. WARNING in /Reconciler15/src/test/Y.java (at line 4)\n X someX = new X();\n ^\n X is a raw type. References to generic type X<T> should be parameterized\n ----------\n 3. ERROR in /Reconciler15/src/test/Y.java (at line 5)\n someX.bar();\n ^^^\n The method bar(Object) in the type X is not applicable for the arguments ()\n ----------\n --------- Difference is ---------- expected:<----------\n 1. []ERROR in /Reconciler...> but was:<----------\n 1. [WARNING in /Reconciler15/src/test/Y.java (at line 4)\n X someX = new X();\n ^\n X is a raw type. References to generic type X<T> should be parameterized\n ----------\n 2. WARNING in /Reconciler15/src/test/Y.java (at line 4)\n X someX = new X();\n ^\n X is a raw type. References to generic type X<T> should be parameterized\n ----------\n 3. ]ERROR in /Reconciler...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertProblems(AbstractJavaModelTests.java:522) at org.eclipse.jdt.core.tests.model.ReconcilerTests.assertProblems(ReconcilerTests.java:106) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError14(ReconcilerTests.java:2176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testRawUsage: junit.framework.ComparisonFailure: Unexpected problems. ----------- Expected ------------ ----------\n ----------\n ------------ but was ------------ ----------\n 1. WARNING in /Reconciler15/src/X.java (at line 2)\n void bar(Generic105756 g) {\n ^^^^^^^^^^^^^\n Generic105756 is a raw type. References to generic type Generic105756<T> should be parameterized\n ----------\n --------- Difference is ---------- expected:<----------\n []----------\n > but was:<----------\n [1. WARNING in /Reconciler15/src/X.java (at line 2)\n void bar(Generic105756 g) {\n ^^^^^^^^^^^^^\n Generic105756 is a raw type. References to generic type Generic105756<T> should be parameterized\n ]----------\n > at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertProblems(AbstractJavaModelTests.java:522) at org.eclipse.jdt.core.tests.model.ReconcilerTests.assertProblems(ReconcilerTests.java:106) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testRawUsage(ReconcilerTests.java:2293) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testSuppressWarnings1: junit.framework.ComparisonFailure: Unexpected problems. ----------- Expected ------------ ----------\n 1. WARNING in /Reconciler15/src/Y.java (at line 1)\n public class Y extends X {\n ^\n The type X is deprecated\n ----------\n 2. ERROR in /Reconciler15/src/Y.java (at line 4)\n Zork z;\n ^^^^\n Zork cannot be resolved to a type\n ----------\n ------------ but was ------------ ----------\n 1. WARNING in /Reconciler15/src/Y.java (at line 1)\n public class Y extends X {\n ^\n The type X is deprecated\n ----------\n 2. ERROR in /Reconciler15/src/Y.java (at line 2)\n @SuppressWarnings("all")\n ^^^^^^^^^^^^^^^^\n SuppressWarnings cannot be resolved to a type\n ----------\n 3. WARNING in /Reconciler15/src/Y.java (at line 3)\n void foo(){ super.foo(); }\n ^^^^^^^^^^^\n The method foo() from the type X is deprecated\n ----------\n 4. ERROR in /Reconciler15/src/Y.java (at line 4)\n Zork z;\n ^^^^\n Zork cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<...src/Y.java (at line []4)\n Zork z;\n ^^^...> but was:<...src/Y.java (at line [2)\n @SuppressWarnings("all")\n ^^^^^^^^^^^^^^^^\n SuppressWarnings cannot be resolved to a type\n ----------\n 3. WARNING in /Reconciler15/src/Y.java (at line 3)\n void foo(){ super.foo(); }\n ^^^^^^^^^^^\n The method foo() from the type X is deprecated\n ----------\n 4. ERROR in /Reconciler15/src/Y.java (at line ]4)\n Zork z;\n ^^^...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertProblems(AbstractJavaModelTests.java:522) at org.eclipse.jdt.core.tests.model.ReconcilerTests.assertProblems(ReconcilerTests.java:106) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testSuppressWarnings1(ReconcilerTests.java:2645) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testSuppressWarnings2: junit.framework.ComparisonFailure: Unexpected problems. ----------- Expected ------------ ----------\n 1. WARNING in /Reconciler15/src/X.java (at line 5)\n List<String> ls1 = list;\n ^^^^\n Type safety: The expression of type List needs unchecked conversion to conform to List<String>\n ----------\n 2. ERROR in /Reconciler15/src/X.java (at line 11)\n Zork z;\n ^^^^\n Zork cannot be resolved to a type\n ----------\n ------------ but was ------------ ----------\n 1. WARNING in /Reconciler15/src/X.java (at line 4)\n void foo(List list) {\n ^^^^\n List is a raw type. References to generic type List<E> should be parameterized\n ----------\n 2. WARNING in /Reconciler15/src/X.java (at line 5)\n List<String> ls1 = list;\n ^^^^\n Type safety: The expression of type List needs unchecked conversion to conform to List<String>\n ----------\n 3. ERROR in /Reconciler15/src/X.java (at line 7)\n @SuppressWarnings("unchecked")\n ^^^^^^^^^^^^^^^^\n SuppressWarnings cannot be resolved to a type\n ----------\n 4. WARNING in /Reconciler15/src/X.java (at line 8)\n void bar(List list) {\n ^^^^\n List is a raw type. References to generic type List<E> should be parameterized\n ----------\n 5. WARNING in /Reconciler15/src/X.java (at line 9)\n List<String> ls2 = list;\n ^^^^\n Type safety: The expression of type List needs unchecked conversion to conform to List<String>\n ----------\n 6. ERROR in /Reconciler15/src/X.java (at line 11)\n Zork z;\n ^^^^\n Zork cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<...src/X.java (at line [5)\n List<String> ls1 = list;\n ^^^^\n Type safety: The expression of type List needs unchecked conversion to conform to List<String>\n ----------\n 2]. ERROR in /Reconcil...> but was:<...src/X.java (at line [4)\n void foo(List list) {\n ^^^^\n List is a raw type. References to generic type List<E> should be parameterized\n ----------\n 2. WARNING in /Reconciler15/src/X.java (at line 5)\n List<String> ls1 = list;\n ^^^^\n Type safety: The expression of type List needs unchecked conversion to conform to List<String>\n ----------\n 3. ERROR in /Reconciler15/src/X.java (at line 7)\n @SuppressWarnings("unchecked")\n ^^^^^^^^^^^^^^^^\n SuppressWarnings cannot be resolved to a type\n ----------\n 4. WARNING in /Reconciler15/src/X.java (at line 8)\n void bar(List list) {\n ^^^^\n List is a raw type. References to generic type List<E> should be parameterized\n ----------\n 5. WARNING in /Reconciler15/src/X.java (at line 9)\n List<String> ls2 = list;\n ^^^^\n Type safety: The expression of type List needs unchecked conversion to conform to List<String>\n ----------\n 6]. ERROR in /Reconcil...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertProblems(AbstractJavaModelTests.java:522) at org.eclipse.jdt.core.tests.model.ReconcilerTests.assertProblems(ReconcilerTests.java:106) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testSuppressWarnings2(ReconcilerTests.java:2692) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testSuppressWarnings3: junit.framework.ComparisonFailure: Unexpected problems. ----------- Expected ------------ ----------\n 1. ERROR in /Reconciler15/src/X.java (at line 7)\n Zork z;\n ^^^^\n Zork cannot be resolved to a type\n ----------\n ------------ but was ------------ ----------\n 1. ERROR in /Reconciler15/src/X.java (at line 2)\n @SuppressWarnings("unchecked")\n ^^^^^^^^^^^^^^^^\n SuppressWarnings cannot be resolved to a type\n ----------\n 2. ERROR in /Reconciler15/src/X.java (at line 5)\n Map<String, String>[] map = new HashMap[10];\n ^^^\n Map cannot be resolved to a type\n ----------\n 3. ERROR in /Reconciler15/src/X.java (at line 7)\n Zork z;\n ^^^^\n Zork cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<...src/X.java (at line []7)\n Zork z;\n ^^^...> but was:<...src/X.java (at line [2)\n @SuppressWarnings("unchecked")\n ^^^^^^^^^^^^^^^^\n SuppressWarnings cannot be resolved to a type\n ----------\n 2. ERROR in /Reconciler15/src/X.java (at line 5)\n Map<String, String>[] map = new HashMap[10];\n ^^^\n Map cannot be resolved to a type\n ----------\n 3. ERROR in /Reconciler15/src/X.java (at line ]7)\n Zork z;\n ^^^...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertProblems(AbstractJavaModelTests.java:522) at org.eclipse.jdt.core.tests.model.ReconcilerTests.assertProblems(ReconcilerTests.java:106) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testSuppressWarnings3(ReconcilerTests.java:2736) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testSuppressWarnings4: junit.framework.ComparisonFailure: Unexpected problems. ----------- Expected ------------ ----------\n 1. WARNING in /Reconciler15/src/Y.java (at line 1)\n public class Y extends X {\n ^\n The type X is deprecated\n ----------\n 2. ERROR in /Reconciler15/src/Y.java (at line 4)\n Zork z;\n ^^^^\n Zork cannot be resolved to a type\n ----------\n ------------ but was ------------ ----------\n 1. WARNING in /Reconciler15/src/Y.java (at line 1)\n public class Y extends X {\n ^\n The type X is deprecated\n ----------\n 2. ERROR in /Reconciler15/src/Y.java (at line 2)\n @SuppressWarnings("all")\n ^^^^^^^^^^^^^^^^\n SuppressWarnings cannot be resolved to a type\n ----------\n 3. WARNING in /Reconciler15/src/Y.java (at line 3)\n void foo(){ super.foo(); }\n ^^^^^^^^^^^\n The method foo() from the type X is deprecated\n ----------\n 4. ERROR in /Reconciler15/src/Y.java (at line 4)\n Zork z;\n ^^^^\n Zork cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<...src/Y.java (at line []4)\n Zork z;\n ^^^...> but was:<...src/Y.java (at line [2)\n @SuppressWarnings("all")\n ^^^^^^^^^^^^^^^^\n SuppressWarnings cannot be resolved to a type\n ----------\n 3. WARNING in /Reconciler15/src/Y.java (at line 3)\n void foo(){ super.foo(); }\n ^^^^^^^^^^^\n The method foo() from the type X is deprecated\n ----------\n 4. ERROR in /Reconciler15/src/Y.java (at line ]4)\n Zork z;\n ^^^...> at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:226) at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:201) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertProblems(AbstractJavaModelTests.java:522) at org.eclipse.jdt.core.tests.model.ReconcilerTests.assertProblems(ReconcilerTests.java:106) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testSuppressWarnings4(ReconcilerTests.java:2773) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testArchiveSourceContainerMemento: junit.framework.AssertionFailedError: Did not find JRE source archive at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.getContainer(ExternalArchiveSourceContainerTests.java:56) at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testArchiveSourceContainerMemento(ExternalArchiveSourceContainerTests.java:81) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1602) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:595) Testcase: org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testAutoDetectRootSourceLookupPositive: junit.framework.AssertionFailedError: Did not find JRE source archive at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.getContainer(ExternalArchiveSourceContainerTests.java:56) at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testAutoDetectRootSourceLookupPositive(ExternalArchiveSourceContainerTests.java:92) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1602) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:595) Testcase: org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testAutoDetectRootSourceLookupNegative: junit.framework.AssertionFailedError: Did not find JRE source archive at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.getContainer(ExternalArchiveSourceContainerTests.java:56) at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testAutoDetectRootSourceLookupNegative(ExternalArchiveSourceContainerTests.java:100) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1602) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:595) Testcase: org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testSourceLookupPositive: junit.framework.AssertionFailedError: Did not find JRE source archive at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.getContainer(ExternalArchiveSourceContainerTests.java:56) at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testSourceLookupPositive(ExternalArchiveSourceContainerTests.java:106) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1602) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:595) Testcase: org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testSourceLookupNegative: junit.framework.AssertionFailedError: Did not find JRE source archive at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.getContainer(ExternalArchiveSourceContainerTests.java:56) at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testSourceLookupNegative(ExternalArchiveSourceContainerTests.java:114) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1602) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:595) Testcase: org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testPartiallyQualifiedSourceLookupPositive: junit.framework.AssertionFailedError: Did not find JRE source archive at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.getContainer(ExternalArchiveSourceContainerTests.java:56) at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testPartiallyQualifiedSourceLookupPositive(ExternalArchiveSourceContainerTests.java:120) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1602) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:595) Testcase: org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testAutoDetectUnqualifiedSourceLookupPositive: junit.framework.AssertionFailedError: Did not find JRE source archive at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.getContainer(ExternalArchiveSourceContainerTests.java:56) at org.eclipse.jdt.debug.tests.sourcelookup.ExternalArchiveSourceContainerTests.testAutoDetectUnqualifiedSourceLookupPositive(ExternalArchiveSourceContainerTests.java:128) at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:1602) at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:54) at java.lang.Thread.run(Thread.java:595) Testcase: org.eclipse.releng.tests.BuildTests.testVersionCompare: junit.framework.AssertionFailedError: output file is null at org.eclipse.releng.tests.BuildTests.verifyCompareResults(BuildTests.java:771) at org.eclipse.releng.tests.BuildTests.testVersionCompare(BuildTests.java:904) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Unexpected errors (83): Testcase: org.eclipse.jdt.core.tests.dom.ASTConverter15Test.test0189: java.io.IOException at org.apache.harmony.luni.platform.OSFileSystem.close(OSFileSystem.java:208) at java.io.FileOutputStream.close(FileOutputStream.java:191) at org.apache.harmony.nio.internal.FileChannelImpl.implCloseChannel(FileChannelImpl.java:102) at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:99) at java.io.FileOutputStream.close(FileOutputStream.java:184) at org.eclipse.jdt.core.tests.util.Util.createFile(Util.java:307) at org.eclipse.jdt.core.tests.util.Util.createSourceZip(Util.java:340) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.addLibrary(AbstractJavaModelTests.java:270) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.addLibrary(AbstractJavaModelTests.java:262) at org.eclipse.jdt.core.tests.dom.ASTConverter15Test.test0189(ASTConverter15Test.java:5690) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testAnonymousType: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testAnonymousType(ASTModelBridgeTests.java:159) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testAnonymousType2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testAnonymousType2(ASTModelBridgeTests.java:179) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testArrayType1: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testArrayType1(ASTModelBridgeTests.java:207) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testArrayType2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testArrayType2(ASTModelBridgeTests.java:229) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryMemberTypeConstructor: Java Model Exception: Java Model Status [lib.jar is not on its project's build path] at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:492) at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure(PackageFragmentRoot.java:158) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229) at org.eclipse.jdt.internal.core.JarPackageFragment.generateInfos(JarPackageFragment.java:160) at org.eclipse.jdt.internal.core.Openable.openParent(Openable.java:423) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:218) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java) at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:255) at org.eclipse.jdt.internal.core.ClassFile.getBuffer(ClassFile.java:352) at org.eclipse.jdt.internal.core.ClassFile.getSource(ClassFile.java:507) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryMemberTypeConstructor(ASTModelBridgeTests.java:272) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryType2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryType2(ASTModelBridgeTests.java:318) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryType3: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryType3(ASTModelBridgeTests.java:356) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryMemberTypeFromAnonymousClassFile1: Java Model Exception: Java Model Status [lib.jar is not on its project's build path] at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:492) at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure(PackageFragmentRoot.java:158) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229) at org.eclipse.jdt.internal.core.JarPackageFragment.generateInfos(JarPackageFragment.java:160) at org.eclipse.jdt.internal.core.Openable.openParent(Openable.java:423) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:218) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java) at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:255) at org.eclipse.jdt.internal.core.ClassFile.getBuffer(ClassFile.java:352) at org.eclipse.jdt.internal.core.ClassFile.getSource(ClassFile.java:507) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryMemberTypeFromAnonymousClassFile1(ASTModelBridgeTests.java:392) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryMemberTypeFromAnonymousClassFile2: Java Model Exception: Java Model Status [lib.jar is not on its project's build path] at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:492) at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure(PackageFragmentRoot.java:158) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229) at org.eclipse.jdt.internal.core.JarPackageFragment.generateInfos(JarPackageFragment.java:160) at org.eclipse.jdt.internal.core.Openable.openParent(Openable.java:423) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:218) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java) at org.eclipse.jdt.internal.core.Openable.getBuffer(Openable.java:255) at org.eclipse.jdt.internal.core.ClassFile.getBuffer(ClassFile.java:352) at org.eclipse.jdt.internal.core.ClassFile.getSource(ClassFile.java:507) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testBinaryMemberTypeFromAnonymousClassFile2(ASTModelBridgeTests.java:414) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings02: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings02(ASTModelBridgeTests.java:490) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings03: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings03(ASTModelBridgeTests.java:507) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings04: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings04(ASTModelBridgeTests.java:526) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings05: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings05(ASTModelBridgeTests.java:545) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings06: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings06(ASTModelBridgeTests.java:561) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings07: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings07(ASTModelBridgeTests.java:577) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings08: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings08(ASTModelBridgeTests.java:592) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings09: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings09(ASTModelBridgeTests.java:607) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings10: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings10(ASTModelBridgeTests.java:623) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings11: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings11(ASTModelBridgeTests.java:639) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings12: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings12(ASTModelBridgeTests.java:656) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings13: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings13(ASTModelBridgeTests.java:673) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings14: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testCreateBindings14(ASTModelBridgeTests.java:688) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testField1: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testField1(ASTModelBridgeTests.java:766) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testField2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testField2(ASTModelBridgeTests.java:786) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalType: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalType(ASTModelBridgeTests.java:810) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalType2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalType2(ASTModelBridgeTests.java:858) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalVariable1: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalVariable1(ASTModelBridgeTests.java:880) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalVariable2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalVariable2(ASTModelBridgeTests.java:903) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalVariable3: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testLocalVariable3(ASTModelBridgeTests.java:926) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMemberType: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMemberType(ASTModelBridgeTests.java:947) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod01: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod01(ASTModelBridgeTests.java:968) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod02: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod02(ASTModelBridgeTests.java:989) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod03: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod03(ASTModelBridgeTests.java:1018) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod04: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod04(ASTModelBridgeTests.java:1048) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod05: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod05(ASTModelBridgeTests.java:1077) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod06: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod06(ASTModelBridgeTests.java:1104) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod07: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod07(ASTModelBridgeTests.java:1127) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod08: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod08(ASTModelBridgeTests.java:1150) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod09: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testMethod09(ASTModelBridgeTests.java:1173) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testPackage1: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testPackage1(ASTModelBridgeTests.java:1231) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testPackage2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testPackage2(ASTModelBridgeTests.java:1252) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testParameterizedBinaryType: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testParameterizedBinaryType(ASTModelBridgeTests.java:1273) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testParameterizedBinaryMethod: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testParameterizedBinaryMethod(ASTModelBridgeTests.java:1294) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testRawBinaryType: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testRawBinaryType(ASTModelBridgeTests.java:1317) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testTopLevelType1: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testTopLevelType1(ASTModelBridgeTests.java:1337) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testTopLevelType2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testTopLevelType2(ASTModelBridgeTests.java:1363) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testTopLevelType3: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testTopLevelType3(ASTModelBridgeTests.java:1386) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testTypeParameter: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testTypeParameter(ASTModelBridgeTests.java:1407) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testWildCard: java.lang.NullPointerException at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildASTs(AbstractASTTests.java:344) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:269) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:265) at org.eclipse.jdt.core.tests.dom.AbstractASTTests.buildAST(AbstractASTTests.java:252) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.buildAST(ASTModelBridgeTests.java:56) at org.eclipse.jdt.core.tests.dom.ASTModelBridgeTests.testWildCard(ASTModelBridgeTests.java:1427) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError10: java.lang.ArrayIndexOutOfBoundsException at org.eclipse.jdt.internal.compiler.problem.DefaultProblem.errorReportSource(DefaultProblem.java:100) at org.eclipse.jdt.core.tests.util.Util.appendProblem(Util.java:133) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests$ProblemRequestor.acceptProblem(AbstractJavaModelTests.java:78) at org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo.acceptProblem(JavaModelManager.java:1163) at org.eclipse.jdt.internal.core.CompilationUnit.buildStructure(CompilationUnit.java:187) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.CompilationUnit.makeConsistent(CompilationUnit.java:1025) at org.eclipse.jdt.internal.core.CompilationUnit.makeConsistent(CompilationUnit.java:1007) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError10(ReconcilerTests.java:1970) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError11: java.lang.ArrayIndexOutOfBoundsException at org.eclipse.jdt.internal.compiler.problem.DefaultProblem.errorReportSource(DefaultProblem.java:100) at org.eclipse.jdt.core.tests.util.Util.appendProblem(Util.java:133) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests$ProblemRequestor.acceptProblem(AbstractJavaModelTests.java:78) at org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo.acceptProblem(JavaModelManager.java:1163) at org.eclipse.jdt.internal.core.CompilationUnit.buildStructure(CompilationUnit.java:187) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.CompilationUnit.makeConsistent(CompilationUnit.java:1025) at org.eclipse.jdt.internal.core.CompilationUnit.makeConsistent(CompilationUnit.java:1007) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError11(ReconcilerTests.java:2016) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError12: java.lang.ArrayIndexOutOfBoundsException at org.eclipse.jdt.internal.compiler.problem.DefaultProblem.errorReportSource(DefaultProblem.java:100) at org.eclipse.jdt.core.tests.util.Util.appendProblem(Util.java:133) at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests$ProblemRequestor.acceptProblem(AbstractJavaModelTests.java:78) at org.eclipse.jdt.internal.core.JavaModelManager$PerWorkingCopyInfo.acceptProblem(JavaModelManager.java:1163) at org.eclipse.jdt.internal.core.CompilationUnit.buildStructure(CompilationUnit.java:187) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505) at org.eclipse.jdt.internal.core.CompilationUnit.makeConsistent(CompilationUnit.java:1025) at org.eclipse.jdt.internal.core.CompilationUnit.makeConsistent(CompilationUnit.java:1007) at org.eclipse.jdt.core.tests.model.ReconcilerTests.testMethodWithError12(ReconcilerTests.java:2064) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testExceptionTypes1: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testExceptionTypes1(ClassFileTests.java:145) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testExceptionTypes2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testExceptionTypes2(ClassFileTests.java:157) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testGetSuperclassTypeSignature: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testGetSuperclassTypeSignature(ClassFileTests.java:434) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testGetSuperInterfaceTypeSignatures: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testGetSuperInterfaceTypeSignatures(ClassFileTests.java:446) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterNames01: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterNames01(ClassFileTests.java:457) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterNames02: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterNames02(ClassFileTests.java:470) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures1: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures1(ClassFileTests.java:489) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures2(ClassFileTests.java:500) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures3: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures3(ClassFileTests.java:511) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures4: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures4(ClassFileTests.java:523) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures5: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures5(ClassFileTests.java:534) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures6: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testParameterTypeSignatures6(ClassFileTests.java:547) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testRawParameterNames01: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testRawParameterNames01(ClassFileTests.java:560) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testRawParameterNames02: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testRawParameterNames02(ClassFileTests.java:573) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testReturnType1: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testReturnType1(ClassFileTests.java:592) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testReturnType2: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testReturnType2(ClassFileTests.java:604) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testTypeParameter: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testTypeParameter(ClassFileTests.java:654) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testVarargs: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testVarargs(ClassFileTests.java:667) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy01: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy01(ClassFileTests.java:676) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy02: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy02(ClassFileTests.java:691) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy03: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy03(ClassFileTests.java:714) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy04: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy04(ClassFileTests.java:737) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy05: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy05(ClassFileTests.java:762) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy06: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy06(ClassFileTests.java:784) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy07: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy07(ClassFileTests.java:795) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy08: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy08(ClassFileTests.java:820) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy09: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy09(ClassFileTests.java:862) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy10: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy10(ClassFileTests.java:898) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy11: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testWorkingCopy11(ClassFileTests.java:926) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Testcase: org.eclipse.jdt.core.tests.model.ClassFileTests.testGetBytes: java.lang.NullPointerException at org.eclipse.jdt.core.tests.model.ClassFileTests.testGetBytes(ClassFileTests.java:943) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:99) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java:83) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java:71) at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:80) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:533) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:155) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Unexpected crashes (2): org.eclipse.jdt.core.tests.compiler.regression.TestAll org.eclipse.swt.tests.junit.AllGtkTests BUILD FAILED: Ant Error Message: /export/users/cc/cc-suites/scripts/cc-exec-adaptor.xml:101: The following error occurred while executing this line: /export/users/cc/cc-suites/adaptors/eut33/adaptor.xml:59: The following error occurred while executing this line: /export/users/cc/cc-suites/tests/eut/build.xml:549: EUT failed: There are unexpected failures Date of build: 08/17/2007 12:48:55 Time to build: 427 minutes 37 seconds *********************************************************** Errors/Warnings: (256) File /export/users/cc/cc-suites/tests/eut/eut33.linux.efl does not exist. [exec] Result: 1 [exec] Result: 2 [java] Java Result: 1 [move] Warning: /export/users/cc/cc-suites/build/checkouts/eut33/eclipse-testing/results/chkpii not found. [java] Java Result: 1 [java] Java Result: 1 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:770) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:194) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:104) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1298) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:623) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:495) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:512) [java] at org.eclipse.ant.core.AntRunner.start(AntRunner.java:599) [java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) [java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) [java] at org.eclipse.equinox.launcher.Main.run(Main.java:1169) [java] at org.eclipse.equinox.launcher.Main.main(Main.java:1144) [java] Java Result: 2 [java] Java Result: 2 [copy] Warning: Could not find file /export/users/cc/cc-suites/build/checkouts/eut33/eclipse-testing/test-eclipse/eclipse/org.eclipse.ui.tests.performance.xml to copy. [java] Java Result: 1 [java] Timeout: killed the sub-process [java] at org.apache.tools.ant.taskdefs.Java.fork(Java.java:770) [java] at org.apache.tools.ant.taskdefs.Java.executeJava(Java.java:194) [java] at org.apache.tools.ant.taskdefs.Java.execute(Java.java:104) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) [java] at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) [java] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [java] at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) [java] at org.apache.tools.ant.Task.perform(Task.java:348) [java] at org.apache.tools.ant.Target.execute(Target.java:357) [java] at org.apache.tools.ant.Target.performTasks(Target.java:385) [java] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) [java] at org.apache.tools.ant.Project.executeTarget(Project.java:1298) [java] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) [java] at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) [java] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:623) [java] at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:495) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.eclipse.ant.core.AntRunner.run(AntRunner.java:512) [java] at org.eclipse.ant.core.AntRunner.start(AntRunner.java:599) [java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) [java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) [java] at org.eclipse.equinox.launcher.Main.run(Main.java:1169) [java] at org.eclipse.equinox.launcher.Main.main(Main.java:1144) Processing: failure using file /export/users/cc/cc-suites/build/checkouts/eut33/tmpfile.unexpected.failures.errors.testcases Processing: error using file /export/users/cc/cc-suites/build/checkouts/eut33/tmpfile.unexpected.failures.errors.testcases The execution FAILED with the following exception: The following error occurred while executing this line: /export/users/cc/cc-suites/adaptors/eut33/adaptor.xml:59: The following error occurred while executing this line: /export/users/cc/cc-suites/tests/eut/build.xml:549: EUT failed: There are unexpected failures *********************************************************** Unit Tests: (0) No Tests Run: This project doesn't have any tests *********************************************************** Modifications since last successful build: (0) begin 644 execution_log.zip M4$L#! H ( !&?$3=V7S>N0:@ )\S.@ 2 97AE8W5T:6]N7VQO9RYH M=&UL[-U];]M6GB_PO^^^"F'0B]4"4]GR4QYNMT"2)CLIFK9HTNYB%D5!R[3- MB2QJ*"E-YM7?0U+RHT1*EAN+[F>FB&U*^GT.>0[)<[Z6[:].QV?]K[\Z3(\^ M??W5,(N__BIJC<:?^O%__OMQ.AA_.4K^%3]M/=[^O__OW[_^MVPR>/IO_W84 M]^-QW!EFZ3#.QDD\ZAPG_3@\T$L'Q\G))+OQ6*>7GIVE@\JGC./HK/=A5/6< M_+%^' TZA_%Q&AXNFQ/^[$HV3=+9M'(_&H5PK_]__QA_CWJ^MYY.D?U14 M:FW%'X=I-MZ:C.)LM-7KA?^^'$V2\**MP_Q96[W3N/<^G8Q'6_%DO+N[%??Z MR7 4?YF7308G6_G'SL>S_A7@RA=1O_]T\:.C>/SM+V^.L_3LY]"$M\.XEQPG M\5'M*WX\/R853_W'T3@<\F'8TVR9'$TCH]:X8L[&&99/)KT MPZ/71]H?+^87AL],]I/!Y&/G9/R^\_'Q065?38;5?3D9?CF.LL[)OSY7/^4? MOYQNK!HYHW&X++P+3_ZQ/SD)7U;LQOEU\%VX-.8O66E(7CTB^:[<_N63I-C/ MJM,K^A#-><[T\]YI^FLKG%Z#<*1::7;2F1ZH3CAO._F)6UZL.]\>C=^%K_)] M?9NWN-/ZJ1@9K3NZ9L\=9UNK-"BYCO?GD06A]"V\)-J/67;F>_L_W; M]L%?%C[_V_!O^]V;_VCMM*;7GM;+P8XCFG73&K^+7UWU&6#X.GK?%IW!I'H_>M011V_*OBX:]; MR:AU%(=Y2"\_-SNM<--I??5QU!]_79P[<71T\_#/*K_+HL$H3 S.\E&6#,;I MY[@PY9^%$S4T]]?6]VDK_I@4KVR%5Z:3K!>/6J$/6X.T-0@EP_'-!]=?6T=I M_IQ!.CX-'RL.:C[;J;S4%5.@NDZI>,9)//AI48_E.S;\%"Z4X=^\N=WB-&S= MY7&=>U=K\D"9?].O;G[]__:[S/V^_NYM)8A;W7X;1 M>U\STKN;,/UON=[[M?5-_C'OHS!C"E>5-/OT!TZ;BD__A#.U^DO^G,[\/ ?K M_!0*0SN^=MNZEQ;D:\["9RQ\X.1?R?!IN!B%:]+3UF00 M=B*,^+!/<;B9I\?%C7#A:[<.D\%6.)F>MEZD=-,N^]S#)'9K/R'R7@X&7^39)\#W>ITIO_-.3I76_0JGUC==Y-FVZI3 MK2)#>W3\!_[W511NN.6%[]?6 MTR^[^7]ARAR?A8MF.(,O77D7'[^\ _(#/(H^=MX^^Y\?HVP4O_S8BX=%+KQJ MM?\3C<-0/>N,)H-.7CD:1F%<=#[&^;JN$Q8.<3:(^IUAKF2CSC<_O"G K-S2 MOO@Z+_=TYV!O\6%9DOI']''8^2;M3?+N+095G+T^&_9GXIQ'2OO)3K6=?_:Q M.'3G>W.UUGRAK-Y]5%-]F?.BJ%^>I/_SYKOVI4<*X\G.]OI&.+.2XT\ORFOA M=-U[0WIT\'A]*=_P2WD>3[F;>[1=,Q[RL9#%Q_D*OO-]N&-^B-_$X]/TZ%DO M7T6F9?[,+ND^6E?/5P$N47S\5:Y7/*@5QQ MN9J-XTX_"ETR<\M*,V'Z55%K_W%=L7R%UCG.HK/X]S1[W\D[[T4T*K[QE'_> M/M]0G@9U)WA5O>?Y$+E6;[=FR,^K5X[J+[KY]\[&8?_;%QNG5;/ M9=GXZ&;AG5OL_D7A.0VM&5U5A_/ZH:R[>LRK52:^E_NZW%(.Q-MTSGG%&]7J MQO7UM*+SLORB.&AA&A0NQ7G9FUO+\W2_IFO6*[]3-Z1NE'^19D659\-A/RE7 M [,#/6K/>W"Z&W?#5 A=E^2-OB1?[N+XGY-DD'Z\F!U%P^%LX(:>?1%6-5&2 M#])>U.^72GO>PZ6\NWMG\M_"I+L?7SYC+C:6EZ/]%7:S-WVK0SZ[OR0>1<-Q MFEU2OXLF@S!G+,[42P.[/><9R]T(UFK$:!QEXX7VH]O2U\2WN7+UXC3;5)X- M!ROTZCI0MVZ/7#DV\,K1GPW*-^%*,*WZ:G;';A<;R^)U4_7ZXH?1*.F%F^:E MJGM[M[CD7*V:72G8[1[4]&%]Q;/PSY62>ROL>G$&5=:KFC45<1R\_/T@^71^.=';[>Z?MADN2G>.LX MG0RNC=]*^)_T@WCT81G-GDDS#UV?]_H_?O+RG;_8L;(GO]BP< MGB9QWB]HFG??T[S+5Z[//(29=)ETG7?4^ZKEZ^/O>TJU)O_L1K^E97 MDR^3KP>1/J&*=,MTZT[_D'7Z: HIAD;&8H5V5,Y'9J];? \B;JW25I=D\S7%@X4\[4[ MGZ_5+:K,UC9KF&S ;.WZ!>SS3]EJ6O! YFVST]O,S)\SN 5M:/X<+AV=>">_J=M=3]U^>/M? MR>;.VO)!/_L&Y#W/U18WQ0QMX<#X<\[0S*@:W*WW/J.ZN-!\[GG40KGYLZ?\ M'A4:E>6=EU;>?4VD3*16OXK?WYO%LDN_G^72"-^ MX\MV3+3IX7#]\\Y?6JU MO*',A&QS)F3%E>S&!>Q>0JZZ5C1_HC89'D65=UKS,_.S.Y^?_8$15CF@[WTZ M-K\9YEX+!X2YE[F7N==]S[VN7+;NXX%%7SS5\2_>-HG._7,,Z.K8JLBA[(JBC_8]V7WBJ=C^YP=8P& MO;CSPZ#XL>O//Q%;HDTF8PN'BLF8R9C)V'U/QA9?PS[WO&SIEC1_BA9F/-_^ M\B;_&^EA&&9OAW$O.4[BH^HY4GA%&!#AL(R3ZI^#+N=_A^4?O34%- 5\F%/ MZ0 O_Y!QG-U3&+=,HU:=!/ZEM?#9X0;V9=0?GD:MI\7?T,E_95=^T?['7WPQ2N_6P2;M/;K9WM[4?_\=?6=_E>;B71 M[L[62:_7VNV$__^UE?]]HRC<+8M=6UCY=#P>/MW:.HVRLW3P:?8GP<.16OB* M=^$V_5\OPCEU5.S),$L_)$=QZZ3W6W1T]-OO9YR+VF72:=+Y@">=FW==R.*3Z8^W;-ZU84[;7!_^Z.M#\1?AD[3S M^H>7'WOQ,/^.S,+GSOXX^;2)LQ;WPYRI,^Q'X_S<[?SP]E7HS;>?PMERUNGU MTU'&-S^:?5GW3K_[+Z MM<8/ G+^,[1YV1>GT6 0]U^'T=%)PC\OOSF V7E_=WE*C^?'!_'67QTI>JUC47%QS4'8,4+SXM^-!H5O5S\FODH M3*B+;Y%.G_ML7-S^5G^5X,OB0OH_?Q./3]*A]Y9'\A:N6+NM,B[:G7Q7MW.T^JBF6 M+\TZQUF8;?R>9N^+>\2+*/_;YI-!_GG[?$.YWP=U@[BBWO,HBZ_7V]U>O5YY M:_VBVPG7Z''8__;%QEGO'-RV:M[.'\NR\='-PCNWV/V+PG,:6C>,*@[G]4.Y MWZ9SSBC>J[52\ Z$Y[0LSU7A0_B1S7N";.%QF\FM# MYS :);V?IG4O-I>UEQHV"TMG\ZO6[7[%!7$R3OJ=%].K8G$@\ERD@&YN7>KJ MN^F]=ST^Z[PLORA.R3#7C\O#?'-K>:CW:WIPO?([=1>L&^5?I%E1Y=EPV$_" M.BN_=4P/]*@][\'I;MP-4R'43!:;S_@T'X$4Z M&$=)WI>]J-^?MGW>PX6\OULS65M!_EM81??CRP/K8N-T9KA"AQ>7A]E?X[@0 MCZ)A?L6Y +Z+)H,PV2\&]*7^;\]YQG)WX[4:,1I'V7BA_>BV]#7Q;:YOVJ,DG6'_6=V_""3.M^FIV_6\7&\MS:'N%J_'\XN=WZXNJ M>WNW.#.O5LVN%.QV#U981\VO>!;^N5)R;X5=+P9:9;VJ>_#W:2LL$<,BJ/RV M:F_ZK8GC-"LW/-O>WOEM9_J49-#:&AR/MO+O5)VF9_%6/SH\ROJ__3/:RA=? MQ3>LPM'I=+N/'^WN[ASL[W9W=[;B#U&_=1CWHLDH;J7'K6C0NA29/&T-)OV; MWX$3L@A9A"P/(639JPE9'@E9A"Q"%B&+D*49O2=D$;((6:HP(8N01P](8N0 M1%P38AS4A0,-N9<(,808&[+,;$;[ MA!C-[#TAAA!#B%&%"3&$&$*,M:H^J!!CB7>*//FB^\4S[Q69=YZ(6<0L8I:Z MF.5)3GK^=W@_/5?-&TX[/Q="V?9F?1>/G ;:7:8=M/<704'O@J__OQ7[>O;RY/ MI[V:T.H/7O#,L@L>K7 5 M7Z)5/V;I83\^>_=IF.=4Y2WN(B?:[K87/J%,TA[(?%A.)"?:D)5\,]HG)VIF M[\F)Y$1RHBI,3B0GDA.M5?5!Y407W?UZ>AZ^S+(T>]HJ/K2^[+;"$FZ<#$Y: M@S!S:?TK&;;BP3C[5#^&BME'>'[G[\DP7_Y]\?=7+P>3LWQ)^'TH]3*OTIX^ MMNRX7%1SNKR^7"U,QY;YM:#7*W;RO4OBT=5:W?T5WU-Q]'3RZO["G>WNVA:36O6SFKZ M:?H^S+>_*S[,;\'-QZ:+OYT5XY&%^E1ZG@R.PKG=.0X?9_BUAV[5!\NZX5I0 MQ3Y9X?92R9;+G6(&\W.X4KSMI<.XDM>^ "SL]YOM M6-3_>VLW8K;N.W_H>7R2#-ZET^WGZ\+I+?C)BHO/"O"P"MK=7[NGSPOVY@NK MGKBWRSO#W" L!?)W?1:KX:JL\Z"[XA7^#V_1_O;=IJ]O?T_"'>A2WKK;OK1I MJ:E[4R:Z$E8)ZX9D8,UHGX2UF;TG896P2EBK, FKA%7"NE95":N$M:I#)*P2 M5@FKA%7"*F']4R>LWX87'J6]:\T(L]$XBP>]8FG9OOR0&J6TLW92(N 98 ;TA&UXSV28";V7L28 FP!+@*DP!+ M@"7 :U5]> GPP_B%P]\8IX1;Q2A8E7Q"OBE;6J_MGB ME=U-_DMYV_?ZEP;%/^(?\4]3XY^]FOBG[L+>E+NP^$?\LR$+]&:T3_S3S-X3 M_XA_Q#]5F/A'_"/^6:OJ@XI_!!@"# '&0PTP'@DP!!@"# && *,9O2? $& ( M,*HP 88 0X"Q5M4'%6 L\0Z1?>\/F7>.B%?$*^*5JGAEO[HM.W5_$*@I=SGQ MBGAE0Q; S6B?>*69O2=>$:^(5ZHP\8IX1;RR5M4_6[QRL-$_'G3@QX/FG\/B M'_&/^*$_^(?\0_59CX1_PC_EFK MZH.*?P08 @P!QD,-,.JN(TVYCP@P!!@;LL1L1OL$&,WL/0&& $. 484), 08 M HRUJ@HP!!@"# '&!@08CVL"C'V_WT2 (< 08 @PFM%[ @P!A@"C"A-@"# $ M&&M5%6 (, 08 HP&!!@'=<% 0^XC @P!QH8L,9O1/@%&,WM/@"' $&!480(, M 88 8ZVJ @P!A@!#@+$! <:3F@#C\3*G60/N(P(, <:&+#&;T3X!1C-[3X A MP!!@5&$"# && &.MJ@(, 88 0X#1@ #CR0.YCP@P!!@;LL1L1OL$&,WL/0&& M $. 484), 08 HRUJ@HP!!@"# '&_0<8W>WJMNQV'\A]1( AP-B0)68SVB? M:&;O"3 $& *,*DR (< 08*Q558 AP!!@"# :$+DD:W6JG(?<1 88 M8T.6F,UHGP"CF;TGP!!@"#"J, && $. L595 88 0X AP&A @+'4(6_ ?42 M(<#8D"5F,]HGP&AF[PDP!!@"C"I,@"' $&"L5?5!!1C?IZVP1 R+H-9QF ^T M>F'9&>;$K>,T*S<\V^[N3)^0#%I;@^/15C(8;9VF9_%6/SH\ROJ__3/:RI=> M^:UD*QR;3K?[^-'N[L[!_FYW=VO[-3$*X_\@(MX1;PB7A&O-*/WQ"OB%?%*%29>$:^(5]:J^F>+ M5W;O+UY9IG6_B7_FGL/B'_&/^*D]\8_X1_Q3 MA8E_Q#_BG[6J_MGBG_V-CG_VOWB^T>T[N/=XJCB97T^OLB^S+,V>MHH/K2^[ MK9-X/$X&)ZU!F)>V_I4,6_%@G'VJOT(4<\OP_,[?DV&^?O[B[Z]>#B9GG5#O M^U#J95ZE/7ULV:O.HII?)6&.^/65:F&R7;?FG5>QD^]=$H^NUNKNKYB$G-^R MSB.'PVC<.RW3AF$T/OTVRCK)Z,>H]SXZB=M7-D_OEBN.HP[AY.D?_3NTW!FCMISGS:] MTZY]YB_L]YOM6-3_>VLW8K:7R2#-ZET^WGR_WIS.K)BIE"!7A8!>WN MK]W3YP5[\X553]R:R\CLVP8_G6\JXN!P6PXKO/P;-$7(L>!918L.NBM>VFM: M]$T\S,+=/TPK+@77C]O7-I?T$V]7E%?+J^75\NIF])Z\6EXMKZ["Y-7R:GGU M6E4?5%[]\Z 734Y.QZUX%H'FN>J[TRR.CK['8:KXW'2[[\>%!7>A>5E M6):60*Z5KWU"W M7O7NSC+=GQ_MZV4N;UCR&%QZ'^'E5^U4WU.T"A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A M4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4 M"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5" MH5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H M% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J% M0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0 M*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0*!0* MA4*A4"@4"H5"H5 H% J%0J%0*!0*A4*A4"@4"H5"H5 H% J%0J%0&J%,QDF_ M\RY\^DN<)<=)G'VQF\OMRYL*X>G>_D&UDG_6Z4>#D\Z[T[R999WRTZ+"P<'. MX@H7KWX]&,?9(.J_S+(T>]HJ/K2^[+9.XO$X&9RT!O''<>M?R; 5#\;9I_HF M%;L8GM_Y>S)\E?3C+_[^ZN5@ M[NP]ND7%3KYW23RZ6JN[_V2UKDZF!S/T^=DPE,DZA]&X=]IYT8]&HV$T/OTV MRCK)Z,>H]SXZB=M7-I?B]M[=B/E.O/TT&L=GE[Q+&]<:QN=6%I]D\6B4I(,P MCM[$9VGVZ?OH+'XY^)!DZ> L'-0+_566GA4[_%UR.&HO>OKG;U=E4YX^ZJ[; M'_TT?3\9=KXK/LQOPIX,CL))W3D.'V?XM8?*O=[_8]QP M$:ABG]23I'_T[M-P9H[:S#Z9/?0\/DD&[]+I]O;YXP6X_V3[SL##*FAW?^V>/B_8 MFR^L>N+67$:>'8[&6=0;_W2^*;]GYS?=[^.3,((^Q/G7[05/FXZI[8H[\OVT MZ1AV=Y:Y0Q>3DRP^[L>]<9B5_51^EAO) MX$/Z/GX3CT_3?')VZ9$EIQ-72I=UID7;TZ_*(=2M:^9N^+ MB=V+*!RHT /%D3_?4.[X0\RB+K]?;K3E;Y]7[*1Y-^N,ONIUAEH[# M_K\4:UG9H;C]- MZUYLGD[HURJ=S:]:M_MUB[C9W:8X$/$XW.ASZ.;6@\[+\ MHC@E)X-!7![FFUNG-_L5UC2KE]^INV#=*/\B]&5>Y=EPV$]ZQ?1O=J#S.>'- M!Z>[<3=,A5 S96G*??'RD8C_.4D&Z<>+"5PT',[Z-QR %^E@'"5Y7_:B?G_: M]GD/E_/3W1760S7RWZ+!43^^/+ N-DX7_RMT>'%YF&5(%^)1-,RO.!? =]%D MT#LM!_2E_F_/><9R=^.U&C$:1]EXH?WHMO0U\6VN7#V'9YO*\72P0J^N W7K M]JC))UA_UG=OP@DSK?IJ=OUO%QO+[L[?BZO2.W.[.VA';0K?([^>J=5.RNUF* MG\3C:WKE:GSWT8IY7TVKPF+LL!^?Y5G3L\%1>8FY6)MO=]L+GU TY_$#F8]8 MIUNG;\A*JAGMLTYO9N]9IUNG6Z=78=;IUNG6Z6M5?5#K](ON]CXH[X/R/JA- M?!^4MT!Y"]0:C? 6J,UYN]&?X2U0>2?TDVC0BW_K_K971JU[^^UKFZ>C>^^! MS'1%K"+6#0G!FM$^$6LS>T_$*F(5L59A(E81JXAUK:HB5A%K58>(6$6L(E81 MJXA5Q-J(B/7)W4:L=Y+ZWNT;@.>EOH\?STU]=QYW:V:(39E\2WVEOAN2RS6C M?5+?9O:>U%?J*_6MPJ2^4E^I[UI5'U[JFZ2=US\L_T.MT3 *5NRXHW- MRX5CUQH^",#YU2(T"K?K_NNP%NPDX9\7.3;=V+[^A.EEKV817^Q(#O7* MEXXZHV%ROC NDO9L$@[[X7GQZ2Y6/F6Z6K_[8_BT^[AN%CNM>OFE_YTEX^+' M>XO>OOG ]#:US&HZ5'X^.3Z.L_CH2M5K&XN*CS]+6C%]ZK/!T3?QL)]^JHPK M=E:-LF[9IM.X]_[\)Y:K.UGR7/H(FW:[E[_ M2??SQ\O93-V*J2'W?J&3T&E#8H%FM$_HU,S>$SH)G81.59C02>@D=%JKJM!) MZ"1T$CH)G81.MPF==JI#IZ5.ZP;<^X5.0J<-B06:T3ZA4S-[3^@D=!(Z56%" M)Z&3T&FMJD(GH9/02>@D=!(ZW29TVJT.G;I[#V1V+762.FU(+M",]DF=FME[ M4B>ID]2I"I,Z29VD3FM5E3I)G:1.4B>ID]3I-JG37DWJ]'B9WP;9@)N_U$GJ MM"&Y0#/:)W5J9N])G:1.4JITX;D LUHG]2IF;TG=9(Z29VJ,*F3U$GJM%95 MJ9/42>HD=9(Z29UNDSH]JDF=GCR0V;742>JT(;E ,]HG=6IF[TF=I$Y2IRI, MZB1UDCJM557J)'62.DF=I$Y2I]ND3H^K4Z?=NL8TY>8O=9(Z;4@NT(SV29V: MV7M2)ZF3U*D*DSI)G:1.:U65.DF=I$Y2)ZF3U.DVJ=.3FM3IP&\3ESI)G:1. M4J=F])[42>HD=:K"I$Y2)ZG36E6E3E(GJ9/42>HD=;I%ZM3=KDZ=]K;]7B>I MD]1)ZB1U:D;O29VD3E*G*DSJ)'62.JU55>HD=9(Z29VD3E*GVZ1.W9K4J>X. MU92;O]1)ZK0AN4 SVB=U:F;O29VD3E*G*DSJ)'62.JU55>HD=9(Z29VD3E*G MVZ1..S6ITT.Y^4N=I$X;D@LTHWU2IV;VGM1)ZB1UJL*D3E(GJ=-:5:5.4B>I MD]1)ZB1UNDWJM%N=.NUWE[FD-.#F+W62.FU(+M",]DF=FME[4B>ID]2I"I,Z M29VD3FM5E3I)G:1.4B>ID]3I-JG37DWJ=.#W.DF=I$Y2)ZE3,WI/ZB1UDCI5 M85(GJ9/4::VJ4B>ID]1)ZB1UDCK=)G7:KTZ=#K;]7B>ID]1)ZB1U:D;O29VD M3E*G*DSJ)'62.JU55>HD=9(Z29VD3E*GVZ1.!S6IT]X#F5U+G:1.&Y(+-*-] M4J=F]I[42>HD=:K"I$Y2)ZG36E6E3E(GJ9/42>HD=;I-ZO2H)G5Z5)?F-.3F M+W62.FU(+M",]DF=FME[4B>ID]2I"I,Z29VD3FM5E3I)G:1.4B>ID]3I-JG3 MX^K4Z5'73]A)G:1.4B>I4S-Z3^HD=9(Z56%2)ZF3U&FMJE(GJ9/42>HD=9(Z MW29U>E*3.M7-,IIR\YUJDJ= MI$Y2)ZF3U$GJ=(O4:6>[.G5ZO-0EI0$W?ZF3U&E#DSI)G:1. M59C42>HD=5JKJM1)ZB1UDCI)G:1.MTF=NC6IT^XRYW4#;OY2)ZG3AN0"S6B? MU*F9O2=UDCI)G:HPJ9/42>JT5E6ID]1)ZB1UDCI)G6Z3.NW4I$X/Y>8O=9(Z M;4@NT(SV29V:V7M2)ZF3U*D*DSI)G:1.:U65.DF=I$Y2)ZF3U.DVJ=-N=>KT MQ&\3ESI)G:1.4J>&])[42>HD=:K"I$Y2)ZG36E6E3E(GJ9/42>HD=?K_[;UK M<]PVMO?[^LRG8.4\+SQ5B61=+%]JGJF2;XDRMN-RR\D^.Y5R4=V0Q!%%]I!L MV9I/?P"2WJ!.H$Z@3K+"0)U G4"=!ED%=0)U G4" M=0)U G4RH4XGJK#3B6J-.I+9']@)V&E+P, X_ -V&F?K M 3L!.P$[R0H#=@)V G8:9!78"=@)V G8"=@)V,D$.SU38*<#U<0WEMD?V G8 M:4O P#C\ W8:9^L!.P$[ 3O)"@-V G8"=AID%=@)V G8"=@)V G8R00[/5=A MI^,=2:^!G8"=M@0,C,,_8*=QMAZP$[ 3L).L,& G8"=@IT%6@9V G8"=@)V MG8"=#+#3T6,5=GJ**\6!G8"=@)V G<;1>L!.P$[ 3K+"@)V G8"=!ED%=@)V M G8"=@)V G8RP4X'"NQT>$ 9'$D194P9P>P/[ 3L MM"5@8!S^ 3N-L_6 G8"=@)UDA0$[ 3L!.PVR"NP$[ 3L!.P$[ 3L9(*=GJBP MTU,P/[ 3LM"5@8!S^ 3N-L_6 G8"=@)UDA0$[ 3L!.PVR"NP$ M[ 3L!.P$[ 3L9(*=GJJPTS$.V0$[ 3L!.P$[C:/U@)V G8"=9(4!.P$[ 3L- ML@KL!.P$[ 3L!.P$[&2"G9XIL--SU<0WEMD?V G8:4O P#C\ W8:9^L!.P$[ M 3O)"@-V G8"=AID%=@)V G8"=@)V G8R00[/5=A)UPI#NP$[ 3L!.PTDM8# M=@)V G:2%0;L!.P$[#3(*K 3L!.P$[ 3L!.PDP%V>O)8A9U4$\I89G]@)V"G M+0$#X_ /V&F[DAZ#>P$[+0E8& <_@$[C;/U@)V G8"=9(4! M.P$[ 3L-L@KL!.P$[ 3L!.P$[&2"G8X5V.G@@/*@C&#V!W8"=MH2,# ._X"= MQMEZP$[ 3L!.LL* G8"=@)T&605V G8"=@)V G8"=C+!3D]4V.G)CJ37P$[ M3EL"!L;A'[#3.%L/V G8"=A)5ABP$[ 3L-,@J\!.P$[ 3L!.P$[ 3B;8Z42% MG9Y3QI01S/[ 3L!.6P(&QN$?L-,X6P_8"=@)V$E6&+ 3L!.PTR"KP$[ 3L!. MP$[ 3L!.)MCIJ0(['2K7^".9_8&=@)VV! R,PS]@IW&V'K 3L!.PDZPP8"=@ M)V"G05:!G8"=@)V G8"=@)U,L-,S%78B/2@CF/V!G8"=M@0,C,,_8*=QMAZP M$[ 3L).L,& G8"=@IT%6@9V G8"=@)V G8"=3+#3H9#=L!.P$[ 3L!. MXV@]8"=@)V G66' 3L!.P$Z#K ([ 3L!.P$[ 3L!.QE@IY/'"NQT=$!Y!$

J+"3L]PMQ.P M$[ 3L!.PTSA:#]@)V G82588L!.P$[#3(*O 3L!.P$[ 3L!.P$XFV.E$@9V> MJ%IL++,_L!.PTY: @7'X!^PTSM8#=@)V G:2%0;L!.P$[#3(*K 3L!.P$[ 3 ML!.PDPEV>JK"3B?8[03L!.P$[ 3L-([6 W8"=@)VDA4&[ 3L!.PTR"JP$[ 3 ML!.P$[ 3L),)=GJFP$XG2K QDMD?V G8:4O P#C\ W8:9^L!.P$[ 3O)"@-V M G8"=AID=:>PTX?8XPM[O@KR+GD^X$T3YO.S)/SR'W]?++S$/++/*V;OX.#9TZ.CPY,G1P='A_OLS@^]"S;U M%RGSXDO/C[P*WWKA18LPE!.QO">>)HE_?Q;-V+??%MEOER_C131+Z9BLFAZM M1IN\VHH,:;D(G&3)@O?WQ?%I]JCYP[PB3S17I[+"BA7GWC\"GO_\L[D0U1_7 M>HI[':3<,+N]$ OCV?HOCVJ_*-*3Y^:9IB,:<*19 2 FCHG)P5P+R /(LR7+\''X!\@SSM8#Y 'D >21%0;( \@#R#/(*B / M( \@#R /(,\8(,^1"O(<4!ZC$66& M/( \@#R#K +R /( \@#R /*, ?(0+( \@#R /( \@S MCM8#Y 'D >21%0;( \@#R#/(*B /( \@#R /(,\8(,^)"O+LREP+R /(LR7+ M\''X!\@SSM8#Y 'D >21%0;( \@#R#/(ZDY!'M6GJN;[__-_3A_N5O:-H/> *X K@"EEAP!7 %< 5 M@ZSN%*[(FQM[4K G!7M21K0GY8H5_8)W7.H^D$V"E6? MV^X?5L?C;#VLCK$ZQNI85AA6QU@=8W4\R.I.KHZQ[0#;#GQL.\"V PM@Y=EC M%5A1#9ECF=\ 5@!6MF3I.P[_ %;&V7H *P K "NRP@!6 %8 5@99W4FP@FT' MV': U3%6QU@=/_SJ<]O]P^IXG*V'U3%6QU@=RPK#ZABK8ZR.!UG=R=4QMAU@ MVX'_?6\[6,$ D1S[>0K>O>^@3Y"40EMR*B<8CP_DOI!ZR BF$? +\(LM66&. MPS_PBW&V'O@%^ 7XA:PP\ OP"_"+05;!+\ OP"_ +[:?7ZA7GB.91P P #"V M9(DY#O\ ,,;9>@ 8 !@ &++" # , P!EG=*8#Q(?:*DP3>)<\'O"E?=O*< MV+N,D^('IX\?'Y8"061Z6L&[8%-_D3(OOO3\R*O DA=>M A#X!7@%>"5G<,K MAPJ\AW_ *^-L/> 5X!7@%5EAP"O *\ K@ZQ^;WCE MZ.'P"L6[+\ _G<\P\ _P#_"/#/\<*_ /KC8+](5W/"/ *\ KPB@RO/)'[ 5P99_=[PRLE6'P\ZP?&@[F<8^ ?X!_A' MAG^>*O#/T8[,PL _P#];LD ?AW_ /^-L/> ?X!_@'UEAP#_ /\ _@ZSN%/X! MP # ,#858"A&D?&,H\ 8 !@;,D2@ 8 !@ &++" # , P!ED%P # , P!@!P"!5 M^0CF$0 , (PM66*.PS\ C'&V'@ & 8 AJPP P # ",059W"F!\B#V^1.2+ M(.^2YP/>E"\[>4[L7<9)\8/3QP>'I4 0>?O19;H?1.G^=7S+]D/_8I:$7_[C M[XNEEYA*]GG=[!T 5X1897CA1XY3F.WP"O *\ KP"OC*/U@%> 5X!79(4! MKP"O *\,LOJ]X95CX)6N9P1X!7@%>$6&5XX5ON#[,L KP"O *\ K(VD]X!7@ M%> 566' *\ KP"N#K.X47@' , P!@KP'BB\.5H1^81 P C"U98H[#/P", M<;8> 8 !@"&K# # , (Q!5G<*8!#VAYP\W/X0BG=?'O#VE6;RM1K+5FO1 MW+7+VZQ]0H4'&A'LCE0#E".+5F'CL,_4(YQMAXH!R@'*(>L,% .4 Y0 MCD%6=XIRG//N&2^R%]Y-$(9LYF77S$L7%S_QK'O*%U'4G0]9'(?IGA_QE96? MWLS89;KWJ^A(EZ)-\S\53^I30C:C,"D4%QD3?ZY8/GA.J#*:Y:I52A]L6?T< MW43QU^@-7UBR*%N9;?RXR F>*3*N=!&M'L2?&9]@!.8IGL'3J6BA.'EZLGPV MRQ*\2;Q(IHQN^#4+V14?WZ.KNN5BOTIA6RI3Q*)]9T3_R/+D&6%.:U7\+$CG M?C:]WGM=_N$SSX#350/4?UHVL$DYY[S;[,U9(O8E/_K=HL]+/2F_ >)O8CL>G-F[PH/FV692Y+ZQ(I(Z,/FZ+("DA+BI\L9V.U$Q)) M\KI-5ZT,B2=1M0327*;KWA.W.C'E1\->-(PE&(HQ5"*H73G MAU)7 ]T'/L[5WZ4EW!"V'"'WHC>:*$W MOO>G27P6I9D?3=G*Z?I/RZ6IR<".3HE.B613LP DFT@V,9)B),5(.G0D[1Q% M&I8/GYO4<#E&OV:7_B+,^H;&YJ_+$<;2V*PHO$>J:"^3%8:],5D>WEGY$SXF M5W8/MW]:KI4T-JY9*.]8]0D8O&7:@F&\VN!Y.]?;MM&F3PXT3KAUF"RVX3:- MJJX+LKO7V70++O8ZCW2O,\:9+1IGL(G;?!-W[2_3.!3M\E.2'Q1,7]1^^6=^ M*BIAG^=,K_^2D5IZ/2_8M%$,[VIV)1&B^R M=)\MLJ.C_=+AG\0I']Z;]L5_?RI_N/SEON:1VOQ 4!CN?;L-O2#UV.T\N]^3 M>']^S:6F?N1=,"\_2C[S+N[SF$09WJ^_O_?8MT"XYRTB'F!^)C.\;S7&GVEV M'[*_O#_\).+"+PH3/$'W(M[MO'_DO_ZG<&G&Y@F;BJ7>GO=5D6MZ7#-?B*8>G_V\*/8B;E+LSV??LA^]62QDHCB[YO_M[V3B!/\BG\N^ MY WZ0M(?0^9'B[E$@C\Q,OVB/Z,?R_IQ[2]7+/K4]?![99^8W__EO>+_%A8/ MBHJSV25YW+OUC%UGDH@^%L=91*DV:Y#2Z;[4'OZ\O]D.V\ -:6V]B_V9J*K\ MK^DU8YFC9W8>+J[$I23-(ZG[OW[^<':^]S^3=_W/3\HR_M!=)O$M[X#)A#]P MP67 9I(QJM#@76'.DBQ@LN&05Z*HP]MXQD*9F!@AY"5^*M+BTV1ZS5-(B6R@ M-"4=GO/?_\0SZ[VK_[8&E#]Y&"SC+2M2RWR,F@7\^>5I^KW=EFUWJ=L;7A0? MR MJ:SC\12S0Z;\\_0Z_LL3:W31TI*Q(>_>>WP6_)6;>R_^DA\MW_.*B2F?="RT M5F<6)!NS^OSB8V=[:EEFZ>+?WAUWD<_NW@\'>T_V'O_@]4KSZ>LG/YQ?^]X+ MD4=Y8I@4CPBOKOS/?GXMA=Y_]=+GIP<'SQY\J/WZ'3!)^G'WN'CQT__ M_J/W3@2Z'_A'A_M7TZEWM,?_]R-/Z7B.Q>?*O-)Z+5]GV?S%_O[R*ND23O+* MZM4XYY/TSZ_XDS7+(YDG\5TP8][5](L_FWWYROR;+TD<9U_X"/&%15ER_ZA_ MJ9-?UL.#O\XK_/\5S7$6\2PRF*U^<_#H[]ZM?R_RE_R%BK@7:IGO>&]]_L1Y M;Y(D3O;V^MOJSXK<7]Z+HQ?'1R^\\MV.E]W/F??#=%E>[O(/WNV"9UD\][KD MB6;\M1=<)#X?-7HDBMY,.=CMLGS*5C)I^9^86(8O[\3A_91E MG^?YW3./FK\J.XOY!6I%B;GQWRZ7%SRE_Z=^DT[SUT6QSQ_L/AV=&-(%3[$% ML^L.XIGY+6\]Q:ZO">LN\:GJQAI7=X4-Z 5]E3?R&\!P1],=[FC"'4V2PO#> M6X[Y 8KE*9:G6)YB>;KM#QB6I]NT/!7I;KGM_85W*-N<+SFW MF?]QS&>H'NBJ M> JDH 3N<-4+U5TD(%9T^]\[L1*#[^GD/#?Y,@EF5U5H)0HK+X1ZU"548 3S MW172P@MBUEOL4YQ, #4#-0,U S53F@8U S4#-1O/ P9J!FH&:K9=U(R+O.45 MZV=\"-H.;M;V".3,!3G#0^[Z(7=R+U_M+[B';K?OHQ75ZH9NY?7E\\H-TP?+H_/W?O4.O M?/J\-]%=D,21."+YH\<7TM',3V;>FUD@EKS>HSPV;VGYIPO91T_RY= O<3:9 MQUE>RJLP$#>:_?Z^R\Z/WFWPC?=[,3CVV^S]Q4_B__++9_/5_V+>*UF1>>'E M+Q!D=[/5I/DLFKR.OT8R!8*'Y_=S]M&_ZD^*JT)$']?BEIP43:YTC_@CIWPZFO(:@;0T[44QN?83-CN[Y793E1]56;KW=2U[ MGHLGC2F MNR@.=9TY-(_CT&H@(@TX4+J02VFX7,I;]E-=R[F4II_VZC/?*24"HB:IF\Q:74I,R#Y/#'R>./%9)%^4S.BC7DKT MT78N-+EF81O!MA(Q+J23M^7BEI]ZTD.L^<^BA;3XEC31[0X] M6X_8=?SU]X#)3LY?OWLBKN"9)=+FA8W&P+3C.L7( +>4TAMR5 MAG5OB45K^VISJOTR63*RTX3YOP>I=(N(3(D^%?>H6Z]_=4I>RFFW@(N^+1\_ M*G+:WMH;/=8VGQ#+?J+M[1,'WK;VQ?24?:+M[8DCI*Q!@XT0LLUU$-7MB8G; M325[M?W.OV#*548N1*_A4MR>DV?1?)&I2LV%Z$Z6XI:I?B9O^J40T#P6S^E.RV$#1POU&SU[<75TY.3D^?RCEH*4?OU2MR2DV]Y#U.NY9="1"?7 MXI:=_%2\H)S*Q[26M*;;%3U[0XTJEA$(;]WB*L3_P[YO/5E_+1; IK1%!7LXG=1+T(ZQ\8 MF['^XP<]\CI(KJEI:][A)M]<7O+<-BWV%>3GYN732*<*=0[J4;;9* 3V49'3 M:03+]*-B4SYB5@7U_;4W=%SMZI@<;%PFI\[GC#U2F$EJ;%, MJ.A8G.MI/MM%GN%:550BTO M)0U\MOM*H@*(1:(NZ(IR02/1T]FOT6?!772"'P6BD(^A/V77<<@'LO0T.X_G M[]B=8O&@;\Z\+I2&-UQ%9U'E;V_S?UL)J<.NY4KK+&'CM6>URAS5D^7*XDY)CZ=(Q M>G/J)*)&%U=&TY2G1]+6M-C!>,VPF4X<;0V-+M:A:Y.T4%]K-X5U6(N+5]M+ MB$-NARX%36#DI!7REU"'S^1;399".B^VSW6X4V]5&N*<%6T1Z%+#% ELLVCK?\1:+ MY0939=&:6SZM3A.3S,^"Z;O@DDWOIXJE<4.6OB.DKF7)\]?WD7]+=;TI3/2] MK6;7>7&B7WP&) DN%M*/SDET]$)I:UOM2%H!=:MH=2MGX8B[(L0R6+'S>2U& M=+NJ8-'5/'%0NUJ(:;BZ5+#H*FE!5174<-?ZPFJ,E^>CAF*T;-#@3HP=:K:#T1\$O6*'D8IKA_$2M'6H8 HD*?T0H"Z]3\7 MM96D!>E<'$^J8Z1BH2#NS;_B+?ERQ3%A.49^+#X>I[Q0O:6@,5:T5>V]W-<+I$N!_J+?72#5 ML7^%P]0?X>C2,9AM:MJ8=S#O8-[I*!?S#N:='9QWQ!L8XD=5*J+T5J@I6>Q( MF9\MTG1R'? XF1E&7IH?0U+/G_\]A?.&'12[QBQ_- M0G40'2KT2#J5[3W7NN%TJ]"?;9?AE"=(\G> ^?U,<4:X#*I72^_<2I>^@[C( MKAAXCX;0B$N<3OH0OV?BBYPQV:^:ED%<#?WOM8-M+86>+-^04W8OUF7I8VA= MR^9;^"1;OKD\CY5+F4X-G3?R;5U7L1 6NSTZIO%87O8N=P"LBWB;Q+?*)NI7 MT]QYT&7 :6B$%I,I#@K/Z2#6U'[45]QCIT#-O)]E-6 MY&IOXT4T6_<#J4>=&L1H>G3M)5L;!V=_&N>6O MX2@OB_1>$=E^,?0FS!F.^O1=*:=Q_&ZE88]ID+R=:'L[<>.MHF=.-'KFQ&K/ MG!!ZYD2K9TXL]\RS],WM/+N7 [-"AHK7EM*VTH_B^[(\4SN/OWQB:;Q(IFS] M=4QY.B'7I28E*BLN(GT=)'Q0?Q7?SOTD2!73NU33),JV#1,Z2[+[8($X^Y-6II0'$>_3MQ?6)346&2QS\V_+T6-J:]J*@ M^V_BN0.?7R6,+R:(;C>%J3>+M-0<.2^ /^4MKD3/,*2:!4?1K=:"KP,_C.50 M4*%K&&7+BLW-@?6'4KF8:BGH;!%LJ=K=E$MXE&J2>EMQ+3]$-:O*:C>JETOR&DKW[3Z8W^0<3Q ST*;BZ5MRMU):GWWS2UG02Q3MVJ1.$ M$#>*H5!T$H+J2L26M%$ -B](K%M^&6=9?*OA2J%@%,52U68@XFR0FG16)75< M7^M8O.)/K!_%%>GRM*PBJ'&YWUK%DL/OX^+[KTJ'JX)$A^LJ]B^L^,12Q93: M%-:_K*)4L^^\> M,=4+(ZKM>:#FX)R3?T)OYT8PO("+U%75R58/[0[J,. J3 M]+6R/B7#T*Q_IZQ2@'@D=6.JZNB'5->V'Y&P6YXNH5S/+]74CZ[+AJW;8QA_ M?F<^GU87XEC&V51UO5];GGH73)>FI2@^B.MD] +I5B'&TJ=LZZ)L?Z;TOY2A M7I&]E+;6;2[]1:A(F)9"Y ZR%+>5)BU2GBF>!YGB::W(49.DJH:M%:5X85JF MBJ]9.DV"N7IIV:U#76/V::.3;&LG^; (0[6O*RGJ<+:6MUJKRFT/:S&M.K6Z M^:$PJ?G@]2EIA>'PT5O7DSB%91);KZYV2_58P2"SK8/,[LU$&(XP'&UF./HU M#N3A" &BSX6HK37%XNKIX='14_DRH12BKBI6XA:/).3 MFXJ60A"?R-$(H2U.#*%+<5 (?[[U,S_T\A=/?WDO#OC_O/)!\8+4B^+,\\,P M_LIF7A!Y\R0.XZO^8AK6?CH0_W@?$W;K9XN$>7SM[,67WF40LGXCM5?/9Z^5 MKYRYB,;>\]?VYO?S)+@]BR[CA$>G&L\:LD2'6UH6R?SZYA\[Z4O?\0:LAJ.U[2LOJS_A?GSHEJD3C2%M5[65]7L[5M[\RU+?-$;I1Y4 M!>F[UBHJMA"N>&M(<[DN2H6T#25;+R7]N^:EV5(W.N2I+RB[-*UU=9YS)?GC MGU]A4FQ_4?3<+A5RM^]6=A3.NWCJKR]@UO*LKFH87M.(O5U>8LM_G :*KY]4 M!>G3;D7%DL-BA"YW6 6*S]S718E.-Y6LG@XF.MX4UCH3[,!Y]1=1=3Z':O=; MJ&)($QL"/K',3ZY8ICH6WR&O,7BV-&U-M<5ASDC8OZV>Z%1_X[5;C3H-2PPX M#(UT EBF." \ZZ> 3\/RKCNY*TLIJNMK>6LSVHS@YTJ*/$_-+/OY(2:Z6A4D MO\IUX/!YLF $=]=BY%7@6L%>'_@M>1F2_&W(TOM#7]L);="E0)UI.U5M96+?Y@E+ MT]6\0!EI>G2H>5F?-B8@3$"8@# !80+ZGB:@EPE?.9['JE,@:S'J^[F*@B57 MGSX[?OI86F@N072PE+6XKKP+LOOUZDZY%*R+:ZPAFXJV0HCN\U=F;X,P4YW5 MKXE276\H6;WVBLW^\)-(B5OJLEK76U6TK(&LRUCL"+@.PEFB."O1D"7#K8:6 M-ZY7\3J7W_GS.GW#5B]&Z,/T52D/-UOMH/[EA MR2N>Y%S%B0KF-X6I;Z1;:M:N_WH5Q^$%[6A+4YA\(5A3S9KSE8,RQ.,Y/3KD M4'JTK4ZFG]@=\^4?EJL*:DVC2Q5+#A-O'M"^<\#!;0/BLP^!'WZ,YXM0O56G M)4V>\EMZUG:7A>QT1KATH"I(WE%65;'%UO(<^36;QHFOV@O7D*6RM*:6K5PE M2.FN-X6I64M+#=4^YFK_Q"X3EEY3/V[:%B?G,6U%A(#._Z"=_T/\YMN4459* M*SGR(JFB@4XRYDZ2WW[7H1\O[]&T= MQED/N[M!2MAO..W%G MF68\31V]@-K:]BZYRH*IG SD(O1KK7)A6YW_/O)O%?Z5,M2NOI2VB#@FK)QE ME!E.2UH#>#3T;+X:\S/U-4I509W782L5>S285:_ 46'=FC"=!C?4+#G_OW%\ M>QK-EA4C=:(A2W2]I66YGXC7/_G==:267TEK]IB*GF7_?\NN64(/8"VN&4%5 MT7((I NTFL*:[EN_,JNX!YKD>EU4ZYYIZVZ71VM(?C=D]0[O6/=\V9*$H\9U M48OF4-(9W#.\8WC&\*Y2^^^$]OZI3C ;Y!W)%1V2S8B@^O;F3P75"M:13)W2;-NMD>8Z-]GQV:>C$V-:U&T_N64O$)\;'O#4RJWH/[$J>YNL!T+VJF''9EU8SGN[1HA.BF^MMZ86=7.=JKI1-MCP&%HM'&P0VE 6*[F MK**Z_K@.PIR(%EV'.@UU*NO/9CUF'#ZPHA@;*6F/G0$/:Z]%AT.Z<6W0[ P8 MSC=2&TA$D8@B$44BBD04B2@2T'JB[Z,0W -Y\"])UTDP?=12Z&E\AD%JQ&.D']E4? M3,H4-6+L-^$B0+U6[%8S"ZK+IJP,;L-"IQK2J 6Z23<5 M8OP<$VR85<-&GN[>:M=[VFEF;'0'=Z-!5]4;U\+@X8]@R^%\3B5VE$3+)BIZ\[J(>?64;X0,I*BOX! LN?1#F[G<=)]H[7A[3@M1CU#I&* M@E57)_G)2T+9A:"6NTL5!PX3:W@M;."XU=J>L/PH'_LF=WLM1K["9ZU@T=5\ MQ;6Z\6V2)8NI^%"7TI4>/8U@>BW8BTY<;9.>QT5;JQRJ"=/C:*C9<_ZW.Y9\ M38*,+4]-RX?$3@UZ&%VZMLY-!'/:J%X5I)Z8J*G8ND793V@.5P6I-RG75.S5 M,*&/KZ3H=6NY5_/@"7ZNI.A5:M]/_0>P3XD>A?/'4#^H/B5Z%W(>E/@F5GZ' M6?8ICI5/0%V:'D93SUY/T_"_)4WO6X[\?_--/'BTOM20I7\SH:[UG2TTROCC M>%4'E.JJB.O5QTD;,J7D/>TA)-B0"M,E2F[@8L,<4C< M,GV]L.66K$:]&O0)?JUDM:*I:%GUG# L5 6U?'8R./#IB5 TE])R-9>W[:?X M#*3X!(Z"7'?(Z_I>U;0>1?X(+>^F7SY*RH\Y*M6U8^PWM+&0\\0B'TZ'1E^Q M9*TB:C8W5B?:O5QMR%J-.'LNSA7?XUY):85R;O$;W"N+6NU3D]?UW65M#QF% M9.K:,6YH%)(5I3<*$2U9JPAWHY"L5.U>;GD4HIJT=D=Z-)L$T57(5/E039)\ M2WI-Q[K/JM&S)JGML\U1=&UUM88@>K&2U_:_HFGK[L'X0YQ-KF/QB>]_<]OB M$147UWS@_R]U2J9(O:50:L+N2S32 ]&0U7N%9OVA*.R6S.W-[3R[+\9.@C-M M):U8NM0=-(?J66_(&C2'S>>]L%LB1+WF:"MIQ=*E[J Y:,-8IX9!T]@?RCJM MBXI[%<\-8EIJ#HEM;6,3,;[F^47&RL'T7XS-\Q?E429/!/3*S^(:*-AK[KNL"HQ9#7DTV1Z'=RQ]XLP"\H*)CC8H:458*>^U;@^ MQ.4'P.ZY_;M@ILCI^Y2THNI2MQK4TOSKF*4\(\IWEQ'\ZE+3"JS;@-U^.)N= MQQ_8UV51E$[44-'K@2UE^^%\]!/^\+*9;DQ-/?W VA:L1O=Z,0^#J=B-1(^L MI:,558>VU8@^IV*7YK=J9R=XU:&E%56GOE75N&"SLYP-2 M?-6AI155I[ZM72MQ/'O+L^C7[#*(U)^#;(M3][%T*%H*X:4_>QLD::81 M1K<*,90^96N?B]((I"E,_CB4(^?1G="=;#K/V"R=^'=\_),[L):CNES5L'L] M.*\'GR_K\KJ70^^UK+F^6U\Q_[%Y+/92HKL[4K>JI\?XIGJ0P]+,2U/ M"P5;]_-'LX_^E=S/4H9Z&_]2VM8)P43I8"%"/=N76'7O3-QK%4W9;Y=*-^NB MU"5F0\EJ%WWGI_F9.Q8IWFNTQ;6Z;%W1UEFA?$_A+WXT"UF2EZ/Z@'R' O6D M4*>JPT .M=TY'!#*H;58/B;Q;#'-7@;1C,]9E%;IU"#&TJ-K[<8\/Y5/C[D$ M^2X\+OOH[]YEG'AQ(M@3OT[W9L5'_.;AXBJ(TKU:.YT+"8L? M99DR;E1\%/-5'%T&5XO$5W_JM5>+_)F67OWM;3 7=3Z9QG/5!X&;TOIUO-3[ M+NI6]*-U8J^JVX:TQF>&&GK?3=U.F&*AL!;3JLU"P;:K^3VQ:1I/ ]*PUJ.E M&TA;_SOI'G=!=G]VR[-3=46O135JMZIDJTI+0$EPNRY*K>2&TG?0$\HD3.[> M4H@*G5;BWT,%)O'7E"63Q5QY5+PN2JW,AM+V5JE&EEP&93<_?A7?WO*\6Q%5 M*40-;"6^O?5NL0+S&UM4%5@(D2MP*?X=5&"Y[).[MQ0B>K@6_PXJ\&/"+EG" M(M7A_(HZ_QHEB*%T*$>-;BV]O]=L$:G.6 M9/>B:5[%BTB>&+2DZ2"MJ>?$_RA+@HN%\@5?GY)1-%7U[>TP6L_K.CR[3^LO M+)Q3\L^*''7RJ6KL1"M4(K+;"'_$RH+L9K*]G8E>T?VV#3.B:[16%[JU'CB5P%9/=YG&1^DBWF MGQ;R.6LM1G\1MU+8B?HO [);^\6=N^64ISSDWQ"F[E]LJ5EU7GP%2WGE4552 MR^V5SD[TH2(FNUWHC&> ,:41JH+D[1E5%9L.$[M\0U;';0<=_F$[3QZ5W;XC MSN)_9$DZ9_GG2L^B3^PJ2#/"V?].+8T; 'KT;2W+UM;SC_0=R!=436GJ0JRM MY\A_^7Z9EK2A__;VR3SP"G(=E]W'17P/@S+25N2((=8T[%)6RBXEHUUCCO:+ MY1^*"K+K>$$[WM$AKU'I+4W+46B%8.B_=>/YX%9?2W[(H(T:EU-9\72ZQLQ/CKHC/[H#[073P__K)C-AB'?+DHP@=FCO1 M*JO([,^%+*GR9WF('?(:PUQ+T];V^PMQK4-I6QU$6YRZ+;]#<2=Z5RVPO''L M=K-M1I<",0?1U424/.-CO/R004M: V0W]*S[+[*(EWX:3-^$3$Q-IS-_3H^G M1UL[OEX[3N)]M4BS^-8XX"YUHXB[#=G;JG(9!HKK2$N0)J5&_D4[R.JHN27&'4E)VZ?AF'\-2VN(=#PIJIF M%$[=@)/0/H9^QF>R6PVOEBI&(:V5G83S.8K8E*6IGP2A?$4IT3,*K&'!271B M,#R=S=0'I/O5C&*K&W 6VN>4):0A3JYJ'&+=B+4+5Q<7(=,9!CL4R!>L=JE: M#80R"%8$M1RW/-"]BZ=^R$@=JBY*=+JI9(MLER,DR?&F,)5KM]1L<;'I-<_2 M2*[71:DLK*'DQ.W7P66^'Y*VC5FA:Q18AQ6WD9[?JTXDRA2'Q5B:L!5@XU(IC88^%L^H0WV M6!BQ6 &%.5>5\%;Q?'4IF ;WUN(3MS)>S 8T1PI97?>76O8\)YUQK,C1/;9^ MTI';S(^JLUE1#6>*,Q@=\G3OVYKVHBC2;)4'A13=XZ6\/3_%\>_ #]_[&:\% M95W7I>E^-_4L^L^22S;-E[C]L*-ESF]J+ZZ)TMUWTX>*2+-+D4A?5NH3+^A0ST9C* M)T93>4O+GN>DVIYH3^43!U/YA#0)3C0GP8GU27!"'(HGVD/QQ,%0?+K(XG>Q M+[])?2E$7?:MQ*WM!,]O&V*3+(EOE#O!:[+DG> -+4N>GR>+:.HKWU2LQ8C^ M5A4LN?J_+(F+\*4EK\6(KE85;-&5+)'O4Q4"5)Z2BUIT[$VDVB"PDM)PL92W MZ.=[99GO-?Q[;]6WR75PFF7R=<@37]FR:TO?]*[571# M:"C;#^?SA.K(YXF^\T+'WK'$Z8W MY=A_%4^>U8EZ8<3JSK6;OE^=A# M'.5_NHB_2=WH4B#?]MVE:K/#S/VI8BO.4DJGHQ3RMHXOQ9&XC9O)X>A*BGH\ M:2UOJS.+Q^,T5+RG*86H77@E;CFEB:Y>^8I/U=1%-5.;I9+M99KR@NJ:I.X2 MS<'UU$J'UV):*V&KKGZ,126(+STK;S6I2E+?U-=U[.XGS!M.G:.WI/7V%%;U M<.OD"&^=7-;&>S_B=N49?D-6L[Y76I8])Q6NZ:OU7D%J6LV>8'%;Q7]5&T2$ M!'G3Q'\=],^/?L:7BA&)[/7H:/:!EK:M>R,B_R)DL[(8Y:T736GJ_1%M/5O8 M:L:B++@,6)*2/B_1(4_%5UV:;L8]4B0].F;CH+.(M$(QC,&Z\\LQC>1\4UAS MW'16\[LS1JV^#LJ2VT5&N&B]2T&S6>JJEIOF$_O/(DCR0T9:S=.AI]E$G18L M-].R+%)H?4J:S=56M_TT4?M>EX+N<^2R[ZVO8*7YLA+7#:*B:(WI??!O62JP MU5M?;,Z4)[)M<3+/:RM:"N$]BQ:_!VEP$82\CM9'#BGQ*'2)P2FMV#K@R9]$ M!2TN1*@'-4MA6V=, C^,KTB77]=%J>=,&DJV**L?AA?^].8\)M1O4YC*7%MJ MCIQ_&<;3&S9[>5]4EI93#5W#T%I6[%[W\^K:CZ[8*W^1LK0X,"[UKE=+[Q*@ M+GU;9P2B6;'_LOS&P%E:$-EW\=65XDOQW09HJ"7-#F J96VIVG[AWS+^A/"-" M3N^I*C3L537/,/AB*?COJB]_N1++0/&I]OCV(H@(J2;9"KUQJ/9LT2?^N_RB M$M)*NR5-I4]M/5L#Q>(B2WS5H:]2B/K(K\0M.RE.O[U)$L5ICI:TIML5/7NO MD.Y8DDVRA*_LSN.SB"_Y5$RF4X7^,JE3V6XXI=GSN"B'XE%#12^%"L6NT*DC>!%U5L7C/:ED9^8!7#G3RO+%;1^..U4YM>UO]/[%LD43B MV9-Z4I.D;_FOZEA+L1*>R29"=9BSN95UE#)2'J$M!8W]K6]76O7,1TXJC0YYZ\UR7IJTM0U_U6J-# MGKIYJ$O35A37"=-KC4X-:B3=NK8FFD44W>5TO:$%O8_8Q2N?GI3-Z_:I+4I6]=QUH" MG%?"ASA_FS[[[5)\?YX5U$J1R?8KDI-AF0E[^Z67-C^Q2\%J&,__*(. 5).^ MGUIFPVF,)2LQ\*_4'!3CRH:E&//[+RDA506)$=15K.W!3EXFS+\Y.#R2SQEK M.?(^[(J&;6^/Y*=0*G*ZWA[9.X>RM'EX0*M;+J?I;:YAV]LC^>TNJ6R^EZ>VBU;C^P*U\L_3XL;B\4(UE+FNYY M4\_>NH;TEK8B1U_'6'\_^V&]-$H_Q*_*UXV*B_*[=YBUV/8J**DUL_)$TJ$CVMG>\]%FQ%)[8!I)J1=>M0H^K3MAW1ZR#-3P[H MQ=34THVJK6\[KO) A%Y8#27=J%KJ=LEY;)&E=&S9H*4A%8<#F$&N!B,\*BTK-[/EIQ2$+O MAF_K5WDO7UL0:K@NJC*2:I+G!ZD-"S'.$O_*N_6_!;=BTO<^^'?!E1@#O2SVDN#J M.O/B2X_EWU'W_(3YO>9T#1%J0-^DRPJYC,,9LU@OC6BTJ96@-J.DWCUNX"U,72# M(V>MJ"R>FP?<5C8*M\N,DV OXBR+;\WC[=0W"KG'DM.G>/5#@V=O]<-!3W#% MBMOGUR34MO*P9]=UL.LN9!)MA_; CNPZWBD3%\.:QMNA;11OIQV7([-)L$W5 M(:.RZS"78\,RTS$85I:J@\:FM1&W0Y-!G"W=80.3XTC7(X)!J&WE@:.2XV#7 MPX%!L&WE@4.2XV#+$<$@TH;FD/'(<8R7?IIY=P'[ZEWX.D-N3<\HOH8%)]&M M_Y(7E/D7NBEPCP6CB'MM.8E]M90V#;W;@%'D?:8V$7B0A6Q@Z"L3-H*O&',Y M:GV5[_A1Z T9L;[:V_\CF^FT VRJ#IQIG8:YS-*T@ZPK#LH0G0:XRLZT(VQH M#LL-G<:X3E3>Q],;3VP)\ X\+LDR?WHMN;E&W]3 1*K/Z,:JYM1RYJ)8C M]]52;8/:-&E6-11S1M5#,^RDBN)%_M!FUZQ\<,VJ1F;&J$KD!NU7Q?KER( W M%E(C^M6@,.>R$H:\QK#S FOS+SJ[2C1_MR&S,:0.-O.F8UW>H!<>"C-#ZF%C MKS_:3Z$V3Y68L#$J..6K'4_?@/AMO"&16]O,LS"@"JR\-E&8@^]1MS T MNJ/Q77.P:=3#WR/);&TB&3:-?.C+I7Y+&TF#3<,>_,9)8FHSZ=^P]T]TBW92 MP\V]C9*7;O)2BF[1=EVY?D6U+MWFFRH]JT/J[*'>6ZT]L/'ZBF9M2#UMYF56 M]1"4]DLLA3(U>J49%\'JOZRR=0)M<^?.JB7IOI22ZYK$ZO(E5+4<@Y=/2G63 M>!V_;.IZ:HAH6:HZY*EU ),[GQ:#.,U?(JFLN.W#!J$.>%FD-.,B6.V70PIE MDV"=O@SJ& 4-(C5]^2.WX7(XHN%>F>:0P<@^X.T<"?2#-'Z9HS#B=B#2C]/\ MI8W*BMM12#]2\YLE2+,'JY0C!@ M$J[SERG5PDQ>HJCU3<)V_=)$4A;Q90G%@H7(';PX4L,J0FWZ9#)2PL=2\-2)=*>QF7,QTLYF'K^-%QT;.A3349[Y:P\K1V*HUMS/ N;A#WXE MLHGC,)*11A/!#C\,0S*UB4'/./+A+T\V:5AS$/?$6W@G(LTH1KTQLC^*18:59>.%D]W"+MEE;E5-2[,=&L$VA3 U>:<9%L(U76H=T%YN:)F&V M;;B(L?G*2B/(EJI)E!U&7(19?S&E$61#T23$E@D7 ;9>.FG$V-8U";/+BMLA M2#_2MNZP #/CCT:0+54;XX^C,%L/AT:<;5TKCZ>C M2%L/AT:D;5TKCZ>C2-=_)A$YJ:I)G!U&W(9)I&T*Y6&A.J!J'7,U!3CTJ@W( M$6SCA>X!0#;LBFK%I#XV3*L&[!"CV="N M@PWM$.LHSY!D]1L8$/L&N%;_CFS]R(=3+JDMA[&;,:]>_0%QNR=@DMW7^H%; MX&%R8QL9ZXS#MP#)Y,8V-]!1V4._ 7L#G0L*T3^TZ$<^'*=);6WRD=!P(W0WM#];P1#FYC3#6,>BOTVL/]-.GT,@H#V][\9F=YP M11F00?O[WXQ,.ZPHB[C0S?XW8_,.*\T"0[2[_TW;K.7*.1R"$ON4-8/O-^,B M6"-JV*EI$J9S3GAH#@B[54VB=(\$#TU98)>B28BNZ=_A .S7HVL2Y@9 7^/Q MUX]T,-KKM;*!\8>&-3HU+8P_]B%&Y_.O$>108-=G9"./IT:<@]E%RQM2- MVFBNF*WM?Y.;),,9R]_6\*6QN)79?-V=S_IK3F/LG1(B)V]K])[&QDK#,,>3#, MV^#^MZ[9U##L@81O8_O?.F=1PYB'8K_-[7_KGCX&04!G^]_T3&^XH@S(H+/] M;WJF'5:415SH=/^;OGF'E6:!(3K9_T8W:Z%R,I9F+^,X9'[TVL_\5W%TQY(T MB*->O5X-0I@274NQO(K#.'GEIU-_QM[<\6>R_P+Q;G%B%%V*-D-XZT]Y7[A7 M^U *ZKB]4K'I\,>$7;*$15/V+D@S%K'DRXQ=?DF_9E/Q:[57"@,Z 2I-;2#P MY.IB6.!+ Q8"7YO:0.#\__U%F+'9L/#K9BQ40M/@!JHBBF,^OB7!C VKBX8= M"Y71LNBX-K+K@V%#0=7 P/CKIC80^*"AH&K 0N ;&PI$81:&@K89"Y6PX:% M%&EC*.BP8Z$R7 T%(L'[%[N?L.S+C/_Q0.I@4Y@85UO-C?/]KYBZA,V7_!E MGU7%C?]U+-OO,O?_OY\^1?;_X_JB-+>?T0 MUIH6H_BM'!"(#VY=7".&IJ*K$-2/;UW<- 2+C_!RALI';EH&T:-##:9/VTU$ M&JF!5-,L.D<)@+0412>4JMJ(TD'G?!M'V9<[/[SD_Z4Y5M70#:JNZR2658UI M1E33,XJK8<%]=,3NV*$X/#Y'77$U%FMWR::F28AM&TYC-&W,'@.#(MYHX]8* M.QKJ[9&]P(_L![XLR"0+Z-;5#;?/BMM(C69.J8EA<3N?267%$?NXU(3-\.WU M<_$LT=_5M*2)077H6?2_%[!2)B&* 8THU:;M9(-3(\?#?Y MI+23+3'BL%Y?M6*CZ]?MN:T'@5,']/^*^K#(:X;33SR_5];L4(CJZ%K?L)*DC-X4UG;;> MC2H_-N]9KEDZ38)[QF7.9O4F]Z5,B!M.O[BJH3/Q _AJY1\#F([ \EKX,TWGO^*!.R#KQ@$V^(Z-=U0=!*"'?[(U\IS-LV"._:)<3?D?:\A M3.VR+35;$V+ OHKJ6"3RRJ[(42?&JH:M?;FBXW6O&U=31"ZJM;3>B#[%14!UJ>G%U&K"U5+F6''%>"E"7)->6#BD7 M:T<_FEW(#YN5,N35:"EM?[1\=>U'BGFS):T_7B[U7/G_1Y!='QU.LF!Z<_^2 M7?MW@8J\42R8QMEMRU+LIS-_GOD7(9._WE^+$:.H*E@#N='*ZBN>D";!Q4(L M*.6>]VJ1P6ZOOK63*:75..&)0+Q(IBPOD:D.HO2ID<^=]!NPE?A=_)OW9#[> M9'G=L2@[OY\K4L!.%6HRV*-L:T?08AX&4VZ<^-1TR%/W^G1IVCI1[J?!M-J5 MI9ZTI*DGR=MZEOROK*S7UM]\FR)X*FIL65%#& NJC&>LJ!VW_$R\ M8_Z-/#=O"%-3^I::5>=%1R6ZOA355]NEZJE0-[',S_,!GTVL^P)65(Z_%NBRU[IM:]M!KDL\NZ>G'LR ZOTZ8/Y,_"MTJA#C0V _< MV*AV5/NN5[MLA+)4)0<'3YZ>R+=$%"+$"E@*V^)%/-J,37B-ANR]G]RPY',T MBS^Q62S'/;UJ5%XD,6 UM/>+, OFRT+2HD0!K$2.4&; :6KT2-8+K5M0*K\^$U0!/H]E[EER9MJ%, M72M8N2$G(1NWK=R 4=B.V_HU"UFV'/](D79JD)?4G;IVQ]A519U%=WX8R/%2 MCX[>>-K6=AN1_&QVG]*PF.R=OR['L*(34-JH2T%OO&RH.@Q$WC2=&@-"L=5]?*<5255>+XZZIOTHRM9^%T_SU9%N4#WJ M^C'V&K+<">/YO587K,AK=L":IN4HQ-ZFF78L+2W-B#KT[;>.V)B9[V$QZ9)2 M _KM)S'EJD&'A:\V8]KDFZN*:F'G\8#QB69I0*^0V+1;)Y]8Y-]J33AU#;T8 MF[IV8RGR=)U8ZAIZL31U73RV^A%UZ9D\F&ZC*ZR+%]SEQBC]1NM0-FF_3C/N MFM(P9(4)\P9V&?[;_-,D1;;\COF7I(#[E,C7//2I.PCJ _\[FYU%9;UJQ]>C M;Q!JKR6'41<_,PZZKCX@YJ8A%[TWB&[83+__UM1,>G##@+/0BKHT#+"N;!QF MTXS58,FKZK:X5D!.UM30^9B6;TV+9Y>S3"J*MJAU)6MAZ.Q(.I3T@[)T;*H*$ [ MH '!. U$8S'4I: 5B*/E3S''-889C;@(^M2#1!1+CJ+FP^J F%O:AA%WV''0 M7;53QRXU@Z[K*G7DM::[HNM4T=@+[W(UMS)OM)93:6L'Z7P=URI)9Q6G4#:. MUM4*;MUW-!["'B7]_NK\ =1>N4E5#0-TM6K32?X-LWUWZ7UI^#3*+T?_F@34 MM$6BJ!E4MPF;G9"\>FD(ZW0T)RN7TC!]W=*AH!F$FS5+:5PGP>]4T0S&59)? MFC=Z:OH4-4-S_M1HMI5Q.SEL(YUEF&FN[C(YYZ:+J4LSD"XEC7"ZU2T&Q?ON M&LY-_/R60]5G,GK5- +K,^ B-/&,O@XN\UN\,\WXVKHF0799<1ZI. UL&FFN M.SC2THIUTMLLD(AGFVK:?+=MP%4C&CR)-373IK/_)*X.?8GAZWTT/OPH!L5+8XG6+^;48Q7T MTJ(;LAJ7+M:T+'I^7CY;2@>6@AH^KU5L7<>:^-.;5W$W&L&55?0.W!R[R20?#2;L.0NF,H#J KJ7%&T4K'U M('^-W_!9;>&KK\"KBU(?YH:2M40TS9)@JKQ/J2)'3C4K&MK>UOXRC<.0IP\_ M)2Q=A#R?:YGX,\WN0_:7]X>?1$%TQ>@ #>/_)?_],+4F_&Y@D3 M%[G-]KS/*?_5MS3,^&^BE+LX:SNWM%S]'B1I?MLD1T=[;-I&,Q3]I.H'&YEOXQFGP_/ MBV][5]G-WK=G)TT'_IS&$7?W+^]#[+%O0:[I)>7U@*GG1S,OBKTH9]">.,[_ MHS>+A4P49^*0?W^E!CRE?"&K\Z1P52(CVJU#IOSS]#K^R_NTB$2+>'%RM5=6 MP-Z_+WE:NR?TTKW3,#S/_^!]RJO#N\S3 3>5NZ_TXMMMV-]!Q;^]\K--W@\' M>T_V'G]Y?/)#K_RO_-^/SM__W3L4U9 %O">^B>Z")(YN^8+R1R^_]]5/9I[( MVH3-1WELWM+R3Q>/G_Q=:MW[)K?!-]Y%;N,9 MZ[>)1_ [>007P=[<3WB'+_K_1_'G3\MOPZ7B69B(>MS\4TEU# \J'E3C!VL1 MN'NLBGZ;%C>/[DV*_S[0%"=W!X\0'B%))83,CQ9SR3.2+"+IY)57HD3BBD6? M^FI83+KS^[\\00Q%%1SD#XUGLQYX]]^MAKW.)!%]3.*I>/AYJ39KL'.X^5+K M8F*!?[XH9<+_]K>LU8-MQ!\=^?RA\N?[D_#Q=7O%?4'!:" M^[]^_G!VOO<_DW>R>6K.$M%9?)[\R&:KA7R^X^OUB,TB'S>@RN%HD[)SYM^?R)(4/P'F_'SC&K@:[ M5_$B%&L9D:'P14T^XKIY*#J3E$I?7XX9PL'^L70W1NG&$\_R-SBR-L73_ET^ M[:JF$J&8J[M<$I5=NGS,BU>4#\P8%"YA:=3;8;_/I9'G.<2 6&J-K:-LPU*K M-H0]P))+5OXN++TB_RZX\L5N&J1B2,5V)!4K\IU5U][[L/S3PZ9C!+>0DO5V M7*1D2,F0DFU!2M88QAZ*@_=ZL MIV=?E1^[$\USDH$C0D*#M2H*VZMY[Z_Y= M/M6KSSN>\]\4R.IALS937Y'*]79QI')(Y9#*;4$JUS^V/4!61W9F%Q*\9"I[ M5I'0(:&SGM"YW6A=9$2\6^]]FLZW@;.U7$%"UMLQD) A(4-"M@4)V6KH>C"J MUBY[%]*MNX!]Q6XS)%P[0]"*AS7OUGOS))ZS) M8NI?Y%Q=\2'VX\Z9TUY". M]79@I&-(QY".;4TZUC.4/5B*1O-G_&G;OV?9C%TLKI"W(6_;B;R-=^B]O$1@KO?YM()/A ?Z/*Y+8YTUNMU[8AS>MS!CE>;U='\H;D#D]J MXB1RM=Y.C5P-N1IRM6W*U:J#VD/F;1(_QI_#A=E-+8?+(T8BAT1N)Q(YWKO% M8US-CDJ&]6#;V]0N(4GK[;!(TI"D(4E[Z"2M;PC;=))&]&,GDC1Q] YI&M*T MG4W31 ??ND1-Y112M=Y.BU0-J1I2M6U(U;H'L8=(UDB>C#]=$P\US2&Z\_(# ,6/Q&5E(MH'VHVF<@A966\G05:&K Q9V4-G9>L!;--96&_) MX\^Z\N]4(^U"VK4C:=?RN^NK7.?7M_P'#YQZ49Q"^M7;69!^(?U"^O70Z5=S M$-OXYC)Y^3N2BLW\S+\(HAD.!B KV[VL3.0^E1Z^][+X[Q:D9DK/D)_U=AOD M9\C/D)]M2W[6&,D>*DV3NS'^;$T\$1>+RTN&KZDC4=N91"W?:U#IVN6#_);_ MY&7QDP?,U72<0[K6VWF0KB%=0[KVT.E:]V"VZ6R-Y,7XDS4_PE5I2-,VG*8Y MV_C/>W.9^I2'K8M'8^\TRCZ?G3_,OG^"3TC)>KLL4C*D9$C)'CHEJXYAFT[$ M)&6//_U*OV)G/Y*O76%DO#>7CVK><\6YQI^SFP?*NV3.(.'J_L4Y=YY7^@OO M)N!S_"R?)-/%Q4_S8H[IU?M__"SO"/[91_B>A]N+IT\?]/A)-"L5%QO(V6%L^>'YLRW+5ZF,3JY^CFRC^&KT)F>@. M*[.-'^<%'#Y[)B\@743BO)M(O_9^9A%+Q*#WGF77\>QT*EHH3IZ>[ 7177RS M*L&;Y"DCW; 8Q*]\\935+9_=SL.E;:E,$8ND3XL2Q9_V0C^Z6I5;6%J64/XM MM_7DF<)89\7/@G3N9]/KO=?E'SYG ?_5L@'J/RT;V*2<<]YM]N8L$;G?H_PO MN;&C8T5C]AA+KMBZEY1_+0P^>6INL/1/N)?6K1K5+4\Z_RW:K/1SPL=R-BO, MIH^6ORSJ].CPN4$!URSD+N]-> \+V2LQ&;S)BXJ399G+TKI$RLC4Y5:33)ZS MLR3RPP+]B9^4I\$(3D@D"U],1KI&)7=7[\&S@R%#W6EE2#I=CD/'!R=#;+X2 M65&]'U=^-.!)PU"*H11#*8;2G1]*,=!AH,- AX$. QT&.@QT&.@PT(U]H,/B M&$/I-@VEJ_XX8?]9\(X1\$=[Z7'E1WD))X?HCNB.F^F.[_UI$I^)-ZO1E*V< MKO^T*.>YR=".7HE>B7Q3MP#DF]]7OMFUW:]_#R8&70RZ.S7H_IEO&$J8V*'T M5[X')M^BZF;WH,:6);$[E=W.L_O^O4M.YHAZ?9Q?F?N1=,/X?7ADS[^*^ MV$[+'?5^_?V]V*^<[P)<1+S*N&$V"^\MC;@-7P^?FW2QCL:5Y3%%XCU3184W68_;F+WEX9^5/^/PEM@CR:DX6T:/V3\N5Y=%&RSM^ MKAC>JK/ !SZZW['>&>#QHT+ *R2LV7W4^_MRW;/S\UBUP?-VKK=MHTV?'! > M!XE)OJA,LI;1YX0\>6F4_6<11/&W=>?TY_/E8WXZG__B1[.0Y:ZW?E@\=D\T MGH+BSOMBGVFEQ)D_%^/#NH!W_B+B(T!>9?RO83#UQ>;31QT2Y&+Z*1=0/<@Y1[1).(_9V6%S_8#WSW+9'<\L> M2SR2>"1W8C&(M= NKX6JPUFW^VU\J%\:_/A)!Y2%&#!>U8)&T*Q>UY,E. M\>CRCBW2G@\L>Z!$3.(+LK#>KH$L#%D8LK"'SL+J8]>#7%'<5_KXR?SZ M^_O+)+[EW2V9S-DTN S83)[[< W>\'.69 &38NU9YL^1TB&EVPWNS;OS'N_/ MY6@@8N1YU -\,ZS3#=TT[H?^"^KX%/23'\ZO?>^%F-!YT][.1??GE9'_V<^" MB[#=59?JZ5WD_5\O>7)R?/"$)V&/3A=\HGWL'3Y^_/3O/WKO1%S[@7]TN'\U MG7I'>_Q_/_+<@N<%?+[+ZZC7\G66S5_L[U_[R6T>S=Z^]R>=7K]Y,)F\_2](MJ>1YS.=S3PSK+[SC MPR=\@(T6O%3O^#%/?_B8,4O_]K=IGFCLS>,T*Z^/W\MNYR+MR$W9R4?:UO_V M-SYPU$K-=?:XTGS!QXN_Y?G9'KL,2S^R>#&]+OTPZK]M'_;%@1%1Q-^J8^A; MQ5[\O),)FX7=O:*[<2M\3.5U*R!!/@;O6; J.G"7Y;\)B!+S/E3LRM];'I+> M*^?^%RV):SX>L:3]\VGB\WZ_&GNMC;<=+8X2Z"7'H?WXTW!)G=S:!7@2Z#;-=*H;\^A]/6*:>+? VTS@Y> M>*6@M\B3!;/S2=QOH2@I/Y\#IW[*4CQ99OW>O(7SWZ-]M[Q]^>*@4K\=\W>> M-5WZ/-%;5OY>=C]G;CV\LKP+]J>RR2P"P_W5U?']8;X#!O@)36 M/],+Y*5VN( MHAW$:Z7'SPZ>?CDX/'XV).E56U_^KKLKG1S;C655VM_R97Q?CF\5=G9VZKR/ MIIF?+<0L)=ZHB?7)(B=*;T_/WKUY[7T-LNOB*&PN>#I=) EOG:_7X@DL+?)?9^*$*L^?>8^2N%]>%;#T>WES %^FOGCR_(7G MH,1UBI]775'4,2_KS>=SKWR@1+E\UO7%S+MZZI>3