{"created":"2025-01-19T01:12:56.864595+00:00","updated":"2025-01-19T17:40:01.425131+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00211814","sets":["1164:1384:10524:10618"]},"path":["10618"],"owner":"44499","recid":"211814","title":["ソフトウェア開発者の知見を考慮した半自動バグ修正の性能調査"],"pubdate":{"attribute_name":"公開日","attribute_value":"2021-07-01"},"_buckets":{"deposit":"4df8b856-2f62-4a8f-99e6-693236ae9617"},"_deposit":{"id":"211814","pid":{"type":"depid","value":"211814","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"ソフトウェア開発者の知見を考慮した半自動バグ修正の性能調査","author_link":["538916","538919","538918","538917","538923","538921","538920","538922"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"ソフトウェア開発者の知見を考慮した半自動バグ修正の性能調査"}]},"item_type_id":"4","publish_date":"2021-07-01","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"九州大学"},{"subitem_text_value":"九州大学"},{"subitem_text_value":"九州大学"},{"subitem_text_value":"九州大学"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Kyushu University","subitem_text_language":"en"},{"subitem_text_value":"Kyushu University","subitem_text_language":"en"},{"subitem_text_value":"Kyushu University","subitem_text_language":"en"},{"subitem_text_value":"Kyushu University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"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/211814/files/IPSJ-SE21208014.pdf","label":"IPSJ-SE21208014.pdf"},"date":[{"dateType":"Available","dateValue":"2023-07-01"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-SE21208014.pdf","filesize":[{"value":"1.0 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":"12"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"857fa68e-5d63-4412-ad4d-496c03df8a93","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2021 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"山手, 響介"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"近藤, 将成"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"亀井, 靖高"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"鵜林, 尚靖"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Kyosuke, Yamate","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Masanari, Kondo","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Yasutaka, Kamei","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Naoyasu, Ubayashi","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10112981","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8825","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"ソフトウェア開発におけるデバッグコストの削減を目的として,自動バグ修正の研究が盛んに行われている.自動バグ修正では自動バグ限局と呼ばれるステップでバグの箇所を自動で推測する.自動バグ限局でバグの箇所が正しく推測できなければ修正時間の増加,修正精度の低下につながると考えられる.そこで,本研究では自動バグ限局の代わりに,開発者によるバグ限局の結果を考慮することで,修正時間の短縮および修正精度の向上が可能であるかを調査した.本研究ではバグが 1 行のみで,かつバグを含むメソッドまで特定できている場合を想定し,開発者によるバグ限局の効果をシミュレーションによって明らかにする.シミュレーションの目的は,自動バグ修正の性能向上のためには,どの程度までバグの箇所が特定できていて,どのようにバグ限局を行えばいいかを明らかにすることである.開発者によるバグ限局の方法を (1) 複数行をまとめて選択し,選択した各行に疑わしさのランクを付けて修正を 1 回行う手法,(2) 1 行のみを選択して修正を行う操作を複数行に対して繰り返し行う手法の 2 つを提案し,シミュレーションを行った.シミュレーションの結果,自動バグ限局でバグの箇所が正しく特定できない場合であれば,(1),(2) 両方の手法が自動バグ修正の性能向上に有効であった.自動バグ限局でバグの箇所が正しく特定できる場合,(1) の手法は,バグの箇所の疑わしさのランクを高く設定できても,修正性能の向上がほとんど期待できないという結果となった.一方,(2) の手法は,バグを含むメソッドまで特定でき,かつそのメソッドの約 70% の範囲まで限局できていれば修正時間の短縮が期待でき,さらにそのメソッドの約 30% の範囲まで限局できていれば,無意味な修正が行われにくいという結果となった.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告ソフトウェア工学(SE)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2021-07-01","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"14","bibliographicVolumeNumber":"2021-SE-208"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":211814,"links":{}}