### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core.tests.model Index: src/org/eclipse/jdt/core/tests/dom/ASTConverterTest2.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterTest2.java,v retrieving revision 1.172 diff -u -r1.172 ASTConverterTest2.java --- src/org/eclipse/jdt/core/tests/dom/ASTConverterTest2.java 20 Apr 2006 11:54:59 -0000 1.172 +++ src/org/eclipse/jdt/core/tests/dom/ASTConverterTest2.java 12 May 2006 08:23:12 -0000 @@ -2036,9 +2036,8 @@ /** * http://bugs.eclipse.org/bugs/show_bug.cgi?id=39327 - * TODO reactivate when a binding is returned */ - public void _test0477() throws JavaModelException { + public void test0477() throws JavaModelException { ICompilationUnit sourceUnit = getCompilationUnit("Converter" , "src", "test0477", "A.java"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ char[] source = sourceUnit.getSource().toCharArray(); ASTNode result = runConversion(sourceUnit, true); @@ -3299,7 +3298,7 @@ /** * http://dev.eclipse.org/bugs/show_bug.cgi?id=48502 */ - public void _test0514() throws JavaModelException { + public void test0514() throws JavaModelException { ICompilationUnit sourceUnit = getCompilationUnit("Converter", "src", "test0514", "A.java"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ ASTNode result = runConversion(sourceUnit, true); final CompilationUnit unit = (CompilationUnit) result; @@ -4584,7 +4583,7 @@ /** * https://bugs.eclipse.org/bugs/show_bug.cgi?id=58436 */ - public void _test0543() throws JavaModelException { + public void test0543() throws JavaModelException { ICompilationUnit sourceUnit = getCompilationUnit("Converter", "src", "test0543", "A.java"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ ASTNode result = runConversion(sourceUnit, true); final CompilationUnit unit = (CompilationUnit) result; Index: src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST3_2.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST3_2.java,v retrieving revision 1.94 diff -u -r1.94 ASTConverterTestAST3_2.java --- src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST3_2.java 10 May 2006 15:55:20 -0000 1.94 +++ src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST3_2.java 12 May 2006 08:23:16 -0000 @@ -2100,9 +2100,8 @@ /** * http://bugs.eclipse.org/bugs/show_bug.cgi?id=39327 - * TODO reactivate when a binding is returned */ - public void _test0477() throws JavaModelException { + public void test0477() throws JavaModelException { ICompilationUnit sourceUnit = getCompilationUnit("Converter" , "src", "test0477", "A.java"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ char[] source = sourceUnit.getSource().toCharArray(); ASTNode result = runConversion(AST.JLS3, sourceUnit, true); Index: src/org/eclipse/jdt/core/tests/dom/ASTConverter15Test.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter15Test.java,v retrieving revision 1.199 diff -u -r1.199 ASTConverter15Test.java --- src/org/eclipse/jdt/core/tests/dom/ASTConverter15Test.java 10 May 2006 14:21:54 -0000 1.199 +++ src/org/eclipse/jdt/core/tests/dom/ASTConverter15Test.java 12 May 2006 08:23:08 -0000 @@ -6256,9 +6256,8 @@ /* * https://bugs.eclipse.org/bugs/show_bug.cgi?id=124716 - * disable for now. Reenable when 124716 is fixed. */ - public void _test0207() throws JavaModelException { + public void test0207() throws JavaModelException { this.workingCopy = getWorkingCopy("/Converter15/src/X.java", true/*resolve*/); String contents = "public class X {\n" + Index: src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java,v retrieving revision 1.191 diff -u -r1.191 FormatterRegressionTests.java --- src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java 29 Apr 2006 02:41:28 -0000 1.191 +++ src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java 12 May 2006 08:23:22 -0000 @@ -2082,7 +2082,7 @@ * TODO Fix multi local declaration alignment * https://bugs.eclipse.org/bugs/show_bug.cgi?id=44909 */ - public void _test202() { + public void test202() { Hashtable options = new Hashtable(); options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_BEFORE_CATCH_IN_TRY_STATEMENT, JavaCore.DO_NOT_INSERT); options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_BEFORE_ELSE_IN_IF_STATEMENT, JavaCore.DO_NOT_INSERT); @@ -5993,7 +5993,7 @@ * https://bugs.eclipse.org/bugs/show_bug.cgi?id=44642 * @deprecated */ - public void _test465() { + public void test465() { Map options = DefaultCodeFormatterConstants.getEclipse21Settings(); options.put( DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_SELECTOR_IN_METHOD_INVOCATION, @@ -6016,7 +6016,7 @@ * https://bugs.eclipse.org/bugs/show_bug.cgi?id=44642 * @deprecated */ - public void _test466() { + public void test466() { Map options = DefaultCodeFormatterConstants.getEclipse21Settings(); options.put( DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_SELECTOR_IN_METHOD_INVOCATION, @@ -6039,7 +6039,7 @@ * https://bugs.eclipse.org/bugs/show_bug.cgi?id=44642 * @deprecated */ - public void _test467() { + public void test467() { Map options = DefaultCodeFormatterConstants.getEclipse21Settings(); options.put( DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_SELECTOR_IN_METHOD_INVOCATION, @@ -8559,7 +8559,7 @@ runTest(codeFormatter, "test606", "A.java", CodeFormatter.K_COMPILATION_UNIT, false);//$NON-NLS-1$ //$NON-NLS-2$ } // https://bugs.eclipse.org/bugs/show_bug.cgi?id=111270 - public void _test607() { + public void test607() { Map options = DefaultCodeFormatterConstants.getEclipseDefaultSettings(); DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(options); DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); #P org.eclipse.jdt.core.tests.compiler Index: src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java,v retrieving revision 1.96 diff -u -r1.96 AutoBoxingTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java 21 Apr 2006 13:12:05 -0000 1.96 +++ src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java 12 May 2006 08:23:26 -0000 @@ -2165,7 +2165,7 @@ } // https://bugs.eclipse.org/bugs/show_bug.cgi?id=82407 - variation - public void _test080() { + public void test080() { this.runConformTest( new String[] { "X.java", @@ -2186,7 +2186,7 @@ } // https://bugs.eclipse.org/bugs/show_bug.cgi?id=82407 - variation - public void _test081() { + public void test081() { this.runConformTest( new String[] { "X.java", Index: src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java,v retrieving revision 1.34 diff -u -r1.34 NullReferenceTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java 26 Apr 2006 09:17:16 -0000 1.34 +++ src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java 12 May 2006 08:23:41 -0000 @@ -6279,7 +6279,7 @@ } // null analysis -- notNull protection tag -public void _test0903_notNull_protection_tag() { +public void test0903_notNull_protection_tag() { this.runConformTest( new String[] { "X.java", @@ -6481,8 +6481,7 @@ ""); } -// TODO (philippe) reenable once fixed -public void _test1009() { +public void test1009() { this.runNegativeTest( new String[] { "X.java", @@ -6947,8 +6946,7 @@ "SUCCESS"); } -// TODO (philippe) reenable once fixed -public void _test1027() { +public void test1027() { this.runConformTest( new String[] { "X.java", @@ -7043,8 +7041,7 @@ "----------\n"); } -// TODO (philippe) reenable once fixed -public void _test1031() { +public void test1031() { this.runNegativeTest( new String[] { "X.java", Index: src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java,v retrieving revision 1.490 diff -u -r1.490 GenericTypeTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java 11 May 2006 16:14:32 -0000 1.490 +++ src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java 12 May 2006 08:23:37 -0000 @@ -27478,7 +27478,7 @@ "----------\n"); } //https://bugs.eclipse.org/bugs/show_bug.cgi?id=121369 - variation -public void _test0883() { +public void test0883() { this.runNegativeTest( new String[] { "X.java", // ================= Index: src/org/eclipse/jdt/core/tests/compiler/parser/LabelStatementCompletionTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/LabelStatementCompletionTest.java,v retrieving revision 1.11 diff -u -r1.11 LabelStatementCompletionTest.java --- src/org/eclipse/jdt/core/tests/compiler/parser/LabelStatementCompletionTest.java 29 Mar 2006 03:50:24 -0000 1.11 +++ src/org/eclipse/jdt/core/tests/compiler/parser/LabelStatementCompletionTest.java 12 May 2006 08:23:25 -0000 @@ -337,9 +337,8 @@ /* * Completion inside an inner class defined inside a labeled statement with a syntax error * just before the labeled statement. - * TODO excluded test (cannot get labels in recovery mode yet) */ -public void _testInLabeledInnerClassWithErrorBefore() { +public void testInLabeledInnerClassWithErrorBefore() { this.runTestCheckMethodParse( // compilationUnit: "class Bar { \n" + Index: src/org/eclipse/jdt/core/tests/compiler/parser/GenericsSelectionTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/GenericsSelectionTest.java,v retrieving revision 1.5 diff -u -r1.5 GenericsSelectionTest.java --- src/org/eclipse/jdt/core/tests/compiler/parser/GenericsSelectionTest.java 10 May 2006 18:07:26 -0000 1.5 +++ src/org/eclipse/jdt/core/tests/compiler/parser/GenericsSelectionTest.java 12 May 2006 08:23:24 -0000 @@ -859,7 +859,7 @@ /* * Selection of simple name */ -public void _test000X() { +public void test0022() { String str = "public class X { \n" + Index: src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java,v retrieving revision 1.16 diff -u -r1.16 ParserTest.java --- src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java 29 Mar 2006 03:50:23 -0000 1.16 +++ src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java 12 May 2006 08:23:25 -0000 @@ -333,7 +333,7 @@ /* * https://bugs.eclipse.org/bugs/show_bug.cgi?id=60848 */ -public void _test015() { +public void test015() { this.runNegativeTest( new String[] { "X.java",