Bug 30108

Summary: not clear what 'modifiers' in NamingConventions means
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Jim des Rivieres <jeem>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2003-01-23 12:29:04 EST
20030121
we have 2 classes for handling modifiers (or flags if you wish)
Flags, and Modifier
they both contain the same methods  but it's not clear if they are compatible

so when NamingConventions.suggestGetter name has a parameter 'modifiers' 
i'm not sure what to feed it with
Comment 1 Philipe Mulet CLA 2003-01-24 04:07:55 EST
Both are equivalent. The DOM one is actually a duplicate.

Both are implemented in term of the spec values (from the VM spec book), thus 
whichever constant you use should not make a difference.

I agree though it is confusing.

DOM Modifiers should redirect to Flags.
Comment 2 Jim des Rivieres CLA 2003-01-24 14:24:07 EST
Added clarifying comments to Flags, Modifiers, and NamingConventions.
Comment 3 David Audel CLA 2003-02-10 12:20:14 EST
Verified.