Is there a way to get a related file tree for files in eclipse? In other words I want to know ALL possible files changing a particular file could effect.
So if I change an image file I want to know all JSPs that reference that image and all servlets that reference that JSP and all other java classes that reference that servlet... etc. Maybe I'm shooting for the moon.
(Note: I have edited the post due to a comment below. Before I only mentioned finding references in Java files.)