Filtering code elements when analyzing source code.

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-04-19T15:34:42Z Indexed on 2010/04/19 17:03 UTC
Read the original article Hit count: 377

Filed under:
|

Hi everybody, Currently I am making a survey about source code analysis and the thing that puzzles me greatly is what is it that project managers and developers would like to filter when analyzing source code (especially when applying OOP metrics - e.g. skpping insignificant methods and classes during analysis or filtering context-based elements according to the type of project). If you have any suggestions based on yout experience with code analysis I will greatly appreciate if you can share some ideas about filtering of elements. Thanks, Martin

© Stack Overflow or respective owner

Related posts about code

Related posts about static-analysis