I know there is a lot of info on this here. But I can't find the answer to my particular question.
I'm trying to rename a package that is currently like this:
com.example.app.name
and I want to rename it to
com.example.name
I know you have to do refactor rename and make sure you have 'compact empty middle packages' turned off but I'm only know how to rename them when they are three directories long i.e. com.example.name
and not how to actually get rid of one of the directories. So how do I reduce it from being 4 to only 3?
Hope I explained this correctly.