Avoiding eclipses from automatic import packages when copying source code between projects

Is it possible to prevent automatic copying of eclipse from any modules when copying source code from one project to another. I just want to copy the source code and then rename all special classes, I really don't want to use classes from another project.

+3
source share
3 answers

In the settings window (menu: Windows- Preferences), enter "paste" in the search field (top left).

He must find Java- Editor-Typing

Deselect Update importsblock When pasting.

sample

+11

.

, , "" , .

, Eclipse , , .

0

Java , Java. , ( ..) " ..." " ".

0

Source: https://habr.com/ru/post/1770246/


All Articles