diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java index 971b03e..6dc6c34 100644 --- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java +++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java @@ -81,7 +81,7 @@ "}\n"; static { -// TESTS_NAMES = new String[] { "test315_warn_options_a" }; +// TESTS_NAMES = new String[] { "test330_warn_options" }; // TESTS_NUMBERS = new int[] { 306 }; // TESTS_RANGE = new int[] { 298, -1 }; } @@ -1740,9 +1740,9 @@ " nls string literal lacking non-nls tag //$NON-NLS-$\n" + " noEffectAssign + assignment without effect\n" + " null potential missing or redundant null check\n" + - " nullAnnot() + annotation based null analysis,\n" + - " nullable|nonnull|nonnullbydefault annotation types\n" + - " optionally specified using fully qualified names\n" + + " nullAnnot() + annotation based null analysis,\n" + + " nullable|nonnull|nonnullbydefault annotation types\n" + + " optionally specified using fully qualified names\n" + " nullDereference + missing null check\n" + " over-ann missing @Override annotation (superclass)\n" + " paramAssign assignment to a parameter\n" + @@ -1758,12 +1758,14 @@ " super overriding a method without making a super invocation\n" + " suppress + enable @SuppressWarnings\n" + " When used with -err:, it can also silent optional\n" + - " errors and warnings\n" + + " errors and warnings\n" + " switchDefault + switch statement lacking a default case\n" + " syncOverride missing synchronized in synchr. method override\n" + " syntheticAccess synthetic access for innerclass\n" + " tasks() tasks identified by tags inside comments\n" + " typeHiding + type parameter hiding another type\n" + + " tolerateVarargsCode + tolerate varargs code that was accepted by \n" + + " earlier compiler versions in compliance<1.7\n" + " unavoidableGenericProblems + ignore unavoidable type safety problems\n" + " due to raw APIs\n" + " unchecked + unchecked type operation\n" + @@ -1782,7 +1784,7 @@ " unusedTypeArgs + unused type arguments for method and constructor\n" + " uselessTypeCheck unnecessary cast/instanceof operation\n" + " varargsCast + varargs argument need explicit cast\n" + - " warningToken + unsupported or unnecessary @SuppressWarnings\n" + + " warningToken + unsupported or unnecessary @SuppressWarnings\n" + "\n"; String expandedExpectedOutput = MessageFormat.format(expectedOutput, new String[] { @@ -1888,9 +1890,9 @@ "