Bug 310020 - [plan] [refactoring] Push-In refactoring doesn't do its job when aspect and target are in same file
Summary: [plan] [refactoring] Push-In refactoring doesn't do its job when aspect and t...
Status: NEW
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 2.1.2   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-21 15:53 EDT by Andrew Clement CLA
Modified: 2010-12-08 19:59 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 Andrew Clement CLA 2010-04-21 15:53:54 EDT
File Demo4.aj:

public aspect Demo4 {
	private String Target.bar;
}

class Target {
  private String foo;
}
---

after push in the aspect is gone and target is unchanged
Comment 1 Andrew Eisenberg CLA 2010-04-28 19:25:44 EDT
Try to solve for 2.1.0.
Comment 2 Andrew Eisenberg CLA 2010-06-16 18:12:10 EDT
Determining what will be tackled for 2.1.1 release.