Is it possible to prevent eclipse from automatically improrting any modules when I copy source code from one project to another. I just want to copy the source code and then rename all the specic classes, I don’t actually want to use the classes from the other project.
Is it possible to prevent eclipse from automatically improrting any modules when I copy
Share
In the preferences window (menu:
Windows–Preferences) enter “paste” into the search field (top left).It should find
Java–Editor–TypingUncheck the
Update importsin theWhen pastingblock.