skip to main content
research-article
Free Access
Just Accepted

A Tale of Two Comprehensions? Analyzing Student Programmer Attention during Code Summarization

Authors Info & Claims
Online AM:15 May 2024Publication History
Skip Abstract Section

Abstract

Code summarization is the task of creating short, natural language descriptions of source code. It is an important part of code comprehension, and a powerful method of documentation. Previous work has made progress in identifying where programmers focus in code as they write their own summaries (i.e., Writing). However, there is currently a gap studying programmers’ attention as they read code with pre-written summaries (i.e., Reading). As a result, it is currently unknown how these two forms of code comprehension compare: Reading and Writing. Also, there is a limited understanding of programmer attention with respect to program semantics. We address these shortcomings with a human eye-tracking study (n=27) comparing Reading and Writing. We examined programmers’ attention with respect to fine-grained program semantics, including their attention sequences (i.e., scan paths). We find distinctions in programmer attention across the comprehension tasks, similarities in reading patterns between them, and differences mediated by demographic factors. This can help guide code comprehension in both CS education and automated code summarization. Furthermore, we mapped programmers’ gaze data onto the Abstract Syntax Tree to explore another representation of human attention. We find that visual behavior on this structure is not always consistent with that on source code.

References

  1. 2019. Python - SDK reference guide - Tobii Pro SDK documentation. https://developer.tobiipro.com/python/python-sdk-reference-guide.htmlGoogle ScholarGoogle Scholar
  2. 2023. https://go.tobii.com/tobii-pro-fusion-user-manualGoogle ScholarGoogle Scholar
  3. Hervé Abdi et al. 2007. Bonferroni and Šidák corrections for multiple comparisons. Encyclopedia of measurement and statistics 3, 01 (2007), 2007.Google ScholarGoogle Scholar
  4. Nahla J Abid, Jonathan I Maletic, and Bonita Sharif. 2019. Using developer eye movements to externalize the mental model used in code summarization tasks. In Proceedings of the 11th ACM Symposium on Eye Tracking Research & Applications. 1–9.Google ScholarGoogle ScholarDigital LibraryDigital Library
  5. Nahla J Abid, Bonita Sharif, Natalia Dragan, Hend Alrasheed, and Jonathan I Maletic. 2019. Developer reading behavior while summarizing java methods: Size and context matters. In 2019 IEEE/ACM 41st International Conference on Software Engineering (ICSE). IEEE, 384–395.Google ScholarGoogle ScholarDigital LibraryDigital Library
  6. Marjan Adeli, Nicholas Nelson, Souti Chattopadhyay, Hayden Coffey, Austin Henley, and Anita Sarma. 2020. Supporting code comprehension via annotations: Right information at the right time and place. In 2020 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC). IEEE, 1–10.Google ScholarGoogle ScholarCross RefCross Ref
  7. Emad Aghajani, Csaba Nagy, Mario Linares-Vásquez, Laura Moreno, Gabriele Bavota, Michele Lanza, and David C Shepherd. 2020. Software documentation: the practitioners’ perspective. In Proceedings of the ACM/IEEE 42nd International Conference on Software Engineering. 590–601.Google ScholarGoogle ScholarDigital LibraryDigital Library
  8. Wasi Uddin Ahmad, Saikat Chakraborty, Baishakhi Ray, and Kai-Wei Chang. 2020. A transformer-based approach for source code summarization. arXiv preprint arXiv:2005.00653(2020).Google ScholarGoogle Scholar
  9. Akiko Aizawa. 2003. An information-theoretic perspective of tf–idf measures. Information Processing & Management 39, 1 (2003), 45–65.Google ScholarGoogle ScholarDigital LibraryDigital Library
  10. Miltiadis Allamanis, Marc Brockschmidt, and Mahmoud Khademi. 2017. Learning to represent programs with graphs. arXiv preprint arXiv:1711.00740(2017).Google ScholarGoogle Scholar
  11. Aakash Bansal, Zachary Eberhart, Zachary Karas, Yu Huang, and Collin McMillan. 2023. Function Call Graph Context Encoding for Neural Source Code Summarization. IEEE Transactions on Software Engineering(2023).Google ScholarGoogle ScholarDigital LibraryDigital Library
  12. Aakash Bansal, Chia-Yi Su, Zachary Karas, Yifan Zhang, Yu Huang, Toby Jia-Jun Li, and Collin McMillan. 2023. Modeling Programmer Attention as Scanpath Prediction. In 2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 1732–1736.Google ScholarGoogle ScholarCross RefCross Ref
  13. Roman Bednarik, Carsten Schulte, Lea Budde, Birte Heinemann, and Hana Vrzakova. 2018. Eye-movement modeling examples in source code comprehension: A classroom study. In Proceedings of the 18th Koli Calling International Conference on Computing Education Research. 1–8.Google ScholarGoogle ScholarDigital LibraryDigital Library
  14. Roman Bednarik and Markku Tukiainen. 2008. Temporal eye-tracking data: Evolution of debugging strategies with multiple representations. In Proceedings of the 2008 symposium on Eye tracking research & applications. 99–102.Google ScholarGoogle ScholarDigital LibraryDigital Library
  15. Jean-Francois Bergeretti and Bernard A Carré. 1985. Information-flow and data-flow analysis of while-programs. ACM Transactions on Programming Languages and Systems (TOPLAS) 7, 1(1985), 37–61.Google ScholarGoogle ScholarDigital LibraryDigital Library
  16. Birtukan Birawo and Pawel Kasprowski. 2022. Review and evaluation of eye movement event detection algorithms. Sensors 22, 22 (2022), 8810.Google ScholarGoogle ScholarCross RefCross Ref
  17. Neil CC Brown, Pierre Weill-Tessier, Maksymilian Sekula, Alexandra-Lucia Costache, and Michael Kölling. 2022. Novice use of the Java programming language. ACM Transactions on Computing Education 23, 1 (2022), 1–24.Google ScholarGoogle ScholarDigital LibraryDigital Library
  18. Peter F Brown, Vincent J Della Pietra, Peter V Desouza, Jennifer C Lai, and Robert L Mercer. 1992. Class-based n-gram models of natural language. Computational linguistics 18, 4 (1992), 467–480.Google ScholarGoogle Scholar
  19. Teresa Busjahn, Roman Bednarik, Andrew Begel, Martha Crosby, James H Paterson, Carsten Schulte, Bonita Sharif, and Sascha Tamm. 2015. Eye movements in code reading: Relaxing the linear order. In 2015 IEEE 23rd International Conference on Program Comprehension. IEEE, 255–265.Google ScholarGoogle ScholarDigital LibraryDigital Library
  20. Teresa Busjahn, Carsten Schulte, and Andreas Busjahn. 2011. Analysis of code reading to gain more insight in program comprehension. In Proceedings of the 11th Koli Calling International Conference on Computing Education Research. 1–9.Google ScholarGoogle ScholarDigital LibraryDigital Library
  21. Joseph Cesario. 2022. What can experimental studies of bias tell us about real-world group disparities?Behavioral and Brain Sciences 45 (2022), e66.Google ScholarGoogle Scholar
  22. Michael L Collard, Michael John Decker, and Jonathan I Maletic. 2013. srcml: An infrastructure for the exploration, analysis, and manipulation of source code: A tool demonstration. In 2013 IEEE International conference on software maintenance. IEEE, 516–519.Google ScholarGoogle ScholarDigital LibraryDigital Library
  23. Robert Cordingly, Hanfei Yu, Varik Hoang, David Perez, David Foster, Zohreh Sadeghi, Rashad Hatchett, and Wes J Lloyd. 2020. Implications of programming language selection for serverless data processing pipelines. In DASC/PiCom/CBDCom/CyberSciTech. IEEE, 704–711.Google ScholarGoogle Scholar
  24. Diego Costa, Artur Andrzejak, Janos Seboek, and David Lo. 2017. Empirical study of usage and performance of java collections. In Proceedings of the 8th ACM/SPEC on International Conference on Performance Engineering. 389–400.Google ScholarGoogle ScholarDigital LibraryDigital Library
  25. Richard Craggs and Mary McGee Wood. 2005. Evaluating discourse and dialogue coding schemes. Computational Linguistics 31, 3 (2005), 289–296.Google ScholarGoogle ScholarDigital LibraryDigital Library
  26. Filipe Cristino, Sebastiaan Mathôt, Jan Theeuwes, and Iain D Gilchrist. 2010. ScanMatch: A novel method for comparing fixation sequences. Behavior research methods 42 (2010), 692–700.Google ScholarGoogle Scholar
  27. Martha E Crosby, Jean Scholtz, and Susan Wiedenbeck. 2002. The Roles Beacons Play in Comprehension for Novice and Expert Programmers.. In PPIG. 5.Google ScholarGoogle Scholar
  28. Benoît De Smet, Lorent Lempereur, Zohreh Sharafi, Yann-Gaël Guéhéneuc, Giuliano Antoniol, and Naji Habra. 2014. Taupe: Visualizing and analyzing eye-tracking data. Science of computer programming 79 (2014), 260–278.Google ScholarGoogle Scholar
  29. Marie Delacre, Daniël Lakens, and Christophe Leys. 2017. Why psychologists should by default use Welch’s t-test instead of Student’s t-test. International Review of Social Psychology 30, 1 (2017), 92–101.Google ScholarGoogle ScholarCross RefCross Ref
  30. David Demirdjian, Leonid Taycher, Gregory Shakhnarovich, Kristen Grauman, and Trevor Darrell. 2005. Avoiding the” streetlight effect”: tracking by exploring likelihood modes. In Tenth IEEE International Conference on Computer Vision (ICCV’05) Volume 1, Vol.  1. IEEE, 357–364.Google ScholarGoogle Scholar
  31. Alan Ewert and Jim Sibthorp. 2009. Creating outcomes through experiential education: The challenge of confounding variables. Journal of Experiential Education 31, 3 (2009), 376–389.Google ScholarGoogle ScholarCross RefCross Ref
  32. Franz Faul, Edgar Erdfelder, Albert-Georg Lang, and Axel Buchner. 2007. G* Power 3: A flexible statistical power analysis program for the social, behavioral, and biomedical sciences. Behavior research methods 39, 2 (2007), 175–191.Google ScholarGoogle Scholar
  33. Benjamin Floyd, Tyler Santander, and Westley Weimer. 2017. Decoding the representation of code in the brain: An fMRI study of code review and expertise. In 2017 IEEE/ACM 39th International Conference on Software Engineering (ICSE). IEEE, 175–186.Google ScholarGoogle ScholarDigital LibraryDigital Library
  34. Davide Fucci, Daniela Girardi, Nicole Novielli, Luigi Quaranta, and Filippo Lanubile. 2019. A replication study on code comprehension and expertise using lightweight biometric sensors. In 2019 IEEE/ACM 27th International Conference on Program Comprehension (ICPC). IEEE, 311–322.Google ScholarGoogle ScholarDigital LibraryDigital Library
  35. Golara Garousi, Vahid Garousi, Mahmoud Moussavi, Guenther Ruhe, and Brian Smith. 2013. Evaluating usage and quality of technical software documentation: an empirical study. In Proceedings of the 17th international conference on evaluation and assessment in software engineering. 24–35.Google ScholarGoogle ScholarDigital LibraryDigital Library
  36. Michael Gnatz, Leonid Kof, Franz Prilmeier, and Tilman Seifert. 2003. A practical approach of teaching software engineering. In Proceedings 16th Conference on Software Engineering Education and Training, 2003.(CSEE&T 2003). IEEE, 120–128.Google ScholarGoogle ScholarCross RefCross Ref
  37. Jaekyu Ha, Robert M Haralick, and Ihsin T Phillips. 1995. Document page decomposition by the bounding-box project. In Proceedings of 3rd International Conference on Document Analysis and Recognition, Vol.  2. IEEE, 1119–1122.Google ScholarGoogle Scholar
  38. Sonia Haiduc, Jairo Aponte, and Andrian Marcus. 2010. Supporting program comprehension with source code summarization. In Proceedings of the 32nd ACM/IEEE International Conference on Software Engineering-Volume 2. 223–226.Google ScholarGoogle ScholarDigital LibraryDigital Library
  39. Sakib Haque, Zachary Eberhart, Aakash Bansal, and Collin McMillan. 2022. Semantic similarity metrics for evaluating source code summarization. In Proceedings of the 30th IEEE/ACM International Conference on Program Comprehension. 36–47.Google ScholarGoogle ScholarDigital LibraryDigital Library
  40. Florian Hauser, Jürgen Mottok, and Hans Gruber. 2018. Eye tracking metrics in software engineering. In Proceedings of the 3rd European Conference of Software Engineering Education. 39–44.Google ScholarGoogle ScholarDigital LibraryDigital Library
  41. Mary Hegarty, Richard E Mayer, and Carolyn E Green. 1992. Comprehension of arithmetic word problems: Evidence from students’ eye fixations.Journal of educational psychology 84, 1 (1992), 76.Google ScholarGoogle Scholar
  42. Prateek Hejmady and N Hari Narayanan. 2012. Visual attention patterns during program debugging with an IDE. In proceedings of the symposium on eye tracking research and applications. 197–200.Google ScholarGoogle ScholarDigital LibraryDigital Library
  43. Xing Hu, Xin Xia, David Lo, Zhiyuan Wan, Qiuyuan Chen, and Thomas Zimmermann. 2022. Practitioners’ expectations on automated code comment generation. In Proceedings of the 44th International Conference on Software Engineering. 1693–1705.Google ScholarGoogle ScholarDigital LibraryDigital Library
  44. Yu Huang, Kevin Leach, Zohreh Sharafi, Nicholas McKay, Tyler Santander, and Westley Weimer. 2020. Biases and differences in code review using medical imaging and eye-tracking: genders, humans, and machines. In Proceedings of the 28th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering. 456–468.Google ScholarGoogle ScholarDigital LibraryDigital Library
  45. Yu Huang, Xinyu Liu, Ryan Krueger, Tyler Santander, Xiaosu Hu, Kevin Leach, and Westley Weimer. 2019. Distilling neural representations of data structure manipulation using fMRI and fNIRS. In 2019 IEEE/ACM 41st International Conference on Software Engineering (ICSE). IEEE, 396–407.Google ScholarGoogle ScholarDigital LibraryDigital Library
  46. Yasir Hussain, Zhiqiu Huang, Yu Zhou, and Senzhang Wang. 2020. CodeGRU: Context-aware deep learning with gated recurrent unit for source code modeling. Information and Software Technology 125 (2020), 106309.Google ScholarGoogle ScholarCross RefCross Ref
  47. Sarah Jessup, Sasha M Willis, Gene Alarcon, and Michael Lee. 2021. Using eye-tracking data to compare differences in code comprehension and code perceptions between expert and novice programmers. (2021).Google ScholarGoogle Scholar
  48. Marcel A Just and Patricia A Carpenter. 1980. A theory of reading: from eye fixations to comprehension.Psychological review 87, 4 (1980), 329.Google ScholarGoogle Scholar
  49. Zachary Karas, Andrew Jahn, Westley Weimer, and Yu Huang. 2021. Connecting the dots: rethinking the relationship between code and prose writing with functional connectivity. In Proceedings of the 29th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering. 767–779.Google ScholarGoogle ScholarDigital LibraryDigital Library
  50. Ryan Krueger, Yu Huang, Xinyu Liu, Tyler Santander, Westley Weimer, and Kevin Leach. 2020. Neurological divide: an fMRI study of prose and code writing. In Proceedings of the ACM/IEEE 42nd International Conference on Software Engineering. 678–690.Google ScholarGoogle ScholarDigital LibraryDigital Library
  51. Alexander LeClair, Sakib Haque, Lingfei Wu, and Collin McMillan. 2020. Improved code summarization via a graph neural network. In Proceedings of the 28th international conference on program comprehension. 184–195.Google ScholarGoogle ScholarDigital LibraryDigital Library
  52. Alexander LeClair and Collin McMillan. 2019. Recommendations for datasets for source code summarization. arXiv preprint arXiv:1904.02660(2019).Google ScholarGoogle Scholar
  53. Nora McDonald, Sarita Schoenebeck, and Andrea Forte. 2019. Reliability and inter-rater reliability in qualitative research: Norms and guidelines for CSCW and HCI practice. Proceedings of the ACM on human-computer interaction 3, CSCW(2019), 1–23.Google ScholarGoogle ScholarDigital LibraryDigital Library
  54. Nora A McIntyre and Tom Foulsham. 2018. Scanpath analysis of expertise and culture in teacher gaze in real-world classrooms. Instructional Science 46(2018), 435–455.Google ScholarGoogle ScholarCross RefCross Ref
  55. Mónika Mészáros, Máté Cserép, and Anett Fekete. 2019. Delivering comprehension features into source code editors through LSP. In 2019 42nd International Convention on Information and Communication Technology, Electronics and Microelectronics (MIPRO). IEEE, 1581–1586.Google ScholarGoogle ScholarCross RefCross Ref
  56. Daniel C Molden. 2014. Understanding priming effects in social psychology: An overview and integration. Social Cognition 32, Supplement (2014), 243–249.Google ScholarGoogle ScholarCross RefCross Ref
  57. Laura Moreno, Jairo Aponte, Giriprasad Sridhara, Andrian Marcus, Lori Pollock, and K Vijay-Shanker. 2013. Automatic generation of natural language summaries for java classes. In 2013 21st International conference on program comprehension (ICPC). IEEE, 23–32.Google ScholarGoogle ScholarCross RefCross Ref
  58. Sun Developer Network. 1999. Code conventions for the Java programming language.Google ScholarGoogle Scholar
  59. Patrick Niemeyer and Jonathan Knudsen. 2005. Learning java. ” O’Reilly Media, Inc.”.Google ScholarGoogle Scholar
  60. Anneli Olsen. 2012. The Tobii I-VT fixation filter. Tobii Technology 21(2012), 4–19.Google ScholarGoogle Scholar
  61. David Lorge Parnas. 2010. Precise documentation: The key to better software. In The Future of Software Engineering. Springer, 125–148.Google ScholarGoogle Scholar
  62. Norman Peitek, Sven Apel, Chris Parnin, André Brechmann, and Janet Siegmund. 2021. Program comprehension and code complexity metrics: An fmri study. In 2021 IEEE/ACM 43rd International Conference on Software Engineering (ICSE). IEEE, 524–536.Google ScholarGoogle ScholarDigital LibraryDigital Library
  63. Norman Peitek, Janet Siegmund, and Sven Apel. 2020. What drives the reading order of programmers? an eye tracking study. In Proceedings of the 28th International Conference on Program Comprehension. 342–353.Google ScholarGoogle ScholarDigital LibraryDigital Library
  64. Sylvia Peißl, Christopher D. Wickens, and Rithi Baruah. 2018. Eye-Tracking Measures in Aviation: A Selective Literature Review. The International Journal of Aerospace Psychology 28, 3-4(2018), 98–112. https://doi.org/10.1080/24721840.2018.1514978 arXiv:https://doi.org/10.1080/24721840.2018.1514978Google ScholarGoogle ScholarCross RefCross Ref
  65. Juan Ramos et al. 2003. Using tf-idf to determine word relevance in document queries. In Proceedings of the first instructional conference on machine learning, Vol.  242. Citeseer, 29–48.Google ScholarGoogle Scholar
  66. Pooja Rani, Arianna Blasi, Nataliia Stulova, Sebastiano Panichella, Alessandra Gorla, and Oscar Nierstrasz. 2023. A decade of code comment quality assessment: A systematic literature review. Journal of Systems and Software 195 (2023), 111515.Google ScholarGoogle ScholarDigital LibraryDigital Library
  67. Keith Rayner. 1998. Eye movements in reading and information processing: 20 years of research.Psychological bulletin 124, 3 (1998), 372.Google ScholarGoogle Scholar
  68. Paige Rodeghero, Cheng Liu, Paul W McBurney, and Collin McMillan. 2015. An eye-tracking study of java programmers and application to source code summarization. IEEE Transactions on Software Engineering 41, 11 (2015), 1038–1054.Google ScholarGoogle ScholarDigital LibraryDigital Library
  69. Paige Rodeghero and Collin McMillan. 2015. An empirical study on the patterns of eye movement during summarization tasks. In 2015 ACM/IEEE International Symposium on Empirical Software Engineering and Measurement (ESEM). IEEE, 1–10.Google ScholarGoogle ScholarCross RefCross Ref
  70. Paige Rodeghero, Collin McMillan, Paul W McBurney, Nigel Bosch, and Sidney D’Mello. 2014. Improving automated source code summarization via an eye-tracking study of programmers. In Proceedings of the 36th international conference on Software engineering. 390–401.Google ScholarGoogle ScholarDigital LibraryDigital Library
  71. Herbert Schildt. 2007. Java: the complete reference. (2007).Google ScholarGoogle Scholar
  72. Hugo H Schoonewille, Werner Heijstek, Michel RV Chaudron, and Thomas Kühne. 2011. A cognitive perspective on developer comprehension of software design documentation. In Proceedings of the 29th ACM international conference on Design of communication. 211–218.Google ScholarGoogle ScholarDigital LibraryDigital Library
  73. Timothy R Shaffer, Jenna L Wise, Braden M Walters, Sebastian C Müller, Michael Falcone, and Bonita Sharif. 2015. itrace: Enabling eye tracking on software artifacts within the ide to support software engineering tasks. In Proceedings of the 2015 10th Joint Meeting on Foundations of Software Engineering. 954–957.Google ScholarGoogle ScholarDigital LibraryDigital Library
  74. Zohreh Sharafi, Alessandro Marchetto, Angelo Susi, Giuliano Antoniol, and Yann-Gaël Guéhéneuc. 2013. An empirical study on the efficiency of graphical vs. textual representations in requirements comprehension. In 2013 21st International Conference on Program Comprehension (ICPC). IEEE, 33–42.Google ScholarGoogle ScholarCross RefCross Ref
  75. Zohreh Sharafi, Timothy Shaffer, Bonita Sharif, and Yann-Gaël Guéhéneuc. 2015. Eye-tracking metrics in software engineering. In 2015 Asia-Pacific Software Engineering Conference (APSEC). IEEE, 96–103.Google ScholarGoogle ScholarCross RefCross Ref
  76. Zohreh Sharafi, Bonita Sharif, Yann-Gaël Guéhéneuc, Andrew Begel, Roman Bednarik, and Martha Crosby. 2020. A practical guide on conducting eye tracking studies in software engineering. Empirical Software Engineering 25 (2020), 3128–3174.Google ScholarGoogle ScholarDigital LibraryDigital Library
  77. Zohreh Sharafi, Zéphyrin Soh, Yann-Gaël Guéhéneuc, and Giuliano Antoniol. 2012. Women and men—different but equal: On the impact of identifier style on source code reading. In 2012 20th IEEE International Conference on Program Comprehension (ICPC). IEEE, 27–36.Google ScholarGoogle ScholarCross RefCross Ref
  78. Bonita Sharif and Jonathan I Maletic. 2010. An eye tracking study on camelcase and under_score identifier styles. In 2010 IEEE 18th International Conference on Program Comprehension. IEEE, 196–205.Google ScholarGoogle ScholarDigital LibraryDigital Library
  79. Susan Elliott Sim, Sukanya Ratanotayanon, Oluwatosin Aiyelokun, and Erin Morris. 2006. An initial study to develop an empirical test for software engineering expertise. Institute for Software Research, University of California, Irvine, CA, USA, Technical Report# UCI-ISR-06-6(2006).Google ScholarGoogle Scholar
  80. Amit Singhal et al. 2001. Modern information retrieval: A brief overview. IEEE Data Eng. Bull. 24, 4 (2001), 35–43.Google ScholarGoogle Scholar
  81. Ian Sommerville. 2001. Software documentation. Software engineering 2(2001), 143–154.Google ScholarGoogle Scholar
  82. Giriprasad Sridhara, Emily Hill, Divya Muppaneni, Lori Pollock, and K Vijay-Shanker. 2010. Towards automatically generating summary comments for java methods. In Proceedings of the 25th IEEE/ACM international conference on Automated software engineering. 43–52.Google ScholarGoogle ScholarDigital LibraryDigital Library
  83. Ze Tang, Chuanyi Li, Jidong Ge, Xiaoyu Shen, Zheling Zhu, and Bin Luo. 2021. AST-transformer: Encoding abstract syntax trees efficiently for code summarization. In 2021 36th IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 1193–1195.Google ScholarGoogle ScholarDigital LibraryDigital Library
  84. William C Thompson. 2016. Observer Effects. A Guide to Forensic DNA Profiling(2016), 171–173.Google ScholarGoogle Scholar
  85. Anneliese Von Mayrhauser and A Marie Vans. 1995. Program comprehension during software maintenance and evolution. Computer 28, 8 (1995), 44–55.Google ScholarGoogle ScholarDigital LibraryDigital Library
  86. Ruyun Wang, Hanwen Zhang, Guoliang Lu, Lei Lyu, and Chen Lyu. 2020. Fret: Functional reinforced transformer with bert for code summarization. IEEE Access 8(2020), 135591–135604.Google ScholarGoogle ScholarCross RefCross Ref
  87. Michel Wedel and Rik Pieters. 2017. A review of eye-tracking research in marketing. In Review of marketing research. Routledge, 123–147.Google ScholarGoogle Scholar
  88. Marvin Wyrich, Justus Bogner, and Stefan Wagner. 2022. 40 years of designing code comprehension experiments: A systematic mapping study. arXiv preprint arXiv:2206.11102(2022).Google ScholarGoogle Scholar
  89. Chunyan Zhang, Junchao Wang, Qinglei Zhou, Ting Xu, Ke Tang, Hairen Gui, and Fudong Liu. 2022. A survey of automatic source code summarization. Symmetry 14, 3 (2022), 471.Google ScholarGoogle ScholarCross RefCross Ref

Recommendations

Comments

Login options

Check if you have access through your login credentials or your institution to get full access on this article.

Sign in

Full Access

  • Published in

    cover image ACM Transactions on Software Engineering and Methodology
    ACM Transactions on Software Engineering and Methodology Just Accepted
    ISSN:1049-331X
    EISSN:1557-7392
    Table of Contents

    Copyright © 2024 Copyright held by the owner/author(s).

    Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. For all other uses, contact the owner/author(s).

    Publisher

    Association for Computing Machinery

    New York, NY, United States

    Publication History

    • Online AM: 15 May 2024
    • Accepted: 23 April 2024
    • Revised: 5 February 2024
    • Received: 6 September 2023
    Published in tosem Just Accepted

    Check for updates

    Qualifiers

    • research-article
  • Article Metrics

    • Downloads (Last 12 months)102
    • Downloads (Last 6 weeks)102

    Other Metrics

PDF Format

View or Download as a PDF file.

PDF

eReader

View online with eReader.

eReader