In a Java Project of mine, I would like to find out programmatically which classes from a given API are used. Is there a good way to do that? Through source code parsing or
You may want to use STAN for that.
The "Couplings View" visualizes the dependencies to your API in a nice graph.