### 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.144 diff -u -r1.144 BatchCompilerTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 17 Jan 2008 13:01:48 -0000 1.144 +++ src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 21 Jan 2008 11:42:49 -0000 @@ -1131,7 +1131,7 @@ " redundantSuperinterface + find redundant superinterfaces\n" + " semicolon unnecessary semicolon, empty statement\n" + " serial + missing serialVersionUID\n" + - " specialParamHiding constructor or setter parameter hiding another field\n" + + " specialParamHiding constructor or setter parameter hiding a field\n" + " static-access macro for indirectStatic and staticReceiver\n" + " staticReceiver + non-static reference to static member\n" + " super overriding a method without making a super invocation\n" + #P org.eclipse.jdt.core Index: batch/org/eclipse/jdt/internal/compiler/batch/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties,v retrieving revision 1.693 diff -u -r1.693 messages.properties --- batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 15 Jan 2008 14:24:11 -0000 1.693 +++ batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 21 Jan 2008 11:42:52 -0000 @@ -264,7 +264,7 @@ \ redundantSuperinterface + find redundant superinterfaces\n\ \ semicolon unnecessary semicolon, empty statement\n\ \ serial + missing serialVersionUID\n\ -\ specialParamHiding constructor or setter parameter hiding another field\n\ +\ specialParamHiding constructor or setter parameter hiding a field\n\ \ static-access macro for indirectStatic and staticReceiver\n\ \ staticReceiver + non-static reference to static member\n\ \ super overriding a method without making a super invocation\n\