How do I find number of lines of code in RAD or Eclipse in entire workspace
(all the projects)??
How do I find number of lines of code in RAD or Eclipse in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could:
(Java Build Path, tab “
Projects“, for adding “Required projects on the build path“)Don’t bother with the compilation: even if that global project doesn’t compile it will give you the information you need.