Tagged Questions
3
votes
2answers
193 views
how to properly move one or more packages into another package in java using code
I am developing an application [desktop swing application] which requires me to do refactoring via code. [I know the interface and feature is already provided by the eclipse IDE but I am required to ...