Bug 19322 - Gen.Getter/Setter: Remove postfix does not work if prefix is removed [code manipulation]
Summary: Gen.Getter/Setter: Remove postfix does not work if prefix is removed [code ma...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-06-05 10:20 EDT by Dani Megert CLA
Modified: 2003-02-19 12:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2002-06-05 10:20:10 EDT
Build F2

1. Create CU with field fWidth_
2. Set "Code Generation" preferences to
   - remove prefix 'f'
   - remove postfix '_'
3. Generate getter/setter for 'fWidth_'
==> only prefix is removed
Comment 1 Erich Gamma CLA 2002-06-09 15:14:22 EDT
defer - common case is to have either a prefix or postfix
Comment 2 Adam Kiezun CLA 2003-02-19 12:27:47 EST
this works now

how come this was marked as critical?