| Summary: | [rename] Rename packages should remove empty parent packages | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Marvin Fröhlich <eclipse> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | markus.kell.r |
| Version: | 3.6.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Marvin Fröhlich
Source to reproduce the setup:
package org.blah.blub;
public class Test {}
All of what you request works out of the box in an unshared project and in a CVS project.
It sounds like your team provider doesn't properly mark team-private resources with org.eclipse.core.resources.IResource.setTeamPrivateMember(boolean).
|