Is it possible in Netbeans to show method calls from dependencies?
Example: Project A depends on project B (It's gradle dependency, source is downloaded). Project A has Interface ClassX with methodX(). Project B implements it and passes it as some method argument to something in project A. It is possible to show calls of methodX() without creating separate netbeans project for project A?
Eclipse shows calls in dependencies by default.