auto-import of packages across project in eclipse
Posted
by Reddy
on Stack Overflow
See other posts from Stack Overflow
or by Reddy
Published on 2010-05-27T15:21:11Z
Indexed on
2010/05/27
15:31 UTC
Read the original article
Hit count: 159
eclipse
I have used file search functionality in eclipse to replace a specific occurrence of text with a replace text which contains a java method name in all files across the workspace.
But now in all those files I have to add the import statement (for the method name to resolve).
Is there an automatic way of doing this instead of manually searching and importing the package myself in all files?
© Stack Overflow or respective owner