Is there a way to get a linked file tree for files in eclipse? In other words, I want to know that all possible files can be changed by a specific file.
So, if I modify the image file, I want to know all the JSPs that reference this image and all the servlets that reference the JSP and all other Java classes that reference this servlet ... etc. Maybe I'm shooting for the moon.
(Note: I edited the post because of the comment below. Before I mentioned finding links in Java files.)
source
share