楠本研究室

業績一覧

ホーム業績一覧

Does This Code Change Affect Program Behavior? –Identifying Nonbehavioral Changes with Bytecode–

Does This Code Change Affect Program Behavior? –Identifying Nonbehavioral Changes with Bytecode–
The 44th IEEE Computer Society Signature Conference on Computers, Software and Applications (COMPSAC), pp.1103-1104 (2020)
概要: Develop ers o ccasionally conduct some source code changes that do not affect program be- havior. We call such changes nonbehavioral changes. In this research, we propose a technique for determining whether a given commit includes only nonbehavioral changes or not by checking the differences of bytecode on the commit. If the bytecode is not affected by the commit, the proposed technique determines that the commit includes only nonbehavioral changes. As a result of experiments on six Java open source projects, out of the commits in which Java source files were changed, the commits of 8.6%∼22.4% consisted of only nonbehavioral changes. We also found new 25 patterns of nonbehavioral changes compared to a previous study. タグ: affect, behavior?, bytecode–, change, changes, code, does, nonbehavioral, program, this, –identifying
@inproceedings{AoiMaejima2020,
  author = {Aoi Maejima and Yoshiki Higo and Junnosuke Matsumoto and Shinji Kusumoto},
  title = {Does This Code Change Affect Program Behavior? –Identifying Nonbehavioral Changes with Bytecode–},
  booktitle = {The 44th IEEE Computer Society Signature Conference on Computers, Software and Applications (COMPSAC)},
  pages = {1103--1104},
  year = {2020},
  month = {jul},
  url = {https://conferences.computer.org/compsac/pdfs/COMPSAC2020-7r2yh3mCdmuNATjWZbeuiI/730300b103/730300b103.pdf}
}