Bug 179506

Summary: NamingConventions.suggestGetterName does not remove field prefix
Product: [Eclipse Project] JDT Reporter: Karsten Becker <eclipse>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: martinae, srikanth_sankaran
Version: 3.3   
Target Milestone: 3.5 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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