### 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.115 diff -u -r1.115 BatchCompilerTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 5 Jun 2007 11:07:52 -0000 1.115 +++ src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 5 Jun 2007 22:41:59 -0000 @@ -999,29 +999,25 @@ " -g:none no debug info\n" + " -preserveAllLocals preserve unused local vars for debug purpose\n" + " \n" + - " Annotation processing options:\n" + - " These options are meaningful only in a 1.6 environment.\n" + - " -Akey[=value] annotation processors options that are made to\n" + - " annotation processors. key are identifiers separated\n" + - " by ''.''.\n" + - " -processorpath \n" + - " specify locations where to find annotation processors\n" + - " If this option is not used, the classpath will be\n" + - " searched for processors.\n" + - " -processor \n" + - " Qualified names of the annotation processors to run.\n" + - " This bypasses the default annotation discovery process\n" + - " -proc:only run annotation processors, but do not compile\n" + - " -proc:none perform compilation but do not run annotation\n" + - " processors\n" + - " -s specify a directory where to put the generated source\n" + - " files\n" + - " -XprintProcessorInfo print information about which annotations and which\n" + - " elements a processor is asked to process\n" + - " -XprintRounds print information about annotation processing rounds.\n" + + " Annotation processing options:\n" + + " These options are meaningful only in a 1.6 environment.\n" + + " -Akey[=value] options that are passed to annotation processors\n" + + " -processorpath \n" + + " specify locations where to find annotation processors.\n" + + " If this option is not used, the classpath will be\n" + + " searched for processors\n" + + " -processor \n" + + " qualified names of the annotation processors to run.\n" + + " This bypasses the default annotation discovery process\n" + + " -proc:only run annotation processors, but do not compile\n" + + " -proc:none perform compilation but do not run annotation\n" + + " processors\n" + + " -s destination directory for generated source files\n" + + " -XprintProcessorInfo print information about which annotations and elements\n" + + " a processor is asked to process\n" + + " -XprintRounds print information about annotation processing rounds\n" + " -classNames \n" + - " Qualified names of the classes that need\n" + - " to be processed\n" + + " qualified names of binary classes to process\n" + " \n" + " Advanced options:\n" + " @ read command line arguments from file\n" + @@ -1130,7 +1126,8 @@ " specialParamHiding constructor or setter parameter hiding another 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" + + " super overriding a method without making a super\n" + + " invocation\n" + " suppress + enable @SuppressWarnings\n" + " synthetic-access same as syntheticAccess\n" + " syntheticAccess synthetic access for innerclass\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.643 diff -u -r1.643 messages.properties --- batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 5 Jun 2007 18:04:18 -0000 1.643 +++ batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 5 Jun 2007 22:42:02 -0000 @@ -166,27 +166,23 @@ \ \n\ \ Annotation processing options:\n\ \ These options are meaningful only in a 1.6 environment.\n\ -\ -Akey[=value] annotation processors options that are made to\n\ -\ annotation processors. key are identifiers separated\n\ -\ by ''.''.\n\ +\ -Akey[=value] options that are passed to annotation processors\n\ \ -processorpath \n\ -\ specify locations where to find annotation processors\n\ +\ specify locations where to find annotation processors.\n\ \ If this option is not used, the classpath will be\n\ -\ searched for processors.\n\ +\ searched for processors\n\ \ -processor \n\ -\ Qualified names of the annotation processors to run.\n\ +\ qualified names of the annotation processors to run.\n\ \ This bypasses the default annotation discovery process\n\ \ -proc:only run annotation processors, but do not compile\n\ \ -proc:none perform compilation but do not run annotation\n\ \ processors\n\ -\ -s specify a directory where to put the generated source\n\ -\ files\n\ -\ -XprintProcessorInfo print information about which annotations and which\n\ -\ elements a processor is asked to process\n\ -\ -XprintRounds print information about annotation processing rounds.\n\ +\ -s destination directory for generated source files\n\ +\ -XprintProcessorInfo print information about which annotations and elements\n\ +\ a processor is asked to process\n\ +\ -XprintRounds print information about annotation processing rounds\n\ \ -classNames \n\ -\ Qualified names of the classes that need\n\ -\ to be processed\n\ +\ qualified names of binary classes to process\n\ \ \n\ \ Advanced options:\n\ \ @ read command line arguments from file\n\ @@ -266,7 +262,8 @@ \ specialParamHiding constructor or setter parameter hiding another 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\ +\ super overriding a method without making a super\n\ +\ invocation\n\ \ suppress + enable @SuppressWarnings\n\ \ synthetic-access same as syntheticAccess\n\ \ syntheticAccess synthetic access for innerclass\n\