An Automatic Examination Method for C Language Code Structure

ZHANG Xiao-xin,SUN Wei-jie
DOI: https://doi.org/10.3969/j.issn.1002-0802.2013.04.044
2013-01-01
Abstract:Based on study of the automatic examination method for C code structure,an automatic examination method for C code structure is proposed.Through static analysis of source code,the logic connection relation of the program and the semantic similarity relation are analyzed,the reasonable module divisions of the program extracted,and also through comparison with the design document,the judgement on reasonableness of the program structure is realized.According to this principle and based on the static analysis and clustering method,the process design of automatic examination method for program structure is implemented and verified with specific examples.Finally,a summary and outlook of this research is given in this paper.
What problem does this paper attempt to address?