code review - Searching for empty methods -


I am currently working on our system's security audit / code review. For this, I have to check all the pages in the system and make sure that the back codes are included in two ways that are used to check security.

Sometimes these methods make the code easy There is a comment to test from.

So, my question is that anyone knows the easiest way to search the code, make sure the methods are present, and to determine who does not have any code or comment on all the code .

If I can get the list instead of seeing every file, it will make my work much easier ...

I'm sure I can write it myself, But I thought someone knows about some things already present.

Thank you!

I'm using Ndepp to find these methods and this is a SQL feature. I tried regular expression, but left after a few hours (all of you are sorry for the regular expression owner).


Comments