Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 343227

Summary: [Refactoring] Empty package is displayed after subpackage rename
Product: [Technology] Tigerstripe Reporter: Maria Kolchinskaja <mshulgina>
Component: UIAssignee: Project Inbox <tigerstripe.ui-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nmehrega, yuri
Version: unspecified   
Target Milestone: 0.5M0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
343227 patch txt none

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!