Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » moving packages recursively - is it possible?
moving packages recursively - is it possible? [message #157305] Wed, 05 May 2004 09:48 Go to next message
Andrew Gaydenko is currently offline Andrew GaydenkoFriend
Messages: 20
Registered: July 2009
Junior Member
I have not found the way to move package with subpackages
recursively. For example, there are packages:

a.b
a.c.d.e
a.c.d.f

And this result is needed:

a.b.d.e
a.b.d.f
a.c

i.e., to move d package with subpackages d.e and d.f from a.c
package into a.b package. Have I missed something?

I'm using 20040428 integration build.

Andrew
Re: moving packages recursively - is it possible? [message #158563 is a reply to message #157305] Thu, 13 May 2004 13:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.childress.entergykoch.com

I was looking for the same functionality. Coming from IntelliJ I had
this... Am I missing the obvious?

thanks,

John
"Andrew Gaydenko" <a@etver.com> wrote in message
news:c7ada5$irh$1@eclipse.org...
> I have not found the way to move package with subpackages
> recursively. For example, there are packages:
>
> a.b
> a.c.d.e
> a.c.d.f
>
> And this result is needed:
>
> a.b.d.e
> a.b.d.f
> a.c
>
> i.e., to move d package with subpackages d.e and d.f from a.c
> package into a.b package. Have I missed something?
>
> I'm using 20040428 integration build.
>
> Andrew
>
>
>
Re: moving packages recursively - is it possible? [message #158583 is a reply to message #157305] Thu, 13 May 2004 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: linnet.nospam.users.sourceforge.net

Hi Andrew,

Maybe I don't understand what you mean, but if I do I think you can do
it by switching to Hierarchical view in the Package Explorer. That way,
the packages will be shown as a tree and you should be able to select
the d package (with all its contents).

Best regards,

Jesper


Andrew Gaydenko wrote:
> I have not found the way to move package with subpackages
> recursively. For example, there are packages:
>
> a.b
> a.c.d.e
> a.c.d.f
>
> And this result is needed:
>
> a.b.d.e
> a.b.d.f
> a.c
>
> i.e., to move d package with subpackages d.e and d.f from a.c
> package into a.b package. Have I missed something?
>
> I'm using 20040428 integration build.
>
> Andrew
>
>
>
Re: moving packages recursively - is it possible? [message #158592 is a reply to message #158583] Thu, 13 May 2004 15:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.childress.entergykoch.com

Sure,

but when I rename that package, the child packages are still under the
original name.

com.test
com.test.test1
com.test.test1.test2
com.test.test1.test3

I want to rename com.test.test1 to com.test.fun and have both test2 and
test3 now be under com.test.fun

Clear or not really?

thanks,

John
"Jesper Kamstrup Linnet" <linnet@nospam.users.sourceforge.net> wrote in
message news:c802qv$un5$1@eclipse.org...
> Hi Andrew,
>
> Maybe I don't understand what you mean, but if I do I think you can do
> it by switching to Hierarchical view in the Package Explorer. That way,
> the packages will be shown as a tree and you should be able to select
> the d package (with all its contents).
>
> Best regards,
>
> Jesper
>
>
> Andrew Gaydenko wrote:
> > I have not found the way to move package with subpackages
> > recursively. For example, there are packages:
> >
> > a.b
> > a.c.d.e
> > a.c.d.f
> >
> > And this result is needed:
> >
> > a.b.d.e
> > a.b.d.f
> > a.c
> >
> > i.e., to move d package with subpackages d.e and d.f from a.c
> > package into a.b package. Have I missed something?
> >
> > I'm using 20040428 integration build.
> >
> > Andrew
> >
> >
> >
Re: moving packages recursively - is it possible? [message #158670 is a reply to message #157305] Thu, 13 May 2004 20:45 Go to previous message
Eclipse UserFriend
Originally posted by: akiezun.to.reply.remove.whats.unneeded.mit.edu

> i.e., to move d package with subpackages d.e and d.f from a.c
> package into a.b package. Have I missed something?
>

yes, bugzilla :)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=39260

a.
Previous Topic:Configuration problems
Next Topic:refactoring inspires net activity
Goto Forum:
  


Current Time: Sat Nov 09 04:24:49 GMT 2024

Powered by FUDForum. Page generated in 0.03016 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top