Bug 179506 - NamingConventions.suggestGetterName does not remove field prefix
Summary: NamingConventions.suggestGetterName does not remove field prefix
Status: VERIFIED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M7   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 08:50 EDT by Karsten Becker CLA
Modified: 2009-04-28 08:25 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karsten Becker CLA 2007-03-27 08:50:40 EDT
In method
org.eclipse.jdt.core.NamingConventions.suggestGetterName(IJavaProject, char[], int, boolean, char[][])
the prefixes are not removed if isBoolean is set to true.
Comment 1 Karsten Becker CLA 2007-03-27 08:52:01 EDT
typo: if isBoolean is false
Comment 2 David Audel CLA 2009-04-17 05:13:07 EDT
This bug is fixed by the fix for bug 251693.

I close this bug as WORKSFORME.
Comment 3 Srikanth Sankaran CLA 2009-04-28 08:25:57 EDT
Verified for 3.5M7 using I20090426-2000