Bug 19609 - Renaming getter/setter methods should preserve "is" prefix for boolean fields [refactoring]
Summary: Renaming getter/setter methods should preserve "is" prefix for boolean fields...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-06-07 11:51 EDT by Cagatay Kavukcuoglu CLA
Modified: 2002-09-18 04:54 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cagatay Kavukcuoglu CLA 2002-06-07 11:51:00 EDT
When renaming a boolean field with the "Rename getter" and "Rename setter"
options selected, the getter method name loses "is" prefix and is converted to
"get" instead. For example, a getter method named "isSynchronous()" would be
renamed to "get<newname>".
Comment 1 Erich Gamma CLA 2002-06-07 15:37:55 EDT
simple workaround - do a rename refactoring of the generated get method

not critical enough for 2.0
Comment 2 Adam Kiezun CLA 2002-09-18 04:54:21 EDT
fix went in for 2.0.1