views:

66

answers:

2

I have a java project with a lot java files. So, I want to know the number of .java files in my project in Eclipse. How to know that?

A: 

Take a look at JavaNCSS - it provides many relevant code metrics.

Bozho
+9  A: 

Press Ctrl+Shift+r to show the resources. Then enter *.java and mark all items of the list (Ctrl+a). The list will give you a summary how many resources it has found.

tangens
I would like to know the number. I am not able count the whole list.
GK
I added the way how to get the number to the answer.
tangens
got it. thanks.
GK
He will. Look at his accept rate.
tangens
@martijn. I tried but it told me to wait for 8 minutes, So had some work I forgot to accept.
GK