Hi,
See Eclipse Java Search screenshot
.
I googled a lot, tryied my best but could not find any ways to tell Netbeans to search for method invocation in JRE / Application libraries.
Let's consider:
- I have maven project with ApplicationA being runtime
- ApplicationA* artifat defines interface InterfaceA with method methodA
- I'm implementing the interfac as InterfaceAImpl
I'm looking for ways to find all the InterfaceA#methodA invocations in the ApplicationA (which is OpenSource and available) to see all the impacts and find all th usages.
Is this really possible only in Eclipse? I don't believe this.