### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core.tests.compiler Index: src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java,v retrieving revision 1.108 diff -u -r1.108 BatchCompilerTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 5 Mar 2007 11:45:52 -0000 1.108 +++ src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 7 Mar 2007 19:22:13 -0000 @@ -36,9 +36,9 @@ static { // TESTS_NAMES = new String[] { "test000" }; -// TESTS_NUMBERS = new int[] { 59 }; +// TESTS_NUMBERS = new int[] { 24 }; // TESTS_RANGE = new int[] { 107, -1 }; -} + } public BatchCompilerTest(String name) { super(name); } @@ -1116,8 +1116,8 @@ " maskedCatchBlock + hidden catch block\n" + " nls string literal lacking non-nls tag //$NON-NLS-$\n" + " noEffectAssign + assignment without effect\n" + - " null potential missing or redundant null check\n" + - " nullDereference missing null check\n" + + " null potential missing or redundant null check\n" + + " nullDereference missing null check\n" + " over-ann missing @Override annotation\n" + " paramAssign assignment to a parameter\n" + " pkgDefaultMethod + attempt to override package-default method\n" + @@ -1264,7 +1264,7 @@ "