The search functionality is under construction.
The search functionality is under construction.

Author Search Result

[Author] Woosung JUNG(2hit)

1-2hit
  • A Survey on Mining Software Repositories Open Access

    Woosung JUNG  Eunjoo LEE  Chisu WU  

     
    SURVEY PAPER-Software Engineering

      Vol:
    E95-D No:5
      Page(s):
    1384-1406

    This paper presents fundamental concepts, overall process and recent research issues of Mining Software Repositories. The data sources such as source control systems, bug tracking systems or archived communications, data types and techniques used for general MSR problems are also presented. Finally, evaluation approaches, opportunities and challenge issues are given.

  • Detecting and Visualizing Change Smells Based on Revision History and Code Hunk's Lifecycle

    Woosung JUNG  Eunjoo LEE  Chisu WU  

     
    PAPER-Software Engineering

      Vol:
    E94-D No:8
      Page(s):
    1575-1589

    Change history in project revisions provides helpful information on handling bugs. Existing studies on predicting bugs mainly focus on resulting bug patterns, not these change patterns. When a code hunk is copied onto several files, the set of original and copied hunks often need to be consistently maintained. We assume that it is a normal state when all of hunks survive or die in a specific revision. When partial change occurs on some duplicated hunks, they are regarded as suspicious hunks. Based on these assumptions, suspicious cases can be predicted and the project's developers can be alerted. In this paper, we propose a practical approach to detect various change smells based on revision history and code hunk tracking. The change smells are suspicious change patterns that can result in potential bugs, such as partial death of hunks, missed refactoring or fix, backward or late change. To detect these change smells, three kinds of hunks – add, delete, and modify – are tracked and analyzed by an automated tool. Several visualized graphs for each type have been suggested to improve the applicability of the proposed technique. We also conducted experiments on large-scale open projects. The case study results show the applicability of the proposed approach.