I have a Java project using many external frameworks and libraries and I'd like to get the number of these external components methods calls. I've tried many tools for static Java code analysis but none give me the number of external (I mean of external libraries) method calls, just the number of different external classes used.
Is there a way to get this number?