Hello everyone.
Can somebody provide me a good way of implementing feature location in programs.
Let's say that I am developing a simple Java GUI application. I want to find the corresponding code when I point out with the mouse to one of the objects in the GUI, ex there is a Save button, and I want to get the code where the button does something.
I would appreciate if somebody knows any implementation of a tool that does this. Thank you for your consideration.
