Bug 3811

Summary: Setter / Getter generates setter for final fields (1GEUMGT)
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows 2000   
Whiteboard:

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.