This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 343227 - [Refactoring] Empty package is displayed after subpackage rename
Summary: [Refactoring] Empty package is displayed after subpackage rename
Status: CLOSED FIXED
Alias: None
Product: Tigerstripe (Archived)
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.5M0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 01:20 EDT by Maria Kolchinskaja CLA
Modified: 2011-05-16 09:25 EDT (History)
2 users (show)

See Also:


Attachments
343227 patch txt (1.16 KB, patch)
2011-05-10 03:20 EDT, Anton Salnik CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Kolchinskaja CLA 2011-04-19 01:20:02 EDT
Build Identifier: 

Create a project with the following three packages with all types of artifacts in each pachkage:

MyProject
   com.mycompany.package1.test

Now rename 'com.mycompany.package1.test' package to 'com.mycompany.package2'.  It results in the following:

MyProject
   com.mycompany.package1
   com.mycompany.package2

All artifacts are moved to com.mycompany.package2, but com.mycompany.package1 should not be displayed

Reproducible: Always
Comment 1 Anton Salnik CLA 2011-05-10 03:20:58 EDT
Created attachment 195176 [details]
343227 patch txt
Comment 2 Yuri Strot CLA 2011-05-16 07:14:52 EDT
Anton's patch applied.
Comment 3 Navid Mehregani CLA 2011-05-16 09:25:41 EDT
Verified. Thanks!