Tagged Questions

0
votes
1answer
386 views

Maven plugin for gathering source code statistics

Our project is based on J2EE and we would like to know if there is a open source maven-plugin which either integrates with cloc (Refer ...
0
votes
3answers
641 views

How do I extract a specific function from a C/C++ source code file for subsequent processing

I am looking for an easy way to print out a specific function from within some C/C++ source code. For example, assume that test.c has several functions defined within it. I want to be able to print ...