Bug 251670

Summary: [preferences] CODEASSIST_STATIC_FINAL_FIELD_PREFIXES should be added in preferences page
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: UIAssignee: Markus Keller <markus.kell.r>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 3.5   
Target Milestone: 3.5 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 255345    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description David Audel CLA 2008-10-22 04:36:18 EDT
The new JavaCore options CODEASSIST_STATIC_FINAL_FIELD_PREFIXES and CODEASSIST_STATIC_FINAL_FIELD_SUFFIXES (bug 38111) should be added in preferences page.
Comment 1 Dani Megert CLA 2008-10-22 04:39:41 EDT
If one, we need to remove the constants from OptionsConfigurationBlockTest.removeUnusedOptions(HashMap)
Comment 2 Markus Keller CLA 2008-11-14 06:27:45 EST
Created attachment 117891 [details]
Patch

This patch adds the preferences and adopts the new NamingConventions APIs in JDT/UI.
Comment 3 Markus Keller CLA 2008-11-14 08:01:59 EST
Released to HEAD.

StubUtility.NAMING_CONVENTIONS_BUGS should be removed when bug 255345 is fixed.