Sciweavers

COMPSAC
2007
IEEE

A Combined Concept Location Method for Java Programs

13 years 11 months ago
A Combined Concept Location Method for Java Programs
Concept location is one of the fundamental activities during software maintenance which locates the parts of the source code where a specific concept is implemented. The methods for concept location include static and dynamic approaches: the former includes string pattern matching, dependence graph search, and IR-based techniques, while the latter includes debugging, profiling, and tracing. Both concept location approaches have been proved to be effective in some situations. However, they are challenged by modern event-driven programs. We proposed a novel concept location method which combines static methods and dynamic tracing. We also validated its effectiveness and efficiency by conducting two case studies.
Dapeng Liu, Shaochun Xu
Added 02 Jun 2010
Updated 02 Jun 2010
Type Conference
Year 2007
Where COMPSAC
Authors Dapeng Liu, Shaochun Xu
Comments (0)