Community
Participate
Working Groups
org.eclipse.cdt.ui.tests.refactoring.extractfunction.ExtractFunctionRefactoringTest.Bug 241717: Typdef causes void as return type (from ExtractFunctionRefactoringTest) null expected:<...st::~Test() { } Ret[]Type Test::exp() { ...> but was:<...st::~Test() { } Ret[Value]Type Test::exp() { ...> Stacktrace junit.framework.ComparisonFailure: null expected:<...st::~Test() { } Ret[]Type Test::exp() { ...> but was:<...st::~Test() { } Ret[Value]Type Test::exp() { ...> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.eclipse.cdt.ui.tests.refactoring.RefactoringBaseTest.compareFiles(RefactoringBaseTest.java:73) at org.eclipse.cdt.ui.tests.refactoring.extractfunction.ExtractFunctionRefactoringTest.executeRefactoring(ExtractFunctionRefactoringTest.java:74) at org.eclipse.cdt.ui.tests.refactoring.extractfunction.ExtractFunctionRefactoringTest.runTest(ExtractFunctionRefactoringTest.java:65) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) I believe this test started to fail after bug 350345 was fixed (f50bbd18197cdc69a36a7b36169708e7d21699e5).
*** This bug has been marked as a duplicate of bug 241717 ***