Bug 3811 - Setter / Getter generates setter for final fields (1GEUMGT)
Summary: Setter / Getter generates setter for final fields (1GEUMGT)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 23:01 EDT by Dirk Baeumer CLA
Modified: 2002-01-24 09:02 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 Dirk Baeumer CLA 2001-10-10 23:01:16 EDT
- private final String fName;
	- generate Setter and Getter
	- you get 
	public void setName(String name) {
		fName= name;
	}
		which produces a compile error.

NOTES:
EG (6/5/2001 3:41:01 AM)
	not critical, can be documented.

MA (02.08.2001 16:49:08)
	fixed in 200
Comment 1 Adam Kiezun CLA 2001-10-11 08:42:29 EDT
not fixed:
when i press 'cancel' in the dialog box - it creates a getter all the same.
Comment 2 Martin Aeschlimann CLA 2001-10-15 09:05:26 EDT
fixed > 204
Comment 3 DJ Houghton CLA 2001-10-24 07:21:17 EDT
PRODUCT VERSION:
	118

Comment 4 Martin Aeschlimann CLA 2002-01-24 09:02:41 EST
Verified. >20122. JRT.