### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.ui.tests Index: ui/org/eclipse/jdt/ui/tests/preferences/OptionsConfigurationBlockTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/preferences/OptionsConfigurationBlockTest.java,v retrieving revision 1.2 diff -u -r1.2 OptionsConfigurationBlockTest.java --- ui/org/eclipse/jdt/ui/tests/preferences/OptionsConfigurationBlockTest.java 11 Sep 2008 11:57:43 -0000 1.2 +++ ui/org/eclipse/jdt/ui/tests/preferences/OptionsConfigurationBlockTest.java 22 Oct 2008 08:07:57 -0000 @@ -99,6 +99,9 @@ JavaCore.COMPILER_PB_UNUSED_TYPE_ARGUMENTS_FOR_METHOD_INVOCATION, // maybe for 1.7 JavaCore.CODEASSIST_IMPLICIT_QUALIFICATION, // TODO: not used: bug? + + JavaCore.CODEASSIST_STATIC_FINAL_FIELD_PREFIXES, // TODO: remove this line once this option will be used + JavaCore.CODEASSIST_STATIC_FINAL_FIELD_SUFFIXES, // TODO: remove this line once this option will be used })); }