Bug 251670 - [preferences] CODEASSIST_STATIC_FINAL_FIELD_PREFIXES should be added in preferences page
Summary: [preferences] CODEASSIST_STATIC_FINAL_FIELD_PREFIXES should be added in prefe...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.5 M4   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 255345
Blocks:
  Show dependency tree
 
Reported: 2008-10-22 04:36 EDT by David Audel CLA
Modified: 2008-11-14 08:01 EST (History)
1 user (show)

See Also:


Attachments
Patch (99.98 KB, patch)
2008-11-14 06:27 EST, Markus Keller CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.