Bug 12975 - jacks - qualified assignment to final field should be rejected
Summary: jacks - qualified assignment to final field should be rejected
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-08 06:44 EDT by Philipe Mulet CLA
Modified: 2002-04-08 06:45 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 Philipe Mulet CLA 2002-04-08 06:44:48 EDT
Build 20020404

jacks failure:

==== 16-instance-5  A blank final field may only be assigned by
        simple name or this.name  FAILED
==== Contents of test case:

    empty_class T16i5 {
        final int i;
        {
            T16i5.this.i = 1;
        }
    }
Comment 1 Philipe Mulet CLA 2002-04-08 06:45:03 EDT
Fixed