### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.ui.tests Index: ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java,v retrieving revision 1.31 diff -u -r1.31 CleanUpStressTest.java --- ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java 27 Apr 2008 18:07:59 -0000 1.31 +++ ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpStressTest.java 6 May 2008 10:49:29 -0000 @@ -348,7 +348,7 @@ buf.append(" Test test = null;\n"); buf.append(" try {\n"); buf.append(" test = (Test) suiteMethod.invoke(null, new Class[0]); // static\n"); - buf.append(" // method\n"); + buf.append(" // method\n"); buf.append(" if (test == null) {\n"); buf.append(" return test;\n"); buf.append(" }\n"); @@ -3589,10 +3589,10 @@ buf.append(" }\n"); buf.append("\n"); buf.append(" public void printDefect(final TestFailure booBoo, final int count) { // only\n"); - buf.append(" // public\n"); - buf.append(" // for\n"); - buf.append(" // testing\n"); - buf.append(" // purposes\n"); + buf.append(" // public\n"); + buf.append(" // for\n"); + buf.append(" // testing\n"); + buf.append(" // purposes\n"); buf.append(" this.printDefectHeader(booBoo, count);\n"); buf.append(" this.printDefectTrace(booBoo);\n"); buf.append(" }\n"); @@ -4365,7 +4365,7 @@ buf.append(" final TestSuite suite = new TestSuite(\"Framework Tests\"); //$NON-NLS-1$\n"); buf.append(" suite.addTestSuite(TestCaseTest.class);\n"); buf.append(" suite.addTest(SuiteTest.suite()); // Tests suite building, so can't use\n"); - buf.append(" // automatic test extraction\n"); + buf.append(" // automatic test extraction\n"); buf.append(" suite.addTestSuite(TestListenerTest.class);\n"); buf.append(" suite.addTestSuite(AssertTest.class);\n"); buf.append(" suite.addTestSuite(TestImplementorTest.class);\n"); @@ -4465,7 +4465,7 @@ buf.append(" }\n"); buf.append("\n"); buf.append(" public static Test suite() { // Collect tests manually because we have to\n"); - buf.append(" // test class collection code\n"); + buf.append(" // test class collection code\n"); buf.append(" final TestSuite suite = new TestSuite(\"Framework Tests\"); //$NON-NLS-1$\n"); buf.append(" suite.addTestSuite(StackFilterTest.class);\n"); buf.append(" suite.addTestSuite(SorterTest.class);\n"); @@ -5059,7 +5059,7 @@ buf.append(" }\n"); buf.append("\n"); buf.append(" public static Test suite() { // Collect tests manually because we have to\n"); - buf.append(" // test class collection code\n"); + buf.append(" // test class collection code\n"); buf.append(" final TestSuite suite = new TestSuite(\"Framework Tests\"); //$NON-NLS-1$\n"); buf.append(" suite.addTestSuite(ExtensionTest.class);\n"); buf.append(" suite.addTestSuite(ExceptionTestCaseTest.class);\n"); @@ -5274,6 +5274,8 @@ performRefactoring(units); + + // generateTable(units); for (int i= 0; i < units.length; i++) {