Bug 235120 - [push down] field ignores access of field from client [refactoring]
Summary: [push down] field ignores access of field from client [refactoring]
Status: CLOSED DUPLICATE of bug 177636
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-02 09:04 EDT by Friedrich Steimann CLA
Modified: 2010-06-15 16:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Friedrich Steimann CLA 2008-06-02 09:04:47 EDT
Build ID: I20080523-0100

Steps To Reproduce:

public class A {
	int x;
}

public class B extends A {}

public class C {
	A a;
	void m() {
		a.x = 2;
	}
}

Pushing down x produces an error.

More information:
Comment 1 Deepak Azad CLA 2010-06-15 16:21:42 EDT

*** This bug has been marked as a duplicate of bug 177636 ***