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>
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via apache.org by Unknown author, 2 years ago
via harmony-alerts by nomail@intel.com, 1 year ago
via Eclipse Bugzilla by error-reports-inbox, 1 year ago
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:140)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:114)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.assertSourceEquals(AbstractJavaModelTests.java:441)
at org.eclipse.jdt.core.tests.model.AttachSourceTests.testInnerClass1(AttachSourceTests.java:391)
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:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:396)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)