Netbeans has Java search like Eclipse?

V

vnssoftware

Does Netbeans have Java search like Eclipse.
For example knowing how many classes implement xyz interface.

Thanks!
 
V

vnssoftware

No reply. So I guess NetBeans does not provide this. DO they have plans?
Any other open source tool that provides this.
Thanks!
 
A

Andrew Thompson

vnssoftware said:
No reply.

No post. I did not see one anyway.
So I guess NetBeans does not provide this. DO they have plans?
Any other open source tool that provides this.

All I understand so far is something about search
and IDE's (one might guess searching java source).
???
 
V

vnssoftware

This is for Java Source Search.
for Example- How many classes implement xyz interface; Which classes
have xyz method?
It is not file based search.
Eclipse provides this, but I wanted to know if NetBeans does or is
planning.
Also, any other independent free tool that you think is good.
 
N

nos

unix grep
MS find

vnssoftware said:
This is for Java Source Search.
for Example- How many classes implement xyz interface; Which classes
have xyz method?
It is not file based search.
Eclipse provides this, but I wanted to know if NetBeans does or is
planning.
Also, any other independent free tool that you think is good.
"Andrew Thompson" <[email protected]> wrote in message
 
V

vnssoftware

nos said:
so you are searching compiled class files?
cute

Yes its cute. You are not getting me.
X class implements Y interface
W interface extends Y interface
If you do text search for Y iterface you will get X, W as result.
If you do Conceptual Search- who implements Y interface, you will get
only X as result. For more info, install Eclipse and see Java Search.
I hope you understand now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top