If you have com.company.foo
and com.company.bar
, and want to move foo
into bar
, then just rename com.company.foo
to com.company.bar.foo
.
If you package happens to have subpackages, tick Rename subpackages
to move the subpackages as well.