Bug 257233 - [refactor] moving compilation unit may end with 'Changes to be performed' dialog that contains to many items
Summary: [refactor] moving compilation unit may end with 'Changes to be performed' dia...
Status: RESOLVED WORKSFORME
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.5 M5   Edit
Assignee: Chris Aniszczyk CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2008-12-02 12:01 EST by Krzysztof Daniel CLA
Modified: 2009-01-08 12:30 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Daniel CLA 2008-12-02 12:01:06 EST
1. Create a plugin with Activator
2. Create one more source folder with the same package as in default src folder
3. Move the class from one folder to another (package does not change).
4. Preview changes, note that MANIFEST.MF is displayed although it will not change

Observed on 3.5M3, other not tested
Comment 1 Markus Keller CLA 2008-12-02 12:28:30 EST
The PDE rename participant should update the MANIFEST.MF.
Comment 2 Markus Keller CLA 2008-12-02 12:31:21 EST
> The PDE rename participant should update the MANIFEST.MF.
I mean: Should *not* generate a change for MANIFEST.MF if nothing changed.
Comment 3 Chris Aniszczyk CLA 2009-01-08 12:29:02 EST
I'm not seeing this with the latest i-build?
Comment 4 Chris Aniszczyk CLA 2009-01-08 12:30:34 EST
This is what I did and I didn't see a problem

1) create new plug-in project 'test' with activator
2) create new source folder 'src2' with package 'test'
3) refactor->move activator to src2/test
4) notice no manifest changes mentioned