{"links":{},"id":2006757,"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:02006757","sets":["581:1765244505933:1765245307659"]},"path":["1765245307659"],"owner":"80578","recid":"2006757","title":["Javaにおける一文字変数の型とスコープに着目した利用実態調査"],"pubdate":{"attribute_name":"PubDate","attribute_value":"2026-01-15"},"_buckets":{"deposit":"49f30282-047a-4bfe-9e7c-348065ed4808"},"_deposit":{"id":"2006757","pid":{"type":"depid","value":"2006757","revision_id":0},"owner":"80578","owners":[80578],"status":"published","created_by":80578},"item_title":"Javaにおける一文字変数の型とスコープに着目した利用実態調査","author_link":[],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"Javaにおける一文字変数の型とスコープに着目した利用実態調査","subitem_title_language":"ja"},{"subitem_title":"An Empirical Study on the Usage of Single-letter Variables in Java: Focusing on Types and Scopes","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"[一般論文] 一文字変数,命名規則,ソフトウェア保守,プログラム理解","subitem_subject_scheme":"Other"}]},"item_type_id":"2","publish_date":"2026-01-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":"Nara Institute of Science and Technology","subitem_text_language":"en"},{"subitem_text_value":"Nara Institute of Science and Technology","subitem_text_language":"en"},{"subitem_text_value":"Future University Hakodate","subitem_text_language":"en"},{"subitem_text_value":"Nara Institute of 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/2006757/files/IPSJ-JNL6701011.pdf","label":"IPSJ-JNL6701011.pdf"},"date":[{"dateType":"Available","dateValue":"2028-01-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-JNL6701011.pdf","filesize":[{"value":"1.5 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":"b3784e3f-4bc4-485d-be46-ebef30cc7772","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2026 by the Information Processing Society of Japan"}]},"item_2_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"岡井,光輝"}]},{"creatorNames":[{"creatorName":"嶋利,一真"}]},{"creatorNames":[{"creatorName":"石尾,隆"}]},{"creatorNames":[{"creatorName":"松本,健一"}]}]},"item_2_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Koki Okai","creatorNameLang":"en"}]},{"creatorNames":[{"creatorName":"Kazumasa Shimari","creatorNameLang":"en"}]},{"creatorNames":[{"creatorName":"Takashi Ishio","creatorNameLang":"en"}]},{"creatorNames":[{"creatorName":"Kenichi Matsumoto","creatorNameLang":"en"}]}]},"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_publisher_15":{"attribute_name":"公開者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"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":"プログラム理解において,変数名は保守性に大きく影響するため,一般的には複数文字の名前が推奨される.一方で,一文字変数もJavaソースコードの約9%を占めるなど無視できない存在である.変数名の利用や命名において型やスコープを考慮することの重要性が示されているが,一文字変数については狭いスコープで使うという推奨にとどまっており,型やスコープごとに異なるであろう利用実態は調査されていない.本論文では,Javaソースコードにおける一文字変数の利用実態を,型とスコープ,そして使用されるアルファベットに着目して定量的に分析する.分析の結果,一文字変数の使用割合,使用されるアルファベット,そしてスコープの広さが,いずれも変数の型によって異なることを明らかにした.これらの結果は,一文字変数の利用においては型に基づいたアルファベット選択の慣習ならびにスコープの文脈を考慮する必要性を示している.","subitem_description_type":"Other"}]},"item_2_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"In program comprehension, variable names significantly impact maintainability, thus multi-letter names are generally recommended. However, single-letter variables are a non-negligible presence, constituting about 9% of Java source code. The importance of considering type and scope when using and naming variables has been shown, but recommendations for single-character variables are limited to using them in a narrow scope, and actual usages that are likely to vary depending on type and scope have not been investigated. This paper quantitatively analyzes the actual usage of single-letter variables in Java source code, focusing on type, scope, and the alphabet used. Our analysis revealed that the usage ratio, the chosen alphabet, and the scope of single-letter variables all vary depending on the variable type. These results demonstrate the necessity of considering type-based alphabet conventions and scope context when using single-letter variables.","subitem_description_type":"Other"}]},"item_2_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"91","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌"}],"bibliographicPageStart":"82","bibliographicIssueDates":{"bibliographicIssueDate":"2026-01-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"1","bibliographicVolumeNumber":"67"}]},"relation_version_is_last":true,"item_2_identifier_registration":{"attribute_name":"ID登録","attribute_value_mlt":[{"subitem_identifier_reg_text":"10.20729/0002006757","subitem_identifier_reg_type":"JaLC"}]},"weko_creator_id":"80578"},"created":"2026-01-09T02:19:07.925758+00:00","updated":"2026-01-15T01:46:51.971890+00:00"}