{"updated":"2025-01-20T02:16:57.357702+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00187408","sets":["581:9322:9326"]},"path":["9326"],"owner":"11","recid":"187408","title":["深層学習によるソースコードコミットからの不具合混入予測"],"pubdate":{"attribute_name":"公開日","attribute_value":"2018-04-15"},"_buckets":{"deposit":"97d159b1-5521-4368-803a-deccf1b11d89"},"_deposit":{"id":"187408","pid":{"type":"depid","value":"187408","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"深層学習によるソースコードコミットからの不具合混入予測","author_link":["423985","423986","423987","423984","423980","423981","423983","423982"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"深層学習によるソースコードコミットからの不具合混入予測"},{"subitem_title":"Just-in-Time Defect Prediction Applying Deep Learning to Source Code Changes","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"[特集:ソフトウェア工学(特選論文)] 不具合予測,畳み込みニューラルネットワーク,変更ソースコード,ソースコード片,文脈","subitem_subject_scheme":"Other"}]},"item_type_id":"2","publish_date":"2018-04-15","item_2_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"京都工芸繊維大学/産業技術総合研究所"},{"subitem_text_value":"京都工芸繊維大学"},{"subitem_text_value":"京都工芸繊維大学"},{"subitem_text_value":"産業技術総合研究所"}]},"item_2_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Kyoto Institute of Technology / National Institute of Advanced Industrial Science and Technology","subitem_text_language":"en"},{"subitem_text_value":"Kyoto Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"Kyoto Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Advanced Industrial Science and Technology","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/187408/files/IPSJ-JNL5904012.pdf","label":"IPSJ-JNL5904012.pdf"},"date":[{"dateType":"Available","dateValue":"2020-04-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-JNL5904012.pdf","filesize":[{"value":"1.4 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"8"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"e2c006c8-a5bf-4a5e-9761-939ef5cc584c","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2018 by the Information Processing Society of Japan"}]},"item_2_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"近藤, 将成"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"森, 啓太"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"水野, 修"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"崔, 銀惠"}],"nameIdentifiers":[{}]}]},"item_2_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Masanari, Kondo","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Keita, Mori","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Osamu, Mizuno","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Eun-Hye, Choi","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_2_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN00116647","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_2_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7764","subitem_source_identifier_type":"ISSN"}]},"item_2_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"ソフトウェアの不具合予測は,ソフトウェアに潜む不具合を予測することで効率的なレビューやテストを可能にしようとするソフトウェア品質保証活動の1つである.従来の多くのソフトウェアの不具合予測では,ソースコード分析による不具合予測を行っているが,粒度が粗くまた不具合予測の結果のフィードバックが遅い.この問題を解決するために,ソフトウェアの変更がコミットされたときに,その変更によって不具合が起きるかどうかを予測する手法が提案され,近年注目を集めている.ソフトウェアの変更コミットの不具合予測に関する既存研究では,その変更に対するメトリクス(たとえば,修正されたファイル数,追加されたコード行数など)を計算した後に機械学習や深層学習を適用している.それに対して,本研究では,変更のソースコード片のみに対して深層学習を適用することで不具合を予測する手法,Word-Convolutional Neural Network(W-CNN)を提案する.我々は,評価実験によって,変更ソースコード片に対する深層学習を用いた不具合予測が可能であること,さらに,提案手法W-CNNは先行研究に比べて,学習の時間はかかるものの,不具合予測の精度が優れており,予測時間が短いことを示す.","subitem_description_type":"Other"}]},"item_2_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Defect prediction is an important task for preserving software quality. A lot of previous research has analyzed source code to predict defects; however, it contains a problem that is its prediction grain is too coarse and its feedback is too late for software developers. To achieve a more fine-grained prediction and an earlier feedback, several approaches that analyzes source code changes has been reported. Those approaches have applied various machine learning techniques and deep learning techniques to change metrics, such as the number of lines added, modified files, and modified directories. In this paper, we propose a novel approach for defect prediction called Word-Convolutional Neural Network (W-CNN), which applies CNN to the modified source code itself. Our evaluation results show that the proposed approach can improve the effectiveness of defect prediction with a small overhead on the prediction time.","subitem_description_type":"Other"}]},"item_2_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"1261","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌"}],"bibliographicPageStart":"1250","bibliographicIssueDates":{"bibliographicIssueDate":"2018-04-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"4","bibliographicVolumeNumber":"59"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"created":"2025-01-19T00:54:05.160942+00:00","id":187408,"links":{}}