CINXE.COM
Program - FSE 2024
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="https://2024.esec-fse.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://2024.esec-fse.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>Program - FSE 2024</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://2024.esec-fse.org";</script> <link rel="stylesheet" href="https://2024.esec-fse.org/stylesheets/print-program.css?b774586a40b6df0d1423d546295a4866" type="text/css" /><link rel="stylesheet" href="https://2024.esec-fse.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://2024.esec-fse.org/stylesheets/conf.css?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://2024.esec-fse.org/stylesheets/logobar.css?d68c282160782c2b5f5bfb8ceb47a30e" type="text/css" /><link rel="stylesheet" href="https://2024.esec-fse.org/stylesheets/flatpickr-4.3.2.min.css?8eedb7a0f2455c0dbbbbcc46c4172c0d" type="text/css" /><link rel="stylesheet" href="https://2024.esec-fse.org/stylesheets/theme.bootstrap_3.min.css?6867e70881e6ed2c03b6c9cf9c3152e0" type="text/css" /><script type="text/javascript" src="//code.jquery.com/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/faceted-filtering.js?b66007ca48ecd1d87e1cdd60e4e42366"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/flatpickr-4.3.2.min.js?c2885c17ae5fd471c9a40c437e8a2736"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/today-program.js?86247294517a9fd6ebc914ee2d9b7c21"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://2024.esec-fse.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='Program - FSE 2024'> <script type="text/javascript">(function($){ $(document).ready(function(){ $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) { event.preventDefault(); event.stopPropagation(); $(this).parent().siblings().removeClass('open'); $(this).parent().toggleClass('open'); }); }); })(jQuery); </script> <script type="text/javascript"> $(window).on('popstate', function(){ $('.modal.in').modal('hide') }); </script><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('.modal').on( 'shown.bs.modal', function(){ if(history.pushState){ history.pushState({ id: 'modal', modalId: $(this).attr('id') }, null, window.location.href); } } ).on( 'hidden.bs.modal', function (){ if( history.state != null && history.state.modalId == $(this).attr('id') ){ history.back(); } } ); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script> <script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-4G0QWEKVQS', {'cookie_domain': 'auto', 'anonymizeIp': true });gtag('config', 'UA-9607501-2', {'cookie_domain': 'auto', 'anonymizeIp': true });</script> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='Welcome to the website of the FSE 2024 conference. The ACM International Conference on the Foundations of Software Engineering (FSE) is an internationally renowned forum for researchers, practitioners, and educators to present and discuss the most recent innovations, trends, experiences, and challenges in the field of software engineering. FSE brings together experts from academia and industry to exchange the latest research results and trends as well as their practical application in all areas of software engineering. The main conference will be held on 17th - 19th July 2024, and the pr ...'> <script type="text/javascript">function collapseIndicator( containerElemId ){ $( document ).ready(function(){ var colElem = $('#' + containerElemId + ':not([data-collapse-handler])').attr('data-collapse-handler', 'true').find('.collapse').addBack('.collapse'); colElem.on('shown.bs.collapse hidden.bs.collapse', function () { $(this).prev().find('.glyphicon:first').toggleClass('glyphicon-chevron-right glyphicon-chevron-down'); }) }) } </script> <script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('input.flatpickr:not([id])').focusout( function(){ this.dispatchEvent( new KeyboardEvent('keydown',{keyCode:13, bubbles: true}) ); } ); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script> <script type="text/javascript">function addEventModalLoadOnClick( containerNode ){ $(containerNode).find( "a[data-event-modal]" ).on("click", function(e){ var eventId = $(this).data("event-modal"); var modalElem = $("#modal-" + eventId); if(modalElem.length){ modalElem.modal({ backdrop: 'static', keyboard: true}, 'show'); } else { var loaderElem = $("#event-modal-loader"); loaderElem.find("input.event-id-input").val( eventId ); loaderElem.find("#load-modal-action").click(); } e.preventDefault(); } ); } </script><script type="text/javascript">function addStarredEventOnClick( containerNode ){ $(containerNode).find( "[data-event-star]" ).on("click", function(e){ var eventId = $(this).data("event-star"); var starEventFormElem = $("#event-star-form"); starEventFormElem.find("input.event-id-input").val( eventId ); starEventFormElem.find("#star-event-action").click(); e.preventDefault(); e.stopPropagation(); } ); } </script><script type="text/javascript">function pauseOnCloseModal( modalid ){ //pauses video (only youtube at the moment) when closing modal $('#' + modalid).on('hidden.bs.modal', function () { $(this).find('.embed-container iframe[src*=enablejsapi]').each( function(){ this.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*') } ); } ) } </script> <meta name='description' content='Welcome to the website of the FSE 2024 conference. The ACM International Conference on the Foundations of Software Engineering (FSE) is an internationally renowned forum for researchers, practitioners, and educators to present and discuss the most recent innovations, trends, experiences, and challenges in the field of software engineering. FSE brings together experts from academia and industry to exchange the latest research results and trends as well as their practical application in all areas of software engineering. The main conference will be held on 17th - 19th July 2024, and the pr ...'> <script type="text/javascript">$(document).ready( function(){ $('#program-menu a[data-fltr-type]').on('click', function(event){ event.preventDefault(); window.location = $(this).attr('href') + "?" + encodeURIComponent( $(this).data('fltr-type') ) + '=' + encodeURIComponent( $(this).data('fltr-val') ); }) }) </script> <script type="text/javascript">function warnOpenLink( url ){ if( $('.facet-indicator').is(':visible:not(:empty)') ){ window.programLinkToOpen = url; $('#navigate-program-filter-warning').modal({ backdrop: 'static', keyboard: true}, 'show'); } else { window.location.assign( url ); } } </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></script> <meta name="viewport" content="width=device-width, user-scalable=no"> <!--[if IE 9]><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill@1.2.20171210/classList.min.js"></script><![endif]--> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://2024.esec-fse.org/getImage/carousel/2.jpg?1699453663000'> </head> <body id="program"><div class="frame"><div class="logobar"><div class="container"><a href="https://2024.esec-fse.org" class="navbar-brand navigate"><span class="brand-text">FSE 2024</span></a><div class="place">Mon 15 - Fri 19 July 2024 <a href="https://2024.esec-fse.org/venue/fse-2024-venue" class="navigate">Porto de Galinhas, Brazil, Brazil</a></div></div></div><div class="navbar navbar-default"><div class="container"><div class="navbar-header"><button type="button" data-toggle="collapse" data-target="#navigationbar" class="navbar-toggle"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button></div><div id="navigationbar" class="navigationbar collapse navbar-collapse"><ul class="block nav navbar-nav"><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Attending <span class="caret"></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.esec-fse.org/venue/fse-2024-venue" class="navigate">Venue: Hotel Armação</a></li><li class="block"><a href="https://2024.esec-fse.org/attending/registration" class="navigate">Registration</a></li><li class="block"><a href="https://2024.esec-fse.org/attending/portodegalinhas" class="navigate">Porto de Galinhas, Brazil</a></li><li class="block"><a href="https://2024.esec-fse.org/attending/transfer" class="navigate">Reaching Porto de Galinhas</a></li><li class="block"><a href="https://2024.esec-fse.org/attending/visa-application" class="navigate">Visa Application</a></li><li class="block"><a href="https://2024.esec-fse.org/attending/code-of-conduct" class="navigate">Code of Conduct</a></li><li class="block"><a href="https://2024.esec-fse.org/attending/travel-support" class="navigate">Travel Support</a></li><li class="block"><a href="https://2024.esec-fse.org/attending/social-events" class="navigate">Social Events</a></li></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Sponsorship <span class="caret"></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.esec-fse.org/info/sponsorship" class="navigate">Sponsorship Opportunities</a></li><li class="block"><a href="https://2024.esec-fse.org/info/sponsors" class="navigate">Sponsors and Supporters</a></li></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Program <span class="caret"></span></a><ul id="program-menu" class="block dropdown-menu"><li class="block"><a href="https://2024.esec-fse.org/program/program-fse-2024/" class="navigate">FSE Program</a></li><li class="block"><a href="https://2024.esec-fse.org/program/program-fse-2024/" data-fltr-type="prog" data-fltr-val="Your Program" class="navigate"><span class="glyphicon glyphicon-star"></span> Your Program</a></li><li class="block"><a href="https://2024.esec-fse.org/info/program_summary" class="navigate">Program Summary</a></li><li class="block"><a href="https://2024.esec-fse.org/info/awards" class="navigate">Awards</a></li><li class="block divider"></li><li class="block"><a href="https://2024.esec-fse.org/program/program-fse-2024/" data-fltr-type="date" data-fltr-val="Mon 15 Jul 2024" class="navigate">Mon 15 Jul</a></li><li class="block"><a href="https://2024.esec-fse.org/program/program-fse-2024/" data-fltr-type="date" data-fltr-val="Tue 16 Jul 2024" class="navigate">Tue 16 Jul</a></li><li class="block"><a href="https://2024.esec-fse.org/program/program-fse-2024/" data-fltr-type="date" data-fltr-val="Wed 17 Jul 2024" class="navigate">Wed 17 Jul</a></li><li class="block"><a href="https://2024.esec-fse.org/program/program-fse-2024/" data-fltr-type="date" data-fltr-val="Thu 18 Jul 2024" class="navigate">Thu 18 Jul</a></li><li class="block"><a href="https://2024.esec-fse.org/program/program-fse-2024/" data-fltr-type="date" data-fltr-val="Fri 19 Jul 2024" class="navigate">Fri 19 Jul</a></li></ul></li><li id="tracks-in-navbar" class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Tracks <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-3"><div class="row"><div class="col-sm-5"><ul class="block multi-column-dropdown"><li class="block dropdown-header">FSE 2024</li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-diversity-and-inclusion" class="navigate">Diversity and Inclusion</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" class="navigate">Plenary Events</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-how-to-submit" class="navigate">How to Submit </a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" class="navigate">Research Papers</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-industry" class="navigate">Industry Papers</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" class="navigate">Ideas, Visions and Reflections</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-journal-first" class="navigate">Journal First</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-student-research-competition" class="navigate">Student Research Competition</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" class="navigate">Demonstrations</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-posters" class="navigate">Posters</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-artifacts" class="navigate">Artifacts</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-workshops" class="navigate">Workshops</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-doctoral-symposium" class="navigate">Doctoral Symposium</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-new-faculty-symposium" class="navigate">New Faculty Symposium</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" class="navigate">Tutorials</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-student-volunteers" class="navigate">Student Volunteers</a></li><li class="block"><a href="https://2024.esec-fse.org/track/fse-2024-open-science-policy" class="navigate">Open Science Policy</a></li></ul></div><div class="col-sm-7"><ul class="block multi-column-dropdown"><li class="block dropdown-header">Co-hosted Conferences</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>AIware</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.aiwareconf.org" class="navigate"><span class="glyphicon glyphicon-home"></span> AIware</a></li><li class="block"><a href="https://2024.aiwareconf.org/track/aiware-2024-papers" class="navigate"><strong>AIware</strong> Main Track</a></li><li class="block"><a href="https://2024.aiwareconf.org/track/aiware-2024-challenge-track" class="navigate"><strong>AIware</strong> Challenge Track</a></li><li class="block"><a href="https://2024.aiwareconf.org/track/aiware-2024-industry-demo-track" class="navigate"><strong>AIware</strong> Industry Statements and Demo Track</a></li><li class="block"><a href="https://2024.aiwareconf.org/track/aiware-2024-late-breaking-arxiv-track" class="navigate"><strong>AIware</strong> Late Breaking Arxiv Track</a></li></ul></li><li class="block"><a href="https://conf.researchr.org/home/promise-2024" class="navigate"><strong>PROMISE</strong> </a></li><li class="block dropdown-header">Workshops</li><li class="block"><a href="https://conf.researchr.org/home/2030-se" class="navigate"><strong>2030 Software Engineering</strong> </a></li><li class="block"><a href="https://2024.esec-fse.org/home/fase4games-2024" class="navigate"><strong>FaSE4Games</strong> </a></li><li class="block"><a href="https://2024.esec-fse.org/home/modal-2024-fse" class="navigate"><strong>MODAL@FSE</strong> </a></li><li class="block"><a href="https://2024.esec-fse.org/home/qse-ne-2024" class="navigate"><strong>QSE-NE</strong> </a></li><li class="block"><a href="https://2024.esec-fse.org/home/sea4dq-2024" class="navigate"><strong>SEA4DQ</strong> https://sea4dq.github.io/</a></li><li class="block dropdown-header">Co-hosted Symposia</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>SSBSE</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/home/ssbse-2024" class="navigate"><span class="glyphicon glyphicon-home"></span> SSBSE</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-research" class="navigate"><strong>SSBSE</strong> Research Papers</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-rene-nier" class="navigate"><strong>SSBSE</strong> RENE/NIER</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-challenge" class="navigate"><strong>SSBSE</strong> Challenge</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-hop" class="navigate"><strong>SSBSE</strong> Hot off the Press</a></li><li class="block"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-keynote" class="navigate"><strong>SSBSE</strong> Keynote</a></li></ul></li></ul></div></div></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Organization <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-2"><div class="row"><div class="col-sm-6"><ul class="block multi-column-dropdown"><li class="block dropdown-header">FSE 2024 Committees</li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-test-of-time-award-committee" class="navigate">Test of Time Award Committee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-diversity-and-inclusion-diversity-and-inclusion-committee" class="navigate"><strong>Diversity and Inclusion</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-research-papers-program-committee" class="navigate"><strong>Research Papers</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-industry-program-committee" class="navigate"><strong>Industry Papers</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-ideas--visions-and-reflections-program-committee" class="navigate"><strong>Ideas, Visions and Reflections</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-journal-first-program-committee" class="navigate"><strong>Journal First</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-student-research-competition-program-committee" class="navigate"><strong>Student Research Competition</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-demonstrations-program-committee" class="navigate"><strong>Demonstrations</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-posters-program-committee" class="navigate"><strong>Posters</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-artifacts-program-committee" class="navigate"><strong>Artifacts</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-workshops-workshop-committee" class="navigate"><strong>Workshops</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-doctoral-symposium-program-committee" class="navigate"><strong>Doctoral Symposium</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-new-faculty-symposium-program-committee" class="navigate"><strong>New Faculty Symposium</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-tutorials-program-committee" class="navigate"><strong>Tutorials</strong></a></li><li class="block"><a href="https://2024.esec-fse.org/committee/fse-2024-student-volunteers-program-committee" class="navigate"><strong>Student Volunteers</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://2024.esec-fse.org/people-index" class="navigate"><span class="glyphicon glyphicon-search"></span><sup><span class="glyphicon glyphicon-user"></span></sup> People Index</a></li></ul></div><div class="col-sm-6"><ul class="block multi-column-dropdown"><li class="block dropdown-header">Co-hosted Conferences</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>AIware</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.aiwareconf.org/committee/aiware-2024-steering-committee" class="navigate">Steering Committee</a></li><li class="block"><a href="https://2024.aiwareconf.org/committee/aiware-2024-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.aiwareconf.org/committee/aiware-2024-papers-program-committee" class="navigate"><strong>Main Track</strong></a></li><li class="block"><a href="https://2024.aiwareconf.org/committee/aiware-2024-challenge-track-program-committee" class="navigate"><strong>Challenge Track</strong></a></li><li class="block"><a href="https://2024.aiwareconf.org/committee/aiware-2024-industry-demo-track-program-committee" class="navigate"><strong>Industry Statements and Demo Track</strong></a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>PROMISE</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/committee/promise-2024/promise-2024-papers-general-chair" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/promise-2024/promise-2024-papers-program-committee" class="navigate">Program Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/promise-2024/promise-2024-papers-steering-committee" class="navigate">Steering Committee</a></li></ul></li><li class="block dropdown-header">Workshops</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>2030 Software Engineering</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/committee/2030-se/2030-se-2024-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>FaSE4Games</strong></a><ul class="block dropdown-menu"><li class="block small"><a href="https://2024.esec-fse.org/home/fase4games-2024" class="navigate"><span class="glyphicon glyphicon-home"></span> N/A - check homepage</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>MODAL@FSE</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.esec-fse.org/committee/modal-2024-fse-papers-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2024.esec-fse.org/committee/modal-2024-fse-papers-program-committee" class="navigate">Program Committee</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>QSE-NE</strong></a><ul class="block dropdown-menu"><li class="block small"><a href="https://2024.esec-fse.org/home/qse-ne-2024" class="navigate"><span class="glyphicon glyphicon-home"></span> N/A - check homepage</a></li></ul></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>SEA4DQ</strong></a><ul class="block dropdown-menu"><li class="block small"><a href="https://2024.esec-fse.org/home/sea4dq-2024" class="navigate"><span class="glyphicon glyphicon-home"></span> N/A - check homepage</a></li></ul></li><li class="block dropdown-header">Co-hosted Symposia</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>SSBSE</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2024/ssbse-2024-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2024/ssbse-2024-steering-committee" class="navigate">Steering Committee</a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2024/ssbse-2024-papers-organizing-committee" class="navigate"><strong>Research Papers</strong> <small>Organizing Committee</small></a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2024/ssbse-2024-papers-program-committee" class="navigate"><strong>Research Papers</strong> <small>Program Committee</small></a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2024/ssbse-2024-rene-nier-rene---nier" class="navigate"><strong>RENE/NIER</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2024/ssbse-2024-challenge-challenge" class="navigate"><strong>SSBSE Challenge</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/ssbse-2024/ssbse-2024-hop-hot-off-the-press" class="navigate"><strong>Hot off the Press</strong></a></li></ul></li></ul></div></div></ul></li><li class="block"><a href="https://2024.esec-fse.org/search//all" class="navigate"><span class="glyphicon glyphicon-search"></span><span class="hidden-sm"> Search</span></a></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"><span class="hidden-sm">Series <span class="caret"></span></span><span title="Series" class="visible-sm"><span class="glyphicon glyphicon-repeat"></span> <span class="caret"></span></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://2024.esec-fse.org/series/fse" class="navigate"><span class="glyphicon glyphicon-home"></span> Series</a></li><li class="block divider"></li><li class="block"><a href="https://conf.researchr.org/home/fse-2025" class="navigate">FSE 2025</a></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> FSE 2024</span></li><li class="block"><a href="https://2023.esec-fse.org" class="navigate">ESEC/FSE 2023</a></li><li class="block"><a href="https://2022.esec-fse.org" class="navigate">ESEC/FSE 2022</a></li><li class="block"><a href="https://2021.esec-fse.org" class="navigate">ESEC/FSE 2021</a></li><li class="block"><a href="https://2020.esec-fse.org" class="navigate">ESEC/FSE 2020</a></li><li class="block"><a href="https://2018.fseconference.org" class="navigate">ESEC/FSE 2018</a></li></ul></li></ul><div class="navbar-right"><ul class="block nav navbar-nav"><li class="block"><a href="https://conf.researchr.org/signin/fse-2024/https%3A%5Es%5Es2024.esec-fse.org%5Esprogram%5Esprogram-fse-2024%5Es" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://2024.esec-fse.org/signup" class="navigate">Sign up</a></li></ul></div></div></div></div><div id="content" class="container-fluid"><div class="faceted-filtering"><div class="page-header printable"><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://2024.esec-fse.org" class="navigate">FSE 2024</a> (<a href="https://2024.esec-fse.org/series/fse" class="navigate">series</a>) / </span><h2>FSE 2024 Program</h2></div><div class="row hide-in-print program-view-switch"><div class="col-sm-12"><div role="group" aria-label="Program View Switch" class="btn-group btn-group-justified"><a href="javascript:warnOpenLink( 'https://2024.esec-fse.org/program/program-fse-2024/Detailed-Table' )" class="btn btn-primary">Detailed Table</a><a href="javascript:warnOpenLink( 'https://2024.esec-fse.org/program/program-fse-2024/Session-Timeline' )" class="btn btn-default">Session Timeline</a></div></div></div><div tabindex="-1" id="navigate-program-filter-warning" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Switch Program View</h3></div><div class="modal-body"><p><span class="glyphicon glyphicon-filter"></span> You're viewing a filtered program.</p><p><strong>Do you want to keep these filters active in the new view?</strong></p><p></p><p><button onclick="window.location.assign( window.programLinkToOpen + document.location.search );" class="btn btn-primary">Yes - Keep filters active</button> <button onclick="window.location.assign( window.programLinkToOpen);" class="btn btn-default">No - Drop filters</button></p></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div class="row"><div class="col-sm-12"><span class="pull-right"><div class="btn-group"><a data-toggle="modal" href="#get-calendar" class="btn btn-sm btn-default">Get Calendar (iCal)</a> <a href="javascript:window.print()" class="btn btn-sm btn-default"><span class="glyphicon glyphicon-print"></span></a><a data-toggle="modal" href="#userProgramSettings" class="btn btn-sm btn-default"><span class="glyphicon glyphicon-wrench"></span> <span class="glyphicon glyphicon-time"></span></a></div></span><div class="facet-container"><a role="button" data-toggle="collapse" href="#program-filters" aria-expanded="false" aria-controls="program-filters" class="btn btn-default"><span class="glyphicon glyphicon-chevron-right"></span> <script type="text/javascript">collapseIndicator( 'program-filters' ) </script><span class="glyphicon glyphicon-filter"></span> Filter Program <span class="facet-indicator"></span></a><div id="program-filters" class="collapse"><br><div class="row date-facets"><div class="col-sm-1"><strong>Dates</strong></div><div class="col-sm-11"><div data-facet-type="date" class="facet-placeholder"></div></div></div><div class="row room-facets"><div class="col-sm-1"><strong>Rooms</strong></div><div class="col-sm-11"><div data-facet-type="room" class="facet-placeholder"></div></div></div><div class="row track-facets"><div class="col-sm-1"><strong>Tracks</strong></div><div class="col-sm-11"><div data-facet-type="track" class="facet-placeholder"></div></div></div><div class="row"><div class="col-sm-1"><strong>Badges</strong></div><div class="col-sm-5"><div data-facet-type="badge" class="facet-placeholder"></div></div></div><div class="row"><div class="col-sm-1"><strong><span class="glyphicon glyphicon-star"></span> Your Program</strong></div><div class="col-sm-5"><div data-facet-type="prog" class="facet-placeholder"></div></div></div></div></div><script type="text/javascript">var facetContainerElems; function postUpdateFacets(){ if( facetContainerElems === undefined ){ facetContainerElems = $('.facet-container'); } facetContainerElems.each( function(){ var containerElem = $(this); var activeFilterElems = containerElem.find('.facet-true'); var numFilters = activeFilterElems.length; var filterHTML = " | active: "; activeFilterElems.each( function(){ filterHTML += "<span class='badge'>" + this.textContent + "<" + "/span>"; }) var hasFilters = numFilters > 0; containerElem.find('.facet-indicator').toggle( hasFilters ).html( filterHTML ); }) } </script><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; $(node).find('.modal').on('shown.bs.modal', function() {if(gtag) { gtag( 'event', 'Show Details in Modal' , {'event_category': 'Event Information', 'event_label': '' + $(this).find('.modal-title').text() + ''} ) } } ) }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><div tabindex="-1" id="hidden-modal" class="modal"><div class="modal-dialog "><div class="modal-content"></div></div></div><div id="program-settings-modal" class="webdsl-placeholder"><div id="userProgramSettings" class="modal fade"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Program Display Configuration</h3></div><div class="modal-body"><form name="form11390898770538530f0e2bbdb67872b491120c5c8a7" id="form11390898770538530f0e2bbdb67872b491120c5c8a7" action="https://2024.esec-fse.org/userProgramSettingsModalConferenceEdition" accept-charset="UTF-8" method="POST" role="form" class="form-horizontal"><input type="hidden" name="form11390898770538530f0e2bbdb67872b491120c5c8a7" value="1" /><input type="hidden" name="context" value="fse-2024" /><div class="panel panel-default timezone-panel"><div class="panel-heading clearfix"><div class="panel-title">Time Zone</div></div><div class="panel-body"><span class="help-block">The program is currently displayed in <strong>(GMT-03:00) Brasilia, Distrito Federal, Brazil</strong>.</span><div class="row"><div class="col-sm-11 col-sm-offset-1"><label class="radio"><input type="radio" checked="checked" name="9659afaa126198132be460b106e35ccb" value="false" onchange="if( ($(this).val() == 'true' && this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/><strong>Use conference time zone: (GMT-03:00) Brasilia, Distrito Federal, Brazil</strong></label><label class="radio"><input type="radio" name="9659afaa126198132be460b106e35ccb" value="true" onchange="if( ($(this).val() == 'true' && this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/>Select other time zone</label><div id="cec04de0447905c49fb377c6d9693505" style=" display: none;"><select name="0e35d6393a8ba494aa0723dd51b6899c" class="select form-control"><option value="" selected="selected" data-utc-minute-offset="0"></option><option value="Etc/GMT+12" data-utc-minute-offset="-720">(GMT-12:00) AoE (Anywhere On Earth)</option><option value="Pacific/Midway" data-utc-minute-offset="-660">(GMT-11:00) Midway Island, Samoa</option><option value="America/Adak" data-utc-minute-offset="-600">(GMT-09:00) Hawaii-Aleutian</option><option value="Etc/GMT+10" data-utc-minute-offset="-600">(GMT-10:00) Hawaii</option><option value="Pacific/Marquesas" data-utc-minute-offset="-570">(GMT-09:30) Marquesas Islands</option><option value="Pacific/Gambier" data-utc-minute-offset="-540">(GMT-09:00) Gambier Islands</option><option value="America/Anchorage" data-utc-minute-offset="-540">(GMT-08:00) Alaska</option><option value="America/Ensenada" data-utc-minute-offset="-480">(GMT-07:00) Tijuana, Baja California</option><option value="Etc/GMT+8" data-utc-minute-offset="-480">(GMT-08:00) Pitcairn Islands</option><option value="America/Los_Angeles" data-utc-minute-offset="-480">(GMT-07:00) Pacific Time (US & Canada)</option><option value="America/Denver" data-utc-minute-offset="-420">(GMT-06:00) Mountain Time (US & Canada)</option><option value="America/Chihuahua" data-utc-minute-offset="-360">(GMT-06:00) Chihuahua, La Paz, Mazatlan</option><option value="America/Dawson_Creek" data-utc-minute-offset="-420">(GMT-07:00) Arizona</option><option value="America/Belize" data-utc-minute-offset="-360">(GMT-06:00) Saskatchewan, Central America</option><option value="America/Cancun" data-utc-minute-offset="-300">(GMT-05:00) Guadalajara, Mexico City, Monterrey</option><option value="Chile/EasterIsland" data-utc-minute-offset="-300">(GMT-06:00) Easter Island</option><option value="America/Chicago" data-utc-minute-offset="-360">(GMT-05:00) Central Time (US & Canada)</option><option value="America/New_York" data-utc-minute-offset="-300">(GMT-04:00) Eastern Time (US & Canada)</option><option value="America/Havana" data-utc-minute-offset="-300">(GMT-04:00) Cuba</option><option value="America/Bogota" data-utc-minute-offset="-300">(GMT-05:00) Bogota, Lima, Quito, Rio Branco</option><option value="America/Caracas" data-utc-minute-offset="-240">(GMT-04:00) Caracas</option><option value="America/Santiago" data-utc-minute-offset="-180">(GMT-04:00) Santiago</option><option value="America/La_Paz" data-utc-minute-offset="-240">(GMT-04:00) La Paz</option><option value="Atlantic/Stanley" data-utc-minute-offset="-180">(GMT-03:00) Faukland Islands</option><option value="America/Campo_Grande" data-utc-minute-offset="-240">(GMT-04:00) Manaus, Amazonas, Brazil</option><option value="America/Goose_Bay" data-utc-minute-offset="-240">(GMT-03:00) Atlantic Time (Goose Bay)</option><option value="America/Glace_Bay" data-utc-minute-offset="-240">(GMT-03:00) Atlantic Time (Canada)</option><option value="America/St_Johns" data-utc-minute-offset="-210">(GMT-02:30) Newfoundland</option><option value="America/Araguaina" data-utc-minute-offset="-180">(GMT-03:00) UTC-3</option><option value="America/Montevideo" data-utc-minute-offset="-180">(GMT-03:00) Montevideo</option><option value="America/Miquelon" data-utc-minute-offset="-180">(GMT-02:00) Miquelon, St. Pierre</option><option value="America/Godthab" data-utc-minute-offset="-180">(GMT-02:00) Greenland</option><option value="America/Argentina/Buenos_Aires" data-utc-minute-offset="-180">(GMT-03:00) Buenos Aires</option><option value="America/Sao_Paulo" data-utc-minute-offset="-180">(GMT-03:00) Brasilia, Distrito Federal, Brazil</option><option value="America/Noronha" data-utc-minute-offset="-120">(GMT-02:00) Mid-Atlantic</option><option value="Atlantic/Cape_Verde" data-utc-minute-offset="-60">(GMT-01:00) Cape Verde Is.</option><option value="Atlantic/Azores" data-utc-minute-offset="-60">(GMT) Azores</option><option value="Etc/UTC" data-utc-minute-offset="0">(UTC) Coordinated Universal Time</option><option value="Europe/Belfast" data-utc-minute-offset="0">(GMT+01:00) Belfast</option><option value="Europe/Dublin" data-utc-minute-offset="0">(GMT+01:00) Dublin</option><option value="Europe/Lisbon" data-utc-minute-offset="0">(GMT+01:00) Lisbon</option><option value="Europe/London" data-utc-minute-offset="0">(GMT+01:00) London</option><option value="Africa/Abidjan" data-utc-minute-offset="0">(GMT) Monrovia, Reykjavik</option><option value="Europe/Amsterdam" data-utc-minute-offset="60">(GMT+02:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</option><option value="Europe/Belgrade" data-utc-minute-offset="60">(GMT+02:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague</option><option value="Europe/Brussels" data-utc-minute-offset="60">(GMT+02:00) Brussels, Copenhagen, Madrid, Paris</option><option value="Africa/Algiers" data-utc-minute-offset="60">(GMT+01:00) West Central Africa</option><option value="Africa/Windhoek" data-utc-minute-offset="120">(GMT+02:00) Windhoek</option><option value="Europe/Athens" data-utc-minute-offset="120">(GMT+03:00) Athens</option><option value="Asia/Beirut" data-utc-minute-offset="120">(GMT+03:00) Beirut</option><option value="Africa/Cairo" data-utc-minute-offset="120">(GMT+02:00) Cairo</option><option value="Asia/Gaza" data-utc-minute-offset="120">(GMT+03:00) Gaza</option><option value="Africa/Blantyre" data-utc-minute-offset="120">(GMT+02:00) Harare, Pretoria</option><option value="Asia/Jerusalem" data-utc-minute-offset="120">(GMT+03:00) Jerusalem</option><option value="Europe/Minsk" data-utc-minute-offset="180">(GMT+03:00) Minsk</option><option value="Asia/Damascus" data-utc-minute-offset="180">(GMT+03:00) Syria</option><option value="Europe/Moscow" data-utc-minute-offset="180">(GMT+03:00) Moscow, St. Petersburg, Volgograd</option><option value="Africa/Addis_Ababa" data-utc-minute-offset="180">(GMT+03:00) Nairobi</option><option value="Asia/Tehran" data-utc-minute-offset="210">(GMT+03:30) Tehran</option><option value="Asia/Dubai" data-utc-minute-offset="240">(GMT+04:00) Abu Dhabi, Muscat</option><option value="Asia/Yerevan" data-utc-minute-offset="240">(GMT+04:00) Yerevan</option><option value="Asia/Kabul" data-utc-minute-offset="270">(GMT+04:30) Kabul</option><option value="Asia/Yekaterinburg" data-utc-minute-offset="300">(GMT+05:00) Ekaterinburg</option><option value="Asia/Tashkent" data-utc-minute-offset="300">(GMT+05:00) Tashkent</option><option value="Asia/Kolkata" data-utc-minute-offset="330">(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi</option><option value="Asia/Katmandu" data-utc-minute-offset="345">(GMT+05:45) Kathmandu</option><option value="Asia/Dhaka" data-utc-minute-offset="360">(GMT+06:00) Astana, Dhaka</option><option value="Asia/Novosibirsk" data-utc-minute-offset="420">(GMT+07:00) Novosibirsk</option><option value="Asia/Rangoon" data-utc-minute-offset="390">(GMT+06:30) Yangon (Rangoon)</option><option value="Asia/Bangkok" data-utc-minute-offset="420">(GMT+07:00) Bangkok, Hanoi, Jakarta</option><option value="Asia/Krasnoyarsk" data-utc-minute-offset="420">(GMT+07:00) Krasnoyarsk</option><option value="Asia/Hong_Kong" data-utc-minute-offset="480">(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi</option><option value="Asia/Irkutsk" data-utc-minute-offset="480">(GMT+08:00) Irkutsk, Ulaan Bataar</option><option value="Australia/Perth" data-utc-minute-offset="480">(GMT+08:00) Perth</option><option value="Australia/Eucla" data-utc-minute-offset="525">(GMT+08:45) Eucla</option><option value="Asia/Tokyo" data-utc-minute-offset="540">(GMT+09:00) Osaka, Sapporo, Tokyo</option><option value="Asia/Seoul" data-utc-minute-offset="540">(GMT+09:00) Seoul</option><option value="Asia/Yakutsk" data-utc-minute-offset="540">(GMT+09:00) Yakutsk</option><option value="Australia/Adelaide" data-utc-minute-offset="630">(GMT+09:30) Adelaide</option><option value="Australia/Darwin" data-utc-minute-offset="570">(GMT+09:30) Darwin</option><option value="Australia/Brisbane" data-utc-minute-offset="600">(GMT+10:00) Brisbane</option><option value="Australia/Hobart" data-utc-minute-offset="660">(GMT+10:00) Hobart</option><option value="Asia/Vladivostok" data-utc-minute-offset="600">(GMT+10:00) Vladivostok</option><option value="Australia/Lord_Howe" data-utc-minute-offset="660">(GMT+10:30) Lord Howe Island</option><option value="Etc/GMT-11" data-utc-minute-offset="660">(GMT+11:00) Solomon Is., New Caledonia</option><option value="Asia/Magadan" data-utc-minute-offset="660">(GMT+11:00) Magadan</option><option value="Pacific/Norfolk" data-utc-minute-offset="720">(GMT+11:00) Norfolk Island</option><option value="Asia/Anadyr" data-utc-minute-offset="720">(GMT+12:00) Anadyr, Kamchatka</option><option value="Pacific/Auckland" data-utc-minute-offset="780">(GMT+12:00) Auckland, Wellington</option><option value="Etc/GMT-12" data-utc-minute-offset="720">(GMT+12:00) Fiji, Kamchatka, Marshall Is.</option><option value="Pacific/Chatham" data-utc-minute-offset="825">(GMT+12:45) Chatham Islands</option><option value="Pacific/Tongatapu" data-utc-minute-offset="780">(GMT+13:00) Nuku'alofa</option><option value="Pacific/Kiritimati" data-utc-minute-offset="840">(GMT+14:00) Kiritimati</option></select><script type="text/javascript">var tzOffsetMin = new Date().getTimezoneOffset()*-1; var sel = document.getElementsByName('0e35d6393a8ba494aa0723dd51b6899c')[0] var opts = sel.options; for (var opt, j = 0; opt = opts[j]; j++) { if (opt.getAttribute('data-utc-minute-offset') == tzOffsetMin) { sel.selectedIndex = j; break; } } </script></div></div></div><br><span class="help-block"><small><span class="glyphicon glyphicon-info-sign"></span> The GMT offsets shown reflect the offsets <strong>at the moment of the conference</strong>.</small></span></div></div><div class="panel panel-default timeband-panel"><div class="panel-heading clearfix"><div class="panel-title">Time Band</div></div><div class="panel-body"><span class="help-block">By setting a time band, the program will dim events that are outside this time window. This is useful for (virtual) conferences with a continuous program (with repeated sessions).<br>The time band will also limit the events that are included in the personal iCalendar subscription service.</span><div class="row"><div class="col-sm-11 col-sm-offset-1"><label class="radio"><input type="radio" checked="checked" name="f1869fcfb40f29e9c9c46042f4fbda2c" value="false" onchange="if( ($(this).val() == 'true' && this.checked) != $('#c2371058bcb9b31dd10e115e7f712708').is(':visible') ) { $('#c2371058bcb9b31dd10e115e7f712708').fadeToggle( 250 ); }"/><strong>Display full program</strong></label><label class="radio"><input type="radio" name="f1869fcfb40f29e9c9c46042f4fbda2c" value="true" onchange="if( ($(this).val() == 'true' && this.checked) != $('#c2371058bcb9b31dd10e115e7f712708').is(':visible') ) { $('#c2371058bcb9b31dd10e115e7f712708').fadeToggle( 250 ); }"/>Specify a time band</label><div id="c2371058bcb9b31dd10e115e7f712708" style=" display: none;"><span class="input-group"><input name="a4e58ac1cd9cfb26fb62ecc29e600148" type="text" value="07:00" class="flatpickr inputDate form-control"/><script type="text/javascript">$("input:not(.flatpickr-input)[name=a4e58ac1cd9cfb26fb62ecc29e600148]").flatpickr({onOpen: function(dateObj, dateStr, instance){ if(dateStr == ''){ instance.jumpToDate( new Date() ); } }, allowInput: true, dateformat: 'H:i', altFormat: 'H:i' , altInput: true, time_24hr: true, noCalendar: true, enableTime : true}); </script><span class="input-group-addon"> - </span><input name="01ff55ee23f3ce1eb7d922f922eb09b1" type="text" value="19:00" class="flatpickr inputDate form-control"/><script type="text/javascript">$("input:not(.flatpickr-input)[name=01ff55ee23f3ce1eb7d922f922eb09b1]").flatpickr({onOpen: function(dateObj, dateStr, instance){ if(dateStr == ''){ instance.jumpToDate( new Date() ); } }, allowInput: true, dateformat: 'H:i', altFormat: 'H:i' , altInput: true, time_24hr: true, noCalendar: true, enableTime : true}); </script></span></div></div></div></div></div><div class="row form-group"><div class="col-sm-offset-2 col-sm-10"><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://2024.esec-fse.org/userProgramSettingsModalConferenceEdition","userProgramSettingsModalConferenceEdition_apply18ec3dfeeecb5c44c1e40a40983898869", [{"name":"context", "value":"fse-2024"},],"form11390898770538530f0e2bbdb67872b491120c5c8a7", this.nextSibling, true,"program-settings-modal"); return false;'></button><a submitid="userProgramSettingsModalConferenceEdition_apply18ec3dfeeecb5c44c1e40a40983898869" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" class="btn btn-primary btn btn-default">Save</a></div></div></form></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div></div><div class="program-container"><div class="printable"><div class="time-zone-warning text-muted hide-in-print"><div class="alert alert-dismissible alert-info"><button type="button" data-dismiss="alert" aria-label="Close" class="close"><span aria-hidden="true">×</span></button><span class="glyphicon glyphicon-info-sign"></span> You're viewing the program in a time zone which is different from your device's time zone <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change time zone</a></small></div></div><div class="tz-floating-link"><small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings" title="Change Program Display Configuration" class="btn btn-xs btn-info"><span class="glyphicon glyphicon-wrench"></span> <span class="glyphicon glyphicon-time"></span></a></small></div><script type="text/javascript">var tzOffsetMin = new Date().getTimezoneOffset()*-1; if(tzOffsetMin != -180){ $('.time-zone-warning').toggleClass('visible'); window.displayUserProgamSettingsOnce = true; } </script><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Mon 15 Jul</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Brasilia, Distrito Federal, Brazil</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c20"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Opening session<span class="pull-right"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-rene-nier" target="_blank" class="text-muted navigate">SSBSE RENE/NIER</a> / <a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-keynote" target="_blank" class="text-muted navigate">SSBSE Keynote</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/marciobarros" target="_blank" class="navigate">Marcio Barros</a><span class="prog-aff"> UNIRIO</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4649a9c3-ac46-4d61-a078-db134004bfc5" class="hidable"><td class="track-color c20"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Day opening</div><span data-facet-track="SSBSE Keynote"></span></td><td><span data-event-star="f782d068-b49c-421b-b015-f575fd5ec8b1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f782d068-b49c-421b-b015-f575fd5ec8b1">Opening session</a></strong><div class="prog-track">SSBSE Keynote</div><div class="performers"><a href="https://2024.esec-fse.org/profile/marciobarros" class="navigate">Marcio Barros</a><span class="prog-aff"> UNIRIO</span></div></td></tr><tr data-slot-id="328eece4-5774-4f10-8f66-c2c4e56b2062" class="hidable"><td class="track-color c20"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>60m</strong></div><div class="event-type">Keynote</div><span data-facet-track="SSBSE Keynote"></span></td><td><span data-event-star="fa696fac-e17b-4f51-9c7b-fb1207625697" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fa696fac-e17b-4f51-9c7b-fb1207625697">Keynote speaker- Search-based Software Engineering and Quantum Computing</a></strong><div class="prog-track">SSBSE Keynote</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shaukatali" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Laboratory and Oslo Metropolitan University</span></div></td></tr><tr data-slot-id="108798d2-a884-470e-b2e7-8ce60c5f65d5" class="hidable"><td class="track-color c16"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:10</div><strong>20m</strong></div><div class="event-type">Short-paper</div><span data-facet-track="SSBSE RENE/NIER"></span></td><td><span data-event-star="7c125d26-b370-4593-aa28-9e5be10909f2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7c125d26-b370-4593-aa28-9e5be10909f2">Danger is My Middle Lane: Simulations From Real-World Dangerous Roads</a></strong><div class="prog-track">SSBSE RENE/NIER</div><div class="performers"><a href="https://2024.esec-fse.org/profile/antonybartlett" class="navigate">Antony Bartlett</a><span class="prog-aff"> TU Delft, The Netherlands</span>, <a href="https://2024.esec-fse.org/profile/annibalepanichella" class="navigate">Annibale Panichella</a><span class="prog-aff"> Delft University of Technology</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Cajá" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c11"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Tutorial I - Methodology and Guidelines for Evaluating Multi-objective Search-Based Software Engineering<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" target="_blank" class="text-muted navigate">Tutorials</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-caj%C3%A1" target="_blank" class="room-link navigate">Cajá</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7fa86033-f3e9-4b04-81bd-f12f52dd8ed5" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>90m</strong></div><div class="event-type">Tutorial</div><span data-facet-track="FSE Tutorials"></span></td><td><span data-event-star="ff9176d1-b36e-4802-b730-25279c53fc4d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ff9176d1-b36e-4802-b730-25279c53fc4d">Methodology and Guidelines for Evaluating Multi-objective Search-Based Software Engineering</a></strong><div class="prog-track">Tutorials</div><div class="performers"><a href="https://2024.esec-fse.org/profile/miqingli" class="navigate">Miqing Li</a><span class="prog-aff"> University of Birmingham</span>, <a href="https://2024.esec-fse.org/profile/taochen" class="navigate">Tao Chen</a><span class="prog-aff"> University of Birmingham</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Jaca" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c11"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Tutorial II - Software engineering and gender: a tutorial<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" target="_blank" class="text-muted navigate">Tutorials</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" target="_blank" class="room-link navigate">Jaca</a> <a data-toggle="modal" href="#aci-81be48c3-387d-4abc-bd99-7ee8a5fe0087"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="19ec0c12-ac1a-4ef6-bda7-4dccadf412e9" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>90m</strong></div><div class="event-type">Tutorial</div><span data-facet-track="FSE Tutorials"></span></td><td><span data-event-star="66467c96-c0c0-4aa0-8478-05b09c979fbd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="66467c96-c0c0-4aa0-8478-05b09c979fbd">Software engineering and gender: a tutorial</a></strong><div class="prog-track">Tutorials</div><div class="performers"><a href="https://2024.esec-fse.org/profile/letiziajaccheri" class="navigate">Letizia Jaccheri</a><span class="prog-aff"> Norwegian University of Science and Technology (NTNU)</span>, <a href="https://2024.esec-fse.org/profile/anhnguyenduc" class="navigate">Anh Nguyen Duc</a><span class="prog-aff"> University College of Southeast Norway</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c24"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Opening + Keynote1 + AIware Vision<span class="pull-right"><a href="https://2024.aiwareconf.org/track/aiware-2024-papers" target="_blank" class="text-muted navigate">AIware Main Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-late-breaking-arxiv-track" target="_blank" class="text-muted navigate">AIware Late Breaking Arxiv Track</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/dayilin" target="_blank" class="navigate">Dayi Lin</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b9363bfa-01de-4d11-83cc-015151fbac70" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>15m</strong></div><div class="event-type">Day opening</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="be64d172-8229-4771-a609-f2c6dfeeb0d8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="be64d172-8229-4771-a609-f2c6dfeeb0d8">Welcome and opening</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr><tr data-slot-id="62d73e48-2650-4ca7-b4dc-375bc60fc70c" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:15</div><strong>45m</strong></div><div class="event-type">Keynote</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="92cb9e97-fa96-4334-a0cd-0d2d899cfd59" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="92cb9e97-fa96-4334-a0cd-0d2d899cfd59">Building AI Agents for Software Engineering Tasks</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/gustavosoares" class="navigate">Gustavo Soares</a><span class="prog-aff"> Microsoft</span></div></td></tr><tr data-slot-id="b7736f17-979c-44eb-915e-748ca3e46dea" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:00</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="16f40b1c-87d5-4430-880e-bad3dd00bb1c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="16f40b1c-87d5-4430-880e-bad3dd00bb1c">Automatic Programming vs. Artificial Intelligence</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jamesnoble" class="navigate">James Noble</a><span class="prog-aff"> Independent. Wellington, NZ</span></div><a href="https://doi.org/10.1145/3664646.3664775" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="eab5edc0-164f-42a3-8678-89121ca645a3" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:05</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="90eccc9c-0321-438f-969b-01e8889b4470" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="90eccc9c-0321-438f-969b-01e8889b4470">Towards AI for Software Systems</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nafiseeskandani" class="navigate">Nafise Eskandani</a><span class="prog-aff"> ABB Corporate Research Center</span>, <a href="https://2024.esec-fse.org/profile/guidosalvaneschi" class="navigate">Guido Salvaneschi</a><span class="prog-aff"> University of St. Gallen</span></div><a href="https://doi.org/10.1145/3664646.3664767" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="94eb880e-0f29-4f0e-ab5d-08a7a2ca96de" class="hidable"><td class="track-color c32"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Late Breaking Arxiv Track"></span></td><td><span data-event-star="fd75455b-fae2-4c0c-97e7-0c2006af80b0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fd75455b-fae2-4c0c-97e7-0c2006af80b0">Morescient GAI for Software Engineering</a></strong><div class="prog-track">AIware Late Breaking Arxiv Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/marcuskessel" class="navigate">Marcus Kessel</a><span class="prog-aff"> University of Mannheim</span>, <a href="https://2024.esec-fse.org/profile/colinatkinson1" class="navigate">Colin Atkinson</a><span class="prog-aff"> University of Mannheim</span></div><a href="https://arxiv.org/abs/2406.04710" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="8e145c16-61b6-4839-b06f-bd7a894d906b" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:15</div><strong>15m</strong></div><div class="event-type">Live Q&A</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="084c2fb9-36a2-46db-be03-120fcaa5ac6e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="084c2fb9-36a2-46db-be03-120fcaa5ac6e">Session Q&A and topic discussions</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Manga Rosa" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">QSE-NE Track<span class="pull-right"><a href="https://2024.esec-fse.org/home/qse-ne-2024" target="_blank" class="text-muted navigate">QSE-NE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-manga-rosa" target="_blank" class="room-link navigate">Manga Rosa</a> <a data-toggle="modal" href="#aci-bf36a4f9-8c30-49e2-b7a9-bd8c286b698d"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="62aef66e-1720-4901-965f-e5d22ca117a1" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>5m</strong></div><div class="event-type">Day opening</div><span data-facet-track="QSE-NE"></span></td><td><span data-event-star="640358e7-1540-4bcc-aacf-5336e5e04087" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="640358e7-1540-4bcc-aacf-5336e5e04087">Opening Message</a></strong><div class="prog-track">QSE-NE</div><div class="performers"><span title="Chair" class="role">C: </span><a href="https://2024.esec-fse.org/profile/azeemakbar" class="navigate">Muhammad Azeem Akbar</a><span class="prog-aff"> LUT University</span></div></td></tr><tr data-slot-id="f2b77d50-6539-40e9-9ab6-eeeb76744716" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:05</div><strong>20m</strong></div><div class="event-type">Paper</div><span data-facet-track="QSE-NE"></span></td><td><span data-event-star="fb1abc57-7e52-45e5-aee9-0e7aab487779" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fb1abc57-7e52-45e5-aee9-0e7aab487779">QCSHQD: Quantum Computing as a Service for Hybrid Classical-Quantum Software Development: A Vision</a></strong><div class="prog-track">QSE-NE</div><div class="performers"><span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/maryamtavassolisabzevari" class="navigate">Maryam Tavassoli Sabzevari</a><span class="prog-aff"> University of Oulu</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/matteoesposito" class="navigate">Matteo Esposito</a><span class="prog-aff"> University of Oulu</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/davidetaibi" class="navigate">Davide Taibi</a><span class="prog-aff"> University of Oulu and Tampere University </span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/arifalikhan" class="navigate">Arif Ali Khan</a><span class="prog-aff"> University of Oulu</span></div><a href="https://arxiv.org/abs/2403.08663" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="bea4e4bb-50ea-44a5-a671-8391f9221c45" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:25</div><strong>20m</strong></div><div class="event-type">Paper</div><span data-facet-track="QSE-NE"></span></td><td><span data-event-star="bba61df9-0fdd-46ef-ae9d-97b5878ada99" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bba61df9-0fdd-46ef-ae9d-97b5878ada99">Classi/Q: Towards a Translation Framework to Bridge the Classical-Quantum Programming Gap</a></strong><div class="prog-track">QSE-NE</div><div class="performers"><span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/matteoesposito" class="navigate">Matteo Esposito</a><span class="prog-aff"> University of Oulu</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/maryamtavassolisabzevari" class="navigate">Maryam Tavassoli Sabzevari</a><span class="prog-aff"> University of Oulu</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/boshuaiye" class="navigate">Boshuai Ye</a><span class="prog-aff"> Aalto University</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/davidefalessi" class="navigate">Davide Falessi</a><span class="prog-aff"> University of Rome Tor Vergata, Italy</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/arifalikhan3" class="navigate">Arif Ali Khan</a><span class="prog-aff"> University of Oulu</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/davidetaibi" class="navigate">Davide Taibi</a><span class="prog-aff"> University of Oulu and Tampere University </span></div><a href="https://doi.org/10.1145/3663531.3664752" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2406.06764" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="059a0465-5e3b-450f-9214-852b4da81b0e" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:45</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="QSE-NE"></span></td><td><span data-event-star="7308fc19-2210-4cf4-b486-f34bbec2a81f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7308fc19-2210-4cf4-b486-f34bbec2a81f">Gate Branch Coverage: A Metric for Quantum Software Testing</a></strong><div class="prog-track">QSE-NE</div><div class="performers"><span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/danielfortunato" class="navigate">Daniel Fortunato</a><span class="prog-aff"> </span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/josecampos" class="navigate">José Campos</a><span class="prog-aff"> University of Porto, Portugal</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/ruiabreu" class="navigate">Rui Abreu</a><span class="prog-aff"> Meta & University of Porto</span></div></td></tr><tr data-slot-id="c0743036-359a-44b5-ba18-9592ecc78012" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:05</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="QSE-NE"></span></td><td><span data-event-star="2ad6d5b6-56ed-4663-8c5b-403ca0506b8e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2ad6d5b6-56ed-4663-8c5b-403ca0506b8e">A Conceptual Framework for Quantum Integration Challenges in 6G Technology</a></strong><div class="prog-track">QSE-NE</div><div class="performers"><span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/saimarafi" class="navigate">Saima Rafi</a><span class="prog-aff"> University of Murcia</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/azeemakbar" class="navigate">Muhammad Azeem Akbar</a><span class="prog-aff"> LUT University</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/sajjadmahmood" class="navigate">Sajjad Mahmood</a><span class="prog-aff"> King Fahd University of Petroleum & Minerals</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Introduction and flash keynotes <span class="pull-right"><a href="https://conf.researchr.org/home/2030-se" target="_blank" class="text-muted navigate">2030 Software Engineering</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b4034938-cd06-4bd6-875f-8fae01836594" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>90m</strong></div><div class="event-type">Meeting</div><span data-facet-track="2030 Software Engineering"></span></td><td><span data-event-star="fdc45f4c-58a3-4cfe-951a-86361726c0a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fdc45f4c-58a3-4cfe-951a-86361726c0a6">Overall Program </a></strong><div class="prog-track">2030 Software Engineering</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mauropezze" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Università della Svizzera Italiana & SIT Schaffhausen Institute of Technology</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c27"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Opening + Program Analysis<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-doctoral-symposium" target="_blank" class="text-muted navigate">Doctoral Symposium</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/sergiosoares1" target="_blank" class="navigate">Sérgio Soares</a><span class="prog-aff"> Universidade Federal de Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/igorsteinmacher" target="_blank" class="navigate">Igor Steinmacher</a><span class="prog-aff"> Northern Arizona University</span>, <a href="https://2024.esec-fse.org/profile/weiyang" target="_blank" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="cbd811d5-9c9a-4d0b-99ce-8e95840241c8" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Day opening</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="223b4b5f-5f2f-4baf-b0b8-1d7d465fca1c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="223b4b5f-5f2f-4baf-b0b8-1d7d465fca1c">Opening</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/winglam1" class="navigate">Wing Lam</a><span class="prog-aff"> George Mason University</span>, <a href="https://2024.esec-fse.org/profile/mariateresabaldassarre" class="navigate">Maria Teresa Baldassarre</a><span class="prog-aff"> Department of Computer Science, University of Bari </span></div></td></tr><tr data-slot-id="badad720-68fe-429d-8b66-41caec2e246a" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="c39bd893-02b3-4bbe-a6d2-a8a206f87f8e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c39bd893-02b3-4bbe-a6d2-a8a206f87f8e">Customized Approach for IoT Device Compliance: Classification Tool and Adaptive Protections</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ivonildopereiragomesneto" class="navigate">Ivonildo Pereira Gomes Neto</a><span class="prog-aff"> Federal University of Pernambuco</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/2/Customized-Approach-for-IoT-Device-Compliance-Classification-Tool-and-Adaptive-Prote" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="85da04dc-5361-4349-b8e8-cd88b7aba54a" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="522bce29-c1f3-4373-af47-354d8aa0aecf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="522bce29-c1f3-4373-af47-354d8aa0aecf">Learning to Analyze Program Behaviors</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/aashishyadavally" class="navigate">Aashish Yadavally</a><span class="prog-aff"> University of Texas at Dallas</span></div><a href="https://github.com/aashishyadavally/aashishyadavally.github.io/blob/master/assets/pdf/FSE24_DS.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="93c39af2-aa95-4877-b90b-8704c91321a9" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:50</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="3fcd231c-a97d-4cb6-89e2-aadf708b050d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3fcd231c-a97d-4cb6-89e2-aadf708b050d">Library Migration in Python Applications</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mohayeminulislam1" class="navigate">Mohayeminul Islam</a><span class="prog-aff"> University of Alberta</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/4/Library-Migration-in-Python-Applications" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="15dbf394-fa1c-49e8-8424-d75c9e856475" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:10</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="b48f911a-8c33-4083-9790-0506aa77d013" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b48f911a-8c33-4083-9790-0506aa77d013">Towards an Engineering Discipline for Resilient Cyber-Physical Systems</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ricardocaldas" class="navigate">Ricardo Caldas</a><span class="prog-aff"> Chalmers</span></div><a href="https://ricardocaldas.me/assets/pdf/%5BCal24%5D-Towards_an_Engineering_Discipline_for_Engineering_Resilient_Cyber_Physical_Systems.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">10:30 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a> <a data-toggle="modal" href="#aci-a60ef26d-61eb-4b0d-95a3-a7292ada6bf2"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/><p>Coffee Break + Poster Presentations [Afternoon students]</p> </div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b14bbcb8-864c-4bb0-ba85-8e8c4eabedf3" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Acerola" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c15"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">SSBSE Research Track<span class="pull-right"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-research" target="_blank" class="text-muted navigate">SSBSE Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="806bbb21-c94d-464c-bff2-d8c671efef32" class="hidable"><td class="track-color c15"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>30m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SSBSE Research Papers"></span></td><td><span data-event-star="ba6c274d-e44b-48d4-ae49-dbf33a7b2983" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ba6c274d-e44b-48d4-ae49-dbf33a7b2983">Evolutionary Analysis of Alloy Specifications with an Adaptive Fitness Function</a></strong><div class="prog-track">SSBSE Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jianghaowang" class="navigate">Jianghao Wang</a><span class="prog-aff"> University of Nebraska-Lincoln</span>, <a href="https://2024.esec-fse.org/profile/claystevens" class="navigate">Clay Stevens</a><span class="prog-aff"> University of Nebraska-Lincoln</span>, <a href="https://2024.esec-fse.org/profile/brookekidmose" class="navigate">Brooke Kidmose</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/myracohen" class="navigate">Myra Cohen</a><span class="prog-aff"> Iowa State University</span>, <a href="https://2024.esec-fse.org/profile/hamidbagheri" class="navigate">Hamid Bagheri</a><span class="prog-aff"> University of Nebraska-Lincoln</span></div></td></tr><tr data-slot-id="f749e518-0099-4f09-8b2c-ba2a567f13b0" class="hidable"><td class="track-color c15"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SSBSE Research Papers"></span></td><td><span data-event-star="0458d8d6-31fc-4a55-a53b-b01a5856e032" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0458d8d6-31fc-4a55-a53b-b01a5856e032">Higher Fault Detection Through Novel Density Estimators in Unit Test Generation</a></strong><div class="prog-track">SSBSE Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/annibalepanichella" class="navigate">Annibale Panichella</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/mitchellolsthoorn" class="navigate">Mitchell Olsthoorn</a><span class="prog-aff"> Delft University of Technology</span></div></td></tr><tr data-slot-id="01c53c1b-16b0-4faa-8259-2c2ab5c1452a" class="hidable"><td class="track-color c15"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>30m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SSBSE Research Papers"></span></td><td><span data-event-star="b5d3182c-dc4c-4b15-b389-87db3dc94296" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b5d3182c-dc4c-4b15-b389-87db3dc94296">Many Independent Objective Estimation of Distribution Search for Android Testing</a></strong><div class="prog-track">SSBSE Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/michaelauer" class="navigate">Michael Auer</a><span class="prog-aff"> University of Passau</span>, <a href="https://2024.esec-fse.org/profile/andreasstrobl" class="navigate">Andreas Strobl</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/gordonfraser" class="navigate">Gordon Fraser</a><span class="prog-aff"> University of Passau</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Jaca" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c11"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Tutorial II - Software engineering and gender: a tutorial<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" target="_blank" class="text-muted navigate">Tutorials</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" target="_blank" class="room-link navigate">Jaca</a> <a data-toggle="modal" href="#aci-2203ecbf-6fad-41df-acc8-4af3c17492a1"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b8f3f257-8120-4270-b7ef-0648d3fc9872" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>90m</strong></div><div class="event-type">Tutorial</div><span data-facet-track="FSE Tutorials"></span></td><td><span data-event-star="66467c96-c0c0-4aa0-8478-05b09c979fbd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="66467c96-c0c0-4aa0-8478-05b09c979fbd">Software engineering and gender: a tutorial</a></strong><div class="prog-track">Tutorials</div><div class="performers"><a href="https://2024.esec-fse.org/profile/letiziajaccheri" class="navigate">Letizia Jaccheri</a><span class="prog-aff"> Norwegian University of Science and Technology (NTNU)</span>, <a href="https://2024.esec-fse.org/profile/anhnguyenduc" class="navigate">Anh Nguyen Duc</a><span class="prog-aff"> University College of Southeast Norway</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c24"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Industry Talk1 + SE for AIware<span class="pull-right"><a href="https://2024.aiwareconf.org/track/aiware-2024-late-breaking-arxiv-track" target="_blank" class="text-muted navigate">AIware Late Breaking Arxiv Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-industry-demo-track" target="_blank" class="text-muted navigate">AIware Industry Statements and Demo Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-papers" target="_blank" class="text-muted navigate">AIware Main Track</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/andreaszeller" target="_blank" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA Helmholtz Center for Information Security</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="76082367-89ae-4c0d-b9d3-ce742e4d1540" class="hidable"><td class="track-color c26"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Industry talk</div><span data-facet-track="AIware Industry Statements and Demo Track"></span></td><td><span data-event-star="4c0fd944-b191-435c-87aa-e0a10a59a1ac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4c0fd944-b191-435c-87aa-e0a10a59a1ac">Agents for Data Science: From Raw Data to AI-generated Notebooks Using LLMs and Code Execution</a></strong><div class="prog-track">AIware Industry Statements and Demo Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jiahaocai" class="navigate">Jiahao Cai</a><span class="prog-aff"> Google</span></div></td></tr><tr data-slot-id="c388bdc3-0b20-4588-81ae-67345275f2da" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="f28dd3a3-461b-49c5-8ce7-9520c252af84" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f28dd3a3-461b-49c5-8ce7-9520c252af84">Function+Data Flow: A Framework to Specify Machine Learning Pipelines for Digital Twinning</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/eduardodeconto" class="navigate">Eduardo de Conto</a><span class="prog-aff"> Nanyang Technological University; CNRS@CREATE</span>, <a href="https://2024.esec-fse.org/profile/blaisegenest" class="navigate">Blaise Genest</a><span class="prog-aff"> IPAL - CNRS - CNRS@CREATE</span>, <a href="https://2024.esec-fse.org/profile/arvindeaswaran" class="navigate">Arvind Easwaran</a><span class="prog-aff"> Nanyang Technological University</span></div><a href="https://doi.org/10.1145/3664646.3664759" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2406.19670v1" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="f909dba8-5edd-471d-9d7f-8ece38534852" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="9f1e34ce-2060-4eac-98c4-57e70d65d3a5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9f1e34ce-2060-4eac-98c4-57e70d65d3a5">Green AI in Action: Strategic Model Selection for Ensembles in Production</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nienkenijkamp" class="navigate">Nienke Nijkamp</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/junesallou" class="navigate">June Sallou</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/nielsvanderheijden" class="navigate">Niels van der Heijden</a><span class="prog-aff"> University of Amsterdam</span>, <a href="https://2024.esec-fse.org/profile/luiscruz" class="navigate">Luís Cruz</a><span class="prog-aff"> Delft University of Technology</span></div><a href="https://doi.org/10.1145/3664646.3664763" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2405.17451" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="697a8e87-be7f-4300-b910-b6f395fff6ae" class="hidable"><td class="track-color c32"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:40</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Late Breaking Arxiv Track"></span></td><td><span data-event-star="77bfd925-9ac1-42f5-86b6-4afb202fed7d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="77bfd925-9ac1-42f5-86b6-4afb202fed7d">Towards Responsible AI in the Era of Generative AI: A Reference Architecture for Designing Foundation Model based Systems</a></strong><div class="prog-track">AIware Late Breaking Arxiv Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/qinghualu" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/limingzhu" class="navigate">Liming Zhu</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2024.esec-fse.org/profile/xiweixu" class="navigate">Xiwei (Sherry) Xu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/zhenchangxing" class="navigate">Zhenchang Xing</a><span class="prog-aff"> CSIRO’s Data61; Australian National University</span>, <a href="https://2024.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a><span class="prog-aff"> CSIRO's Data61 and Monash University</span></div><a href="https://arxiv.org/abs/2304.11090" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="138521de-2084-4dbe-ae96-5af5f01b05f4" class="hidable"><td class="track-color c32"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:45</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Late Breaking Arxiv Track"></span></td><td><span data-event-star="1005d7f7-10cf-4939-a1c5-f9ea95da0db4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1005d7f7-10cf-4939-a1c5-f9ea95da0db4">Towards Responsible Generative AI: A Reference Architecture for Designing Foundation Model based Agents</a></strong><div class="prog-track">AIware Late Breaking Arxiv Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/qinghualu" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/limingzhu" class="navigate">Liming Zhu</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2024.esec-fse.org/profile/xiweixu" class="navigate">Xiwei (Sherry) Xu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/zhenchangxing" class="navigate">Zhenchang Xing</a><span class="prog-aff"> CSIRO’s Data61; Australian National University</span>, <a href="https://2024.esec-fse.org/profile/stefanharrer1" class="navigate">Stefan Harrer</a><span class="prog-aff"> CSIRO's Data61</span>, <a href="https://2024.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a><span class="prog-aff"> CSIRO's Data61 and Monash University</span></div><a href="https://arxiv.org/abs/2311.13148" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="9d0b0c8e-8121-40e9-b6a6-6a80665c6515" class="hidable"><td class="track-color c32"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:50</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Late Breaking Arxiv Track"></span></td><td><span data-event-star="57100442-f9e0-49c9-aafe-1fe308b7fc4f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="57100442-f9e0-49c9-aafe-1fe308b7fc4f">Agent Design Pattern Catalogue: A Collection of Architectural Patterns for Foundation Model based Agents</a></strong><div class="prog-track">AIware Late Breaking Arxiv Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yueliu1" class="navigate">Yue Liu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/sinkitlo" class="navigate">Sin Kit Lo</a><span class="prog-aff"> CSIRO Data61</span>, <a href="https://2024.esec-fse.org/profile/qinghualu" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/limingzhu" class="navigate">Liming Zhu</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2024.esec-fse.org/profile/dehaizhao1" class="navigate">Dehai Zhao</a><span class="prog-aff"> CSIRO's Data61</span>, <a href="https://2024.esec-fse.org/profile/xiweixu" class="navigate">Xiwei (Sherry) Xu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/stefanharrer1" class="navigate">Stefan Harrer</a><span class="prog-aff"> CSIRO's Data61</span>, <a href="https://2024.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a><span class="prog-aff"> CSIRO's Data61 and Monash University</span></div><a href="https://arxiv.org/abs/2405.10467" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="be1d25b5-4b5a-4471-9dbb-c78df0c1e03b" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:55</div><strong>35m</strong></div><div class="event-type">Live Q&A</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="26ab6e5e-7fb3-43bf-ad29-5d00ceb71345" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="26ab6e5e-7fb3-43bf-ad29-5d00ceb71345">Session Q&A and topic discussions</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Manga Rosa" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c31"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">QSE-NE Track Session-2<span class="pull-right"><a href="https://2024.esec-fse.org/home/qse-ne-2024" target="_blank" class="text-muted navigate">QSE-NE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-manga-rosa" target="_blank" class="room-link navigate">Manga Rosa</a> <a data-toggle="modal" href="#aci-561f906a-2b36-47aa-b822-4187f4964ffd"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/azeemakbar" target="_blank" class="navigate">Muhammad Azeem Akbar</a><span class="prog-aff"> LUT University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="748c9487-c552-43d3-a29d-3a14fe605422" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="QSE-NE"></span></td><td><span data-event-star="71e0ed1d-5e86-425a-836c-3f29ad206efe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="71e0ed1d-5e86-425a-836c-3f29ad206efe">Integrating Quantum Computing and Blockchain: Building the Foundations of Secure, Efficient 6G Technology</a></strong><div class="prog-track">QSE-NE</div><div class="performers"><span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/muhammadzohaib" class="navigate">Muhammad Zohaib</a><span class="prog-aff"> LUT University</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/fahadsaltuwaijri" class="navigate">Fahad S. Altuwaijri</a><span class="prog-aff"> Qassim University</span>, <span title="Author" class="role">A: </span><a href="https://2024.esec-fse.org/profile/samihyrynsalmi" class="navigate">Sami Hyrynsalmi</a><span class="prog-aff"> LUT University</span></div></td></tr><tr data-slot-id="dc9b7ada-b29d-4a2d-bfdd-cdd87f03db57" class="hidable"><td class="track-color c31"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="QSE-NE"></span></td><td><span data-event-star="27cb6229-98e6-471c-a7c3-770b54306486" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="27cb6229-98e6-471c-a7c3-770b54306486">Quantum Software Engineering: A New Genre of Computing</a></strong><div class="prog-track">QSE-NE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/azeemakbar" class="navigate">Muhammad Azeem Akbar</a><span class="prog-aff"> LUT University</span>, <a href="https://2024.esec-fse.org/profile/arifalikhan3" class="navigate">Arif Ali Khan</a><span class="prog-aff"> University of Oulu</span>, <a href="https://2024.esec-fse.org/profile/sajjadmahmood" class="navigate">Sajjad Mahmood</a><span class="prog-aff"> King Fahd University of Petroleum & Minerals</span>, <a href="https://2024.esec-fse.org/profile/saimarafi" class="navigate">Saima Rafi</a><span class="prog-aff"> University of Murcia</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-track="2030 Software Engineering" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Teamwork<span class="pull-right"><a href="https://conf.researchr.org/home/2030-se" target="_blank" class="text-muted navigate">2030 Software Engineering</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c27"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Software Evolution + Life During PhD Panel<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-doctoral-symposium" target="_blank" class="text-muted navigate">Doctoral Symposium</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/sergiosoares1" target="_blank" class="navigate">Sérgio Soares</a><span class="prog-aff"> Universidade Federal de Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/igorsteinmacher" target="_blank" class="navigate">Igor Steinmacher</a><span class="prog-aff"> Northern Arizona University</span>, <a href="https://2024.esec-fse.org/profile/weiyang" target="_blank" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8976e424-9e10-47e9-9c2b-ffc09384c210" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="e3e0b169-4811-4a51-aa58-2da72489e23e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e3e0b169-4811-4a51-aa58-2da72489e23e">Test specification and exploration of polyglot programs</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/philemonhoudaille" class="navigate">Philémon Houdaille</a><span class="prog-aff"> DIVERSE Team, IRISA-INRIA, CNRS, Université Rennes 1</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/6/Test-specification-and-exploration-of-polyglot-programs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="efbf5857-ca5f-475e-9cff-a1a9bee1eca6" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="7040acd3-66ef-46b2-9bf2-3effdf756a35" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7040acd3-66ef-46b2-9bf2-3effdf756a35">Semantic Conflict Analysis in Continuous Software Integration with Semantic Merging Tool</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/matheusbarbosadeoliveira" class="navigate">Matheus Barbosa de Oliveira</a><span class="prog-aff"> Federal University of Pernambuco</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/7/Semantic-Conflict-Analysis-in-Continuous-Software-Integration-with-Semantic-Merging-T" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="c41b73fc-1af8-4a4b-a392-25c0331881a8" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:40</div><strong>50m</strong></div><div class="event-type">Panel</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="a0fff02e-03d0-4bf3-ab76-503122a9807d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a0fff02e-03d0-4bf3-ab76-503122a9807d">Life During PhD Panel</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/igorsteinmacher" class="navigate">Igor Steinmacher</a><span class="prog-aff"> Northern Arizona University</span>, <a href="https://2024.esec-fse.org/profile/sergiosoares1" class="navigate">Sérgio Soares</a><span class="prog-aff"> Universidade Federal de Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/weiyang" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/winglam1" class="navigate">Wing Lam</a><span class="prog-aff"> George Mason University</span></div></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Hotel Restaurant" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">Lunch<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-hotel-restaurant" target="_blank" class="room-link navigate">Hotel Restaurant</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1bb54726-a83c-4def-82fd-5246e786f1e3" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Lunch</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="92da76b2-479a-4dca-9cc2-89ca2018a319" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="92da76b2-479a-4dca-9cc2-89ca2018a319">Lunch</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Acerola" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c19"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">SSBSE Challenge Track<span class="pull-right"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-challenge" target="_blank" class="text-muted navigate">SSBSE Challenge</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9a06832d-2935-4dce-8257-030808c9e04c" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>22m</strong></div><div class="event-type">Short-paper</div><span data-facet-track="SSBSE Challenge"></span></td><td><span data-event-star="9120b579-cccc-4ca4-91bd-1e1e9b7aebe3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9120b579-cccc-4ca4-91bd-1e1e9b7aebe3">Iterative Refactoring of Real-World Open-Source Programs with Large Language Models</a></strong><div class="prog-track">SSBSE Challenge</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jinsuchoi" class="navigate">Jinsu Choi</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/gabinan" class="navigate">Gabin An</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span></div></td></tr><tr data-slot-id="30464874-b1ed-4c93-888b-99c74104a963" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:22</div><strong>22m</strong></div><div class="event-type">Short-paper</div><span data-facet-track="SSBSE Challenge"></span></td><td><span data-event-star="e829dc74-f898-46e4-85fc-2069650fe224" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e829dc74-f898-46e4-85fc-2069650fe224">Approximating Stochastic Quantum Noise through Genetic Programming</a></strong><div class="prog-track">SSBSE Challenge</div><div class="performers"><a href="https://2024.esec-fse.org/profile/asmarmuqeet" class="navigate">Asmar Muqeet</a><span class="prog-aff"> Simula Research Laboratory and University of Oslo</span>, <a href="https://2024.esec-fse.org/profile/shaukatali" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Laboratory and Oslo Metropolitan University</span>, <a href="https://2024.esec-fse.org/profile/paoloarcaini" class="navigate">Paolo Arcaini</a><span class="prog-aff"> National Institute of Informatics </span></div></td></tr><tr data-slot-id="38bd4918-a860-4291-bd8f-02422cd6788a" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:45</div><strong>22m</strong></div><div class="event-type">Short-paper</div><span data-facet-track="SSBSE Challenge"></span></td><td><span data-event-star="c6c7b6f6-f81b-4d77-9ed7-34a2a465d2f5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c6c7b6f6-f81b-4d77-9ed7-34a2a465d2f5">Fuzzing-Based Differential Testing For Quantum Simulators</a></strong><div class="prog-track">SSBSE Challenge</div><div class="performers"><a href="https://2024.esec-fse.org/profile/danielblackwell" class="navigate">Daniel Blackwell</a><span class="prog-aff"> University College London</span>, <a href="https://2024.esec-fse.org/profile/justynapetke" class="navigate">Justyna Petke</a><span class="prog-aff"> University College London</span>, <a href="https://2024.esec-fse.org/profile/yazhuocao" class="navigate">Yazhuo cao</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/avnerbensoussan" class="navigate">Avner Bensoussan</a><span class="prog-aff"> </span></div></td></tr><tr data-slot-id="8e5f83d7-85d2-47fa-8aa4-7e636f260eb9" class="hidable"><td class="track-color c19"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:07</div><strong>22m</strong></div><div class="event-type">Short-paper</div><span data-facet-track="SSBSE Challenge"></span></td><td><span data-event-star="79d1f5a9-d075-40fb-9a5e-dfd61aa8adb6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="79d1f5a9-d075-40fb-9a5e-dfd61aa8adb6">GreenStableYolo: Optimizing Inference Time and Image Quality of Text-to-Image Generation</a></strong><div class="prog-track">SSBSE Challenge</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jingzhigong" class="navigate">Jingzhi Gong</a><span class="prog-aff"> Loughborough University</span>, <a href="https://2024.esec-fse.org/profile/sisili" class="navigate">Sisi Li</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/giordanodaloisio" class="navigate">Giordano d'Aloisio</a><span class="prog-aff"> University of L'Aquila</span>, <a href="https://2024.esec-fse.org/profile/zishuoding" class="navigate">Zishuo Ding</a><span class="prog-aff"> The Hong Kong University of Science and Technology (Guangzhou)</span>, <a href="https://2024.esec-fse.org/profile/yulongye" class="navigate">Yulong Ye</a><span class="prog-aff"> University of Birmingham</span>, <a href="https://2024.esec-fse.org/profile/williamlangdon1" class="navigate">William B. Langdon</a><span class="prog-aff"> University College London</span>, <a href="https://2024.esec-fse.org/profile/federicasarro" class="navigate">Federica Sarro</a><span class="prog-aff"> University College London</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Cajá" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c11"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Tutorial IV - A Developer’s Guide to Building and Testing Accessible Mobile Apps<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" target="_blank" class="text-muted navigate">Tutorials</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-caj%C3%A1" target="_blank" class="room-link navigate">Cajá</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8826a4ea-ca81-4b3a-a211-5471d0ee7000" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>90m</strong></div><div class="event-type">Tutorial</div><span data-facet-track="FSE Tutorials"></span></td><td><span data-event-star="e4497a3d-35ab-417c-9c93-1ed3bebdc3c2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e4497a3d-35ab-417c-9c93-1ed3bebdc3c2">A Developer’s Guide to Building and Testing Accessible Mobile Apps </a></strong><div class="prog-track">Tutorials</div><div class="performers"><a href="https://2024.esec-fse.org/profile/juanpablosandovalalcocer" class="navigate">Juan Pablo Sandoval Alcocer</a><span class="prog-aff"> Pontificia Universidad Católica de Chile</span>, <a href="https://2024.esec-fse.org/profile/leonelmerino1" class="navigate">Leonel Merino</a><span class="prog-aff"> Pontificia Universidad Católica de Chile</span>, <a href="https://2024.esec-fse.org/profile/alisonfernandezblanco" class="navigate">Alison Fernandez-Blanco</a><span class="prog-aff"> Pontificia Universidad Católica de Chile</span>, <a href="https://2024.esec-fse.org/profile/williamravelomendez" class="navigate">William Ravelo-Mendez</a><span class="prog-aff"> Universidad de los Andes, Colombia</span>, <a href="https://2024.esec-fse.org/profile/camiloescobarvelasquez" class="navigate">Camilo Escobar-Velásquez</a><span class="prog-aff"> Universidad de los Andes</span>, <a href="https://2024.esec-fse.org/profile/mariolinaresvasquez1" class="navigate">Mario Linares-Vásquez</a><span class="prog-aff"> Universidad de los Andes</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Jaca" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c11"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Tutorial III - A Tutorial on Software Engineering for FMware<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" target="_blank" class="text-muted navigate">Tutorials</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" target="_blank" class="room-link navigate">Jaca</a> <a data-toggle="modal" href="#aci-2b6fd7e7-0180-449a-9f01-86de99f0fbc6"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="826995b3-8024-4722-994d-94d4398d29a1" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>90m</strong></div><div class="event-type">Tutorial</div><span data-facet-track="FSE Tutorials"></span></td><td><span data-event-star="9057994d-af73-43a2-a3ab-3879d798fa03" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9057994d-af73-43a2-a3ab-3879d798fa03"> A Tutorial on Software Engineering for FMware </a></strong><div class="prog-track">Tutorials</div><div class="performers"><a href="https://2024.esec-fse.org/profile/filipercogo" class="navigate">Filipe Cogo</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/gopikrishnanrajbahadur1" class="navigate">Gopi Krishnan Rajbahadur</a><span class="prog-aff"> Centre for Software Excellence, Huawei, Canada</span>, <a href="https://2024.esec-fse.org/profile/dayilin" class="navigate">Dayi Lin</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen’s University</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c24"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Industry Talk2 + Human AI Conversation<span class="pull-right"><a href="https://2024.aiwareconf.org/track/aiware-2024-papers" target="_blank" class="text-muted navigate">AIware Main Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-industry-demo-track" target="_blank" class="text-muted navigate">AIware Industry Statements and Demo Track</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/qinghualu" target="_blank" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="609cb703-f2eb-46a2-8fcc-b04707830622" class="hidable"><td class="track-color c26"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>20m</strong></div><div class="event-type">Industry talk</div><span data-facet-track="AIware Industry Statements and Demo Track"></span></td><td><span data-event-star="90673adc-4df3-4af4-aba1-11369d46cf38" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="90673adc-4df3-4af4-aba1-11369d46cf38">AI Assistant in JetBrains IDE: Insights and Challenges</a></strong><div class="prog-track">AIware Industry Statements and Demo Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/andreysokolov" class="navigate">Andrey Sokolov</a><span class="prog-aff"> JetBrains Research</span></div></td></tr><tr data-slot-id="175459ec-a152-4732-8d20-6b7fafe27662" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="237ace57-8f38-4936-af1f-a24fad98cec9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="237ace57-8f38-4936-af1f-a24fad98cec9">Unveiling the Potential of a Conversational Agent in Developer Support: Insights from Mozilla’s PDF.js Project</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/joaocorreia" class="navigate">João Correia</a><span class="prog-aff"> PUC-Rio</span>, <a href="https://2024.esec-fse.org/profile/morgancnicholson" class="navigate">Morgan C. Nicholson</a><span class="prog-aff"> University of São Paulo</span>, <a href="https://2024.esec-fse.org/profile/danielcoutinho" class="navigate">Daniel Coutinho</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/caiobarbosa1" class="navigate">Caio Barbosa</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/marcocastelluccio" class="navigate">Marco Castelluccio</a><span class="prog-aff"> Mozilla</span>, <a href="https://2024.esec-fse.org/profile/marcogerosa" class="navigate">Marco Gerosa</a><span class="prog-aff"> Northern Arizona University</span>, <a href="https://2024.esec-fse.org/profile/alessandrogarcia" class="navigate">Alessandro Garcia</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/igorsteinmacher" class="navigate">Igor Steinmacher</a><span class="prog-aff"> Northern Arizona University</span></div><a href="https://doi.org/10.1145/3664646.3664758" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.ime.usp.br/~gerosa/papers/AIware_24___Tool_vs_Humans.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="d3e1eadd-8f12-4dbd-a4c2-0c6be632efb3" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:30</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="4b4d94e0-30a3-4de7-b01f-ba658fc98e49" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4b4d94e0-30a3-4de7-b01f-ba658fc98e49">From Human-to-Human to Human-to-Bot Conversations in Software Engineering</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ranimkhojah" class="navigate">Ranim Khojah</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/franciscogomesdeoliveiraneto" class="navigate">Francisco Gomes de Oliveira Neto</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/philippleitner1" class="navigate">Philipp Leitner</a><span class="prog-aff"> Chalmers | University of Gothenburg</span></div><a href="https://doi.org/10.1145/3664646.3664761" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2405.12712" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="faa9898f-5347-4c62-ba22-f0058bb870da" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:40</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="b39438be-6b02-4461-b482-d679928b227e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b39438be-6b02-4461-b482-d679928b227e">RUBICON: Rubric-Based Evaluation of Domain-Specific Human AI Conversations</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/parambiyani" class="navigate">Param Biyani</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/yasharthbajpai" class="navigate">Yasharth Bajpai</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/arjunradhakrishna" class="navigate">Arjun Radhakrishna</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/gustavosoares" class="navigate">Gustavo Soares</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/sumitgulwani" class="navigate">Sumit Gulwani</a><span class="prog-aff"> Microsoft</span></div><a href="https://doi.org/10.1145/3664646.3664778" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e59dceec-49f1-4c26-a7f9-e61728818587" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:50</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="5ab186e8-143c-4d88-a60e-d8f0731d49ad" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5ab186e8-143c-4d88-a60e-d8f0731d49ad">Unveiling Assumptions: Exploring the Decisions of AI Chatbots and Human Testers</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/franciscogomesdeoliveiraneto" class="navigate">Francisco Gomes de Oliveira Neto</a><span class="prog-aff"> Chalmers | University of Gothenburg</span></div><a href="https://doi.org/10.1145/3664646.3664762" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="a4ec07eb-43b7-4219-bc35-2d55217fc7b0" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:55</div><strong>35m</strong></div><div class="event-type">Live Q&A</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="ac68f030-ffa7-4d5d-b371-99527be6ab3a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ac68f030-ffa7-4d5d-b371-99527be6ab3a">Session Q&A and topic discussions</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Teamwork<span class="pull-right"><a href="https://conf.researchr.org/home/2030-se" target="_blank" class="text-muted navigate">2030 Software Engineering</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="314a288b-2fb6-41b6-8e14-e2bd737bcbaa" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>90m</strong></div><div class="event-type">Meeting</div><span data-facet-track="2030 Software Engineering"></span></td><td><span data-event-star="fdc45f4c-58a3-4cfe-951a-86361726c0a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fdc45f4c-58a3-4cfe-951a-86361726c0a6">Overall Program </a></strong><div class="prog-track">2030 Software Engineering</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mauropezze" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Università della Svizzera Italiana & SIT Schaffhausen Institute of Technology</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c27"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-doctoral-symposium" target="_blank" class="text-muted navigate">Doctoral Symposium</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/cesarfranca3" target="_blank" class="navigate">César França</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/raulakula" target="_blank" class="navigate">Raula Gaikovina Kula</a><span class="prog-aff"> Nara Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/ronnieessantos" target="_blank" class="navigate">Ronnie de Souza Santos</a><span class="prog-aff"> University of Calgary</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3de70c4c-c72c-4017-af1d-7a7a0dd2769b" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="2ea2b649-7998-4b39-8d21-544187ec92cd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2ea2b649-7998-4b39-8d21-544187ec92cd">Exploring Empathy in Software Engineering Based on the Practitioners’ Perspective</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/lidianycerqueira" class="navigate">Lidiany Cerqueira</a><span class="prog-aff"> Federal University of Bahia - UFBA</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/9/Exploring-Empathy-in-Software-Engineering-Based-on-the-Practitioners-Perspective" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="3d0683b3-3fa6-474e-81f4-0f6c925cdda8" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="fa9dcbde-fe60-4b9f-93ab-4ea77ef4f51b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fa9dcbde-fe60-4b9f-93ab-4ea77ef4f51b">Strategies and Challenges to Improve Well-Being of Software Engineers</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/cristinamartinezmontes" class="navigate">Cristina Martinez Montes</a><span class="prog-aff"> Chalmers | University of Gothenburg</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/10/Strategies-and-Challenges-to-Improve-Well-Being-of-Software-Engineers" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="920d9ff6-62ba-4ec2-96a8-bf9e15e4cb50" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:40</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="38af0414-ee53-434e-8aaf-1a76125f4b46" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="38af0414-ee53-434e-8aaf-1a76125f4b46">Strategies to Support Underrepresented Groups in Software Development Teams</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/reydnebrunodossantos" class="navigate">Reydne Bruno dos Santos</a><span class="prog-aff"> UFPE</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/11/Strategies-to-Support-Underrepresented-Groups-in-Software-Development-Teams" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="89834bd5-89a4-4d70-93ad-1ebecf682b72" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="a4d73ce1-65d7-498e-8795-5e498a8c877d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a4d73ce1-65d7-498e-8795-5e498a8c877d">Uniform theoretical framework, taxonomy, and automated tooling for hot fixing software</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/carolhanna" class="navigate">Carol Hanna</a><span class="prog-aff"> University College London</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/12/Uniform-theoretical-framework-taxonomy-and-automated-tooling-for-hot-fixing-softwar" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">15:30 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a> <a data-toggle="modal" href="#aci-18272130-3645-4dfc-9f5d-4875a8e31ed0"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/><p>Coffee Break + Poster Presentations [Morning students]</p> </div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="64745837-0829-42ea-a0e7-181712588eec" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Acerola" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Hot off the Press<span class="pull-right"><a href="https://conf.researchr.org/track/ssbse-2024/ssbse-2024-hop" target="_blank" class="text-muted navigate">SSBSE Hot off the Press</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b7b40cd0-2d0e-4661-ab72-902eb46ca933" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SSBSE Hot off the Press"></span></td><td><span data-event-star="7b5110d6-7d57-4a1b-97bb-c1849073f5fe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7b5110d6-7d57-4a1b-97bb-c1849073f5fe">SSBSE Summary of Adaptive Search-based Repair of Deep Neural Networks</a></strong><div class="prog-track">SSBSE Hot off the Press</div><div class="performers"><a href="https://2024.esec-fse.org/profile/davidelicalsi" class="navigate">Davide Li Calsi</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://2024.esec-fse.org/profile/matiasduran" class="navigate">Matias Duran</a><span class="prog-aff"> Trinity College Dublin, Ireland</span>, <a href="https://2024.esec-fse.org/profile/thomaslaurent" class="navigate">Thomas Laurent</a><span class="prog-aff"> Lero@Trinity College Dublin</span>, <a href="https://2024.esec-fse.org/profile/xiaoyizhang" class="navigate">Xiao-Yi Zhang</a><span class="prog-aff"> University of Science and Technology Beijing</span>, <a href="https://2024.esec-fse.org/profile/paoloarcaini" class="navigate">Paolo Arcaini</a><span class="prog-aff"> National Institute of Informatics </span>, <a href="https://2024.esec-fse.org/profile/fuyukiishikawa" class="navigate">Fuyuki Ishikawa</a><span class="prog-aff"> National Institute of Informatics</span>, <a href="https://2024.esec-fse.org/profile/anthonyventresque" class="navigate">Anthony Ventresque</a><span class="prog-aff"> Trinity College Dublin & Lero, Ireland</span></div></td></tr><tr data-slot-id="f62f09a1-688e-4b81-bda4-8546aad7600f" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SSBSE Hot off the Press"></span></td><td><span data-event-star="2e692c8b-82f1-4ad4-ba54-95b0ec2d0aba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2e692c8b-82f1-4ad4-ba54-95b0ec2d0aba">SSBSE Summary of EvoCLINICAL: Evolving Cyber-cyber Digital Twin with Active Transfer Learning for Automated Cancer Registry System</a></strong><div class="prog-track">SSBSE Hot off the Press</div><div class="performers"><a href="https://2024.esec-fse.org/profile/chengjielu" class="navigate">Chengjie Lu</a><span class="prog-aff"> Simula Research Laboratory and University of Oslo</span>, <a href="https://2024.esec-fse.org/profile/xuqinghua" class="navigate">Xu Qinghua</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/taoyue" class="navigate">Tao Yue</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/shaukatali" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Laboratory and Oslo Metropolitan University</span>, <a href="https://2024.esec-fse.org/profile/thomasschwitalla" class="navigate">Thomas Schwitalla</a><span class="prog-aff"> Cancer Registry of Norway</span>, <a href="https://2024.esec-fse.org/profile/janfnygard" class="navigate">Jan F. Nygård</a><span class="prog-aff"> Cancer Registry of Norway</span></div></td></tr><tr data-slot-id="656b141e-f41a-4201-9aef-af5e5e3fada7" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:40</div><strong>20m</strong></div><div class="event-type">Research paper</div><span data-facet-track="SSBSE Hot off the Press"></span></td><td><span data-event-star="1be50eac-7793-4f36-9a36-b7e8cf7621f1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1be50eac-7793-4f36-9a36-b7e8cf7621f1">Single and Multi-objective Test Cases Prioritization for Self-driving Cars in Virtual Environments</a></strong><div class="prog-track">SSBSE Hot off the Press</div><div class="performers"><a href="https://2024.esec-fse.org/profile/christianbirchler" class="navigate">Christian Birchler</a><span class="prog-aff"> Zurich University of Applied Sciences & University of Bern</span>, <a href="https://2024.esec-fse.org/profile/sajadkhatiri1" class="navigate">Sajad Khatiri</a><span class="prog-aff"> USI-Lugnao & Zurich University of Applied Sciences</span>, <a href="https://2024.esec-fse.org/profile/pouriaderakhshanfar" class="navigate">Pouria Derakhshanfar</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/sebastianopanichella" class="navigate">Sebastiano Panichella</a><span class="prog-aff"> Zurich University of Applied Sciences</span>, <a href="https://2024.esec-fse.org/profile/annibalepanichella" class="navigate">Annibale Panichella</a><span class="prog-aff"> Delft University of Technology</span></div></td></tr><tr data-slot-id="437accca-e619-4e04-9059-41976418f0ff" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>30m</strong></div><div class="event-type">Day closing</div><span data-facet-track="SSBSE Hot off the Press"></span></td><td><span data-event-star="06ce132f-bdb9-474d-9cac-1d31a5d8f923" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="06ce132f-bdb9-474d-9cac-1d31a5d8f923">Announcements and closing</a></strong><div class="prog-track">SSBSE Hot off the Press</div><br></td></tr><tr data-slot-id="9033ea1d-60b3-4412-b000-485198b80bb7" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Meeting</div><span data-facet-track="SSBSE Hot off the Press"></span></td><td><span data-event-star="253e28fe-6dde-4732-ae79-caa0471777b9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="253e28fe-6dde-4732-ae79-caa0471777b9">SBSE Steering Committee meeting</a></strong><div class="prog-track">SSBSE Hot off the Press</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Cajá" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c11"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Tutorial IV - A Developer’s Guide to Building and Testing Accessible Mobile Apps<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" target="_blank" class="text-muted navigate">Tutorials</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-caj%C3%A1" target="_blank" class="room-link navigate">Cajá</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="151930b5-3ad6-450c-9da4-d74d8a67471b" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>90m</strong></div><div class="event-type">Tutorial</div><span data-facet-track="FSE Tutorials"></span></td><td><span data-event-star="e4497a3d-35ab-417c-9c93-1ed3bebdc3c2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e4497a3d-35ab-417c-9c93-1ed3bebdc3c2">A Developer’s Guide to Building and Testing Accessible Mobile Apps </a></strong><div class="prog-track">Tutorials</div><div class="performers"><a href="https://2024.esec-fse.org/profile/juanpablosandovalalcocer" class="navigate">Juan Pablo Sandoval Alcocer</a><span class="prog-aff"> Pontificia Universidad Católica de Chile</span>, <a href="https://2024.esec-fse.org/profile/leonelmerino1" class="navigate">Leonel Merino</a><span class="prog-aff"> Pontificia Universidad Católica de Chile</span>, <a href="https://2024.esec-fse.org/profile/alisonfernandezblanco" class="navigate">Alison Fernandez-Blanco</a><span class="prog-aff"> Pontificia Universidad Católica de Chile</span>, <a href="https://2024.esec-fse.org/profile/williamravelomendez" class="navigate">William Ravelo-Mendez</a><span class="prog-aff"> Universidad de los Andes, Colombia</span>, <a href="https://2024.esec-fse.org/profile/camiloescobarvelasquez" class="navigate">Camilo Escobar-Velásquez</a><span class="prog-aff"> Universidad de los Andes</span>, <a href="https://2024.esec-fse.org/profile/mariolinaresvasquez1" class="navigate">Mario Linares-Vásquez</a><span class="prog-aff"> Universidad de los Andes</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Jaca" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c11"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Tutorial III - A Tutorial on Software Engineering for FMware<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" target="_blank" class="text-muted navigate">Tutorials</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" target="_blank" class="room-link navigate">Jaca</a> <a data-toggle="modal" href="#aci-21484e8b-3649-4bcf-b1e1-44865f9d7765"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c26cb709-a60f-4c34-96dd-e59c8f1b87ab" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>90m</strong></div><div class="event-type">Tutorial</div><span data-facet-track="FSE Tutorials"></span></td><td><span data-event-star="9057994d-af73-43a2-a3ab-3879d798fa03" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9057994d-af73-43a2-a3ab-3879d798fa03"> A Tutorial on Software Engineering for FMware </a></strong><div class="prog-track">Tutorials</div><div class="performers"><a href="https://2024.esec-fse.org/profile/filipercogo" class="navigate">Filipe Cogo</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/gopikrishnanrajbahadur1" class="navigate">Gopi Krishnan Rajbahadur</a><span class="prog-aff"> Centre for Software Excellence, Huawei, Canada</span>, <a href="https://2024.esec-fse.org/profile/dayilin" class="navigate">Dayi Lin</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen’s University</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c24"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Security and Safety + Round Table + Day1 Closing<span class="pull-right"><a href="https://2024.aiwareconf.org/track/aiware-2024-papers" target="_blank" class="text-muted navigate">AIware Main Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-late-breaking-arxiv-track" target="_blank" class="text-muted navigate">AIware Late Breaking Arxiv Track</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/tomzimmermann" target="_blank" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/ahmedehassan" target="_blank" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen’s University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="caf2b142-95f2-4816-8e39-317a919565e0" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="4ae78268-063d-4b43-ba3a-8746e24dfe49" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4ae78268-063d-4b43-ba3a-8746e24dfe49">An AI System Evaluation Framework for Advancing AI Safety: Terminology, Taxonomy, Lifecycle Mapping</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/bomingxia" class="navigate">Boming Xia</a><span class="prog-aff"> CSIRO's Data61 & University of New South Wales</span>, <a href="https://2024.esec-fse.org/profile/qinghualu" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/limingzhu" class="navigate">Liming Zhu</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2024.esec-fse.org/profile/zhenchangxing1" class="navigate">Zhenchang Xing</a><span class="prog-aff"> CSIRO's Data61</span></div><a href="https://doi.org/10.1145/3664646.3664766" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2b23c54b-1a56-4ed7-840d-c4dbfffaefb9" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:05</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="df012463-d2c6-4a94-8dff-a1a03abba29b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="df012463-d2c6-4a94-8dff-a1a03abba29b">Measuring Impacts of Poisoning on Model Parameters and Embeddings for Large Language Models of Code</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/aftabhussain" class="navigate">Aftab Hussain</a><span class="prog-aff"> University of Houston</span>, <a href="https://2024.esec-fse.org/profile/mdrafiqulrabin" class="navigate">Md Rafiqul Islam Rabin</a><span class="prog-aff"> University of Houston</span>, <a href="https://2024.esec-fse.org/profile/aminalipour" class="navigate">Amin Alipour</a><span class="prog-aff"> University of Houston</span></div><a href="https://doi.org/10.1145/3664646.3664764" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="8234090b-8b10-430b-91b3-d65b934b13f9" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="f80e058a-b8ed-4a82-a3a0-8800664a2217" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f80e058a-b8ed-4a82-a3a0-8800664a2217">A Case Study of LLM for Automated Vulnerability Repair: Assessing Impact of Reasoning and Patch Validation Feedback</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ummaykulsum" class="navigate">Ummay Kulsum</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/haotianzhu" class="navigate">Haotian Zhu</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/bowenxu1" class="navigate">Bowen Xu</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/marcelodamorim" class="navigate">Marcelo d'Amorim</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3664646.3664770" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b6342cf4-e80a-4378-830d-b8c06406f2b9" class="hidable"><td class="track-color c32"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Late Breaking Arxiv Track"></span></td><td><span data-event-star="9b6607d1-4a26-4f38-a2c5-ef4e9e136d77" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9b6607d1-4a26-4f38-a2c5-ef4e9e136d77">Trojans in Large Language Models of Code: A Critical Review through a Trigger-Based Taxonomy</a></strong><div class="prog-track">AIware Late Breaking Arxiv Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/aftabhussain" class="navigate">Aftab Hussain</a><span class="prog-aff"> University of Houston</span>, <a href="https://2024.esec-fse.org/profile/mdrafiqulrabin" class="navigate">Md Rafiqul Islam Rabin</a><span class="prog-aff"> University of Houston</span>, <a href="https://2024.esec-fse.org/profile/toufiqueahmed" class="navigate">Toufique Ahmed</a><span class="prog-aff"> University of California at Davis</span>, <a href="https://2024.esec-fse.org/profile/bowenxu2" class="navigate">Bowen Xu</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/premkumardevanbu" class="navigate">Premkumar Devanbu</a><span class="prog-aff"> UC Davis</span>, <a href="https://2024.esec-fse.org/profile/aminalipour" class="navigate">Amin Alipour</a><span class="prog-aff"> University of Houston</span></div><a href="https://arxiv.org/pdf/2405.02828" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="c5e9ca23-e0b1-425f-9407-cef44ee56229" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>25m</strong></div><div class="event-type">Live Q&A</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="c1bb9790-dd8d-4994-bd2d-c3c2004fc1af" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c1bb9790-dd8d-4994-bd2d-c3c2004fc1af">Session Q&A and topic discussions</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr><tr data-slot-id="430181e4-fb46-4787-9907-b853b186ca9f" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:50</div><strong>60m</strong></div><div class="event-type">Panel</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="439184bc-8507-4b38-9206-86d1af56e109" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="439184bc-8507-4b38-9206-86d1af56e109">Round Table</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr><tr data-slot-id="14014b51-4c36-4a15-9f5f-c9dce647e709" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:50</div><strong>10m</strong></div><div class="event-type">Day closing</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="d73fd4eb-365d-4622-ba0a-c440e9b62311" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d73fd4eb-365d-4622-ba0a-c440e9b62311">Day 1 summary and closing</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-track="2030 Software Engineering" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Teamwork<span class="pull-right"><a href="https://conf.researchr.org/home/2030-se" target="_blank" class="text-muted navigate">2030 Software Engineering</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Mon 15 Jul 2024" data-facet-date-order="240715" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c27"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Empirical Aspects + Life After PhD Panel + Closing<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-doctoral-symposium" target="_blank" class="text-muted navigate">Doctoral Symposium</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/cesarfranca3" target="_blank" class="navigate">César França</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/raulakula" target="_blank" class="navigate">Raula Gaikovina Kula</a><span class="prog-aff"> Nara Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/ronnieessantos" target="_blank" class="navigate">Ronnie de Souza Santos</a><span class="prog-aff"> University of Calgary</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b39aacde-cf44-4a53-910a-e3091e5bed27" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="0d725008-a4f8-4b5b-bb51-ffce882929c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0d725008-a4f8-4b5b-bb51-ffce882929c0">Open Science in Software Engineering: Unpacking the Black Box of Artifact Sharing</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/anapaulavasconcelos" class="navigate">Ana Paula Vasconcelos</a><span class="prog-aff"> Universidade Federal de Pernambuco / Universidade do Estado de Mato Grosso</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/13/Open-Science-in-Software-Engineering-Unpacking-the-Black-Box-of-Artifact-Sharing" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="981ed28d-6f4f-4a10-bf0c-2b1f8fdc10bd" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="4b3ee0a5-776e-45ac-a369-4313d4d268bb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4b3ee0a5-776e-45ac-a369-4313d4d268bb">The Replication Crisis in Software Engineering: Guidelines for the Scientific Community in dealing with Threats to Validity and their Mitigation Actions and the Impact of the 3R</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ivanildoazevedo" class="navigate">Ivanildo Azevedo</a><span class="prog-aff"> Universidade Federal de Pernambuco</span></div><a href="https://2024.esec-fse.org/details/fse-2024-doctoral-symposium/14/The-Replication-Crisis-in-Software-Engineering-Guidelines-for-the-Scientific-Communi" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="34e09024-c153-4e78-ba97-da392e93d164" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:40</div><strong>50m</strong></div><div class="event-type">Panel</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="1f4e9231-1c40-4329-ae84-d420ac17b8c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1f4e9231-1c40-4329-ae84-d420ac17b8c0">Life After PhD Panel</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/cesarfranca3" class="navigate">César França</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/mariateresabaldassarre" class="navigate">Maria Teresa Baldassarre</a><span class="prog-aff"> Department of Computer Science, University of Bari </span>, <a href="https://2024.esec-fse.org/profile/raulakula" class="navigate">Raula Gaikovina Kula</a><span class="prog-aff"> Nara Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/ronnieessantos" class="navigate">Ronnie de Souza Santos</a><span class="prog-aff"> University of Calgary</span></div></td></tr><tr data-slot-id="46a51b85-12c7-46c0-a940-38334ef40c6d" class="hidable"><td class="track-color c27"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>10m</strong></div><div class="event-type">Day closing</div><span data-facet-track="FSE Doctoral Symposium"></span></td><td><span data-event-star="aab0df83-30e9-45cc-a7d3-2267656d35b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aab0df83-30e9-45cc-a7d3-2267656d35b5">Closing</a></strong><div class="prog-track">Doctoral Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mariateresabaldassarre" class="navigate">Maria Teresa Baldassarre</a><span class="prog-aff"> Department of Computer Science, University of Bari </span>, <a href="https://2024.esec-fse.org/profile/winglam1" class="navigate">Wing Lam</a><span class="prog-aff"> George Mason University</span></div></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Tue 16 Jul</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Brasilia, Distrito Federal, Brazil</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Acerola" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c23"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Morning session 1<span class="pull-right"><a href="https://conf.researchr.org/home/promise-2024" target="_blank" class="text-muted navigate">PROMISE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="71ac587c-4048-473d-bcb9-a290b77d5d69" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>5m</strong></div><div class="event-type">Day opening</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="8177dcd5-8272-4fa3-8e7b-7894fa3ddebe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8177dcd5-8272-4fa3-8e7b-7894fa3ddebe">Opening</a></strong><div class="prog-track">PROMISE</div><br></td></tr><tr data-slot-id="09d7a269-83a7-47cb-8b33-ba4b21dc8122" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:05</div><strong>55m</strong></div><div class="event-type">Keynote</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="250f47b6-c95e-48a9-9a69-600e9cbad39f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="250f47b6-c95e-48a9-9a69-600e9cbad39f">SEA4DQ keynote 1 (Denys Poshyvanyk)</a></strong><div class="prog-track">PROMISE</div><br></td></tr><tr data-slot-id="852fe64b-71a8-48a4-ba6d-f22e3763fd8f" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:00</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="9696952c-5b84-4a63-910b-9865b58c23f7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9696952c-5b84-4a63-910b-9865b58c23f7">Graph Neural Network vs. Large Language Model: A Comparative Analysis for Bug Report Priority and Severity Prediction</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jagritacharya1" class="navigate">Jagrit Acharya</a><span class="prog-aff"> University of Calgary</span>, <a href="https://2024.esec-fse.org/profile/gouriginde" class="navigate">Gouri Ginde (Deshpande)</a><span class="prog-aff"> University of Calgary</span></div><a href="https://doi.org/10.1145/3663533.3664042" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="27266eac-fcba-42dd-a06d-fcbcefbe9743" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:15</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="59a08eb3-0633-492a-a764-ccceb476f8e8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="59a08eb3-0633-492a-a764-ccceb476f8e8">A Hitchhiker’s Guide to Jailbreaking ChatGPT via Prompt Engineering</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yiliu4" class="navigate">Yi Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/geleideng" class="navigate">Gelei Deng</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/zhengzixu1" class="navigate">Zhengzi Xu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/yuekangli" class="navigate">Yuekang Li</a><span class="prog-aff"> The University of New South Wales</span>, <a href="https://2024.esec-fse.org/profile/yaowenzheng1" class="navigate">Yaowen Zheng</a><span class="prog-aff"> Institute of Information Engineering at Chinese Academy of Sciences</span>, <a href="https://2024.esec-fse.org/profile/yingzhang2" class="navigate">Ying Zhang</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/lidazhao" class="navigate">Lida Zhao</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/tianweizhang" class="navigate">Tianwei Zhang</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/kailongwang" class="navigate">Kailong Wang</a><span class="prog-aff"> Huazhong University of Science and Technology</span></div><a href="https://doi.org/10.1145/3663530.3665021" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Jaca" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c10"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Session 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-new-faculty-symposium" target="_blank" class="text-muted navigate">New Faculty Symposium</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" target="_blank" class="room-link navigate">Jaca</a> <a data-toggle="modal" href="#aci-97e4e408-caa1-4f38-b657-6d8e1d6f5676"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6f039097-55d7-4f5b-9cfb-109634c6c7b5" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="dca4afb6-f3a7-4983-a984-0ff52b4e9868" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dca4afb6-f3a7-4983-a984-0ff52b4e9868">Opening by the Organizers</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/danhao" class="navigate">Dan Hao</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/kathrynstolee" class="navigate">Kathryn Stolee</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/wesleyassuncao" class="navigate">Wesley Assunção</a><span class="prog-aff"> North Carolina State University</span></div></td></tr><tr data-slot-id="781901bc-f6ab-4a3c-8adf-c3fe048c77ae" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="bb010bb1-6736-4449-9d52-3d448b9c4d9b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bb010bb1-6736-4449-9d52-3d448b9c4d9b">Academic Vibrancy</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/lauriewilliams" class="navigate">Laurie Williams</a><span class="prog-aff"> North Carolina State University</span></div></td></tr><tr data-slot-id="0c986fa1-9323-48cc-879e-202997a826e2" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:00</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="3d569deb-54cd-4331-bf49-2da1c717edcb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3d569deb-54cd-4331-bf49-2da1c717edcb">Getting the most out of teaching</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> Singapore Management University</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c24"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Opening Day2 + Keynote2 + AIware for Domain-specific Applications<span class="pull-right"><a href="https://2024.aiwareconf.org/track/aiware-2024-late-breaking-arxiv-track" target="_blank" class="text-muted navigate">AIware Late Breaking Arxiv Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-papers" target="_blank" class="text-muted navigate">AIware Main Track</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/jiemzhang" target="_blank" class="navigate">Jie M. Zhang</a><span class="prog-aff"> King's College London</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="41817e96-6b30-4d88-ac19-2a25f693883a" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>5m</strong></div><div class="event-type">Day opening</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="a5cf0205-aba8-4c46-a1c8-7b438cb63502" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a5cf0205-aba8-4c46-a1c8-7b438cb63502">Opening for day 2</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr><tr data-slot-id="6ada3104-c783-40ad-8f3c-7a08d7470d35" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:05</div><strong>45m</strong></div><div class="event-type">Keynote</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="1bea6303-790b-430b-8523-5f426a130adc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1bea6303-790b-430b-8523-5f426a130adc">Semantic-Aware AI: Elevating the Future of Software Development</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/baishakhiray" class="navigate">Baishakhi Ray</a><span class="prog-aff"> Columbia University, New York; AWS AI Lab</span></div></td></tr><tr data-slot-id="b2ee39a4-1837-4546-b52d-d5fce8c0816d" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:50</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="2efb6935-70cc-41e2-87a5-3a843306f519" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2efb6935-70cc-41e2-87a5-3a843306f519">SolMover: Smart Contract Code Translation Based on Concepts</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/rabimbakaranjai" class="navigate">Rabimba Karanjai</a><span class="prog-aff"> University of Houston</span>, <a href="https://2024.esec-fse.org/profile/leixu3" class="navigate">Lei Xu</a><span class="prog-aff"> Kent State University</span>, <a href="https://2024.esec-fse.org/profile/weidongshi" class="navigate">Weidong Shi</a><span class="prog-aff"> University of Houston</span></div><a href="https://doi.org/10.1145/3664646.3664771" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="97c2098a-23f4-4691-aed8-2dd5b6745c38" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:00</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="65dcd7a7-7014-468f-b0a8-24544df7acb8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="65dcd7a7-7014-468f-b0a8-24544df7acb8">The Art of Programming: Challenges in Generating Code for Creative Applications<span class="pull-right"><span title="AIware Best Vision Paper Award - This paper has been recognized with an AIware Best Vision Paper Award" data-facet-badge="AIware Best Vision Paper Award" class="output-badge" style="max-width:40px;"><img alt="AIware Best Vision Paper Award" src="https://2024.esec-fse.org/getImageFile/ae6ef6df-2227-469f-aa58-a756c592bb91/small?1720804424000" class="outputimage"/></span></span></a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/michaelcook" class="navigate">Michael Cook</a><span class="prog-aff"> King’s College London</span></div><a href="https://doi.org/10.1145/3664646.3664774" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9c7273aa-67fb-4dab-b455-370e4e97bbb9" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:05</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="6f72d572-8485-4abc-82c3-96382a2e2b4e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6f72d572-8485-4abc-82c3-96382a2e2b4e">Neuro-Symbolic Approach to Certified Scientific Software Synthesis</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/hamidbagheri" class="navigate">Hamid Bagheri</a><span class="prog-aff"> University of Nebraska-Lincoln</span>, <a href="https://2024.esec-fse.org/profile/mehdimirakhorli" class="navigate">Mehdi Mirakhorli</a><span class="prog-aff"> Rochester Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/mohamadfazelnia" class="navigate">Mohamad Fazelnia</a><span class="prog-aff"> University of Hawaii at Manoa</span>, <a href="https://2024.esec-fse.org/profile/ibrahimmujhid" class="navigate">Ibrahim Mujhid</a><span class="prog-aff"> University of Hawaii at Manoa</span>, <a href="https://2024.esec-fse.org/profile/mdrashedulhasan" class="navigate">Md Rashedul Hasan</a><span class="prog-aff"> University of Nebraska-Lincoln</span></div><a href="https://doi.org/10.1145/3664646.3664776" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="38fa248b-e890-4981-816f-07f75060b506" class="hidable"><td class="track-color c32"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Late Breaking Arxiv Track"></span></td><td><span data-event-star="9a0894a3-ceb2-4b28-8c48-a9c57f614aba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9a0894a3-ceb2-4b28-8c48-a9c57f614aba">LLMs in the Heart of Differential Testing: A Case Study on a Medical Rule Engine</a></strong><div class="prog-track">AIware Late Breaking Arxiv Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/erblinisaku" class="navigate">Erblin Isaku</a><span class="prog-aff"> Simula Research Laboratory, and University of Oslo (UiO)</span>, <a href="https://2024.esec-fse.org/profile/christophlaaber" class="navigate">Christoph Laaber</a><span class="prog-aff"> Simula Research Laboratory</span>, <a href="https://2024.esec-fse.org/profile/hassansartaj" class="navigate">Hassan Sartaj</a><span class="prog-aff"> Simula Research Laboratory</span>, <a href="https://2024.esec-fse.org/profile/shaukatali" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Laboratory and Oslo Metropolitan University</span>, <a href="https://2024.esec-fse.org/profile/thomasschwitalla" class="navigate">Thomas Schwitalla</a><span class="prog-aff"> Cancer Registry of Norway</span>, <a href="https://2024.esec-fse.org/profile/janfnygard" class="navigate">Jan F. Nygård</a><span class="prog-aff"> Cancer Registry of Norway</span></div><a href="https://arxiv.org/abs/2404.03664" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="542a31a6-6045-4b6c-bed7-fa0881990505" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:15</div><strong>15m</strong></div><div class="event-type">Live Q&A</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="c791ec63-91ba-454d-8cae-7562e1d44626" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c791ec63-91ba-454d-8cae-7562e1d44626">Session Q&A and topic discussions</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-track="2030 Software Engineering" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Teamwork<span class="pull-right"><a href="https://conf.researchr.org/home/2030-se" target="_blank" class="text-muted navigate">2030 Software Engineering</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Pitomba" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c28"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Opening & Academic Keynote<span class="pull-right"><a href="https://2024.esec-fse.org/home/modal-2024-fse" target="_blank" class="text-muted navigate">MODAL@FSE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/winglam1" target="_blank" class="navigate">Wing Lam</a><span class="prog-aff"> George Mason University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="104d258a-d65e-4216-a574-88c38df7ab95" class="hidable"><td class="track-color c28"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>15m</strong></div><div class="event-type">Day opening</div><span data-facet-track="MODAL@FSE"></span></td><td><span data-event-star="eaeed13e-e2ee-4fb6-bc77-880f4f107b78" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="eaeed13e-e2ee-4fb6-bc77-880f4f107b78">Welcome ceremony</a></strong><div class="prog-track">MODAL@FSE</div><br></td></tr><tr data-slot-id="708cf490-47d5-4ae0-a811-6bf927563ac8" class="hidable"><td class="track-color c28"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:45</div><strong>45m</strong></div><div class="event-type">Keynote</div><span data-facet-track="MODAL@FSE"></span></td><td><span data-event-star="279b8cc2-d556-41ee-ad8f-8b107179f4bd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="279b8cc2-d556-41ee-ad8f-8b107179f4bd">Keynote: Ting Su</a></strong><div class="prog-track">MODAL@FSE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/tingsu" class="navigate">Ting Su</a><span class="prog-aff"> East China Normal University</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c29"></td><td><div class="slot-label">09:00 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">LEVEL 1 - GAME TESTING<span class="pull-right"><a href="https://2024.esec-fse.org/home/fase4games-2024" target="_blank" class="text-muted navigate">FaSE4Games</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7cb57a69-dfa1-4f51-856e-7dc279e59ff3" class="hidable"><td class="track-color c29"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>30m</strong></div><div class="event-type">Day opening</div><span data-facet-track="FaSE4Games"></span></td><td><span data-event-star="4222227e-158f-4a3c-a029-6be7de2b3f50" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4222227e-158f-4a3c-a029-6be7de2b3f50">Introduction and Welcome</a></strong><div class="prog-track">FaSE4Games</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yanngaelgueheneuc" class="navigate">Yann-Gaël Guéhéneuc</a><span class="prog-aff"> Concordia University and Polytechnique Montréal</span>, <a href="https://2024.esec-fse.org/profile/fabiopetrillo" class="navigate">Fabio Petrillo</a><span class="prog-aff"> École de technologie supérieure (ÉTS), Montréal -- Université du Québec</span>, <a href="https://2024.esec-fse.org/profile/cristianopolitowski1" class="navigate">Cristiano Politowski</a><span class="prog-aff"> Concordia University, Canada</span></div></td></tr><tr data-slot-id="8a59f6a5-9975-42d8-9d4b-cd2d81dc2d87" class="hidable"><td class="track-color c29"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Paper</div><span data-facet-track="FaSE4Games"></span></td><td><span data-event-star="a4541066-a55b-4d94-b087-1b3013130812" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a4541066-a55b-4d94-b087-1b3013130812">Unit test generation using large language models for Unity game development</a></strong><div class="prog-track">FaSE4Games</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ciprianpaduraru" class="navigate">Ciprian Paduraru</a><span class="prog-aff"> University of Bucharest</span>, <a href="https://2024.esec-fse.org/profile/alinstefanescu2" class="navigate">Alin Stefanescu</a><span class="prog-aff"> University of Bucharest</span>, <a href="https://2024.esec-fse.org/profile/augustinjianu" class="navigate">Augustin Jianu</a><span class="prog-aff"> certSIGN</span></div></td></tr><tr data-slot-id="78785bc2-b465-4bab-be1c-1038f4993594" class="hidable"><td class="track-color c29"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:00</div><strong>30m</strong></div><div class="event-type">Paper</div><span data-facet-track="FaSE4Games"></span></td><td><span data-event-star="c4b32f2b-232e-43c5-bb60-4922fa555f9d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c4b32f2b-232e-43c5-bb60-4922fa555f9d">Combining Neuroevolution with the Search for Novelty to Improve the Generation of Test Inputs for Games</a></strong><div class="prog-track">FaSE4Games</div><div class="performers"><a href="https://2024.esec-fse.org/profile/patricfeldmeier" class="navigate">Patric Feldmeier</a><span class="prog-aff"> University of Passau</span>, <a href="https://2024.esec-fse.org/profile/gordonfraser" class="navigate">Gordon Fraser</a><span class="prog-aff"> University of Passau</span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">10:30 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2c6acdeb-ae83-4e2e-859b-45cb8f086389" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Acerola" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c23"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Morning session 2<span class="pull-right"><a href="https://conf.researchr.org/home/promise-2024" target="_blank" class="text-muted navigate">PROMISE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e9d3d130-bb4b-44fa-97c3-e7ef3c7fdfa8" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>60m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="aa4b0a47-b365-442c-9aa8-2c5b7408ed26" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aa4b0a47-b365-442c-9aa8-2c5b7408ed26">The Ever-Evolving Promises of Data in Software Ecosystems: Models, AI, and Analytics (Keynote)</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/raulakula" class="navigate">Raula Gaikovina Kula</a><span class="prog-aff"> Nara Institute of Science and Technology</span></div><a href="https://doi.org/10.1145/3663533.3676565" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="4825ef3f-926b-4c70-98eb-8b903a8b84b3" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="5865204d-0fa0-49f0-9740-67c2b71b15e9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5865204d-0fa0-49f0-9740-67c2b71b15e9">Smarter Project Selection for Software Engineering Research</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/tapajitdey" class="navigate">Tapajit Dey</a><span class="prog-aff"> Carnegie Mellon University Software Engineering Institute</span>, <a href="https://2024.esec-fse.org/profile/jonathanloungani" class="navigate">Jonathan Loungani</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2024.esec-fse.org/profile/jamesivers" class="navigate">James Ivers</a><span class="prog-aff"> Carnegie Mellon University</span></div><a href="https://doi.org/10.1145/3663533.3664037" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="672454fc-3e66-4c2d-a874-836efaa11955" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:15</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="99e40094-30ba-472a-a0c9-17f9711f84e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="99e40094-30ba-472a-a0c9-17f9711f84e3">Evaluating the Quality of Open Source Ansible Playbooks: An Executability Perspective</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/pemsithmendis" class="navigate">Pemsith Mendis</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/wilsonreaves" class="navigate">Wilson Reaves</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/muhammadalibabar" class="navigate">Muhammad Ali Babar</a><span class="prog-aff"> School of Computer Science, The University of Adelaide</span>, <a href="https://2024.esec-fse.org/profile/yuezhang3" class="navigate">Yue Zhang</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/akondrahman2" class="navigate">Akond Rahman</a><span class="prog-aff"> Auburn University</span></div><a href="https://doi.org/10.1145/3663530.3665019" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Jaca" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c10"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Session 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-new-faculty-symposium" target="_blank" class="text-muted navigate">New Faculty Symposium</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" target="_blank" class="room-link navigate">Jaca</a> <a data-toggle="modal" href="#aci-57812ae6-32c2-40e4-a007-1d326bd8fd64"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="56e5d40e-31d3-45b5-af81-ce426b28abd4" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="ce7b1b0e-8d64-4499-8428-88b46b227242" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ce7b1b0e-8d64-4499-8428-88b46b227242">Imagination in Research</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/abhikroychoudhury" class="navigate">Abhik Roychoudhury</a><span class="prog-aff"> National University of Singapore</span></div></td></tr><tr data-slot-id="d8eca184-8435-4a54-b2c7-b9fe2c7b4faa" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="86092646-a4cc-40a5-b045-d05a273eb4a4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="86092646-a4cc-40a5-b045-d05a273eb4a4">Working with students</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xiangyuzhang" class="navigate">Xiangyu Zhang</a><span class="prog-aff"> Purdue University</span></div></td></tr><tr data-slot-id="71430c4e-d727-492f-8ce6-2045db3aa625" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="fa445144-b2c6-4580-aa50-f102ee44f96a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fa445144-b2c6-4580-aa50-f102ee44f96a">Funding & Publishing</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/denysposhyvanyk" class="navigate">Denys Poshyvanyk</a><span class="prog-aff"> William & Mary</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c24"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Industry Talk3 + AIware for Code<span class="pull-right"><a href="https://2024.aiwareconf.org/track/aiware-2024-papers" target="_blank" class="text-muted navigate">AIware Main Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-industry-demo-track" target="_blank" class="text-muted navigate">AIware Industry Statements and Demo Track</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/yilinglou" target="_blank" class="navigate">Yiling Lou</a><span class="prog-aff"> Fudan University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a1010979-e388-4320-b1ee-6668bd664848" class="hidable"><td class="track-color c26"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>20m</strong></div><div class="event-type">Industry talk</div><span data-facet-track="AIware Industry Statements and Demo Track"></span></td><td><span data-event-star="80883a95-182f-4357-b686-fd198e1e4133" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="80883a95-182f-4357-b686-fd198e1e4133">AI-assisted User Intent Formalization for Programs: Problem and Applications</a></strong><div class="prog-track">AIware Industry Statements and Demo Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shuvendulahiri" class="navigate">Shuvendu K. Lahiri</a><span class="prog-aff"> Microsoft Research</span></div></td></tr><tr data-slot-id="d28599dd-dfd6-46ca-80d1-b5f8a6701442" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="7d69d708-d264-49a1-8fda-e173710e84ed" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7d69d708-d264-49a1-8fda-e173710e84ed">Identifying the Factors That Influence Trust in AI Code Completion<span class="pull-right"><span title="ACM SIGSOFT Distinguished Paper Award - This paper has been recognized with an ACM SIGSOFT Distinguished Paper Award" data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="ACM SIGSOFT Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/a7cb854a-6c8d-436c-94c7-571455f66ce1/small?1720804542000" class="outputimage"/></span></span></a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/adambrown" class="navigate">Adam Brown</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/sarahdangelo" class="navigate">Sarah D'Angelo</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/ambarmurillo" class="navigate">Ambar Murillo</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/cierajaspan1" class="navigate">Ciera Jaspan</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/collingreen" class="navigate">Collin Green</a><span class="prog-aff"> Google</span></div><a href="https://doi.org/10.1145/3664646.3664757" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="72d16c96-1051-4403-9cc3-0ed0e85e5822" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="9d946498-f43f-448f-82bc-db4081cb3bf0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9d946498-f43f-448f-82bc-db4081cb3bf0">A Transformer-Based Approach for Smart Invocation of Automatic Code Completion<span class="pull-right"><span title="ACM SIGSOFT Distinguished Paper Award - This paper has been recognized with an ACM SIGSOFT Distinguished Paper Award" data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="ACM SIGSOFT Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/a7cb854a-6c8d-436c-94c7-571455f66ce1/small?1720804542000" class="outputimage"/></span></span></a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/araldemoor1" class="navigate">Aral de Moor</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/arievandeursen" class="navigate">Arie van Deursen</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/malihehizadi" class="navigate">Maliheh Izadi</a><span class="prog-aff"> Delft University of Technology</span></div><a href="https://doi.org/10.1145/3664646.3664760" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="cef1d5bb-df0d-4146-a843-78544031df46" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:40</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="3d503121-be92-4aaa-98a3-8bec5f087ee2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3d503121-be92-4aaa-98a3-8bec5f087ee2">Leveraging Machine Learning for Optimal Object-Relational Database Mapping in Software Systems</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sasanazizian" class="navigate">Sasan Azizian</a><span class="prog-aff"> University of Nebraska-Lincoln</span>, <a href="https://2024.esec-fse.org/profile/elhamrastegari" class="navigate">Elham Rastegari</a><span class="prog-aff"> Creighton University</span>, <a href="https://2024.esec-fse.org/profile/hamidbagheri" class="navigate">Hamid Bagheri</a><span class="prog-aff"> University of Nebraska-Lincoln</span></div><a href="https://doi.org/10.1145/3664646.3664769" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0f559feb-8922-4a75-9541-c4b0b09f97f1" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:50</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="4ee41e89-787b-4e48-87ae-5a388e8658bc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4ee41e89-787b-4e48-87ae-5a388e8658bc">Chain of Targeted Verification Questions to Improve the Reliability of Code Generated by LLMs</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sylvainkouemongassom" class="navigate">Sylvain Kouemo Ngassom</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2024.esec-fse.org/profile/arghavanmoradidakhel" class="navigate">Arghavan Moradi Dakhel</a><span class="prog-aff"> Polytechnique Montreal</span>, <a href="https://2024.esec-fse.org/profile/floriantambon" class="navigate">Florian Tambon</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2024.esec-fse.org/profile/foutsekhomh" class="navigate">Foutse Khomh</a><span class="prog-aff"> Polytechnique Montréal</span></div><a href="https://doi.org/10.1145/3664646.3664772" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="34938f60-d041-46bc-bd6e-7132d590ad11" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>30m</strong></div><div class="event-type">Live Q&A</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="dd43719e-746e-4111-800e-10d4685262bb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dd43719e-746e-4111-800e-10d4685262bb">Session Q&A and topic discussions</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-track="2030 Software Engineering" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Teamwork<span class="pull-right"><a href="https://conf.researchr.org/home/2030-se" target="_blank" class="text-muted navigate">2030 Software Engineering</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Pitomba" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c28"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Lightning Talks & Program Analysis Panel<span class="pull-right"><a href="https://2024.esec-fse.org/home/modal-2024-fse" target="_blank" class="text-muted navigate">MODAL@FSE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/weiyang" target="_blank" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="941aa354-bc50-4be2-9a78-be941fe16df3" class="hidable"><td class="track-color c28"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>45m</strong></div><div class="event-type">Talk</div><span data-facet-track="MODAL@FSE"></span></td><td><span data-event-star="f56cecee-ace3-42d4-b090-b20eb59cd50e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f56cecee-ace3-42d4-b090-b20eb59cd50e">Lightning (5-10 min.) Talks - All Participants</a></strong><div class="prog-track">MODAL@FSE</div><br></td></tr><tr data-slot-id="4dd2777e-d31a-4fa1-8500-b3acd2342ce1" class="hidable"><td class="track-color c28"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:45</div><strong>45m</strong></div><div class="event-type">Panel</div><span data-facet-track="MODAL@FSE"></span></td><td><span data-event-star="250e97d6-b41a-488d-a0ce-1686893c3c3d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="250e97d6-b41a-488d-a0ce-1686893c3c3d">Panel: Program Analysis for Mobile Apps</a></strong><div class="prog-track">MODAL@FSE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/tiennguyen" class="navigate">Tien N. Nguyen</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/tingsu" class="navigate">Ting Su</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/zhendongsu" class="navigate">Zhendong Su</a><span class="prog-aff"> ETH Zurich</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c29"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">LEVEL 2 - GAME DEVELOPMENT<span class="pull-right"><a href="https://2024.esec-fse.org/home/fase4games-2024" target="_blank" class="text-muted navigate">FaSE4Games</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="df70a2b7-c491-40a0-8cd4-cd49aaa4aa2d" class="hidable"><td class="track-color c29"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>30m</strong></div><div class="event-type">Paper</div><span data-facet-track="FaSE4Games"></span></td><td><span data-event-star="f4200c28-4a31-490d-af47-8e2d2ba33d2e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f4200c28-4a31-490d-af47-8e2d2ba33d2e">Towards the Automatic Replication of Gameplays to Support Game Debugging</a></strong><div class="prog-track">FaSE4Games</div><div class="performers"><a href="https://2024.esec-fse.org/profile/stefanocampanella" class="navigate">Stefano Campanella</a><span class="prog-aff"> REVEAL @ Software Institute - USI, Lugano, Switzerland</span>, <a href="https://2024.esec-fse.org/profile/emanuelaguglielmi" class="navigate">Emanuela Guglielmi</a><span class="prog-aff"> University of Molise</span>, <a href="https://2024.esec-fse.org/profile/roccooliveto" class="navigate">Rocco Oliveto</a><span class="prog-aff"> University of Molise</span>, <a href="https://2024.esec-fse.org/profile/gabrielebavota" class="navigate">Gabriele Bavota</a><span class="prog-aff"> Software Institute @ Università della Svizzera Italiana</span>, <a href="https://2024.esec-fse.org/profile/simonescalabrino" class="navigate">Simone Scalabrino</a><span class="prog-aff"> University of Molise</span></div></td></tr><tr data-slot-id="1c6a892f-f06d-4063-8679-6b185abd2661" class="hidable"><td class="track-color c29"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Paper</div><span data-facet-track="FaSE4Games"></span></td><td><span data-event-star="57ca1ba5-2173-46f7-8a69-195e31af749c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="57ca1ba5-2173-46f7-8a69-195e31af749c">A Data-driven Analysis of Player Personalities for Different Game Genres</a></strong><div class="prog-track">FaSE4Games</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xiaozhouli" class="navigate">Xiaozhou Li</a><span class="prog-aff"> University of Oulu</span>, <a href="https://2024.esec-fse.org/profile/valentinalenarduzzi" class="navigate">Valentina Lenarduzzi</a><span class="prog-aff"> University of Oulu</span>, <a href="https://2024.esec-fse.org/profile/davidetaibi" class="navigate">Davide Taibi</a><span class="prog-aff"> University of Oulu and Tampere University </span></div></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Hotel Restaurant" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">Lunch<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-hotel-restaurant" target="_blank" class="room-link navigate">Hotel Restaurant</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="71c1ce8c-e8b1-44a4-936d-d1cfa0d7f7ae" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Lunch</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="92da76b2-479a-4dca-9cc2-89ca2018a319" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="92da76b2-479a-4dca-9cc2-89ca2018a319">Lunch</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Acerola" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c23"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Afternoon session 1<span class="pull-right"><a href="https://conf.researchr.org/home/promise-2024" target="_blank" class="text-muted navigate">PROMISE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b74a5894-a93c-4cbb-b90f-fca3dfe3c9cf" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>60m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="c9452abb-fceb-4eb6-9774-75881b663ea2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c9452abb-fceb-4eb6-9774-75881b663ea2">Responsible AI Engineering from a Data Perspective (Keynote)</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/qinghualu" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span></div><a href="https://doi.org/10.1145/3663530.3676516" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="5576f952-37f6-4687-b8f6-33aa2b522a73" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="7e3fd5af-303d-483d-9793-499092876afb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7e3fd5af-303d-483d-9793-499092876afb">Sociotechnical Dynamics in Open Source Smart Contract Repositories: An Exploratory Data Analysis of Curated High Market Value Projects</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/saoricosta" class="navigate">Saori Costa</a><span class="prog-aff"> State University of Ceará</span>, <a href="https://2024.esec-fse.org/profile/matheuspaixao" class="navigate">Matheus Paixao</a><span class="prog-aff"> State University of Ceará</span>, <a href="https://2024.esec-fse.org/profile/igorsteinmacher" class="navigate">Igor Steinmacher</a><span class="prog-aff"> Northern Arizona University</span>, <a href="https://2024.esec-fse.org/profile/pamellasoaresdesousa" class="navigate">Pamella Soares de Sousa</a><span class="prog-aff"> State University of Ceará</span>, <a href="https://2024.esec-fse.org/profile/allyssonallexaraujo" class="navigate">Allysson Allex Araújo</a><span class="prog-aff"> Federal University of Cariri</span>, <a href="https://2024.esec-fse.org/profile/jerffesonteixeiradesouza" class="navigate">Jerffeson Teixeira de Souza</a><span class="prog-aff"> State University of Ceara, Brazil</span></div><a href="https://doi.org/10.1145/3663533.3664038" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1c74c3ec-485b-4aff-aaeb-adfce43dabbc" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:15</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="609cb4cd-b7ef-46e3-a4c1-e22eba2ff99b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="609cb4cd-b7ef-46e3-a4c1-e22eba2ff99b">A Curated Solidity Smart Contracts Repository of Metrics and Vulnerability</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/giacomoibba" class="navigate">Giacomo Ibba</a><span class="prog-aff"> University of Cagliari - Department of Mathematics and Computer Science</span>, <a href="https://2024.esec-fse.org/profile/sabrinaaufiero" class="navigate">Sabrina Aufiero</a><span class="prog-aff"> University College London</span>, <a href="https://2024.esec-fse.org/profile/rumyananeykova" class="navigate">Rumyana Neykova</a><span class="prog-aff"> Brunel University London</span>, <a href="https://2024.esec-fse.org/profile/silviabartolucci" class="navigate">Silvia Bartolucci</a><span class="prog-aff"> University College London</span>, <a href="https://2024.esec-fse.org/profile/marcoortu1" class="navigate">Marco Ortu</a><span class="prog-aff"> University of Cagliari</span>, <a href="https://2024.esec-fse.org/profile/robertotonelli" class="navigate">Roberto Tonelli</a><span class="prog-aff"> University of Cagliari</span>, <a href="https://2024.esec-fse.org/profile/giuseppedestefanis" class="navigate">Giuseppe Destefanis</a><span class="prog-aff"> Brunel University London</span></div><a href="https://doi.org/10.1145/3663533.3664039" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Jaca" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c10"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Session 3<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-new-faculty-symposium" target="_blank" class="text-muted navigate">New Faculty Symposium</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" target="_blank" class="room-link navigate">Jaca</a> <a data-toggle="modal" href="#aci-35e3a38f-8cb7-4d35-8dd6-425c8fb482fe"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="eb74bbee-4beb-43f3-b887-5183825a1128" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="f56891e9-f853-4318-82b0-096a84a8b887" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f56891e9-f853-4318-82b0-096a84a8b887">Collaboration with others</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/baishakhiray" class="navigate">Baishakhi Ray</a><span class="prog-aff"> Columbia University, New York; AWS AI Lab</span></div></td></tr><tr data-slot-id="2a14ab5f-038d-4991-9da1-7c954e8aeb5e" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:30</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="f40f22df-eef7-4f15-88d8-305b067fd810" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f40f22df-eef7-4f15-88d8-305b067fd810">Building Bridges for Sustainable Research</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/igorsteinmacher" class="navigate">Igor Steinmacher</a><span class="prog-aff"> Northern Arizona University</span></div></td></tr><tr data-slot-id="fd5e38cd-95e2-4718-b761-c554c5b1f197" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE New Faculty Symposium"></span></td><td><span data-event-star="86a20983-ab1e-4730-8bc0-850874618878" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="86a20983-ab1e-4730-8bc0-850874618878">Closing</a></strong><div class="prog-track">New Faculty Symposium</div><div class="performers"><a href="https://2024.esec-fse.org/profile/danhao" class="navigate">Dan Hao</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/kathrynstolee" class="navigate">Kathryn Stolee</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/wesleyassuncao" class="navigate">Wesley Assunção</a><span class="prog-aff"> North Carolina State University</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c24"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Industry Talk4 + AIware for Software Lifecycle Activities<span class="pull-right"><a href="https://2024.aiwareconf.org/track/aiware-2024-papers" target="_blank" class="text-muted navigate">AIware Main Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-industry-demo-track" target="_blank" class="text-muted navigate">AIware Industry Statements and Demo Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-late-breaking-arxiv-track" target="_blank" class="text-muted navigate">AIware Late Breaking Arxiv Track</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/filipercogo" target="_blank" class="navigate">Filipe Cogo</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="328ce111-5bbc-4960-8e59-2aa5e731e329" class="hidable"><td class="track-color c26"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>20m</strong></div><div class="event-type">Industry talk</div><span data-facet-track="AIware Industry Statements and Demo Track"></span></td><td><span data-event-star="78b61211-0e7c-404b-ba9b-c3cc53fb46d3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="78b61211-0e7c-404b-ba9b-c3cc53fb46d3">AI in Software Engineering at Google: Progress and the Path Ahead</a></strong><div class="prog-track">AIware Industry Statements and Demo Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/satishchandra" class="navigate">Satish Chandra</a><span class="prog-aff"> Google, Inc</span></div></td></tr><tr data-slot-id="8cfa2eb3-e530-4b04-affc-e106f6db6912" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="852345cb-bdaa-45a7-baa2-233fc89f4f9b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="852345cb-bdaa-45a7-baa2-233fc89f4f9b">A Comparative Analysis of Large Language Models for Code Documentation Generation</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shubhangshekhardvivedi" class="navigate">Shubhang Shekhar Dvivedi</a><span class="prog-aff"> IIIT Delhi</span>, <a href="https://2024.esec-fse.org/profile/vyshnavvijay" class="navigate">Vyshnav Vijay</a><span class="prog-aff"> IIIT Delhi</span>, <a href="https://2024.esec-fse.org/profile/saileelarahulpujari" class="navigate">Sai Leela Rahul Pujari</a><span class="prog-aff"> IIIT Delhi</span>, <a href="https://2024.esec-fse.org/profile/shoumiklodh" class="navigate">Shoumik Lodh</a><span class="prog-aff"> IIIT Delhi</span>, <a href="https://2024.esec-fse.org/profile/dhruvkumar" class="navigate">Dhruv Kumar</a><span class="prog-aff"> Indraprastha Institute of Information Technology, Delhi</span></div><a href="https://doi.org/10.1145/3664646.3664765" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="03ff5c80-e38d-40bf-91d5-6a1275123953" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:30</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="50ee218d-ed3e-4025-b1b2-db5fc85c927a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="50ee218d-ed3e-4025-b1b2-db5fc85c927a">AI-Assisted Assessment of Coding Practices in Modern Code Review</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/manushreevijayvergiya" class="navigate">Manushree Vijayvergiya</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/malgorzatasalawa" class="navigate">Malgorzata Salawa</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/ivanbudiselic" class="navigate">Ivan Budiselic</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/danielzheng" class="navigate">Dan Zheng</a><span class="prog-aff"> Google DeepMind</span>, <a href="https://2024.esec-fse.org/profile/pascallamblin" class="navigate">Pascal Lamblin</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/markoivankovic" class="navigate">Marko Ivanković</a><span class="prog-aff"> Google; Universität Passau</span>, <a href="https://2024.esec-fse.org/profile/juanjocarin" class="navigate">Juanjo Carin</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/mateuszlewko" class="navigate">Mateusz Lewko</a><span class="prog-aff"> Google Inc</span>, <a href="https://2024.esec-fse.org/profile/jovanandonov" class="navigate">Jovan Andonov</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/goranpetrovic1" class="navigate">Goran Petrović</a><span class="prog-aff"> Google Inc</span>, <a href="https://2024.esec-fse.org/profile/dannytarlow1" class="navigate">Danny Tarlow</a><span class="prog-aff"> Google</span>, <a href="https://2024.esec-fse.org/profile/petrosmaniatis" class="navigate">Petros Maniatis</a><span class="prog-aff"> Google DeepMind</span>, <a href="https://2024.esec-fse.org/profile/renejust" class="navigate">René Just</a><span class="prog-aff"> University of Washington</span></div><a href="https://doi.org/10.1145/3664646.3665664" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7fd8d566-1e94-4aff-b2e1-09e85f6dd85c" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:40</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="4eaf366a-40ed-46c1-a9e0-b27f65470b39" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4eaf366a-40ed-46c1-a9e0-b27f65470b39">The Role of Generative AI in Software Development Productivity: A Pilot Case Study</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/marianacoutinho" class="navigate">Mariana Coutinho</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/lorenamarques" class="navigate">Lorena Marques</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/andersonsantos1" class="navigate">Anderson Santos</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/marciodahia" class="navigate">Marcio Dahia</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/cesarfranca2" class="navigate">Cesar França</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/ronnieessantos" class="navigate">Ronnie de Souza Santos</a><span class="prog-aff"> University of Calgary</span></div><a href="https://doi.org/10.1145/3664646.3664773" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="90907f3d-294b-47f1-b07d-eeb51a71e8c0" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:50</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="cb77f153-adec-44dd-a1a1-677c1a4ca5fc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cb77f153-adec-44dd-a1a1-677c1a4ca5fc">Effectiveness of ChatGPT for Static Analysis: How Far Are We?</a></strong><div class="prog-track">AIware Main Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mohammadmahdimohajer" class="navigate">Mohammad Mahdi Mohajer</a><span class="prog-aff"> York University</span>, <a href="https://2024.esec-fse.org/profile/reemaleithan" class="navigate">Reem Aleithan</a><span class="prog-aff"> York University, Canada</span>, <a href="https://2024.esec-fse.org/profile/nimashiriharzevili" class="navigate">Nima Shiri Harzevili</a><span class="prog-aff"> York University</span>, <a href="https://2024.esec-fse.org/profile/moshiwei1" class="navigate">Moshi Wei</a><span class="prog-aff"> York University</span>, <a href="https://2024.esec-fse.org/profile/alvineboayebelle" class="navigate">Alvine Boaye Belle</a><span class="prog-aff"> York University</span>, <a href="https://2024.esec-fse.org/profile/hungvietpham" class="navigate">Hung Viet Pham</a><span class="prog-aff"> York University</span>, <a href="https://2024.esec-fse.org/profile/songwang" class="navigate">Song Wang</a><span class="prog-aff"> York University</span></div><a href="https://doi.org/10.1145/3664646.3664777" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="44b2d488-4615-4415-8d9b-f1c4e307d819" class="hidable"><td class="track-color c32"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="AIware Late Breaking Arxiv Track"></span></td><td><span data-event-star="8fbb4fa8-fba8-4fd2-b7e4-0defe497a954" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8fbb4fa8-fba8-4fd2-b7e4-0defe497a954">Addressing Compiler Errors: Stack Overflow or Large Language Models?</a></strong><div class="prog-track">AIware Late Breaking Arxiv Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/patriciawidjojo" class="navigate">Patricia Widjojo</a><span class="prog-aff"> The University of Melbourne</span>, <a href="https://2024.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> Singapore Management University</span></div><a href="https://arxiv.org/abs/2307.10793" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="cd93e9d0-207f-409a-a2b8-3ca3c10e5ca5" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:05</div><strong>25m</strong></div><div class="event-type">Live Q&A</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="e7373090-5d74-46ca-a193-279ebff211c1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e7373090-5d74-46ca-a193-279ebff211c1">Session Q&A and topic discussions</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-track="2030 Software Engineering" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Teamwork<span class="pull-right"><a href="https://conf.researchr.org/home/2030-se" target="_blank" class="text-muted navigate">2030 Software Engineering</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Pitomba" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c28"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Keynote & Mobile Testing Panel<span class="pull-right"><a href="https://2024.esec-fse.org/home/modal-2024-fse" target="_blank" class="text-muted navigate">MODAL@FSE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/weiyang" target="_blank" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2a9c3705-695a-4f90-a939-8c0910bfa51b" class="hidable"><td class="track-color c28"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>45m</strong></div><div class="event-type">Keynote</div><span data-facet-track="MODAL@FSE"></span></td><td><span data-event-star="8cf6ffcd-9ea7-4389-8212-0e304fdac14d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8cf6ffcd-9ea7-4389-8212-0e304fdac14d">Keynote</a></strong><div class="prog-track">MODAL@FSE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span></div></td></tr><tr data-slot-id="650a8ae4-77a0-43a7-9718-dbc8cb595054" class="hidable"><td class="track-color c28"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:45</div><strong>45m</strong></div><div class="event-type">Panel</div><span data-facet-track="MODAL@FSE"></span></td><td><span data-event-star="e138b916-1e2c-4c3c-9dde-89a975f57592" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e138b916-1e2c-4c3c-9dde-89a975f57592">Panel: Mobile Testing</a></strong><div class="prog-track">MODAL@FSE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/alessandragorla" class="navigate">Alessandra Gorla</a><span class="prog-aff"> IMDEA Software Institute</span>, <a href="https://2024.esec-fse.org/profile/jinglingsun" class="navigate">Jingling Sun</a><span class="prog-aff"> University of Electronic Science and Technology of China</span>, <a href="https://2024.esec-fse.org/profile/xiangyuzhang" class="navigate">Xiangyu Zhang</a><span class="prog-aff"> Purdue University</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c29"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table"> BOSS FIGHT - KEYNOTE<span class="pull-right"><a href="https://2024.esec-fse.org/home/fase4games-2024" target="_blank" class="text-muted navigate">FaSE4Games</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8d8e5592-fded-4caa-b0e7-5160c13f1ae1" class="hidable"><td class="track-color c29"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>90m</strong></div><div class="event-type">Keynote</div><span data-facet-track="FaSE4Games"></span></td><td><span data-event-star="2175f51a-5e68-478c-9283-79318571d233" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2175f51a-5e68-478c-9283-79318571d233">Keynote talk with Prof. Rodrigo Santos</a></strong><div class="prog-track">FaSE4Games</div><div class="performers"><a href="https://2024.esec-fse.org/profile/rodrigosantos" class="navigate">Rodrigo Santos</a><span class="prog-aff"> UNIRIO - Universidade Federal do Estado do Rio de Janeiro</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">15:30 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="5f81d561-110c-49aa-acbb-f3f3142f369d" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Acerola" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c23"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Afternoon session 2<span class="pull-right"><a href="https://conf.researchr.org/home/promise-2024" target="_blank" class="text-muted navigate">PROMISE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c4256f55-650c-4a19-8ff4-3fd514ef0f6c" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="df980898-95e2-4e46-8c35-6389132ab96e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="df980898-95e2-4e46-8c35-6389132ab96e">MoreFixes: A Large-Scale Dataset of CVE Fix Commits Mined through Enhanced Repository Discovery</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jafarakhoundali" class="navigate">Jafar Akhoundali</a><span class="prog-aff"> Leiden University</span>, <a href="https://2024.esec-fse.org/profile/sajadrahimnouri" class="navigate">Sajad Rahim Nouri</a><span class="prog-aff"> Islamic Azad University of Ramsar</span>, <a href="https://2024.esec-fse.org/profile/kristianrietveld" class="navigate">Kristian Rietveld</a><span class="prog-aff"> Leiden University</span>, <a href="https://2024.esec-fse.org/profile/olgagadyatskaya1" class="navigate">Olga Gadyatskaya</a><span class="prog-aff"> </span></div><a href="https://doi.org/10.1145/3663533.3664036" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e38a9fac-efc8-41a6-aae9-0a0f5188388b" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:15</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="d36b0d3b-d954-4d5c-ae52-ee24b4722313" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d36b0d3b-d954-4d5c-ae52-ee24b4722313">A Pilot Study in Surveying Data Challenges of Automatic Software Engineering Tasks</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/limingdong1" class="navigate">Liming Dong</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2024.esec-fse.org/profile/qinghualu" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/limingzhu" class="navigate">Liming Zhu</a><span class="prog-aff"> CSIRO’s Data61</span></div><a href="https://doi.org/10.1145/3663530.3665020" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7cf56b9d-dbec-4389-9a70-1b615ef7a0d2" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="b34eb53f-d990-42d3-ba6d-c60eb66f52e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b34eb53f-d990-42d3-ba6d-c60eb66f52e4">Prioritising GitHub Priority Labels</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jamescaddy" class="navigate">James Caddy</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2024.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> Singapore Management University</span></div><a href="https://doi.org/10.1145/3663533.3664041" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ce7d9f01-f7c3-42ed-86b3-21482ce932b1" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:45</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="ffc0fbb9-964e-47f0-80bd-b076bc5a6fc4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ffc0fbb9-964e-47f0-80bd-b076bc5a6fc4">Predicting Fairness of ML Software Configurations</a></strong><div class="prog-track">PROMISE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/salvadorroblesherrera" class="navigate">Salvador Robles Herrera</a><span class="prog-aff"> University of Texas at El Paso</span>, <a href="https://2024.esec-fse.org/profile/veryamonjezi" class="navigate">Verya Monjezi</a><span class="prog-aff"> University of Texas at El Paso</span>, <a href="https://2024.esec-fse.org/profile/vladikkreinovich" class="navigate">Vladik Kreinovich</a><span class="prog-aff"> University of Texas at El Paso</span>, <a href="https://2024.esec-fse.org/profile/ashutoshtrivedi" class="navigate">Ashutosh Trivedi</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://2024.esec-fse.org/profile/saeidtizpazniari" class="navigate">Saeid Tizpaz-Niari</a><span class="prog-aff"> University of Texas at El Paso</span></div><a href="https://doi.org/10.1145/3663533.3664040" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="af81b81c-7cb6-4228-9d5c-8186d5c9a666" class="hidable"><td class="track-color c23"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>5m</strong></div><div class="event-type">Day closing</div><span data-facet-track="PROMISE"></span></td><td><span data-event-star="907ba6de-5330-4188-81f5-50c4b5080c41" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="907ba6de-5330-4188-81f5-50c4b5080c41">Closing</a></strong><div class="prog-track">PROMISE</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c24"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Industry Talk5 + AIware challenge + Day2 Closing<span class="pull-right"><a href="https://2024.aiwareconf.org/track/aiware-2024-industry-demo-track" target="_blank" class="text-muted navigate">AIware Industry Statements and Demo Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-challenge-track" target="_blank" class="text-muted navigate">AIware Challenge Track</a> / <a href="https://2024.aiwareconf.org/track/aiware-2024-papers" target="_blank" class="text-muted navigate">AIware Main Track</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/meinagappan" target="_blank" class="navigate">Mei Nagappan</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/tianyizhang" target="_blank" class="navigate">Tianyi Zhang</a><span class="prog-aff"> Purdue University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1356230b-deef-4165-82a0-d07baa6ab98a" class="hidable"><td class="track-color c26"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>20m</strong></div><div class="event-type">Industry talk</div><span data-facet-track="AIware Industry Statements and Demo Track"></span></td><td><span data-event-star="f4c1f29e-593b-4e52-95fd-8a3ef658f164" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f4c1f29e-593b-4e52-95fd-8a3ef658f164">AI-Based Digital Twins: A Tale of Innovation in Norwegian Public Sectors</a></strong><div class="prog-track">AIware Industry Statements and Demo Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shaukatali" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Laboratory and Oslo Metropolitan University</span></div></td></tr><tr data-slot-id="4fda56c1-8b94-4e6c-9bca-724db080977d" class="hidable"><td class="track-color c25"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>5m</strong></div><div class="event-type">Other</div><span data-facet-track="AIware Challenge Track"></span></td><td><span data-event-star="c58e2acb-79da-46e5-b05a-d56ce5528177" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c58e2acb-79da-46e5-b05a-d56ce5528177">Challenge Introduction</a></strong><div class="prog-track">AIware Challenge Track</div><br></td></tr><tr data-slot-id="e4fead46-edc7-440e-949a-389bade35643" class="hidable"><td class="track-color c25"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>10m</strong></div><div class="event-type">Talk</div><span data-facet-track="AIware Challenge Track"></span></td><td><span data-event-star="2e472ee1-dfe7-492b-b4c6-23088e015fde" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2e472ee1-dfe7-492b-b4c6-23088e015fde">Investigating the Potential of Using Large Language Models for Scheduling</a></strong><div class="prog-track">AIware Challenge Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/deddyjobson" class="navigate">Deddy Jobson</a><span class="prog-aff"> Mercari</span>, <a href="https://2024.esec-fse.org/profile/liyilin" class="navigate">Li Yilin</a><span class="prog-aff"> Mercari</span></div><a href="https://doi.org/10.1145/3664646.3665084" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="86e4c244-83af-4eb1-ac8e-2e7edbf3979f" class="hidable"><td class="track-color c25"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:35</div><strong>10m</strong></div><div class="event-type">Talk</div><span data-facet-track="AIware Challenge Track"></span></td><td><span data-event-star="f219abbf-b2dd-4ae5-8e70-79da15d1854e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f219abbf-b2dd-4ae5-8e70-79da15d1854e">Automated Scheduling for Thematic Coherence in Conferences</a></strong><div class="prog-track">AIware Challenge Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mahzabeenemu" class="navigate">Mahzabeen Emu</a><span class="prog-aff"> Queen’s University</span>, <a href="https://2024.esec-fse.org/profile/tasnimahmed" class="navigate">Tasnim Ahmed</a><span class="prog-aff"> Queen’s University</span>, <a href="https://2024.esec-fse.org/profile/salimurchoudhury" class="navigate">Salimur Choudhury</a><span class="prog-aff"> Queen’s University</span></div><a href="https://doi.org/10.1145/3664646.3665085" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="3de7da81-2688-4bd1-b8ad-931404ca6220" class="hidable"><td class="track-color c25"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:45</div><strong>10m</strong></div><div class="event-type">Talk</div><span data-facet-track="AIware Challenge Track"></span></td><td><span data-event-star="ce1cd006-b4de-492c-a6be-d38edcbcbdb3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ce1cd006-b4de-492c-a6be-d38edcbcbdb3">Conference Program Scheduling using Genetic Algorithms</a></strong><div class="prog-track">AIware Challenge Track</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ruchadeshpande" class="navigate">Rucha Deshpande</a><span class="prog-aff"> Purdue University, USA</span>, <a href="https://2024.esec-fse.org/profile/aishwaryadeviakilapandian" class="navigate">Aishwarya Devi Akila Pandian</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/vigneshwarandharmalingam" class="navigate">Vigneshwaran Dharmalingam</a><span class="prog-aff"> Purdue University</span></div><a href="https://doi.org/10.1145/3664646.3665086" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="c3fe36cc-006e-4cde-b2a7-10840607ec21" class="hidable"><td class="track-color c25"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:55</div><strong>15m</strong></div><div class="event-type">Awards</div><span data-facet-track="AIware Challenge Track"></span></td><td><span data-event-star="670c37a1-1b83-4144-8bdc-6d3b40db70c2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="670c37a1-1b83-4144-8bdc-6d3b40db70c2">Challenge Q&A, discussions, and winner announcement</a></strong><div class="prog-track">AIware Challenge Track</div><br></td></tr><tr data-slot-id="8a9c2ccc-f515-4350-906f-f5f8685635ab" class="hidable"><td class="track-color c24"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>20m</strong></div><div class="event-type">Day closing</div><span data-facet-track="AIware Main Track"></span></td><td><span data-event-star="23c9228f-764b-4da5-b7aa-879da54f8e51" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="23c9228f-764b-4da5-b7aa-879da54f8e51">Day 2 closing</a></strong><div class="prog-track">AIware Main Track</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-track="2030 Software Engineering" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Concluding Remarks<span class="pull-right"><a href="https://conf.researchr.org/home/2030-se" target="_blank" class="text-muted navigate">2030 Software Engineering</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Pitomba" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c28"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Community Infrastructure Panel & Closing<span class="pull-right"><a href="https://2024.esec-fse.org/home/modal-2024-fse" target="_blank" class="text-muted navigate">MODAL@FSE</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/winglam1" target="_blank" class="navigate">Wing Lam</a><span class="prog-aff"> George Mason University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1ab3adf5-6f48-4b34-b07a-3909b0213671" class="hidable"><td class="track-color c28"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>45m</strong></div><div class="event-type">Panel</div><span data-facet-track="MODAL@FSE"></span></td><td><span data-event-star="7848b043-3d23-4903-9760-92e815a26f8e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7848b043-3d23-4903-9760-92e815a26f8e">Panel: Community Dataset and Infrastructure</a></strong><div class="prog-track">MODAL@FSE</div><div class="performers"><a href="https://2024.esec-fse.org/profile/oscarchaparro" class="navigate">Oscar Chaparro</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/shanemcintosh" class="navigate">Shane McIntosh</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span></div></td></tr><tr data-slot-id="10af9a57-7f57-42c7-8733-de7fe54b3f16" class="hidable"><td class="track-color c28"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:45</div><strong>15m</strong></div><div class="event-type">Day closing</div><span data-facet-track="MODAL@FSE"></span></td><td><span data-event-star="fc74458a-2dbc-4f09-b329-10ca6c819f3f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fc74458a-2dbc-4f09-b329-10ca6c819f3f">Closing discussions</a></strong><div class="prog-track">MODAL@FSE</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c29"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">CONTINUE?<span class="pull-right"><a href="https://2024.esec-fse.org/home/fase4games-2024" target="_blank" class="text-muted navigate">FaSE4Games</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e9be1317-7c54-4a99-b7ba-58893c409089" class="hidable"><td class="track-color c29"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>60m</strong></div><div class="event-type">Panel</div><span data-facet-track="FaSE4Games"></span></td><td><span data-event-star="c722ce6b-062a-461f-b444-d8344af75af1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c722ce6b-062a-461f-b444-d8344af75af1">Round table discussion.</a></strong><div class="prog-track">FaSE4Games</div><br></td></tr><tr data-slot-id="29e68aff-f796-4b5f-bab0-4f622ef21a3b" class="hidable"><td class="track-color c29"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>30m</strong></div><div class="event-type">Day closing</div><span data-facet-track="FaSE4Games"></span></td><td><span data-event-star="b3eb0a36-c8b2-4b23-aa58-1c2cc028bb91" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b3eb0a36-c8b2-4b23-aa58-1c2cc028bb91">Closing</a></strong><div class="prog-track">FaSE4Games</div><br></td></tr></table></div><div class="hidable band hour-18"><table data-facet-date="Tue 16 Jul 2024" data-facet-date-order="240716" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">18:00 - 19:30</div></td><td colspan="2"><div class="session-info-in-table">TOSEM Editorial Board Meeting<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/mauropezze" target="_blank" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Università della Svizzera Italiana & SIT Schaffhausen Institute of Technology</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9a2dff1d-5f39-4037-84f3-a6832a85106e" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">18:00</div><strong>90m</strong></div><div class="event-type">Meeting</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="aaf0c9c5-cc0c-4913-b0d3-505ef638d262" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aaf0c9c5-cc0c-4913-b0d3-505ef638d262">TOSEM Editorial Board Meeting</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Wed 17 Jul</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Brasilia, Distrito Federal, Brazil</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c33"></td><td><div class="slot-label">09:00 - 09:30</div></td><td colspan="2"><div class="session-info-in-table">Welcome Session<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" target="_blank" class="text-muted navigate">Plenary Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/marcelodamorim" target="_blank" class="navigate">Marcelo d'Amorim</a><span class="prog-aff"> North Carolina State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6e5c87ec-745d-48ea-8909-4693a92284e2" class="hidable"><td class="track-color c33"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>30m</strong></div><div class="event-type">Day opening</div><span data-facet-track="FSE Plenary Events"></span></td><td><span data-event-star="404b084d-3f10-4690-9071-672b354b3fde" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="404b084d-3f10-4690-9071-672b354b3fde">Welcome to FSE 2024</a></strong><div class="prog-track">Plenary Events</div><div class="performers"><a href="https://2024.esec-fse.org/profile/marcelodamorim" class="navigate">Marcelo d'Amorim</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/leopoldoteixeira" class="navigate">Leopoldo Teixeira</a><span class="prog-aff"> Federal University of Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/lintan" class="navigate">Lin Tan</a><span class="prog-aff"> Purdue University</span></div></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c33"></td><td><div class="slot-label">09:30 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Keynote Thomas Zimmermann<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" target="_blank" class="text-muted navigate">Plenary Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/davidlo" target="_blank" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1465d41c-43dc-4be0-9e2d-0119162a8411" class="hidable"><td class="track-color c33"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>60m</strong></div><div class="event-type">Keynote</div><span data-facet-track="FSE Plenary Events"></span></td><td><span data-event-star="a492e595-4461-4236-be5f-61dc65866fd8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a492e595-4461-4236-be5f-61dc65866fd8">The Incredible Machine: Developer Productivity and the Impact of AI on Productivity</a></strong><div class="prog-track">Plenary Events</div><div class="performers"><a href="https://2024.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">10:30 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a2e25ba1-c783-4aba-a36c-be14ee395d52" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Lounge" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c22"></td><td><div class="slot-label">10:30 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Poster Session 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-posters" target="_blank" class="text-muted navigate">Posters</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" target="_blank" class="room-link navigate">Lounge</a> <a data-toggle="modal" href="#aci-bd58de91-a4d0-4b1c-8566-0fed6d5320a4"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="09c7ffdd-4a39-41d1-ad85-7fa2e266ca90" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="fe48fbe5-0484-4c48-ab22-0b60c1943e29" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fe48fbe5-0484-4c48-ab22-0b60c1943e29">MicroSensor: Towards an Extensible Tool for the Static Analysis of Microservices Systems in Continuous Integration</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/edsonsoares" class="navigate">Edson Soares</a><span class="prog-aff"> Instituto Atlantico & State University of Ceara (UECE)</span>, <a href="https://2024.esec-fse.org/profile/matheuspaixao" class="navigate">Matheus Paixao</a><span class="prog-aff"> State University of Ceará</span>, <a href="https://2024.esec-fse.org/profile/allyssonallexaraujo" class="navigate">Allysson Allex Araújo</a><span class="prog-aff"> Federal University of Cariri</span></div></td></tr><tr data-slot-id="2a232430-77fd-4335-a4bf-6633bdf76648" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="21156aea-16dd-4924-bfca-369f5770064e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="21156aea-16dd-4924-bfca-369f5770064e">SORBET: A Framework to Evaluate the Robustness of LiDAR 3D Object Detection and Its Impacts on Autonomous Driving</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/triminhtrietpham" class="navigate">Tri Minh-Triet Pham</a><span class="prog-aff"> Concordia University</span>, <a href="https://2024.esec-fse.org/profile/jinqiuyang1" class="navigate">Jinqiu Yang</a><span class="prog-aff"> Concordia University</span></div></td></tr><tr data-slot-id="3543fce9-ebbd-49a1-83fa-26a6dccb8079" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="9e19b1f2-da14-4d08-8fd6-429c787abcc7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9e19b1f2-da14-4d08-8fd6-429c787abcc7">An Analysis of the Costs and Benefits of Autocomplete in IDEs</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shaokangjiang" class="navigate">Shaokang Jiang</a><span class="prog-aff"> University of California, San Diego</span>, <a href="https://2024.esec-fse.org/profile/michaelcoblenz" class="navigate">Michael Coblenz</a><span class="prog-aff"> University of California, San Diego</span></div></td></tr><tr data-slot-id="3ec14bb5-c031-4427-a5bd-a4f32dadbd64" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="076f8caf-d278-4575-9e2b-b7c856586f20" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="076f8caf-d278-4575-9e2b-b7c856586f20">Go the Extra Mile: Fixing Propagated Error-Handling Bugs</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/haoranliu" class="navigate">Haoran Liu</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/zhouyangjia" class="navigate">Zhouyang Jia</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/huipingzhou" class="navigate">Huiping Zhou</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/haifangzhou" class="navigate">Haifang Zhou</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/shanshanli1" class="navigate">Shanshan Li</a><span class="prog-aff"> National University of Defense Technology</span></div></td></tr><tr data-slot-id="6545128f-442d-4d33-92bb-e37f6922f0d4" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="7cb8d640-a5af-489c-a290-b663599bab20" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7cb8d640-a5af-489c-a290-b663599bab20">Hybrid Regression Test Selection by Synergizing File and Method Call Dependences</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/luyaoliu" class="navigate">Luyao Liu</a><span class="prog-aff"> College of Computer, National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/guofengzhang" class="navigate">Guofeng Zhang</a><span class="prog-aff"> College of Computer, National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/zhenbangchen" class="navigate">Zhenbang Chen</a><span class="prog-aff"> College of Computer, National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/jiwang" class="navigate">Ji Wang</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span></div></td></tr><tr data-slot-id="90b24921-9d73-4da6-8666-4656d1ba59da" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="f0f99507-048a-41a3-b57d-4a294321ace8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f0f99507-048a-41a3-b57d-4a294321ace8">Do Large Language Models Generate Similar Codes from Mutated Prompts?: A Case Study of Gemini Pro</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/hetvipatel" class="navigate">Hetvi Patel</a><span class="prog-aff"> IIT Gandhinagar</span>, <a href="https://2024.esec-fse.org/profile/kevinamitshah" class="navigate">Kevin Amit Shah</a><span class="prog-aff"> IIT Gandhinagar</span>, <a href="https://2024.esec-fse.org/profile/shouvickmondal1" class="navigate">Shouvick Mondal</a><span class="prog-aff"> IIT Gandhinagar</span></div><a href="https://doi.org/10.1145/3663529.3663873" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://drive.google.com/file/d/1NsG7LEj4gDmM6Bcz31TAcv999kyUKfAH/view?usp=sharing" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-posters/10/Do-Large-Language-Models-Generate-Similar-Codes-from-Mutated-Prompts-A-Case-Study-o" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://2024.esec-fse.org/details/fse-2024-posters/10/Do-Large-Language-Models-Generate-Similar-Codes-from-Mutated-Prompts-A-Case-Study-o" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="a5758690-784a-419d-a873-2767f1eda59e" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="ae93677d-26ff-4316-a58f-59d725b2815b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ae93677d-26ff-4316-a58f-59d725b2815b">Towards Realistic SATD Identification Through Machine Learning Models: Ongoing Research and Preliminary Results</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/eliakimgama" class="navigate">Eliakim Gama</a><span class="prog-aff"> State University of Ceará</span>, <a href="https://2024.esec-fse.org/profile/matheuspaixao" class="navigate">Matheus Paixao</a><span class="prog-aff"> State University of Ceará</span>, <a href="https://2024.esec-fse.org/profile/marielainescortes" class="navigate">Mariela I. Cortés</a><span class="prog-aff"> State University of Ceará</span>, <a href="https://2024.esec-fse.org/profile/lucasmonteiro" class="navigate">Lucas Monteiro</a><span class="prog-aff"> State University of Ceará</span></div><a href="https://doi.org/10.1145/3663529.3663876" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://drive.google.com/file/d/16r8rhaYFuEhJ0jlYDGdV3SF_Hco0si0M/view?usp=sharing" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="d061b78d-85a0-4e7e-ba36-3dee5c529052" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="ee7a4864-21a4-46a0-98bc-6bd1cba23db3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ee7a4864-21a4-46a0-98bc-6bd1cba23db3">Building Software Engineering Capacity through a University Open Source Program Office</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ekaterinaholdener" class="navigate">Ekaterina Holdener</a><span class="prog-aff"> Saint Louis University</span>, <a href="https://2024.esec-fse.org/profile/danielshown" class="navigate">Daniel Shown</a><span class="prog-aff"> Saint Louis University</span></div></td></tr><tr data-slot-id="e897b584-e2ca-44d7-aa83-5a966f7367f4" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="80f2a3a4-f182-4381-b279-3f747c45dd95" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="80f2a3a4-f182-4381-b279-3f747c45dd95">Inferring Natural Preconditions via Program Transformation</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/elizabethdinella" class="navigate">Elizabeth Dinella</a><span class="prog-aff"> Bryn Mawr College</span>, <a href="https://2024.esec-fse.org/profile/shuvendulahiri" class="navigate">Shuvendu K. Lahiri</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/mayurnaik1" class="navigate">Mayur Naik</a><span class="prog-aff"> UPenn</span></div></td></tr><tr data-slot-id="f5b67d53-88a2-42ce-aa27-2cf498a64f67" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="fb8c429b-19ec-43b0-a4ea-592413621ddc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fb8c429b-19ec-43b0-a4ea-592413621ddc">RFNIT: Robotic Framework for Non-Invasive Testing</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/davisimoesfreitas" class="navigate">Davi Simoes Freitas</a><span class="prog-aff"> Centro de Informática at Universidade Federal de Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/brenomiranda" class="navigate">Breno Miranda</a><span class="prog-aff"> Centro de Informática at Universidade Federal de Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/julianoiyoda" class="navigate">Juliano Iyoda</a><span class="prog-aff"> Centro de Informática at Universidade Federal de Pernambuco</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Software Maintenance and Comprehension 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/wesleyassuncao" target="_blank" class="navigate">Wesley Assunção</a><span class="prog-aff"> North Carolina State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ab862d44-efba-4d22-8c2f-abb28c721b34" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="8a283224-5e47-4522-b7ee-ff73a7358514" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8a283224-5e47-4522-b7ee-ff73a7358514">Enhancing Function Name Prediction using Votes-Based Name Tokenization and Multi-Task Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xiaolingzhang1" class="navigate">Xiaoling Zhang</a><span class="prog-aff"> Institute of Information Engineering, Chinese Academy of Sciences, School of Cyber Security, University of Chinese Academy of Sciences,</span>, <a href="https://2024.esec-fse.org/profile/zhengzixu1" class="navigate">Zhengzi Xu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/shouguoyang" class="navigate">shouguo yang</a><span class="prog-aff"> Institute of Information Engineering, Chinese Academy of Sciences, Beijing, China</span>, <a href="https://2024.esec-fse.org/profile/zhili2" class="navigate">Zhi Li</a><span class="prog-aff"> Institute of Information Engineering, Chinese Academy of Sciences, China</span>, <a href="https://2024.esec-fse.org/profile/zhiqiangshi" class="navigate">Zhiqiang Shi</a><span class="prog-aff"> Institute of Information Engineering, Chinese Academy of Sciences, School of Cyber Security, University of Chinese Academy of Sciences,</span>, <a href="https://2024.esec-fse.org/profile/liminsun" class="navigate">Limin Sun</a><span class="prog-aff"> Institute of Information Engineering, Chinese Academy of Sciences, School of Cyber Security, University of Chinese Academy of Sciences,</span></div><a href="https://doi.org/10.1145/3660782" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2405.09112" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="11e10852-7173-45b2-88f5-a3657b1a124b" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="3c992d9e-c983-44c5-9e57-65c704cd1887" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3c992d9e-c983-44c5-9e57-65c704cd1887">Only diff is Not Enough: Generating Commit Messages Leveraging Reasoning and Action of Large Language Model<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jiaweili" class="navigate">Jiawei Li</a><span class="prog-aff"> University of California, Irvine</span>, <a href="https://2024.esec-fse.org/profile/davidfarago" class="navigate">David Faragó</a><span class="prog-aff"> Innoopract GmbH & QPR Technologies</span>, <a href="https://2024.esec-fse.org/profile/christianpetrov" class="navigate">Christian Petrov</a><span class="prog-aff"> Innoopract GmbH</span>, <a href="https://2024.esec-fse.org/profile/iftekharahmed" class="navigate">Iftekhar Ahmed</a><span class="prog-aff"> University of California, Irvine</span></div></td></tr><tr data-slot-id="a40de4c3-ee82-451f-bf07-cc61b4f78b0c" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="1453f090-efe9-4d9f-8397-1ef796fd2793" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1453f090-efe9-4d9f-8397-1ef796fd2793">Towards Efficient Build Ordering for Incremental Builds with Multiple Configurations</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/junlyu1" class="navigate">Jun Lyu</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/shanshanli3" class="navigate">Shanshan Li</a><span class="prog-aff"> Software Institute, Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/hezhang" class="navigate">He Zhang</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/lanxinyang" class="navigate">Lanxin Yang</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/bohanliu1" class="navigate">Bohan Liu</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/manuelrigger" class="navigate">Manuel Rigger</a><span class="prog-aff"> National University of Singapore</span></div></td></tr><tr data-slot-id="0733ee9b-0fa2-4e3b-826b-91c8d7a745e7" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="ab8ce536-495b-409c-87d6-f410839fef05" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ab8ce536-495b-409c-87d6-f410839fef05">Unprecedented Code Change Automation: The Fusion of LLMs and Transformation by Example</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/malindadilharamalwalaarachchige" class="navigate">Malinda Dilhara</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://2024.esec-fse.org/profile/abhirambellur" class="navigate">Abhiram Bellur</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://2024.esec-fse.org/profile/timofeybryksin" class="navigate">Timofey Bryksin</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/dannydig" class="navigate">Danny Dig</a><span class="prog-aff"> University of Colorado Boulder, JetBrains Research</span></div><a href="https://arxiv.org/abs/2402.07138" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="e55c9b9f-e8bd-4300-b7aa-94c88cd0cbd1" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="0a1744c4-c19b-422c-9ce5-6e5f7b275190" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0a1744c4-c19b-422c-9ce5-6e5f7b275190">Variability-Aware Differencing with DiffDetective<span class="pull-right"><span data-facet-badge="Best Demo Paper" class="output-badge" style="max-width:40px;"><span class="label-primary label">Best Demo Paper</span></span></span></a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/paulmaximilianbittner" class="navigate">Paul Maximilian Bittner</a><span class="prog-aff"> Paderborn University</span>, <a href="https://2024.esec-fse.org/profile/alexanderschulthei1" class="navigate">Alexander Schultheiß</a><span class="prog-aff"> Paderborn University</span>, <a href="https://2024.esec-fse.org/profile/benjaminmoosherr" class="navigate">Benjamin Moosherr</a><span class="prog-aff"> University of Ulm</span>, <a href="https://2024.esec-fse.org/profile/timokehrer" class="navigate">Timo Kehrer</a><span class="prog-aff"> University of Bern</span>, <a href="https://2024.esec-fse.org/profile/thomasthum" class="navigate">Thomas Thüm</a><span class="prog-aff"> Paderborn University</span></div><a href="https://github.com/SoftVarE-Group/Papers/raw/main/2024/2024-FSE-Bittner.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-demonstrations/18/Variability-Aware-Differencing-with-DiffDetective" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="7b2c3573-5c58-449d-b769-3b518a1a1a10" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:21</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="0a5820da-a8d4-4490-a9ca-83515545ae4b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0a5820da-a8d4-4490-a9ca-83515545ae4b">From Models to Practice: Enhancing OSS Project Sustainability with Evidence-Based Advice</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nafizimtiazkhan" class="navigate">Nafiz Imtiaz Khan</a><span class="prog-aff"> Department of Computer Science, University of California, Davis</span>, <a href="https://2024.esec-fse.org/profile/vladimirfilkov" class="navigate">Vladimir Filkov</a><span class="prog-aff"> University of California at Davis, USA</span></div><a href="https://dl.acm.org/doi/abs/10.1145/3663529.3663777" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/ 3663529.3663777" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/christophtreude" target="_blank" class="navigate">Christoph Treude</a><span class="prog-aff"> Singapore Management University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4e155158-1e13-4073-8606-4744e13f5086" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="8126a222-5f1a-44e1-907d-c4e738ec8273" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8126a222-5f1a-44e1-907d-c4e738ec8273">"The Law Doesn’t Work Like a Computer": Exploring Software Licensing Issues Faced by Legal Practitioners<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nathanwintersgill" class="navigate">Nathan Wintersgill</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/trevorstalnaker" class="navigate">Trevor Stalnaker</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/lauraaheymann" class="navigate">Laura A. Heymann</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/oscarchaparro" class="navigate">Oscar Chaparro</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/denysposhyvanyk" class="navigate">Denys Poshyvanyk</a><span class="prog-aff"> William & Mary</span></div></td></tr><tr data-slot-id="1e6eaef4-2850-41e1-9895-5594eedad2aa" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="49eb1754-5abc-4e83-95b5-c54f80f0117f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="49eb1754-5abc-4e83-95b5-c54f80f0117f">AI-assisted Code Authoring at Scale: Fine-tuning, deploying, and mixed methods evaluation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/vijayaraghavanmurali" class="navigate">Vijayaraghavan Murali</a><span class="prog-aff"> Meta Platforms Inc.</span>, <a href="https://2024.esec-fse.org/profile/chandramaddila" class="navigate">Chandra Sekhar Maddila</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/imadahmad" class="navigate">Imad Ahmad</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/michaelbolin" class="navigate">Michael Bolin</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/danielcheng1" class="navigate">Daniel Cheng</a><span class="prog-aff"> Meta Platforms Inc.</span>, <a href="https://2024.esec-fse.org/profile/negarghorbani1" class="navigate">Negar Ghorbani</a><span class="prog-aff"> Meta Platforms Inc.</span>, <a href="https://2024.esec-fse.org/profile/renukafernandez" class="navigate">Renuka Fernandez</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/nachiappannagappan" class="navigate">Nachiappan Nagappan</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/petercrigby1" class="navigate">Peter C Rigby</a><span class="prog-aff"> Meta / Concordia University</span></div></td></tr><tr data-slot-id="afd95e4b-dd86-4f2b-830e-6719a4c11a36" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="09b32030-8821-423c-a5b8-d61170c85ef0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="09b32030-8821-423c-a5b8-d61170c85ef0">An Analysis of the Costs and Benefits of Autocomplete in IDEs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shaokangjiang" class="navigate">Shaokang Jiang</a><span class="prog-aff"> University of California, San Diego</span>, <a href="https://2024.esec-fse.org/profile/michaelcoblenz" class="navigate">Michael Coblenz</a><span class="prog-aff"> University of California, San Diego</span></div><a href="https://cseweb.ucsd.edu/~mcoblenz/assets/pdf/fse24-autocomplete.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="15cb5798-17c5-47c8-a73c-f9f111783898" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="2881e710-b0fa-4586-ae64-83be8989e0aa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2881e710-b0fa-4586-ae64-83be8989e0aa">Shadows in the Interface: A Comprehensive Study on Dark Patterns</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/limingnie1" class="navigate">Liming Nie</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/yangyangzhao1" class="navigate">Yangyang Zhao</a><span class="prog-aff"> Zhejiang Sci-Tech University</span>, <a href="https://2024.esec-fse.org/profile/chenglinli" class="navigate">Chenglin Li</a><span class="prog-aff"> Zhejiang Sci-Tech University</span>, <a href="https://2024.esec-fse.org/profile/xuqiongluo" class="navigate">Xuqiong Luo</a><span class="prog-aff"> Changsha University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yangliu" class="navigate">Yang Liu</a><span class="prog-aff"> Nanyang Technological University</span></div></td></tr><tr data-slot-id="f14cc70d-439f-4c68-8bcf-fb66d8e5e1ed" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="5d42842a-c62a-44a6-abe1-f55ed43f70c4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5d42842a-c62a-44a6-abe1-f55ed43f70c4">Paths to Testing: Why Women Enter and Remain in Software Testing?</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/kleicesilva" class="navigate">Kleice Silva</a><span class="prog-aff"> CESAR School</span>, <a href="https://2024.esec-fse.org/profile/annbarcomb" class="navigate">Ann Barcomb</a><span class="prog-aff"> Department of Electrical and Software Engineering, Schulich School of Engineering, University of Calgary</span>, <a href="https://2024.esec-fse.org/profile/ronnieessantos" class="navigate">Ronnie de Souza Santos</a><span class="prog-aff"> University of Calgary</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Pitanga" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Formal Verification<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/yunjachoi" target="_blank" class="navigate">Yunja Choi</a><span class="prog-aff"> Kyungpook National University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="857d584f-1c59-4407-8052-d867bd130891" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="a701f245-221e-410c-a2b8-f7e4cfe63284" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a701f245-221e-410c-a2b8-f7e4cfe63284">A Transferability Study of Interpolation-Based Hardware Model Checking to Software Verification<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dirkbeyer" class="navigate">Dirk Beyer</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/pochunchien" class="navigate">Po-Chun Chien</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/marekjankola" class="navigate">Marek Jankola</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/nianzelee" class="navigate">Nian-Ze Lee</a><span class="prog-aff"> LMU Munich</span></div><a href="https://doi.org/10.1145/3660797" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/62/A-Transferability-Study-of-Interpolation-Based-Hardware-Model-Checking-to-Software-Ve" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="2d5dbba6-b9cf-4307-a780-1ee03064c496" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="eba3006f-f3c7-48a3-b782-31ca7449f69c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="eba3006f-f3c7-48a3-b782-31ca7449f69c">CoqPyt: Proof Navigation in Python in the Era of LLMs</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/pedrocarrott" class="navigate">Pedro Carrott</a><span class="prog-aff"> Imperial College London</span>, <a href="https://2024.esec-fse.org/profile/nunosaavedra" class="navigate">Nuno Saavedra</a><span class="prog-aff"> INESC-ID and IST, University of Lisbon</span>, <a href="https://2024.esec-fse.org/profile/robertthompson" class="navigate">Kyle Thompson</a><span class="prog-aff"> University of California, San Diego</span>, <a href="https://2024.esec-fse.org/profile/sorinlerner" class="navigate">Sorin Lerner</a><span class="prog-aff"> University of California at San Diego</span>, <a href="https://2024.esec-fse.org/profile/joaofferreira" class="navigate">João F. Ferreira</a><span class="prog-aff"> INESC-ID and IST, University of Lisbon</span>, <a href="https://2024.esec-fse.org/profile/emilyfirst1" class="navigate">Emily First</a><span class="prog-aff"> University of California, San Diego</span></div><a href="https://doi.org/10.1145/3663529.3663814" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2405.04282" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="bf7d9dd5-1d71-43b4-af85-5b9a3853a25e" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:27</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="95210d9b-2b3a-4342-adff-695502d34c0e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="95210d9b-2b3a-4342-adff-695502d34c0e">How We Built Cedar: A Verification-Guided Approach</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/craigdisselkoen1" class="navigate">Craig Disselkoen</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/aaroneline1" class="navigate">Aaron Eline</a><span class="prog-aff"> Amazon</span>, <a href="https://2024.esec-fse.org/profile/shaobohe" class="navigate">Shaobo He</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/kyleheadley2" class="navigate">Kyle Headley</a><span class="prog-aff"> Unaffiliated</span>, <a href="https://2024.esec-fse.org/profile/michaelhicks2" class="navigate">MIchael Hicks</a><span class="prog-aff"> Amazon</span>, <a href="https://2024.esec-fse.org/profile/keshahietala" class="navigate">Kesha Hietala</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/johnkastner" class="navigate">John Kastner</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/anwarmamat" class="navigate">Anwar Mamat</a><span class="prog-aff"> University of Maryland</span>, <a href="https://2024.esec-fse.org/profile/mattmccutchen" class="navigate">Matt McCutchen</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/neharungta" class="navigate">Neha Rungta</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/bhaktishah" class="navigate">Bhakti Shah</a><span class="prog-aff"> University of St. Andrews</span>, <a href="https://2024.esec-fse.org/profile/eminatorlak" class="navigate">Emina Torlak</a><span class="prog-aff"> Amazon Web Services, USA</span>, <a href="https://2024.esec-fse.org/profile/andrewwells" class="navigate">Andrew Wells</a><span class="prog-aff"> Amazon Web Services</span></div></td></tr><tr data-slot-id="ff997306-560e-4493-9a97-efceffaca7ef" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="c48a4d44-f703-4a38-b7db-456ea028e7f4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c48a4d44-f703-4a38-b7db-456ea028e7f4">Mission Specification Patterns for Mobile Robots: Providing Support for Quantitative Properties</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/claudiomenghi" class="navigate">Claudio Menghi</a><span class="prog-aff"> University of Bergamo; McMaster University</span>, <a href="https://2024.esec-fse.org/profile/christostsigkanos2" class="navigate">Christos Tsigkanos</a><span class="prog-aff"> University of Bern, Switzerland</span>, <a href="https://2024.esec-fse.org/profile/mehrnooshaskarpour" class="navigate">Mehrnoosh Askarpour</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/patriziopelliccione" class="navigate">Patrizio Pelliccione</a><span class="prog-aff"> Gran Sasso Science Institute, L'Aquila, Italy</span>, <a href="https://2024.esec-fse.org/profile/gricel" class="navigate">Gricel Vázquez</a><span class="prog-aff"> University of York, UK</span>, <a href="https://2024.esec-fse.org/profile/raducalinescu" class="navigate">Radu Calinescu</a><span class="prog-aff"> University of York, UK</span>, <a href="https://2024.esec-fse.org/profile/sergiogarcia2" class="navigate">Sergio García</a><span class="prog-aff"> Volvo Cars Corporation, Sweden</span></div></td></tr><tr data-slot-id="be4da389-85be-4289-9380-7366afd59d69" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="31b30681-e60c-4f7f-9e50-977ec0a9f58c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="31b30681-e60c-4f7f-9e50-977ec0a9f58c">Rigorous Assessment of Model Inference Accuracy using Language Cardinality</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/donatoclun1" class="navigate">Donato Clun</a><span class="prog-aff"> Imperial College London</span>, <a href="https://2024.esec-fse.org/profile/donghwanshin" class="navigate">Donghwan Shin</a><span class="prog-aff"> University of Sheffield</span>, <a href="https://2024.esec-fse.org/profile/antoniofilieri" class="navigate">Antonio Filieri</a><span class="prog-aff"> AWS and Imperial College London</span>, <a href="https://2024.esec-fse.org/profile/domenicobianculli" class="navigate">Domenico Bianculli</a><span class="prog-aff"> University of Luxembourg</span></div></td></tr><tr data-slot-id="56b7ed3c-29d3-43f5-a373-71032f43bda2" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="d596cf10-870e-4f9d-87d6-ce89f463b68e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d596cf10-870e-4f9d-87d6-ce89f463b68e">Simulation-based Testing of Simulink Models with Test Sequence and Test Assessment Blocks</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/federicoformica" class="navigate">Federico Formica</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/tonyfan" class="navigate">Tony Fan</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/akshayrajhans" class="navigate">Akshay Rajhans</a><span class="prog-aff"> Mathworks</span>, <a href="https://2024.esec-fse.org/profile/verapantelic" class="navigate">Vera Pantelic</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/marklawford" class="navigate">Mark Lawford</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/claudiomenghi1" class="navigate">Claudio Menghi</a><span class="prog-aff"> University of Bergamo; McMaster University</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Pitomba" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Code Search and Completion<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/akondrahman2" target="_blank" class="navigate">Akond Rahman</a><span class="prog-aff"> Auburn University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1be75cee-4ae5-43b8-be37-6394ffac3a79" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="b7b2588b-4f26-41e9-a3e4-fb16dccf2426" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b7b2588b-4f26-41e9-a3e4-fb16dccf2426">Leveraging Large Language Models for the Auto-remediation of Microservice Applications - An Experimental Study</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/komalsarda" class="navigate">Komal Sarda</a><span class="prog-aff"> York University</span>, <a href="https://2024.esec-fse.org/profile/zakeyanamrud" class="navigate">Zakeya Namrud</a><span class="prog-aff"> York University</span>, <a href="https://2024.esec-fse.org/profile/marinlitoiu" class="navigate">Marin Litoiu</a><span class="prog-aff"> York University, Canada</span>, <a href="https://2024.esec-fse.org/profile/larisashwartz" class="navigate">Larisa Shwartz</a><span class="prog-aff"> IBM T.J. Watson Research</span>, <a href="https://2024.esec-fse.org/profile/ianwatts" class="navigate">Ian Watts</a><span class="prog-aff"> IBM Canada</span></div></td></tr><tr data-slot-id="bbf78264-ac8a-4b13-98cf-df010e9a62c1" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="a81ea812-556b-4194-ace4-c77ca86f7e82" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a81ea812-556b-4194-ace4-c77ca86f7e82">CodePlan: Repository-level Coding using LLMs and Planning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/rambairi" class="navigate">Ramakrishna Bairi</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/atharvsonwane" class="navigate">Atharv Sonwane</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/adityakanade" class="navigate">Aditya Kanade</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/vageeshdc" class="navigate">Vageesh D C</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/aruniyer" class="navigate">Arun Iyer</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/sureshparthasarathy" class="navigate">Suresh Parthasarathy</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/sriramrajamani" class="navigate">Sriram Rajamani</a><span class="prog-aff"> Microsoft Research Indua</span>, <a href="https://2024.esec-fse.org/profile/bashok" class="navigate">B. Ashok</a><span class="prog-aff"> Microsoft Research. India</span>, <a href="https://2024.esec-fse.org/profile/shashankshet" class="navigate">Shashank Shet</a><span class="prog-aff"> Microsoft Research. India</span></div></td></tr><tr data-slot-id="f09f7b96-5490-41d7-91d1-1f0180114d68" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="f6c8e3e7-d4f1-40b5-bc49-107146f5ffa3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f6c8e3e7-d4f1-40b5-bc49-107146f5ffa3">An Empirical Study of Code Search in Intelligent Coding Assistant: Perceptions, Expectations, and Directions</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/chaoliu2" class="navigate">Chao Liu</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2024.esec-fse.org/profile/xindongzhang" class="navigate">Xindong Zhang</a><span class="prog-aff"> Alibaba Cloud Computing Co. Ltd.</span>, <a href="https://2024.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2024.esec-fse.org/profile/zhiyuanwan" class="navigate">Zhiyuan Wan</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/zhanhuang" class="navigate">Zhan Huang</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2024.esec-fse.org/profile/mengyan1" class="navigate">Meng Yan</a><span class="prog-aff"> Chongqing University</span></div></td></tr><tr data-slot-id="9ae4b73a-f5d5-44ab-a7e8-4fea625fa8c2" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="dc651608-9f61-495b-847a-1e9fdc2f65b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dc651608-9f61-495b-847a-1e9fdc2f65b5">DeciX: Explain Deep Learning Based Code Generation Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/siminchen1" class="navigate">Simin Chen</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/zexinli1" class="navigate">Zexin Li</a><span class="prog-aff"> University of California, Riverside</span>, <a href="https://2024.esec-fse.org/profile/weiyang" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/congliu1" class="navigate">Cong Liu</a><span class="prog-aff"> University of California, Riverside</span></div></td></tr><tr data-slot-id="6221a25c-b165-4324-b9dc-ab88f689efcf" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="99388c1c-9b13-4c5b-9ad6-570219b05115" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="99388c1c-9b13-4c5b-9ad6-570219b05115">IRCoCo: Immediate Rewards-Guided Deep Reinforcement Learning for Code Completion</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/bolunli3" class="navigate">Bolun Li</a><span class="prog-aff"> Shandong Normal University</span>, <a href="https://2024.esec-fse.org/profile/zhihongsun" class="navigate">Zhihong Sun</a><span class="prog-aff"> Shandong Normal University</span>, <a href="https://2024.esec-fse.org/profile/taohuang4" class="navigate">Tao Huang</a><span class="prog-aff"> Shandong Normal University</span>, <a href="https://2024.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2024.esec-fse.org/profile/yaowan1" class="navigate">Yao Wan</a><span class="prog-aff"> Huazhong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/chenlyu" class="navigate">Chen Lyu</a><span class="prog-aff"> Shandong Normal University</span>, <a href="https://2024.esec-fse.org/profile/geli" class="navigate">Ge Li</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/zhijin" class="navigate">Zhi Jin</a><span class="prog-aff"> Peking University</span></div></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Hotel Restaurant" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">Lunch<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-hotel-restaurant" target="_blank" class="room-link navigate">Hotel Restaurant</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3396a95c-5704-4fe8-8006-3f05dcff489a" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Lunch</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="92da76b2-479a-4dca-9cc2-89ca2018a319" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="92da76b2-479a-4dca-9cc2-89ca2018a319">Lunch</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">FSE Steering Committee Meeting<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/abhikroychoudhury" target="_blank" class="navigate">Abhik Roychoudhury</a><span class="prog-aff"> National University of Singapore</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f2e9bad8-ad2d-45a0-bc5b-fed6390e40d6" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Meeting</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98946efe-db5a-40cd-a90e-73cd9c890418" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98946efe-db5a-40cd-a90e-73cd9c890418">FSE Steering Committee</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Processes, Requirements, and Architecture<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/annibalepanichella" target="_blank" class="navigate">Annibale Panichella</a><span class="prog-aff"> Delft University of Technology</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="dbdd0e21-9891-4bc7-9b9b-3e072b208c6b" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="9871c5a3-e0e2-4104-b80c-567c0cdbbbe2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9871c5a3-e0e2-4104-b80c-567c0cdbbbe2">On the Usefulness of Automatically Generated Microservice Architectures</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/luizcarvalho2" class="navigate">Luiz Carvalho</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro, Brazil</span>, <a href="https://2024.esec-fse.org/profile/thelmaelitacolanzi" class="navigate">Thelma Elita Colanzi</a><span class="prog-aff"> State University of Maringa, Brazil</span>, <a href="https://2024.esec-fse.org/profile/wesleyassuncao" class="navigate">Wesley Assunção</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/alessandrogarcia" class="navigate">Alessandro Garcia</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/julianaalvespereira1" class="navigate">Juliana Alves Pereira</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/marcoskalinowski" class="navigate">Marcos Kalinowski</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/rafaeldemello1" class="navigate">Rafael de Mello</a><span class="prog-aff"> Federal University of Rio de Janeiro (UFRJ)</span>, <a href="https://2024.esec-fse.org/profile/mariajuliadelima" class="navigate">Maria Julia de Lima</a><span class="prog-aff"> Tecgraf Institute, Pontifical Catholic University of Rio de Janeiro, Brazil</span>, <a href="https://2024.esec-fse.org/profile/carloslucena" class="navigate">Carlos Lucena</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro, Brazil</span></div></td></tr><tr data-slot-id="bbe021ed-8098-4c87-ba37-78fc85542f51" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="d1e2429a-36b2-439a-9d10-f2737634b99a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d1e2429a-36b2-439a-9d10-f2737634b99a">An LGPD Compliance Inspection Checklist to Assess IoT Solutions</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ivonildopereiragomesneto" class="navigate">Ivonildo Pereira Gomes Neto</a><span class="prog-aff"> Federal University of Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/joaomendes" class="navigate">João Mendes</a><span class="prog-aff"> Federal University of Maranhão</span>, <a href="https://2024.esec-fse.org/profile/waldemarpiresferreiraneto" class="navigate">Waldemar Pires Ferreira Neto</a><span class="prog-aff"> Rural Federal University of Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/luisjorgeenriqueriverocabrejos" class="navigate">Luis Jorge Enrique Rivero Cabrejos</a><span class="prog-aff"> Federal University of Maranhão, Brazil</span>, <a href="https://2024.esec-fse.org/profile/daviviana" class="navigate">Davi Viana</a><span class="prog-aff"> Federal University of Maranhão</span>, <a href="https://2024.esec-fse.org/profile/sergiosoares1" class="navigate">Sérgio Soares</a><span class="prog-aff"> Universidade Federal de Pernambuco</span></div></td></tr><tr data-slot-id="3799d0f2-3840-4954-b3ab-cbdf74960460" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="b40cbccf-6170-4afd-88ff-19cb2c4b4d05" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b40cbccf-6170-4afd-88ff-19cb2c4b4d05">Automated Smell Detection and Recommendation in Natural Language Requirements</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/alvaroveizaga" class="navigate">Alvaro Veizaga</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/seungyeobshin1" class="navigate">Seung Yeob Shin</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a><span class="prog-aff"> University of Ottawa, Canada; Lero centre, University of Limerick, Ireland</span></div></td></tr><tr data-slot-id="355348c4-13c1-4b4e-9048-96a820782dd5" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="63e1fd6c-4a9a-4028-890c-07efaf62d067" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="63e1fd6c-4a9a-4028-890c-07efaf62d067">Supporting Early Architectural Decision-Making Through Tradeoff Analysis: A Study with Volvo Cars</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/karloqvist" class="navigate">Karl Öqvist</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/jacobmessinger" class="navigate">Jacob Messinger</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/rebekkawohlrab" class="navigate">Rebekka Wohlrab</a><span class="prog-aff"> Chalmers University of Technology</span></div></td></tr><tr data-slot-id="b1fa8d58-ccd7-414d-a33c-3a60c3f42bca" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:03</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="3110e653-d6e1-48af-9465-236aa07d64ba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3110e653-d6e1-48af-9465-236aa07d64ba">MicroKarta: Visualising Microservice Architectures</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/oscarmanglaras" class="navigate">Oscar Manglaras</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2024.esec-fse.org/profile/alexfarkas" class="navigate">Alex Farkas</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2024.esec-fse.org/profile/peterfule" class="navigate">Peter Fule</a><span class="prog-aff"> Swordfish Computing</span>, <a href="https://2024.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/markuswagner" class="navigate">Markus Wagner </a><span class="prog-aff"> Monash University, Australia</span></div></td></tr><tr data-slot-id="788d678e-546b-46ea-abfa-04127af932e0" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="513e31cd-48be-461d-a497-20fe982258e7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="513e31cd-48be-461d-a497-20fe982258e7">Understanding Developers' Discussions and Perceptions on Non-Functional Requirements: The Case of the Spring Ecosystem<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/andersonoliveira" class="navigate">Anderson Oliveira</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/joaolucascorreia" class="navigate">João Lucas Correia</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/wesleyassuncao" class="navigate">Wesley Assunção</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/julianaalvespereira1" class="navigate">Juliana Alves Pereira</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/rafaeldemello1" class="navigate">Rafael de Mello</a><span class="prog-aff"> Federal University of Rio de Janeiro (UFRJ)</span>, <a href="https://2024.esec-fse.org/profile/danielcoutinho" class="navigate">Daniel Coutinho</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/caiobarbosa" class="navigate">Caio Barbosa</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/paulovitorcfliborio" class="navigate">Paulo Vítor C. F. Libório</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/alessandrogarcia" class="navigate">Alessandro Garcia</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span></div><a href="https://doi.org/10.1145/3643750" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://andersonjso.github.io/preprints/fse24oliveira.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Empirical Studies 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/ronnieessantos" target="_blank" class="navigate">Ronnie de Souza Santos</a><span class="prog-aff"> University of Calgary</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="5a34ca7e-bf9f-4ab6-ad8c-ff8914eef938" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="8e20e4af-8753-4a21-ad32-eedd3c3f3ec3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8e20e4af-8753-4a21-ad32-eedd3c3f3ec3">An Empirical Study on Focal Methods in Deep-Learning-Based Approaches for Assertion Generation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yibohe" class="navigate">Yibo He</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/jiaminghuang" class="navigate">Jiaming Huang</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/haoyu" class="navigate">Hao Yu</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/taoxie" class="navigate">Tao Xie</a><span class="prog-aff"> Peking University</span></div></td></tr><tr data-slot-id="f84edae2-2a14-4e58-a6d7-39f4f4e5b0e6" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="75982007-da91-481b-b899-993b6171c50f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="75982007-da91-481b-b899-993b6171c50f">Less Cybersickness, Please: Demystifying and Detecting Stereoscopic Visual Inconsistencies in Virtual Reality Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shuqingli" class="navigate">Shuqing Li</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/cuiyungao" class="navigate">Cuiyun Gao</a><span class="prog-aff"> Harbin Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/jianpingzhang" class="navigate">Jianping Zhang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/yujiazhang" class="navigate">Yujia Zhang</a><span class="prog-aff"> Harbin Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/jiazhengu2" class="navigate">Jiazhen Gu</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/yunpeng" class="navigate">Yun Peng</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/michaellyu" class="navigate">Michael Lyu</a><span class="prog-aff"> The Chinese University of Hong Kong</span></div><a href="https://doi.org/10.1145/3660803" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2406.09313" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="06a27887-bd79-4806-bea1-487e20c93529" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="77c730a8-d9c7-4201-9619-c4b2b74ca563" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="77c730a8-d9c7-4201-9619-c4b2b74ca563">Decision Making for Managing Automotive Platforms: An Interview Survey on the Sate-of-Practice</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/philippzellmer" class="navigate">Philipp Zellmer</a><span class="prog-aff"> Volkswagen AG & Harz University of Applied Sciences</span>, <a href="https://2024.esec-fse.org/profile/jacobkruger" class="navigate">Jacob Krüger</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2024.esec-fse.org/profile/thomasleich" class="navigate">Thomas Leich</a><span class="prog-aff"> Harz University of Applied Sciences, Germany</span></div></td></tr><tr data-slot-id="aa0a2b94-84d0-45b0-ad9d-a5415c7067d8" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="d99cab40-bd83-4279-bb86-0761b47022b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d99cab40-bd83-4279-bb86-0761b47022b5">Evaluation framework for autonomous systems: the case of Programmable Electronic Medical Systems</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/andreabombarda" class="navigate">Andrea Bombarda</a><span class="prog-aff"> University of Bergamo</span>, <a href="https://2024.esec-fse.org/profile/silviabonfanti" class="navigate">Silvia Bonfanti</a><span class="prog-aff"> University of Bergamo</span>, <a href="https://2024.esec-fse.org/profile/martinadesanctis" class="navigate">Martina De Sanctis</a><span class="prog-aff"> Gran Sasso Science Institute</span>, <a href="https://2024.esec-fse.org/profile/angelogargantini" class="navigate">Angelo Gargantini</a><span class="prog-aff"> University of Bergamo</span>, <a href="https://2024.esec-fse.org/profile/patriziopelliccione" class="navigate">Patrizio Pelliccione</a><span class="prog-aff"> Gran Sasso Science Institute, L'Aquila, Italy</span>, <a href="https://2024.esec-fse.org/profile/elviniariccobene" class="navigate">Elvinia Riccobene</a><span class="prog-aff"> Computer Science Dept., University of Milan</span>, <a href="https://2024.esec-fse.org/profile/patriziascandurra" class="navigate">Patrizia Scandurra</a><span class="prog-aff"> University of Bergamo, Italy</span></div></td></tr><tr data-slot-id="0113b8c7-ff44-4c3c-935b-7eab3b0307de" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="5f5e3baf-7467-4633-bf68-58cc4182d4df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5f5e3baf-7467-4633-bf68-58cc4182d4df">Insights into Transitioning towards Electrics/Electronics Platform Management in the Automotive Industry</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/lennartholsten" class="navigate">Lennart Holsten</a><span class="prog-aff"> Volkswagen AG & Harz University of Applied Sciences</span>, <a href="https://2024.esec-fse.org/profile/jacobkruger" class="navigate">Jacob Krüger</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2024.esec-fse.org/profile/thomasleich" class="navigate">Thomas Leich</a><span class="prog-aff"> Harz University of Applied Sciences, Germany</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Pitanga" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Testing 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/xizheng" target="_blank" class="navigate">Xi Zheng</a><span class="prog-aff"> Macquarie University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d8e6529e-341f-45ac-ad53-0c934004fab7" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="e634b843-08d1-4425-bb04-99ed3b23f78b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e634b843-08d1-4425-bb04-99ed3b23f78b">Test Input Prioritization for 3D Point Clouds</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yinghuali" class="navigate">Yinghua LI</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/xueqidang" class="navigate">Xueqi Dang</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/leima" class="navigate">Lei Ma</a><span class="prog-aff"> The University of Tokyo & University of Alberta</span>, <a href="https://2024.esec-fse.org/profile/jacquesklein" class="navigate">Jacques Klein</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/yvesletraon" class="navigate">Yves Le Traon</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/tegawendefbissyande" class="navigate">Tegawendé F. Bissyandé</a><span class="prog-aff"> University of Luxembourg</span></div></td></tr><tr data-slot-id="06789db5-2ee5-4971-b67b-15dc6996dd53" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="a526ce7b-16b8-4008-8141-2cd4546253bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a526ce7b-16b8-4008-8141-2cd4546253bf">Evaluating and Improving ChatGPT for Unit Test Generation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhiqiangyuan1" class="navigate">Zhiqiang Yuan</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/mingweiliu" class="navigate">Mingwei Liu</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/shijiding" class="navigate">Shiji Ding</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/kaixinwang" class="navigate">Kaixin Wang</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/yixuanchen1" class="navigate">Yixuan Chen</a><span class="prog-aff"> Yale University</span>, <a href="https://2024.esec-fse.org/profile/xinpeng" class="navigate">Xin Peng</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/yilinglou" class="navigate">Yiling Lou</a><span class="prog-aff"> Fudan University</span></div></td></tr><tr data-slot-id="5a5b6a24-f45c-4124-a58d-bcfbaf7c16af" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="ecbe2c5f-26db-4336-a22c-5c31a9522900" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ecbe2c5f-26db-4336-a22c-5c31a9522900">Bounding Random Test Set Size with Computational Learning Theory</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/neilwalkinshaw" class="navigate">Neil Walkinshaw</a><span class="prog-aff"> University of Sheffield</span>, <a href="https://2024.esec-fse.org/profile/michaelfoster" class="navigate">Michael Foster</a><span class="prog-aff"> The University of Sheffield</span>, <a href="https://2024.esec-fse.org/profile/josemiguelrojas" class="navigate">José Miguel Rojas</a><span class="prog-aff"> The University of Sheffield</span>, <a href="https://2024.esec-fse.org/profile/robertmhierons" class="navigate">Robert Hierons</a><span class="prog-aff"> The University of Sheffield</span></div><a href="https://arxiv.org/pdf/2405.17019" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="fae7c938-e516-4119-908e-6013062ce7bd" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="8b63901b-64a9-4846-93f0-f82c74b3b49d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8b63901b-64a9-4846-93f0-f82c74b3b49d">COSTELLO: Contrastive Testing for Embedding-based Large Language Model as a Service Embeddings</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/weipengjiang" class="navigate">Weipeng Jiang</a><span class="prog-aff"> Xi'an Jiaotong University</span>, <a href="https://2024.esec-fse.org/profile/juanzhai" class="navigate">Juan Zhai</a><span class="prog-aff"> University of Massachusetts, Amherst</span>, <a href="https://2024.esec-fse.org/profile/shiqingma" class="navigate">Shiqing Ma</a><span class="prog-aff"> University of Massachusetts, Amherst</span>, <a href="https://2024.esec-fse.org/profile/xiaoyuzhang" class="navigate">Xiaoyu Zhang</a><span class="prog-aff"> Xi'an Jiaotong University</span>, <a href="https://2024.esec-fse.org/profile/chaoshen" class="navigate">Chao Shen</a><span class="prog-aff"> Xi'an Jiaotong University</span></div></td></tr><tr data-slot-id="e1b443d6-318d-4bd6-9e74-1bfcbc750555" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="f13f07e1-50e5-4ae7-bf36-fed0b2e58043" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f13f07e1-50e5-4ae7-bf36-fed0b2e58043">FeatMaker: Automated Feature Engineering for Search Strategy of Symbolic Execution</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jaehanyoon1" class="navigate">Jaehan Yoon</a><span class="prog-aff"> Sungkyunkwan University</span>, <a href="https://2024.esec-fse.org/profile/sooyoungcha1" class="navigate">Sooyoung Cha</a><span class="prog-aff"> Sungkyunkwan University</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Pitomba" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">AI4SE 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/mauropezze" target="_blank" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Università della Svizzera Italiana & SIT Schaffhausen Institute of Technology</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e8002c60-d018-4fe1-832a-e5f1ad0d9573" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="0229ac4a-6afe-4a5a-a97b-a21bbf52465d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0229ac4a-6afe-4a5a-a97b-a21bbf52465d">Are Human Rules Necessary? Generating Reusable APIs with CoT Reasoning and In-context Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yubomai" class="navigate">Yubo Mai</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Shanghai Institute for Advanced Study - Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/xinghu1" class="navigate">Xing Hu</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/lingfengbao" class="navigate">Lingfeng Bao </a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/yuliu5" class="navigate">Yu Liu</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/jianlingsun" class="navigate">JianLing Sun</a><span class="prog-aff"> Zhejiang University</span></div></td></tr><tr data-slot-id="547f157e-1bf3-404e-a0ce-4cab6089c324" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="3a8a2e89-4eb9-46d4-b56b-a9651002551e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3a8a2e89-4eb9-46d4-b56b-a9651002551e">CodeArt: Better Code Models by Attention Regularization When Symbols Are Lacking</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ziansu" class="navigate">Zian Su</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/xiangzhexu" class="navigate">Xiangzhe Xu</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/ziyanghuang" class="navigate">Ziyang Huang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/zhuozhang" class="navigate">Zhuo Zhang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/yapengye" class="navigate">Yapeng Ye</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/jianjunhuang" class="navigate">Jianjun Huang</a><span class="prog-aff"> Renmin University of China</span>, <a href="https://2024.esec-fse.org/profile/xiangyuzhang" class="navigate">Xiangyu Zhang</a><span class="prog-aff"> Purdue University</span></div></td></tr><tr data-slot-id="ad0c4cc3-1239-4eb0-8473-624a619c5e99" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="582c2eba-75e2-4d65-8577-31a63b61b445" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="582c2eba-75e2-4d65-8577-31a63b61b445">Enhancing Code Understanding for Impact Analysis by Combining Transformers and Program Dependence Graphs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yanfuyan" class="navigate">Yanfu Yan</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/nathancooper" class="navigate">Nathan Cooper</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/kevinmoran" class="navigate">Kevin Moran</a><span class="prog-aff"> University of Central Florida</span>, <a href="https://2024.esec-fse.org/profile/gabrielebavota" class="navigate">Gabriele Bavota</a><span class="prog-aff"> Software Institute @ Università della Svizzera Italiana</span>, <a href="https://2024.esec-fse.org/profile/denysposhyvanyk" class="navigate">Denys Poshyvanyk</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/steverich" class="navigate">Steve Rich</a><span class="prog-aff"> Cisco Systems</span></div></td></tr><tr data-slot-id="18af3724-1c70-44cd-a0a2-26a764a99407" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="8de337cb-6dab-4edd-abfa-6c2e0b11e51e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8de337cb-6dab-4edd-abfa-6c2e0b11e51e">Exploring and Unleashing the Power of Large Language Models in Automated Code Translation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhenyang" class="navigate">Zhen Yang</a><span class="prog-aff"> Shandong University</span>, <a href="https://2024.esec-fse.org/profile/fangliu" class="navigate">Fang Liu</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/zhongxingyu2" class="navigate">Zhongxing Yu</a><span class="prog-aff"> Shandong University</span>, <a href="https://2024.esec-fse.org/profile/jackykeung" class="navigate">Jacky Keung</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/jiali" class="navigate">Jia Li</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/shuoliu" class="navigate">Shuo Liu</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/hongyifan" class="navigate">Hong Yifan</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/xiaoxuema1" class="navigate">Xiaoxue Ma</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/zhijin" class="navigate">Zhi Jin</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/geli" class="navigate">Ge Li</a><span class="prog-aff"> Peking University</span></div><a href="https://arxiv.org/abs/2404.14646" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="6542800c-396f-4699-a1e4-20d8d43dafca" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="a6718c09-eed2-4f5d-b7e8-b967ed7a7538" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a6718c09-eed2-4f5d-b7e8-b967ed7a7538">Glitch Tokens in Large Language Models: Categorization Taxonomy and Effective Detection</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yuxili" class="navigate">Yuxi Li</a><span class="prog-aff"> Huazhong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yiliu4" class="navigate">Yi Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/geleideng" class="navigate">Gelei Deng</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/yingzhang2" class="navigate">Ying Zhang</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/wenjiasong" class="navigate">Wenjia Song</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/lingshi" class="navigate">Ling Shi</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/kailongwang" class="navigate">Kailong Wang</a><span class="prog-aff"> Huazhong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yuekangli" class="navigate">Yuekang Li</a><span class="prog-aff"> The University of New South Wales</span>, <a href="https://2024.esec-fse.org/profile/yangliu" class="navigate">Yang Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/haoyuwang" class="navigate">Haoyu Wang</a><span class="prog-aff"> Huazhong University of Science and Technology</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">15:30 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4c6d3cff-b7c7-437b-a7b8-4508d8b7fe81" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Lounge" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">15:30 - 17:30</div></td><td colspan="2"><div class="session-info-in-table">Poster Session<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-student-research-competition" target="_blank" class="text-muted navigate">Student Research Competition</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" target="_blank" class="room-link navigate">Lounge</a> <a data-toggle="modal" href="#aci-86293a17-17bc-49b1-a319-e71e9c72bee0"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="93102f1c-6710-4e01-86f4-9b5d734300c2" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>13m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="633ef79b-36ab-41ec-9937-4bf4f20cf6a9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="633ef79b-36ab-41ec-9937-4bf4f20cf6a9">Comparing Gemini Pro and GPT-3.5 in Algorithmic Problems</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/deboraledadelucenasouza" class="navigate">Débora Lêda de Lucena Souza</a><span class="prog-aff"> </span></div></td></tr><tr data-slot-id="2e99ff14-2bf5-4652-b18d-49a4e9561a86" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:43</div><strong>13m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="2be2d42f-ff59-4e92-82fa-03e152a2aa91" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2be2d42f-ff59-4e92-82fa-03e152a2aa91">Detecting Code Comment Inconsistencies Using LLM and Program Analysis</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yichizhang" class="navigate">Yichi Zhang</a><span class="prog-aff"> Nanjing University</span></div></td></tr><tr data-slot-id="2e17e84a-0f22-42d1-a4c6-8d56ee123d7c" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:56</div><strong>13m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="4346292d-9894-4795-bf2b-925224ed0e90" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4346292d-9894-4795-bf2b-925224ed0e90">Enhancing Code Representation for Improved Graph Neural Network-Based Fault Localization</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mdnakhlarafi" class="navigate">Md Nakhla Rafi</a><span class="prog-aff"> Concordia University</span></div></td></tr><tr data-slot-id="e7f2dd81-0894-41c4-b45e-f28e86c47b19" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:10</div><strong>13m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="430df25e-8641-4b7f-8865-5775616524bb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="430df25e-8641-4b7f-8865-5775616524bb">Evaluating Social Bias in Code Generation Models</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/linling" class="navigate">Lin Ling</a><span class="prog-aff"> Concordia University</span></div></td></tr><tr data-slot-id="cd6ca04c-033f-4f11-91c2-321ac64cf765" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:23</div><strong>13m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="06a00686-c396-426c-b4e4-6125e8f8612e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="06a00686-c396-426c-b4e4-6125e8f8612e">Productionizing PILAR as a Logstash plugin</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/aaronabraham" class="navigate">Aaron Abraham</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/kevinzhang2" class="navigate">Kevin Zhang</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/yashdani" class="navigate">Yash Dani</a><span class="prog-aff"> University of Waterloo</span></div></td></tr><tr data-slot-id="64750bd2-7d70-43e8-bcea-0ec35e16ae6a" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>13m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="e60bac2b-5980-456e-b864-044f7eaba7c5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e60bac2b-5980-456e-b864-044f7eaba7c5">Studying Privacy Leaks in Android App Logs</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhiyuanchen" class="navigate">Zhiyuan Chen</a><span class="prog-aff"> Rochester Institute of Technology</span></div></td></tr><tr data-slot-id="f6bc1f2e-9224-4db6-a29f-071288e4322f" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:50</div><strong>13m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="927f07d5-56f8-4fa4-8a53-032fa61b7d38" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="927f07d5-56f8-4fa4-8a53-032fa61b7d38">Towards a Theory for Source Code Rejuvenation</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/walterlucasmonteirodemendonca" class="navigate">Walter Lucas Monteiro de Mendonça</a><span class="prog-aff"> University of Brasília</span></div></td></tr><tr data-slot-id="09955d26-b8e1-4317-af04-b0664b39bfe3" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:03</div><strong>13m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="e85f5778-c43e-44b0-a4a3-7f8cb29d4767" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e85f5778-c43e-44b0-a4a3-7f8cb29d4767">Toward systematizing hot fixing for production software</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/carolhanna" class="navigate">Carol Hanna</a><span class="prog-aff"> University College London</span></div></td></tr><tr data-slot-id="28258f67-231e-4a3a-bbd3-559cf8fec618" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:16</div><strong>13m</strong></div><div class="event-type">Call for papers</div><span data-facet-track="FSE Student Research Competition"></span></td><td><span data-event-star="775c0e74-5623-4f37-a67d-8a748dcf17d6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="775c0e74-5623-4f37-a67d-8a748dcf17d6">Unlocking the Full Potential of AI Chatbots: A Guide to Maximizing Your Digital Companions</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2024.esec-fse.org/profile/chihaoyu" class="navigate">Chihao Yu</a><span class="prog-aff"> University of California, San Diego</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Program Analysis and Performance 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/alessandragorla" target="_blank" class="navigate">Alessandra Gorla</a><span class="prog-aff"> IMDEA Software Institute</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e17cbf2c-4d63-4cb9-b770-d1eb5f3c03d8" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="3e7b687e-d25e-46e4-bdaf-7ba14defd66a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3e7b687e-d25e-46e4-bdaf-7ba14defd66a">DyPyBench: A Benchmark of Executable Python Software</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/islembouzenia" class="navigate">Islem BOUZENIA</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2024.esec-fse.org/profile/bajajpiyushkrishan" class="navigate">Bajaj Piyush Krishan</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2024.esec-fse.org/profile/michaelpradel" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span></div></td></tr><tr data-slot-id="f1a287f1-21b3-4685-a790-7fa948e7ef1d" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="72496085-d6a6-4d31-adcf-96ad3b0caef5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="72496085-d6a6-4d31-adcf-96ad3b0caef5">Fast Graph Simplification for Path-Sensitive Typestate Analysis through Tempo-Spatial Multi-Point Slicing<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xiaocheng" class="navigate">Xiao Cheng</a><span class="prog-aff"> UNSW</span>, <a href="https://2024.esec-fse.org/profile/jiaweiren1" class="navigate">Jiawei Ren</a><span class="prog-aff"> UNSW</span>, <a href="https://2024.esec-fse.org/profile/yuleisui" class="navigate">Yulei Sui</a><span class="prog-aff"> UNSW</span></div><a href="https://doi.org/10.1145/3643749" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://jumormt.github.io/data/fse24.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="934c9e0c-008d-4cfb-9b42-364f03c1154a" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="0af078a5-dac6-4203-aaf8-48975cccfe27" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0af078a5-dac6-4203-aaf8-48975cccfe27">PBE-based Selective Abstraction and Refinement for Efficient Property Falsification of Embedded Software</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yoelkim" class="navigate">Yoel Kim</a><span class="prog-aff"> Kyungpook National University</span>, <a href="https://2024.esec-fse.org/profile/yunjachoi" class="navigate">Yunja Choi</a><span class="prog-aff"> Kyungpook National University</span></div><a href="https://doi.org/10.1145/3643740" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/33/PBE-based-Selective-Abstraction-and-Refinement-for-Efficient-Property-Falsification-o" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="46eecabb-e3db-4c0e-9e01-eee3adec8785" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="42f2b99f-e439-4bcd-916d-6a55454e0b8e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="42f2b99f-e439-4bcd-916d-6a55454e0b8e">Predictive Program Slicing via Execution Knowledge-Guided Dynamic Dependence Learning<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/aashishyadavally" class="navigate">Aashish Yadavally</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/yili4" class="navigate">Yi Li</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/tiennguyen" class="navigate">Tien N. Nguyen</a><span class="prog-aff"> University of Texas at Dallas</span></div><a href="https://aashishyadavally.github.io/assets/pdf/pub-fse2024.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="550b4b22-049e-499c-8ae9-752ccf1fc00a" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="8489e76a-dfa9-441e-b273-bd1887450676" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8489e76a-dfa9-441e-b273-bd1887450676">Checking Complex Source Code-level Constraints using Runtime Verification</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/joshuaheneagedawes1" class="navigate">Joshua Heneage Dawes</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/domenicobianculli" class="navigate">Domenico Bianculli</a><span class="prog-aff"> University of Luxembourg</span></div></td></tr><tr data-slot-id="945e2872-741e-48a2-ae3b-bce1e8ecfd9e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="a919b265-ee95-4620-af7f-f045c42166f0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a919b265-ee95-4620-af7f-f045c42166f0">XGuard: Detecting Inconsistency Behaviors of Crosschain Bridges</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/kewang2" class="navigate">Ke Wang</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/yueli5" class="navigate">Yue Li</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/chewang" class="navigate">Che Wang</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2024.esec-fse.org/profile/jianbogao" class="navigate">Jianbo Gao</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/zhiguan" class="navigate">Zhi Guan</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/zhongchen1" class="navigate">Zhong Chen</a><span class="prog-aff"> </span></div></td></tr><tr data-slot-id="fc009672-faf6-47db-bd03-507e22a270d6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:39</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="9a446393-a405-4fce-ba49-f9e521f79284" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9a446393-a405-4fce-ba49-f9e521f79284">Rapid Taint Assisted Concolic Execution (TACE)</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ridhijain" class="navigate">Ridhi Jain </a><span class="prog-aff"> Technology Innovation Institute (TII), Abu Dhabi, UAE</span>, <a href="https://2024.esec-fse.org/profile/norberttihanyi" class="navigate">Norbert Tihanyi</a><span class="prog-aff"> Technology Innovation Institute</span>, <a href="https://2024.esec-fse.org/profile/mthandazondhlovu" class="navigate">Mthandazo Ndhlovu</a><span class="prog-aff"> Technology Innovation Institute</span>, <a href="https://2024.esec-fse.org/profile/mohamedamineferrag" class="navigate">Mohamed Amine Ferrag</a><span class="prog-aff"> Technology Innovation Institute</span>, <a href="https://2024.esec-fse.org/profile/lucasccordeiro" class="navigate">Lucas C. Cordeiro</a><span class="prog-aff"> University of Manchester, UK</span></div><a href="https://doi.org/10.1145/3663529.3663812" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b7d6ea22-9be3-48a4-9aba-21a3a6c03f01" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:48</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="1cafec0f-727f-4e20-853e-dd6e32cba74f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1cafec0f-727f-4e20-853e-dd6e32cba74f">Verification of Programs with Common Fragments</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ivanpostolski" class="navigate">Ivan Postolski</a><span class="prog-aff"> University of Buenos Aires</span>, <a href="https://2024.esec-fse.org/profile/victorbraberman" class="navigate">Víctor Braberman</a><span class="prog-aff"> ICC (UBA-CONICET)</span>, <a href="https://2024.esec-fse.org/profile/diegogarbervetsky" class="navigate">Diego Garbervetsky</a><span class="prog-aff"> Departamento de Computación, FCEyN, UBA</span>, <a href="https://2024.esec-fse.org/profile/sebastianuchitel1" class="navigate">Sebastian Uchitel</a><span class="prog-aff"> Imperial College and University of Buenos Aires</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Program Repair and Synthesis<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/fernandamadeiral" target="_blank" class="navigate">Fernanda Madeiral</a><span class="prog-aff"> Vrije Universiteit Amsterdam</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7858a316-0b6e-4d73-9995-e07006932b1c" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="b326d6c9-13a8-43c3-aa35-b9f1ec1ed8a9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b326d6c9-13a8-43c3-aa35-b9f1ec1ed8a9">A Deep Dive into Large Language Models for Automated Bug Localization and Repair</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/soneyabintahossain" class="navigate">Soneya Binta Hossain</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2024.esec-fse.org/profile/nanjiang1" class="navigate">Nan Jiang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/qiangzhou1" class="navigate">Qiang Zhou</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/xiaopengli" class="navigate">Xiaopeng LI</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/wenhaochiang" class="navigate">Wen-Hao Chiang</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/yingjunlyu2" class="navigate">Yingjun Lyu</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/hoannguyen1" class="navigate">Hoan Nguyen</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/omertripp3" class="navigate">Omer Tripp</a><span class="prog-aff"> Amazon Web Services</span></div><a href="https://doi.org/10.1145/3660773" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="39dfddf6-5b4e-4f84-b165-117b48c02a5c" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="8fa52b4b-8911-4773-b97e-29630029f239" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8fa52b4b-8911-4773-b97e-29630029f239">CORE: Resolving Code Quality Issues Using LLMs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nalinwadhwa" class="navigate">Nalin Wadhwa</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/juipradhan" class="navigate">Jui Pradhan</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/atharvsonwane" class="navigate">Atharv Sonwane</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/suryaprakashsahu1" class="navigate">Surya Prakash Sahu</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/nagarajannatarajan" class="navigate">Nagarajan Natarajan</a><span class="prog-aff"> Microsoft Research India</span>, <a href="https://2024.esec-fse.org/profile/adityakanade" class="navigate">Aditya Kanade</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/sureshparthasarathy" class="navigate">Suresh Parthasarathy</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/sriramrajamani" class="navigate">Sriram Rajamani</a><span class="prog-aff"> Microsoft Research Indua</span></div></td></tr><tr data-slot-id="f32d5920-602c-4a74-96e5-e6356fef25dd" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="079eef16-1093-4319-8d9e-edbf4be57d7d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="079eef16-1093-4319-8d9e-edbf4be57d7d">Towards Effective Multi-Hunk Bug Repair: Detecting, Creating, Evaluating, and Understanding Indivisible Bugs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/qixin1" class="navigate">Qi Xin</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2024.esec-fse.org/profile/haojunwu" class="navigate">Haojun Wu</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2024.esec-fse.org/profile/jinrantang" class="navigate">Jinran Tang</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2024.esec-fse.org/profile/xinyuliu3" class="navigate">Xinyu Liu</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2024.esec-fse.org/profile/stevenpreiss" class="navigate">Steven P. Reiss</a><span class="prog-aff"> Brown University</span>, <a href="https://2024.esec-fse.org/profile/jifengxuan" class="navigate">Jifeng Xuan</a><span class="prog-aff"> Wuhan University</span></div></td></tr><tr data-slot-id="7440efbe-8df3-4fc9-afde-541301a1ed31" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="8b94174d-a06a-4b54-8968-6a5aaad4a1f4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8b94174d-a06a-4b54-8968-6a5aaad4a1f4">ProveNFix: Temporal Property guided Program Repair<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yahuisong1" class="navigate">Yahui Song</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/xianggao" class="navigate">Xiang Gao</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/wenhuali" class="navigate">Wenhua Li</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/weinganchin" class="navigate">Wei-Ngan Chin</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/abhikroychoudhury" class="navigate">Abhik Roychoudhury</a><span class="prog-aff"> National University of Singapore</span></div><a href="https://doi.org/10.1145/3643737" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.comp.nus.edu.sg/~yahuis/ProveNFix.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="47039d46-19d1-4cad-9c80-303755888483" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="3fa8cc51-0c8d-45b0-922d-0398ccde1901" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3fa8cc51-0c8d-45b0-922d-0398ccde1901">Towards AI-Assisted Synthesis of Verified Dafny Methods</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mdrakibhossainmisu" class="navigate">Md Rakib Hossain Misu</a><span class="prog-aff"> University of California Irvine</span>, <a href="https://2024.esec-fse.org/profile/cristalopes" class="navigate">Crista Lopes</a><span class="prog-aff"> University of California Irvine</span>, <a href="https://2024.esec-fse.org/profile/irisma" class="navigate">Iris Ma</a><span class="prog-aff"> University of California Irvine</span>, <a href="https://2024.esec-fse.org/profile/jamesnoble" class="navigate">James Noble</a><span class="prog-aff"> Independent. Wellington, NZ</span></div><a href="https://doi.org/10.1145/3643763" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2402.00247" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="bc6a708e-3142-467e-b6d6-0d3844c0ab42" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="18c4a927-b633-4ef3-9823-87f2daf0f20d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="18c4a927-b633-4ef3-9823-87f2daf0f20d">Execution-free program repair</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/bertrandmeyer" class="navigate">Bertrand Meyer</a><span class="prog-aff"> Constructor Institute Schaffhausen</span>, <a href="https://2024.esec-fse.org/profile/lihuang2" class="navigate">Li Huang</a><span class="prog-aff"> Constructor Institute Schaffhausen</span>, <a href="https://2024.esec-fse.org/profile/ilgizmustafin" class="navigate">Ilgiz Mustafin</a><span class="prog-aff"> Constructor Institute</span>, <a href="https://2024.esec-fse.org/profile/manueloriol" class="navigate">Manuel Oriol</a><span class="prog-aff"> Constructor Institute Schaffhausen</span></div></td></tr><tr data-slot-id="0933daca-5668-4bb2-8d72-ebd4e78937d0" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:39</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="d39d4d9f-e82a-4453-ac3c-a773684cd6ac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d39d4d9f-e82a-4453-ac3c-a773684cd6ac">ConDefects: A Complementary Dataset to Address the Data Leakage Concern for LLM-based Fault Localization and Program Repair</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yonghaowu" class="navigate">Yonghao Wu</a><span class="prog-aff"> Beijing University of Chemical Technology</span>, <a href="https://2024.esec-fse.org/profile/zhengli2" class="navigate">Zheng Li</a><span class="prog-aff"> Beijing University of Chemical Technology</span>, <a href="https://2024.esec-fse.org/profile/jiemzhang" class="navigate">Jie M. Zhang</a><span class="prog-aff"> King's College London</span>, <a href="https://2024.esec-fse.org/profile/yongliu1" class="navigate">Yong Liu</a><span class="prog-aff"> Beijing University of Chemical Technology</span></div></td></tr><tr data-slot-id="72f9f903-387f-41f3-a54a-ea0793d638f7" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:48</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="89225480-7ea6-4153-ab73-bca38392850b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="89225480-7ea6-4153-ab73-bca38392850b">ASAC: A Benchmark for Algorithm Synthesis</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhaozhang1" class="navigate">Zhao Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/yicansun1" class="navigate">Yican Sun</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/ruyiji" class="navigate">Ruyi Ji</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/siyuanli2" class="navigate">Siyuan Li</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/xuanyupeng" class="navigate">Xuanyu Peng</a><span class="prog-aff"> University of California, San Diego</span>, <a href="https://2024.esec-fse.org/profile/zhechonghuang" class="navigate">Zhechong Huang</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/sizheli1" class="navigate">Sizhe Li</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/tianranzhu" class="navigate">Tianran Zhu</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span></div><a href="https://xiongyingfei.github.io/papers/FSE24DEMO.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-demonstrations/7/ASAC-A-Benchmark-for-Algorithm-Synthesis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Pitanga" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Testing 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/winglam1" target="_blank" class="navigate">Wing Lam</a><span class="prog-aff"> George Mason University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="49488573-6fef-4c4b-b3c9-c7d23538b3ee" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="8b63406c-ceb1-463b-a952-51ae9e78f687" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8b63406c-ceb1-463b-a952-51ae9e78f687">Metamorphic Testing of Secure Multi-Party Computation (MPC) Compilers</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dongweixiao" class="navigate">Dongwei Xiao</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/zhiboliu" class="navigate">Zhibo Liu</a><span class="prog-aff"> The Hong Kong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/qipang1" class="navigate">Qi Pang</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2024.esec-fse.org/profile/shuaiwang1" class="navigate">Shuai Wang</a><span class="prog-aff"> The Hong Kong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yichenli2" class="navigate">Yichen LI</a><span class="prog-aff"> Hong Kong University of Science and Technology</span></div></td></tr><tr data-slot-id="68b4eacf-f51c-4aa9-8e97-f980a41a2ee7" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="a91950b1-ea93-48a4-8146-5216d42221b9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a91950b1-ea93-48a4-8146-5216d42221b9">Mobile Bug Report Reproduction via Global Search on the App UI Model</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhaoxuzhang" class="navigate">Zhaoxu Zhang</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2024.esec-fse.org/profile/fazlemohammedtawsif" class="navigate">Fazle Mohammed Tawsif</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2024.esec-fse.org/profile/komeiryu" class="navigate">Komei Ryu</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2024.esec-fse.org/profile/tingtingyu" class="navigate">Tingting Yu</a><span class="prog-aff"> University of Connecticut</span>, <a href="https://2024.esec-fse.org/profile/williamgjhalfond" class="navigate">William G.J. Halfond</a><span class="prog-aff"> University of Southern California</span></div></td></tr><tr data-slot-id="91564af6-bdda-4219-8b4c-ab8b10e5ff86" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="51d46ab9-c59d-45a8-b916-32486fe12c5e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="51d46ab9-c59d-45a8-b916-32486fe12c5e">FinHunter: Improved Search-based Test Generation for Structural Testing of FinTech Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xuanwending1" class="navigate">Xuanwen Ding</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/qingshunwang" class="navigate">Qingshun Wang</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/danliu" class="navigate">Dan Liu</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/lihuaxu1" class="navigate">Lihua Xu</a><span class="prog-aff"> New York University Shanghai</span>, <a href="https://2024.esec-fse.org/profile/junxiao1" class="navigate">Jun Xiao</a><span class="prog-aff"> Ant Group Co. Ltd.</span>, <a href="https://2024.esec-fse.org/profile/bojunzhang" class="navigate">Bojun Zhang</a><span class="prog-aff"> Ant Group Co. Ltd.</span>, <a href="https://2024.esec-fse.org/profile/xueli" class="navigate">Xue Li</a><span class="prog-aff"> Ant Group Co. Ltd.</span>, <a href="https://2024.esec-fse.org/profile/liangdou" class="navigate">Liang Dou</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/lianghe1" class="navigate">Liang He</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/taoxie" class="navigate">Tao Xie</a><span class="prog-aff"> Peking University</span></div></td></tr><tr data-slot-id="fc42db48-0abe-4805-8826-0f94ae87afe6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="4c58bc17-5d1e-437a-9f1d-b32a15e56cea" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4c58bc17-5d1e-437a-9f1d-b32a15e56cea">Tests4Py: A Benchmark for System Testing</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mariussmytzek" class="navigate">Marius Smytzek</a><span class="prog-aff"> CISPA Helmholtz Center for Information Security</span>, <a href="https://2024.esec-fse.org/profile/martineberlein1" class="navigate">Martin Eberlein</a><span class="prog-aff"> Humboldt University of Berlin</span>, <a href="https://2024.esec-fse.org/profile/batuhanserce" class="navigate">Batuhan Serce</a><span class="prog-aff"> CISPA Helmholtz Center for Information Security</span>, <a href="https://2024.esec-fse.org/profile/larsgrunske" class="navigate">Lars Grunske</a><span class="prog-aff"> Humboldt-Universität zu Berlin</span>, <a href="https://2024.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA Helmholtz Center for Information Security</span></div><a href="https://arxiv.org/pdf/2307.05147" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-demonstrations/3/Tests4Py-A-Benchmark-for-System-Testing" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="31eb035b-a877-4229-80e9-1dab53554835" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:03</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="a304f25c-4afe-4d4d-992e-685305040af1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a304f25c-4afe-4d4d-992e-685305040af1">On Polyglot Program Testing</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/philemonhoudaille" class="navigate">Philémon Houdaille</a><span class="prog-aff"> DIVERSE Team, IRISA-INRIA, CNRS, Université Rennes 1</span>, <a href="https://2024.esec-fse.org/profile/djameleddinekhelladi" class="navigate">Djamel Eddine Khelladi</a><span class="prog-aff"> CNRS, IRISA, University of Rennes</span>, <a href="https://2024.esec-fse.org/profile/benoitcombemale" class="navigate">Benoit Combemale</a><span class="prog-aff"> University of Rennes, Inria, CNRS, IRISA</span>, <a href="https://2024.esec-fse.org/profile/guntermussbacher" class="navigate">Gunter Mussbacher</a><span class="prog-aff"> McGill University</span></div><a href="https://doi.org/10.1145/3663529.3663787" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://hal.science/hal-04588744" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="12950c6f-f1dc-4f20-9e90-71b762e46e1a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:12</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="63b9444f-44f5-43d4-87d7-4b7e10f831ae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="63b9444f-44f5-43d4-87d7-4b7e10f831ae">Ctest4J: A Practical Configuration Testing Framework for Java</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shuaiwang3" class="navigate">Shuai Wang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2024.esec-fse.org/profile/xinyulian" class="navigate">Xinyu Lian</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2024.esec-fse.org/profile/qingyuli" class="navigate">Qingyu Li</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2024.esec-fse.org/profile/darkomarinov" class="navigate">Darko Marinov</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2024.esec-fse.org/profile/tianyinxu1" class="navigate">Tianyin Xu</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://mir.cs.illinois.edu/shuai/ctest4j/ctest4j.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="18ec5949-f83d-4653-87b7-35b9f11748d8" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:21</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="7def07f8-7405-4423-b190-3ddccf79b03e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7def07f8-7405-4423-b190-3ddccf79b03e">Predicting Test Results without Execution</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/andrehora" class="navigate">Andre Hora</a><span class="prog-aff"> UFMG</span></div><a href="https://andrehora.github.io/pub/2024-fse-predicting-test-result-gpt4.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-ideas--visions-and-reflections/19/Predicting-Test-Results-without-Execution" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="6f5b70c3-0a30-4ca0-b723-258e926fc124" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="a174c4b8-8f67-4047-9249-55ea9a8414af" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a174c4b8-8f67-4047-9249-55ea9a8414af">Py-holmes: Causal Testing for Deep Neural Networks in Python</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/wrenmcqueary" class="navigate">Wren McQueary</a><span class="prog-aff"> George Mason University</span>, <a href="https://2024.esec-fse.org/profile/sadiaafrinmim" class="navigate">sadia afrin mim</a><span class="prog-aff"> George Mason University</span>, <a href="https://2024.esec-fse.org/profile/nishatraihan" class="navigate">Nishat Raihan</a><span class="prog-aff"> George Mason University</span>, <a href="https://2024.esec-fse.org/profile/justinsmith" class="navigate">Justin Smith</a><span class="prog-aff"> Lafayette College</span>, <a href="https://2024.esec-fse.org/profile/brittanyjohnson" class="navigate">Brittany Johnson</a><span class="prog-aff"> George Mason University</span></div><a href="https://cs.gmu.edu/~johnsonb/docs/PyHolmes_FSE24demo.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="ffd866a7-64d7-4e19-be50-0e7e0d1d6828" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:39</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="b4d0d4c2-2679-4b3a-a310-6d2d7d0009d7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b4d0d4c2-2679-4b3a-a310-6d2d7d0009d7">AndroLog: Android Instrumentation and Code Coverage Analysis</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jordansamhi" class="navigate">Jordan Samhi</a><span class="prog-aff"> CISPA Helmholtz Center for Information Security</span>, <a href="https://2024.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA Helmholtz Center for Information Security</span></div><a href="https://doi.org/10.1145/3663529.3663806" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://jordansamhi.com/files/papers/androlog.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="5fbb93a1-972b-400f-a652-8ff77408971a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:48</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="050781e7-f9ee-4c3d-9ae3-97f2c8760018" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="050781e7-f9ee-4c3d-9ae3-97f2c8760018">PathSpotter: Exploring Tested Paths to Discover Missing Tests</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/andrehora" class="navigate">Andre Hora</a><span class="prog-aff"> UFMG</span></div><a href="https://andrehora.github.io/pub/2024-fse-pathspotter.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-demonstrations/21/PathSpotter-Exploring-Tested-Paths-to-Discover-Missing-Tests" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Pitomba" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">AI4SE 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/jingyueli" target="_blank" class="navigate">Jingyue Li</a><span class="prog-aff"> Norwegian University of Science and Technology (NTNU)</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a93a34fd-0c9c-4edf-851b-50e29d2cb1c6" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="ad3dae59-7b0f-4128-9963-9716940ce50c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ad3dae59-7b0f-4128-9963-9716940ce50c">MonitorAssistant: Simplifying Cloud Service Monitoring via Large Language Models</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhaoyangyu" class="navigate">Zhaoyang Yu</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/minghuama" class="navigate">Minghua Ma</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/chaoyunzhang1" class="navigate">Chaoyun Zhang</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/siqin" class="navigate">Si Qin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/yukang" class="navigate">Yu Kang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/chetanbansal" class="navigate">Chetan Bansal</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/saravanrajmohan1" class="navigate">Saravan Rajmohan</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/yingnongdang" class="navigate">Yingnong Dang</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2024.esec-fse.org/profile/changhuapei" class="navigate">Changhua Pei</a><span class="prog-aff"> Computer Network Information Center at Chinese Academy of Sciences</span>, <a href="https://2024.esec-fse.org/profile/danpei" class="navigate">Dan Pei</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span></div></td></tr><tr data-slot-id="35207a21-6a07-4590-a3f7-06a8105ef915" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="aa5929b5-fd15-4dee-a274-6b90d8b9bc53" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aa5929b5-fd15-4dee-a274-6b90d8b9bc53">Code-Aware Prompting: A study of Coverage guided Test Generation in Regression Setting using LLM</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/gabrielryan" class="navigate">Gabriel Ryan</a><span class="prog-aff"> Columbia University</span>, <a href="https://2024.esec-fse.org/profile/siddharthajain" class="navigate">Siddhartha Jain</a><span class="prog-aff"> AWS AI Labs</span>, <a href="https://2024.esec-fse.org/profile/mingyueshang" class="navigate">Mingyue Shang</a><span class="prog-aff"> AWS AI Labs</span>, <a href="https://2024.esec-fse.org/profile/shiqiwang" class="navigate">Shiqi Wang</a><span class="prog-aff"> AWS AI Labs</span>, <a href="https://2024.esec-fse.org/profile/xiaofeima" class="navigate">Xiaofei Ma</a><span class="prog-aff"> AWS AI Labs</span>, <a href="https://2024.esec-fse.org/profile/muralikrishnaramanathan" class="navigate">Murali Krishna Ramanathan</a><span class="prog-aff"> AWS AI Labs</span>, <a href="https://2024.esec-fse.org/profile/baishakhiray" class="navigate">Baishakhi Ray</a><span class="prog-aff"> Columbia University, New York; AWS AI Lab</span></div></td></tr><tr data-slot-id="b3d3f602-722a-4b22-8071-5d787869fdef" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="844ab06e-c75e-4213-b10c-fa5df9a3a7f5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="844ab06e-c75e-4213-b10c-fa5df9a3a7f5">A Machine Learning-Based Error Mitigation Approach for Reliable Software Development on IBM’s Quantum Computers</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/asmarmuqeet" class="navigate">Asmar Muqeet</a><span class="prog-aff"> Simula Research Laboratory and University of Oslo</span>, <a href="https://2024.esec-fse.org/profile/shaukatali" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Laboratory and Oslo Metropolitan University</span>, <a href="https://2024.esec-fse.org/profile/taoyue" class="navigate">Tao Yue</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/paoloarcaini" class="navigate">Paolo Arcaini</a><span class="prog-aff"> National Institute of Informatics </span></div></td></tr><tr data-slot-id="ac69953b-47d9-4a51-9008-f8091ab94ac7" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="3369d107-3e7d-481a-af04-134f621a25a7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3369d107-3e7d-481a-af04-134f621a25a7">Multi-line AI-assisted Code Authoring</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/omerdunay" class="navigate">Omer Dunay</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/danielcheng1" class="navigate">Daniel Cheng</a><span class="prog-aff"> Meta Platforms Inc.</span>, <a href="https://2024.esec-fse.org/profile/adamtait" class="navigate">Adam Tait</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/parththakkar2" class="navigate">Parth Thakkar</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/petercrigby1" class="navigate">Peter C Rigby</a><span class="prog-aff"> Meta / Concordia University</span>, <a href="https://2024.esec-fse.org/profile/andychiu" class="navigate">Andy Chiu</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/imadahmad" class="navigate">Imad Ahmad</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/arunganesan" class="navigate">Arun Ganesan</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/chandramaddila" class="navigate">Chandra Sekhar Maddila</a><span class="prog-aff"> Meta Platforms, Inc.</span>, <a href="https://2024.esec-fse.org/profile/vijayaraghavanmurali" class="navigate">Vijayaraghavan Murali</a><span class="prog-aff"> Meta Platforms Inc.</span>, <a href="https://2024.esec-fse.org/profile/alitayyebi" class="navigate">Ali Tayyebi</a><span class="prog-aff"> Meta Platforms Inc.</span>, <a href="https://2024.esec-fse.org/profile/nachiappannagappan" class="navigate">Nachiappan Nagappan</a><span class="prog-aff"> Meta Platforms, Inc.</span></div></td></tr><tr data-slot-id="2f11d101-7090-413e-8da9-4d5ecc3cd752" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="4374fb7f-67c6-4c79-a55f-c8770ddc5c16" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4374fb7f-67c6-4c79-a55f-c8770ddc5c16">Combating Missed Recalls in E-commerce Search: a CoT-prompting Testing Approach</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shengnanwu" class="navigate">Shengnan Wu</a><span class="prog-aff"> School of Computer Science, Fudan University</span>, <a href="https://2024.esec-fse.org/profile/yongxianghu1" class="navigate">Yongxiang Hu</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/yingchuanwang" class="navigate">Yingchuan Wang</a><span class="prog-aff"> School of Computer Science, Fudan University</span>, <a href="https://2024.esec-fse.org/profile/jiazhengu2" class="navigate">Jiazhen Gu</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/jinmeng" class="navigate">Jin Meng</a><span class="prog-aff"> Meituan Inc.</span>, <a href="https://2024.esec-fse.org/profile/liujiefan" class="navigate">Liujie Fan</a><span class="prog-aff"> Meituan Inc.</span>, <a href="https://2024.esec-fse.org/profile/zhongshiluan" class="navigate">Zhongshi Luan</a><span class="prog-aff"> Meituan Inc.</span>, <a href="https://2024.esec-fse.org/profile/xinwang2" class="navigate">Xin Wang</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/yangfanzhou1" class="navigate">Yangfan Zhou</a><span class="prog-aff"> Fudan University</span></div><a href="https://arxiv.org/abs/2406.19633" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="695e0841-fff6-4959-81cd-8866aeb14176" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="43fa6630-1949-45b5-95ea-0fe3de66e0ff" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="43fa6630-1949-45b5-95ea-0fe3de66e0ff">Automated Unit Test Improvement using Large Language Models at Meta</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/markharman2" class="navigate">Mark Harman</a><span class="prog-aff"> Meta Platforms, Inc. and UCL</span>, <a href="https://2024.esec-fse.org/profile/jubinchheda" class="navigate">Jubin Chheda</a><span class="prog-aff"> Meta platforms</span>, <a href="https://2024.esec-fse.org/profile/anastasiafinogenova" class="navigate">Anastasia Finogenova</a><span class="prog-aff"> Meta platforms</span>, <a href="https://2024.esec-fse.org/profile/innaharper" class="navigate">Inna Harper</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/alexandrumarginean1" class="navigate">Alexandru Marginean</a><span class="prog-aff"> Meta platforms</span>, <a href="https://2024.esec-fse.org/profile/shubhosengupta" class="navigate">Shubho Sengupta</a><span class="prog-aff"> Meta platforms</span>, <a href="https://2024.esec-fse.org/profile/eddywang" class="navigate">Eddy Wang</a><span class="prog-aff"> Meta platforms</span>, <a href="https://2024.esec-fse.org/profile/nadiaalshahwan1" class="navigate">Nadia Alshahwan</a><span class="prog-aff"> Meta Platforms</span>, <a href="https://2024.esec-fse.org/profile/belizgokkaya1" class="navigate">Beliz Gokkaya</a><span class="prog-aff"> Meta Platforms</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Sapoti" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Fault Diagnosis and Root Cause Analysis 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/muhammadaligulzar1" target="_blank" class="navigate">Muhammad Ali Gulzar</a><span class="prog-aff"> Virginia Tech</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2102b4f7-facb-41a4-aa7b-728ae51969ab" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="34c10b68-d9f2-4a9d-9f02-62a686e645f1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="34c10b68-d9f2-4a9d-9f02-62a686e645f1">A Quantitative and Qualitative Evaluation of LLM-based Explainable Fault Localization</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sungminkang1" class="navigate">Sungmin Kang</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/gabinan" class="navigate">Gabin An</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span></div><a href="https://coinse.github.io/publications/pdfs/Kang2024ay.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="ff526821-a735-4a45-bfa0-3d2de10eb1b4" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="957b9fcf-6460-482c-9dd5-4bd779dd4483" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="957b9fcf-6460-482c-9dd5-4bd779dd4483">BARO: Robust Root Cause Analysis for Microservices via Multivariate Bayesian Online Change Point Detection</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/luanpham" class="navigate">Luan Pham</a><span class="prog-aff"> RMIT University</span>, <a href="https://2024.esec-fse.org/profile/huongha1" class="navigate">Huong Ha</a><span class="prog-aff"> RMIT University</span>, <a href="https://2024.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> Chongqing University</span></div><a href="https://arxiv.org/abs/2405.09330" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="2c655766-e271-410b-964a-e440adc47205" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="0f9bdc8a-2052-4e84-bd10-df729c85ae27" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0f9bdc8a-2052-4e84-bd10-df729c85ae27">Fault Diagnosis for Test Alarms in Microservices Through Multi-source Data</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shenglinzhang" class="navigate">Shenglin Zhang</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/junzhu1" class="navigate">Jun Zhu</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/bowenhao" class="navigate">Bowen Hao</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/yongqiansun" class="navigate">Yongqian Sun</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/xiaohuinie2" class="navigate">Xiaohui Nie</a><span class="prog-aff"> CNIC, CAS</span>, <a href="https://2024.esec-fse.org/profile/jingwenzhu" class="navigate">Jingwen Zhu</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/xilinliu" class="navigate">Xilin Liu</a><span class="prog-aff"> Huawei Cloud</span>, <a href="https://2024.esec-fse.org/profile/xiaoqianli" class="navigate">Xiaoqian Li</a><span class="prog-aff"> Huawei Cloud</span>, <a href="https://2024.esec-fse.org/profile/yuchima" class="navigate">Yuchi Ma</a><span class="prog-aff"> Huawei Cloud Computing Technologies CO., LTD.</span>, <a href="https://2024.esec-fse.org/profile/danpei" class="navigate">Dan Pei</a><span class="prog-aff"> Tsinghua University</span></div></td></tr><tr data-slot-id="8cbbdc52-ea0d-43c7-95b7-30a52ae147a9" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="b4c9da2c-5a44-4a52-b308-d0a297cc8515" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b4c9da2c-5a44-4a52-b308-d0a297cc8515">Costs and Benefits of Machine Learning Software Defect Prediction: Industrial Case Study</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/szymonstradowski" class="navigate">Szymon Stradowski</a><span class="prog-aff"> Wroclaw University of Science and Technology & NOKIA</span>, <a href="https://2024.esec-fse.org/profile/lechmadeyski" class="navigate">Lech Madeyski</a><span class="prog-aff"> Wroclaw University of Science and Technology</span></div></td></tr><tr data-slot-id="75d06b10-7aba-4dbd-bb7f-53faabeb0baa" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="512243c1-260c-4641-bfe7-98ba547ef725" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="512243c1-260c-4641-bfe7-98ba547ef725">Chain-of-Event: Interpretable Root Cause Analysis for Microservices through Automatically Learning Weighted Event Causal Graph</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhenheyao" class="navigate">Zhenhe Yao</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/changhuapei" class="navigate">Changhua Pei</a><span class="prog-aff"> Computer Network Information Center at Chinese Academy of Sciences</span>, <a href="https://2024.esec-fse.org/profile/wenxiaochen" class="navigate">Wenxiao Chen</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/hanzhangwang" class="navigate">Hanzhang Wang</a><span class="prog-aff"> Walmart Global Tech</span>, <a href="https://2024.esec-fse.org/profile/liangfeisu" class="navigate">Liangfei Su</a><span class="prog-aff"> eBay, USA</span>, <a href="https://2024.esec-fse.org/profile/huaijiang" class="navigate">Huai Jiang</a><span class="prog-aff"> eBay, USA</span>, <a href="https://2024.esec-fse.org/profile/zhexie" class="navigate">Zhe Xie</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/xiaohuinie2" class="navigate">Xiaohui Nie</a><span class="prog-aff"> CNIC, CAS</span>, <a href="https://2024.esec-fse.org/profile/danpei" class="navigate">Dan Pei</a><span class="prog-aff"> Tsinghua University</span></div></td></tr><tr data-slot-id="821cd0cf-bb1c-475c-acdc-3ee228a5cd5b" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="0d069509-e33e-475a-adf2-87b784497011" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0d069509-e33e-475a-adf2-87b784497011">ChangeRCA: Finding Root Causes from Software Changes in Large Online Systems</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/guangbayu" class="navigate">Guangba Yu</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/pengfeichen" class="navigate">Pengfei Chen</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/zilonghe" class="navigate">Zilong He</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/qiuyuyan" class="navigate">Qiuyu Yan</a><span class="prog-aff"> Tencent</span>, <a href="https://2024.esec-fse.org/profile/yuluo" class="navigate">Yu Luo</a><span class="prog-aff"> Tencent</span>, <a href="https://2024.esec-fse.org/profile/fangyuanli" class="navigate">Fangyuan Li</a><span class="prog-aff"> Tencent</span>, <a href="https://2024.esec-fse.org/profile/zibinzheng1" class="navigate">Zibin Zheng</a><span class="prog-aff"> Sun Yat-sen University</span></div><a href="https://doi.org/10.1145/3643728" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://yuxiaoba.github.io/publication/changerca24/changerca24.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="195594d8-290d-4954-ba14-cdfc46cde3ec" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:48</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="625098cd-bc15-411b-a76f-d316e265b4b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="625098cd-bc15-411b-a76f-d316e265b4b5">MineCPP: Mining Bug Fix Pairs and Their Structures</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/saikrishnaavula" class="navigate">Sai Krishna Avula</a><span class="prog-aff"> IIT Gandhinagar</span>, <a href="https://2024.esec-fse.org/profile/shouvickmondal1" class="navigate">Shouvick Mondal</a><span class="prog-aff"> IIT Gandhinagar</span></div><a href="https://doi.org/10.1145/3663529.3663797" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://drive.google.com/file/d/1eHEzNbQD34QsZvyn0JM_BW7CdcqMr7jZ/view?usp=sharing" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-demonstrations/2/MineCPP-Mining-Bug-Fix-Pairs-and-Their-Structures" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr></table></div><div class="hidable band hour-18"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">18:15 - 19:30</div></td><td colspan="2"><div class="session-info-in-table">SIGSOFT Townhall Session<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/tomzimmermann" target="_blank" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="eeab0cd0-d091-4fab-af97-da26fcb7bbb5" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">18:15</div><strong>75m</strong></div><div class="event-type">Meeting</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="7728ec74-9f26-4aac-91c9-81b48658521a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7728ec74-9f26-4aac-91c9-81b48658521a">SIGSOFT Townhall Session</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Wed 17 Jul 2024" data-facet-date-order="240717" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">19:30 - 21:00</div></td><td colspan="2"><div class="session-info-in-table">Welcome Reception & Cocktail<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6e9e76f2-062b-4208-8cde-0282f4107b97" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>90m</strong></div><div class="event-type">Social Event</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="05deb168-7671-4758-a292-ce2328010b9a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="05deb168-7671-4758-a292-ce2328010b9a">Welcome Reception & Cocktail</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Thu 18 Jul</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Brasilia, Distrito Federal, Brazil</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c33"></td><td><div class="slot-label">09:00 - 09:30</div></td><td colspan="2"><div class="session-info-in-table">Test of Time Award<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" target="_blank" class="text-muted navigate">Plenary Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e25c8cb3-c251-440a-8955-0bba6ce12dd7" class="hidable"><td class="track-color c33"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>30m</strong></div><div class="event-type">Keynote</div><span data-facet-track="FSE Plenary Events"></span></td><td><span data-event-star="c9625837-805c-4925-9215-506e74ea08f6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c9625837-805c-4925-9215-506e74ea08f6">Are mutants a valid substitute for real faults in software testing? </a></strong><div class="prog-track">Plenary Events</div><div class="performers"><a href="https://2024.esec-fse.org/profile/renejust" class="navigate">René Just</a><span class="prog-aff"> University of Washington</span>, <a href="https://2024.esec-fse.org/profile/darioushjalali" class="navigate">Darioush Jalali</a><span class="prog-aff"> University of Washington, USA</span>, <a href="https://2024.esec-fse.org/profile/laurainozemtseva1" class="navigate">Laura Inozemtseva</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/michaeldernst" class="navigate">Michael D. Ernst</a><span class="prog-aff"> University of Washington</span>, <a href="https://2024.esec-fse.org/profile/reidholmes" class="navigate">Reid Holmes</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2024.esec-fse.org/profile/gordonfraser" class="navigate">Gordon Fraser</a><span class="prog-aff"> University of Passau</span></div><a href="https://dl.acm.org/doi/10.1145/2635868.2635929" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/2635868.2635929" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c33"></td><td><div class="slot-label">09:30 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Keynote Zhendong Su<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" target="_blank" class="text-muted navigate">Plenary Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/lintan" target="_blank" class="navigate">Lin Tan</a><span class="prog-aff"> Purdue University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="fb5fd43b-343c-496d-9b41-5803ed5ab6de" class="hidable"><td class="track-color c33"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>60m</strong></div><div class="event-type">Keynote</div><span data-facet-track="FSE Plenary Events"></span></td><td><span data-event-star="23451d3b-28ba-4747-9652-17d418edcb89" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="23451d3b-28ba-4747-9652-17d418edcb89">Software Science at the Core of Computer Science</a></strong><div class="prog-track">Plenary Events</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhendongsu" class="navigate">Zhendong Su</a><span class="prog-aff"> ETH Zurich</span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">10:30 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7a611412-db31-4cd4-b160-7a1e1ea33711" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Lounge" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c22"></td><td><div class="slot-label">10:30 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Poster Session 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-posters" target="_blank" class="text-muted navigate">Posters</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" target="_blank" class="room-link navigate">Lounge</a> <a data-toggle="modal" href="#aci-51804ed0-2444-4526-ba14-68df8695e6bd"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="44394a31-f2ca-42e6-ac43-a32a78702b06" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="86208149-cdd9-4789-80d5-c3f436e28e5d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="86208149-cdd9-4789-80d5-c3f436e28e5d">DyPyBench: A Benchmark of Executable Python Software</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/islembouzenia" class="navigate">Islem BOUZENIA</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2024.esec-fse.org/profile/bajajpiyushkrishan" class="navigate">Bajaj Piyush Krishan</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2024.esec-fse.org/profile/michaelpradel" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span></div></td></tr><tr data-slot-id="52b94afd-fcf7-4556-9c04-a654a99e5d0c" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="1eb48def-7bfe-4a24-ba1a-8d1b5930b1c7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1eb48def-7bfe-4a24-ba1a-8d1b5930b1c7">Shadows in the Interface: A Comprehensive Study on Dark Patterns</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/limingnie1" class="navigate">Liming Nie</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/yangyangzhao1" class="navigate">Yangyang Zhao</a><span class="prog-aff"> Zhejiang Sci-Tech University</span>, <a href="https://2024.esec-fse.org/profile/chenglinli" class="navigate">Chenglin Li</a><span class="prog-aff"> Zhejiang Sci-Tech University</span>, <a href="https://2024.esec-fse.org/profile/xuqiongluo" class="navigate">Xuqiong Luo</a><span class="prog-aff"> Changsha University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yangliu" class="navigate">Yang Liu</a><span class="prog-aff"> Nanyang Technological University</span></div></td></tr><tr data-slot-id="6caa0154-28a1-440b-ba1f-f4dca7ebf579" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="dacbc1f8-a5c8-4dd1-89af-edb2d96c7441" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dacbc1f8-a5c8-4dd1-89af-edb2d96c7441"> Do Large Language Models Recognize Python Identifier Swaps in their Generated Code?</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sagarbhikanchavan" class="navigate">Sagar Bhikan Chavan</a><span class="prog-aff"> IIT Gandhinagar</span>, <a href="https://2024.esec-fse.org/profile/shouvickmondal1" class="navigate">Shouvick Mondal</a><span class="prog-aff"> IIT Gandhinagar</span></div><a href="https://doi.org/10.1145/3663529.3663869" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://drive.google.com/file/d/1vfm6vgTwIu8ZOJUGNh0sTAOrgeg8cB1a/view?usp=sharing" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-posters/66/-Do-Large-Language-Models-Recognize-Python-Identifier-Swaps-in-their-Generated-Code-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://2024.esec-fse.org/details/fse-2024-posters/66/-Do-Large-Language-Models-Recognize-Python-Identifier-Swaps-in-their-Generated-Code-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="761116c9-7ae7-4640-804f-4ddddd549082" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="214620db-e016-42af-b148-600e78b41ebd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="214620db-e016-42af-b148-600e78b41ebd">Understanding Developers' Discussions and Perceptions on Non-Functional Requirements: The Case of the Spring Ecosystem</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/andersonoliveira" class="navigate">Anderson Oliveira</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/joaolucascorreia" class="navigate">João Lucas Correia</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/wesleyassuncao" class="navigate">Wesley Assunção</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/julianaalvespereira1" class="navigate">Juliana Alves Pereira</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/rafaeldemello1" class="navigate">Rafael de Mello</a><span class="prog-aff"> Federal University of Rio de Janeiro (UFRJ)</span>, <a href="https://2024.esec-fse.org/profile/danielcoutinho" class="navigate">Daniel Coutinho</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/caiobarbosa" class="navigate">Caio Barbosa</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/paulovitorcfliborio" class="navigate">Paulo Vítor C. F. Libório</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span>, <a href="https://2024.esec-fse.org/profile/alessandrogarcia" class="navigate">Alessandro Garcia</a><span class="prog-aff"> Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</span></div></td></tr><tr data-slot-id="9662c338-faad-4fa5-b5d4-2d5b4eb1e415" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="dcde8bac-8f07-4a11-9748-b9560936e306" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dcde8bac-8f07-4a11-9748-b9560936e306">ProveNFix: Temporal Property guided Program Repair</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yahuisong1" class="navigate">Yahui Song</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/xianggao" class="navigate">Xiang Gao</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/wenhuali" class="navigate">Wenhua Li</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/weinganchin" class="navigate">Wei-Ngan Chin</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/abhikroychoudhury" class="navigate">Abhik Roychoudhury</a><span class="prog-aff"> National University of Singapore</span></div></td></tr><tr data-slot-id="a79fe494-c35a-4d26-87e8-f45ce39fdd46" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="7b1c9f07-f7df-4615-95dd-7ed41e82e35a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7b1c9f07-f7df-4615-95dd-7ed41e82e35a">PBE-based Selective Abstraction and Refinement for Efficient Property Falsification of Embedded Software</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yoelkim" class="navigate">Yoel Kim</a><span class="prog-aff"> Kyungpook National University</span>, <a href="https://2024.esec-fse.org/profile/yunjachoi" class="navigate">Yunja Choi</a><span class="prog-aff"> Kyungpook National University</span></div></td></tr><tr data-slot-id="b562e40b-9153-43f6-bf18-36670a82020f" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="5fb82aaa-70b7-48c5-9daf-d775b1225b55" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5fb82aaa-70b7-48c5-9daf-d775b1225b55">A Transferability Study of Interpolation-Based Hardware Model Checking to Software Verification</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dirkbeyer" class="navigate">Dirk Beyer</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/pochunchien" class="navigate">Po-Chun Chien</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/marekjankola" class="navigate">Marek Jankola</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/nianzelee" class="navigate">Nian-Ze Lee</a><span class="prog-aff"> LMU Munich</span></div><a href="https://doi.org/10.1145/3660797" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2024.esec-fse.org/details/fse-2024-posters/41/A-Transferability-Study-of-Interpolation-Based-Hardware-Model-Checking-to-Software-Ve" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="b75dab5e-e677-4dba-906e-28ae0121dd25" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="0bbb35aa-bf7d-455e-a5b1-8abb54e7aaa3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0bbb35aa-bf7d-455e-a5b1-8abb54e7aaa3">Evaluating and Improving ChatGPT for Unit Test Generation</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhiqiangyuan1" class="navigate">Zhiqiang Yuan</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/mingweiliu" class="navigate">Mingwei Liu</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/shijiding" class="navigate">Shiji Ding</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/kaixinwang" class="navigate">Kaixin Wang</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/yixuanchen1" class="navigate">Yixuan Chen</a><span class="prog-aff"> Yale University</span>, <a href="https://2024.esec-fse.org/profile/xinpeng" class="navigate">Xin Peng</a><span class="prog-aff"> Fudan University</span>, <a href="https://2024.esec-fse.org/profile/yilinglou2" class="navigate">Yiling Lou</a><span class="prog-aff"> Fudan University</span></div></td></tr><tr data-slot-id="b8ee19d0-205e-448f-9c33-517ab3fb7823" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="f1c3ac39-fad8-4e01-9581-dfda27096d86" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f1c3ac39-fad8-4e01-9581-dfda27096d86">Testing AI Systems Leveraging Graph Perturbation</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhaoruiyang" class="navigate">Zhaorui Yang</a><span class="prog-aff"> University of California, Riverside</span>, <a href="https://2024.esec-fse.org/profile/haichaozhu" class="navigate">Haichao Zhu</a><span class="prog-aff"> Tencent America</span>, <a href="https://2024.esec-fse.org/profile/qianzhang" class="navigate">Qian Zhang</a><span class="prog-aff"> University of California, Riverside</span></div></td></tr><tr data-slot-id="cbfd89a4-ac27-4de0-92cf-90dfd8f82687" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="d36be528-aa92-41e5-a99a-b17cae743e2c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d36be528-aa92-41e5-a99a-b17cae743e2c">Predictive Program Slicing via Execution Knowledge-Guided Dynamic Dependence Learning</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/aashishyadavally" class="navigate">Aashish Yadavally</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/yili4" class="navigate">Yi Li</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/tiennguyen" class="navigate">Tien N. Nguyen</a><span class="prog-aff"> University of Texas at Dallas</span></div></td></tr><tr data-slot-id="ed9fd8b3-842d-4e0a-8e46-5ad38234af15" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="70bbfb3c-4876-496c-b061-a7457024d5d7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="70bbfb3c-4876-496c-b061-a7457024d5d7">Unprecedented Code Change Automation: The Fusion of LLMs and Transformation by Example</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/malindadilharamalwalaarachchige" class="navigate">Malinda Dilhara</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://2024.esec-fse.org/profile/abhirambellur" class="navigate">Abhiram Bellur</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://2024.esec-fse.org/profile/timofeybryksin" class="navigate">Timofey Bryksin</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/dannydig" class="navigate">Danny Dig</a><span class="prog-aff"> University of Colorado Boulder, JetBrains Research</span></div></td></tr><tr data-slot-id="f35b245e-46b2-4a49-8e9a-f3d143fcf4b4" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="1cc8409d-d759-4a04-89dd-0f9988f585ab" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1cc8409d-d759-4a04-89dd-0f9988f585ab">A Deep Dive into Large Language Models for Bug Fixing</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/soneyabintahossain" class="navigate">Soneya Binta Hossain</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2024.esec-fse.org/profile/nanjiang1" class="navigate">Nan Jiang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/qiangzhou1" class="navigate">Qiang Zhou</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/xiaopengli" class="navigate">Xiaopeng LI</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/wenhaochiang" class="navigate">Wen-Hao Chiang</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/yingjunlyu2" class="navigate">Yingjun Lyu</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/hoannguyen1" class="navigate">Hoan Nguyen</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2024.esec-fse.org/profile/omertripp3" class="navigate">Omer Tripp</a><span class="prog-aff"> Amazon Web Services</span></div></td></tr><tr data-slot-id="f7394f51-24a0-4849-8e07-e80f52bc997b" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="e1876421-84e2-42da-aecf-f3992cfec2a1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e1876421-84e2-42da-aecf-f3992cfec2a1">A Quantitative and Qualitative Evaluation of LLM-based Explainable Fault Localization</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sungminkang1" class="navigate">Sungmin Kang</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/gabinan" class="navigate">Gabin An</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span></div></td></tr><tr data-slot-id="f7555040-6bb2-474d-8ecb-054ef17a228d" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="ccc6e8b6-0605-4a60-933f-a842c4c3fd64" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ccc6e8b6-0605-4a60-933f-a842c4c3fd64">IRCoCo: Immediate Rewards-Guided Deep Reinforcement Learning for Code Completion</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/bolunli3" class="navigate">Bolun Li</a><span class="prog-aff"> Shandong Normal University</span>, <a href="https://2024.esec-fse.org/profile/zhihongsun" class="navigate">Zhihong Sun</a><span class="prog-aff"> Shandong Normal University</span>, <a href="https://2024.esec-fse.org/profile/taohuang4" class="navigate">Tao Huang</a><span class="prog-aff"> Shandong Normal University</span>, <a href="https://2024.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2024.esec-fse.org/profile/yaowan1" class="navigate">Yao Wan</a><span class="prog-aff"> Huazhong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/chenlyu" class="navigate">Chen Lyu</a><span class="prog-aff"> Shandong Normal University</span>, <a href="https://2024.esec-fse.org/profile/geli" class="navigate">Ge Li</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/zhijin" class="navigate">Zhi Jin</a><span class="prog-aff"> Peking University</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Empirical Studies 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/iftekharahmed" target="_blank" class="navigate">Iftekhar Ahmed</a><span class="prog-aff"> University of California, Irvine</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d3f42e88-7ff7-4aca-9459-1b18087a016e" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="2c760bbd-5358-4c9a-a960-e45d1f01a6b2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2c760bbd-5358-4c9a-a960-e45d1f01a6b2">State Reconciliation Defects in Infrastructure as Code</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mdmahadihassan" class="navigate">Md Mahadi Hassan</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/johnsalvador" class="navigate">John Salvador</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/shubhrakantikarmakersantu" class="navigate">Shubhra Kanti Karmaker Santu</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/akondrahman2" class="navigate">Akond Rahman</a><span class="prog-aff"> Auburn University</span></div><a href="https://akondrahman.github.io/files/papers/fse2024-iac.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="78bfc86a-e18b-4b34-bf06-4876a0e0cab1" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="02471fd4-60d3-4bf9-a4c1-474b90702715" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="02471fd4-60d3-4bf9-a4c1-474b90702715">Understanding and Detecting Annotation-induced Faults of Static Analyzers</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/huaienzhang" class="navigate">Huaien Zhang</a><span class="prog-aff"> The Hong Kong Polytechnic University, Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yupei" class="navigate">Yu Pei</a><span class="prog-aff"> The Hong Kong Polytechnic University</span>, <a href="https://2024.esec-fse.org/profile/shuyunliang" class="navigate">Shuyun Liang</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/shinhweitan" class="navigate">Shin Hwei Tan</a><span class="prog-aff"> Concordia University</span></div></td></tr><tr data-slot-id="d9475891-b1f6-498f-ac09-4fbb77481953" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="dd5c04dc-3743-4f73-96ea-d4fa36221241" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dd5c04dc-3743-4f73-96ea-d4fa36221241">What Makes a Code Review Useful to OpenDev Developers? An Empirical Investigation</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/asifkamalturzo" class="navigate">Asif Kamal Turzo</a><span class="prog-aff"> Wayne State University</span>, <a href="https://2024.esec-fse.org/profile/amiangshubosu1" class="navigate">Amiangshu Bosu</a><span class="prog-aff"> Wayne State University</span></div></td></tr><tr data-slot-id="d90217ba-071d-492f-8c25-18f43e6b1c2c" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="5a3e4685-db9e-4f7c-b3f2-f1ee17f91fae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5a3e4685-db9e-4f7c-b3f2-f1ee17f91fae">The Patch Overfitting Problem in Automated Program Repair: Practical Magnitude and a Baseline for Realistic Benchmarking</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/justynapetke" class="navigate">Justyna Petke</a><span class="prog-aff"> University College London</span>, <a href="https://2024.esec-fse.org/profile/matiasmartinez2" class="navigate">Matias Martinez</a><span class="prog-aff"> Universitat Politècnica de Catalunya (UPC)</span>, <a href="https://2024.esec-fse.org/profile/mariakechagia" class="navigate">Maria Kechagia</a><span class="prog-aff"> University College London</span>, <a href="https://2024.esec-fse.org/profile/aldeidaaleti" class="navigate">Aldeida Aleti</a><span class="prog-aff"> Monash University</span>, <a href="https://2024.esec-fse.org/profile/federicasarro" class="navigate">Federica Sarro</a><span class="prog-aff"> University College London</span></div></td></tr><tr data-slot-id="89574d25-1500-4ddf-a65b-51e5db7d674f" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:03</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="08707452-5856-4f21-a628-0f708a0e950c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="08707452-5856-4f21-a628-0f708a0e950c">Automating Issue Reporting in Software Testing: Lessons Learned from Using the Template Generator Tool</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/lennonchaves1" class="navigate">Lennon Chaves</a><span class="prog-aff"> SIDIA Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/flaviaoliveira" class="navigate">Flávia Oliveira</a><span class="prog-aff"> Sidia Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/leonardotiago" class="navigate">Leonardo Tiago</a><span class="prog-aff"> Sidia Institute of Science and Technology</span></div></td></tr><tr data-slot-id="707589a6-0f6b-463b-8f36-7d35fbc02541" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="4dc45df7-ce08-48f8-b56f-eed1f05fad54" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4dc45df7-ce08-48f8-b56f-eed1f05fad54">Reproducibility Debt: Challenges and Future Pathways</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zarahassan" class="navigate">Zara Hassan</a><span class="prog-aff"> Australian National University</span>, <a href="https://2024.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/michaelnorrish" class="navigate">Michael Norrish</a><span class="prog-aff"> Australian National University</span>, <a href="https://2024.esec-fse.org/profile/grahamwilliams" class="navigate">Graham Williams</a><span class="prog-aff"> Australian National University</span>, <a href="https://2024.esec-fse.org/profile/alexpotanin" class="navigate">Alex Potanin</a><span class="prog-aff"> Australian National University</span></div><a href="https://dl.acm.org/doi/10.1145/3663529.3663778" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3663529.3663778" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="a4b69387-5f3b-4469-bf94-e05b046883e7" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:21</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="99578862-7a63-48f8-ba4e-7b40e29bbd5e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="99578862-7a63-48f8-ba4e-7b40e29bbd5e">A Vision on Open Science for the Evolution of Software Engineering Research and Practice</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/edsonoliveirajr" class="navigate">Edson OliveiraJr</a><span class="prog-aff"> State University of Maringá</span>, <a href="https://2024.esec-fse.org/profile/fernandamadeiral" class="navigate">Fernanda Madeiral</a><span class="prog-aff"> Vrije Universiteit Amsterdam</span>, <a href="https://2024.esec-fse.org/profile/alcemirrodriguessantos" class="navigate">Alcemir Rodrigues Santos</a><span class="prog-aff"> State University of Piauí</span>, <a href="https://2024.esec-fse.org/profile/christinavonflach" class="navigate">Christina von Flach</a><span class="prog-aff"> Federal University of Bahia</span>, <a href="https://2024.esec-fse.org/profile/sergiosoares1" class="navigate">Sérgio Soares</a><span class="prog-aff"> Universidade Federal de Pernambuco</span></div><a href="https://arxiv.org/abs/2405.12132" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Mandacaru" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/biancatrinkenreich" target="_blank" class="navigate">Bianca Trinkenreich</a><span class="prog-aff"> Colorado State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ec1b0de2-f498-4ea5-b5bc-9aaa3a9e6319" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="9ab3fb4c-7cae-4318-9815-c365c12359bd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9ab3fb4c-7cae-4318-9815-c365c12359bd">Can GPT-4 Replicate Empirical Software Engineering Research?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jennytliang" class="navigate">Jenny T. Liang</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2024.esec-fse.org/profile/carmenbadea" class="navigate">Carmen Badea</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/christianbird" class="navigate">Christian Bird</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/robdeline" class="navigate">Robert DeLine</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/denaeford" class="navigate">Denae Ford</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/nicoleforsgren1" class="navigate">Nicole Forsgren</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://arxiv.org/pdf/2310.01727" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="fd38684b-03c6-40b2-9805-3ddd88b3f36e" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="f8145e1d-9939-44fe-879c-afe425c52e8c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f8145e1d-9939-44fe-879c-afe425c52e8c">Do Code Generation Models Think Like Us? - A Study of Attention Alignment between Large Language Models and Human Programmers</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/bonankou" class="navigate">Bonan Kou</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/shengmaichen" class="navigate">Shengmai Chen</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/zhijiewang" class="navigate">Zhijie Wang</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2024.esec-fse.org/profile/leima" class="navigate">Lei Ma</a><span class="prog-aff"> The University of Tokyo & University of Alberta</span>, <a href="https://2024.esec-fse.org/profile/tianyizhang1" class="navigate">Tianyi Zhang</a><span class="prog-aff"> Purdue University</span></div><a href="https://arxiv.org/abs/2306.01220" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="48908560-bf1f-46fb-9cd6-a8d7de1339eb" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="a613f35f-e0df-4b48-ac92-670071b6cb45" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a613f35f-e0df-4b48-ac92-670071b6cb45">Do Words Have Power? Understanding and Fostering Civility in Code Review Discussion</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mdshamimurrahman" class="navigate">Md Shamimur Rahman</a><span class="prog-aff"> University of Saskatchewan, Canada</span>, <a href="https://2024.esec-fse.org/profile/zadiacodabux" class="navigate">Zadia Codabux</a><span class="prog-aff"> University of Saskatchewan</span>, <a href="https://2024.esec-fse.org/profile/chanchalkroy" class="navigate">Chanchal K. Roy</a><span class="prog-aff"> University of Saskatchewan, Canada</span></div></td></tr><tr data-slot-id="f10a8fb6-a0d3-412f-be17-8f36adc5cbb9" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="d58e5f28-117e-4fb9-a765-bb2a0d3bc799" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d58e5f28-117e-4fb9-a765-bb2a0d3bc799">Effective Teaching through Code Reviews: Patterns and Anti-Patterns</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/anitasarma" class="navigate">Anita Sarma</a><span class="prog-aff"> Oregon State University</span>, <a href="https://2024.esec-fse.org/profile/ninachen" class="navigate">Nina Chen</a><span class="prog-aff"> Google</span></div><a href="https://doi.org/10.1145/3660764" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9348a325-feba-42f5-b400-767f8e8829d7" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="f3c0eb1d-4744-4f2d-9ab6-b93c279c6e95" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f3c0eb1d-4744-4f2d-9ab6-b93c279c6e95">An empirical study on code review activity prediction in practice</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dorianeolewicki1" class="navigate">Doriane Olewicki</a><span class="prog-aff"> Queen's University</span>, <a href="https://2024.esec-fse.org/profile/sarrahabchi1" class="navigate">Sarra Habchi</a><span class="prog-aff"> Ubisoft Montréal</span>, <a href="https://2024.esec-fse.org/profile/bramadams" class="navigate">Bram Adams</a><span class="prog-aff"> Queen's University</span></div><a href="https://arxiv.org/pdf/2404.10703" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Pitanga" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Program Analysis and Performance 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/purandarerahul" target="_blank" class="navigate">Rahul Purandare</a><span class="prog-aff"> University of Nebraska-Lincoln</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4a6cb6dc-42ef-4e84-b86c-bc8c0c6c2927" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="35bcb68b-ecd3-4a64-b00c-505747cf6c86" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="35bcb68b-ecd3-4a64-b00c-505747cf6c86">Adapting Multi-objectivized Software Configuration Tuning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/taochen" class="navigate">Tao Chen</a><span class="prog-aff"> University of Birmingham</span>, <a href="https://2024.esec-fse.org/profile/miqingli" class="navigate">Miqing Li</a><span class="prog-aff"> University of Birmingham</span></div><a href="https://arxiv.org/abs/2404.04744" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="955a0ef8-9727-4a8a-b0d2-a72aaeedfb8a" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="eafd6c49-54c4-4395-a85f-a78e6499795a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="eafd6c49-54c4-4395-a85f-a78e6499795a">Can Large Language Models Transform Natural Language Intent into Formal Method Postconditions?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/madelineendres" class="navigate">Madeline Endres</a><span class="prog-aff"> University of Massachusetts Amherst</span>, <a href="https://2024.esec-fse.org/profile/sarahfakhoury" class="navigate">Sarah Fakhoury</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/saikatchakraborty2" class="navigate">Saikat Chakraborty</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/shuvendulahiri" class="navigate">Shuvendu K. Lahiri</a><span class="prog-aff"> Microsoft Research</span></div></td></tr><tr data-slot-id="0b96027a-36b2-4e4d-badc-f3d5ed85d19c" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="dc234dca-413b-42d9-80ac-a4d8f58145fd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dc234dca-413b-42d9-80ac-a4d8f58145fd">Analyzing Quantum Programs with LintQ: A Static Analysis Framework for Qiskit</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/matteopaltenghi" class="navigate">Matteo Paltenghi</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2024.esec-fse.org/profile/michaelpradel" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span></div><a href="https://software-lab.org/publications/fse2024_LintQ.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="98027fcd-8939-4c9c-a0b0-61ac94ca2422" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="64a865b1-7520-41bf-8280-bda6e73bf30a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="64a865b1-7520-41bf-8280-bda6e73bf30a">Abstraction-Aware Inference of Metamorphic Relations</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/agustinnolasco" class="navigate">Agustin Nolasco</a><span class="prog-aff"> University of Rio Cuarto</span>, <a href="https://2024.esec-fse.org/profile/facundomolina" class="navigate">Facundo Molina</a><span class="prog-aff"> IMDEA Software Institute</span>, <a href="https://2024.esec-fse.org/profile/renzodegiovanni" class="navigate">Renzo Degiovanni</a><span class="prog-aff"> Luxembourg Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/alessandragorla" class="navigate">Alessandra Gorla</a><span class="prog-aff"> IMDEA Software Institute</span>, <a href="https://2024.esec-fse.org/profile/diegogarbervetsky" class="navigate">Diego Garbervetsky</a><span class="prog-aff"> Departamento de Computación, FCEyN, UBA</span>, <a href="https://2024.esec-fse.org/profile/mikepapadakis" class="navigate">Mike Papadakis</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/sebastianuchitel1" class="navigate">Sebastian Uchitel</a><span class="prog-aff"> Imperial College and University of Buenos Aires</span>, <a href="https://2024.esec-fse.org/profile/nazarenoaguirre" class="navigate">Nazareno Aguirre</a><span class="prog-aff"> University of Rio Cuarto and CONICET</span>, <a href="https://2024.esec-fse.org/profile/marceloffrias" class="navigate">Marcelo F. Frias</a><span class="prog-aff"> Dept. of Software Engineering Instituto Tecnológico de Buenos Aires</span></div></td></tr><tr data-slot-id="4c2ed7a8-f747-4000-848e-0dfe3b5259bf" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="1940dd58-fd6f-4de0-b33c-2d75181988f7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1940dd58-fd6f-4de0-b33c-2d75181988f7">Predicting Configuration Performance in Multiple Environments with Sequential Meta-Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jingzhigong" class="navigate">Jingzhi Gong</a><span class="prog-aff"> Loughborough University</span>, <a href="https://2024.esec-fse.org/profile/taochen" class="navigate">Tao Chen</a><span class="prog-aff"> University of Birmingham</span></div><a href="https://arxiv.org/abs/2402.03183" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Pitomba" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Software Maintenance and Comprehension 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/denysposhyvanyk" target="_blank" class="navigate">Denys Poshyvanyk</a><span class="prog-aff"> William & Mary</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bba5aab9-a77b-45c7-a82e-a9c92efd31d6" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="29e6ec42-caf0-4f99-a74b-25a1b9130a86" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="29e6ec42-caf0-4f99-a74b-25a1b9130a86">Bloat beneath Python's Scales: A Fine-Grained Inter-Project Dependency Analysis</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/georgiospetrosdrosos" class="navigate">Georgios-Petros Drosos</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://2024.esec-fse.org/profile/thodorissotiropoulos" class="navigate">Thodoris Sotiropoulos</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://2024.esec-fse.org/profile/diomidisspinellis" class="navigate">Diomidis Spinellis</a><span class="prog-aff"> Athens University of Economics and Business & Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/dimitrismitropoulos" class="navigate">Dimitris Mitropoulos</a><span class="prog-aff"> University of Athens</span></div><a href="https://doi.org/10.1145/3660821" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://dimitro.gr/assets/papers/DSSM24.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="3f9dc2c6-1714-44a1-96e6-8eb42f9166d6" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Research paper</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="e8351ee7-6d22-468b-9e6e-31c1cd15b202" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e8351ee7-6d22-468b-9e6e-31c1cd15b202">Characterizing Python Library Migrations</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mohayeminulislam1" class="navigate">Mohayeminul Islam</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2024.esec-fse.org/profile/ajayjha" class="navigate">Ajay Jha</a><span class="prog-aff"> North Dakota State University</span>, <a href="https://2024.esec-fse.org/profile/ildarakhmetov1" class="navigate">Ildar Akhmetov</a><span class="prog-aff"> Northeastern University</span>, <a href="https://2024.esec-fse.org/profile/sarahnadi" class="navigate">Sarah Nadi</a><span class="prog-aff"> New York University Abu Dhabi, University of Alberta</span></div><a href="https://doi.org/10.1145/3643731" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://mohayemin.github.io/papers/characterizing-fse-24.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="6e85017c-e91e-42ff-ab41-773bf08e47ec" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="da88be2b-fe27-4f32-957f-f305ac6e9b90" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="da88be2b-fe27-4f32-957f-f305ac6e9b90">PyRadar: Towards Automatically Retrieving and Validating Source Code Repository Information for PyPI Packages</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/kaigao" class="navigate">Kai Gao</a><span class="prog-aff"> University of Science and Technology Beijing</span>, <a href="https://2024.esec-fse.org/profile/weiweixu" class="navigate">Weiwei Xu</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/wenhaoyang" class="navigate">Wenhao Yang</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/minghuizhou" class="navigate">Minghui Zhou</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3660822" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://gaokai320.github.io/papers/FSE24.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="81d4f80c-76af-4629-97d5-06209a37d24e" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="d4e997ae-7310-4ae0-90e6-ba7d39929b92" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d4e997ae-7310-4ae0-90e6-ba7d39929b92">Refactoring to Pythonic Idioms: A Hybrid Knowledge-Driven Approach Leveraging Large Language Models</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zejunzhang3" class="navigate">zejun zhang</a><span class="prog-aff"> Australian National University</span>, <a href="https://2024.esec-fse.org/profile/zhenchangxing1" class="navigate">Zhenchang Xing</a><span class="prog-aff"> CSIRO's Data61</span>, <a href="https://2024.esec-fse.org/profile/xiaoxueren" class="navigate">Xiaoxue Ren</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/qinghualu" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span>, <a href="https://2024.esec-fse.org/profile/xiweixu" class="navigate">Xiwei (Sherry) Xu</a><span class="prog-aff"> Data61, CSIRO</span></div></td></tr><tr data-slot-id="65984d78-2b7f-47cf-8952-7969feb37fb9" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="9e4f3580-9fdf-4db7-9cd5-2b9d1717a32a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9e4f3580-9fdf-4db7-9cd5-2b9d1717a32a">Dependency-Induced Waste in Continuous Integration: An Empirical Study of Unused Dependencies in the NPM Ecosystem</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nimmiweeraddana" class="navigate">Nimmi Weeraddana</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/mahmoudalfadel" class="navigate">Mahmoud Alfadel</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/shanemcintosh1" class="navigate">Shane McIntosh</a><span class="prog-aff"> University of Waterloo</span></div><a href="https://doi.org/10.1145/3660823" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://rebels.cs.uwaterloo.ca/papers/fse2024_weeraddana.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Hotel Restaurant" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">Lunch<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-hotel-restaurant" target="_blank" class="room-link navigate">Hotel Restaurant</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7ad1a001-d96e-428f-ae05-3bd1f2652d07" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Lunch</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="92da76b2-479a-4dca-9cc2-89ca2018a319" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="92da76b2-479a-4dca-9cc2-89ca2018a319">Lunch</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">FSE'25 PC Meeting<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/denysposhyvanyk" target="_blank" class="navigate">Denys Poshyvanyk</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/dongmeizhang" target="_blank" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e9eca4ee-3b9d-4bde-89b7-e7717fd19723" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Meeting</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="470630be-7063-45e6-bfb7-f4e173e53ea1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="470630be-7063-45e6-bfb7-f4e173e53ea1">FSE'25 PC Lunch</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Teju Gastronomia (Offsite Restaurant)" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">LGBTQIA+ Lunch<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-teju-gastronomia-%28offsite-restaurant%29" target="_blank" class="room-link navigate">Teju Gastronomia (Offsite Restaurant)</a> <a data-toggle="modal" href="#aci-07fb4b4d-7a7b-4f22-9479-c2f739f49250"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7de021a9-a177-496a-b337-805f46828204" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Lunch</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="ca4a0d01-a1f9-453f-a17e-e9e1b8f62bbf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ca4a0d01-a1f9-453f-a17e-e9e1b8f62bbf">LGBTQIA+ Lunch</a></strong><div class="prog-track">Social Events</div><div class="performers"><span title="Organizer" class="role">O: </span><a href="https://2024.esec-fse.org/profile/franciscogomesdeoliveiraneto" class="navigate">Francisco Gomes de Oliveira Neto</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <span title="Organizer" class="role">O: </span><a href="https://2024.esec-fse.org/profile/ronnieessantos" class="navigate">Ronnie de Souza Santos</a><span class="prog-aff"> University of Calgary</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Empirical Studies 3<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/shanemcintosh1" target="_blank" class="navigate">Shane McIntosh</a><span class="prog-aff"> University of Waterloo</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8b7d4739-06e5-45d7-8943-8f70db3b16b2" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="fd915e09-3f55-4dfa-b4d2-142dd5ae8b85" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fd915e09-3f55-4dfa-b4d2-142dd5ae8b85">Understanding the Impact of APIs Behavioral Breaking Changes on Client Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dhanushkajayasuriya" class="navigate">Dhanushka Jayasuriya</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2024.esec-fse.org/profile/valerioterragni" class="navigate">Valerio Terragni</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2024.esec-fse.org/profile/jensdietrich" class="navigate">Jens Dietrich</a><span class="prog-aff"> Victoria University of Wellington</span>, <a href="https://2024.esec-fse.org/profile/kellyblincoe" class="navigate">Kelly Blincoe</a><span class="prog-aff"> University of Auckland</span></div></td></tr><tr data-slot-id="3a3eb232-e5d9-42d1-9d9b-505d6540eed9" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="9f3739ac-4bfe-4b3b-8929-74ae661d4fab" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9f3739ac-4bfe-4b3b-8929-74ae661d4fab">Analyzing the BizDev Interface in an Enterprise Context: A Case of Developers Acting in Business</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/brenodefranca" class="navigate">Breno de França</a><span class="prog-aff"> UNICAMP</span>, <a href="https://2024.esec-fse.org/profile/caiquemoreira" class="navigate">Caique Moreira</a><span class="prog-aff"> Instituto de Computação - Universidade Estadual de Campinas</span>, <a href="https://2024.esec-fse.org/profile/tayanaconte" class="navigate">Tayana Conte</a><span class="prog-aff"> Universidade Federal do Amazonas</span></div><a href="https://link.springer.com/article/10.1007/s10664-023-10383-y" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1007/s10664-023-10383-y" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2024.esec-fse.org/details/fse-2024-journal-first/1/Analyzing-the-BizDev-Interface-in-an-Enterprise-Context-A-Case-of-Developers-Acting-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="4a1fb90b-d075-4424-b1bf-e217af8e8c65" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="8c8081e1-81d9-4dee-a33e-fbcdddc118a9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8c8081e1-81d9-4dee-a33e-fbcdddc118a9">Silent Bugs in Deep Learning Frameworks: An Empirical Study of Keras and TensorFlow</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/floriantambon" class="navigate">Florian Tambon</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2024.esec-fse.org/profile/aminnikanjam" class="navigate">Amin Nikanjam</a><span class="prog-aff"> École Polytechnique de Montréal</span>, <a href="https://2024.esec-fse.org/profile/lean" class="navigate">Le An</a><span class="prog-aff"> Polytechnique Montreal</span>, <a href="https://2024.esec-fse.org/profile/foutsekhomh" class="navigate">Foutse Khomh</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2024.esec-fse.org/profile/giulianoantoniol" class="navigate">Giuliano Antoniol</a><span class="prog-aff"> Polytechnique Montréal</span></div><a href="https://link.springer.com/article/10.1007/s10664-023-10389-6" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1007/s10664-023-10389-6" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://rdcu.be/dFsN0" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Authorizer link</a></td></tr><tr data-slot-id="27a83c58-8613-4769-ac59-dbc283262226" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="b5d727be-8724-4ab2-a98a-00ee20fd881f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b5d727be-8724-4ab2-a98a-00ee20fd881f">AROMA: Automatic Reproduction of Maven Artifacts</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mehdikeshani" class="navigate">Mehdi Keshani</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/tudorgabrielvelican" class="navigate">Tudor-Gabriel Velican</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/gideonbot" class="navigate">Gideon Bot</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/sebastianproksch" class="navigate">Sebastian Proksch</a><span class="prog-aff"> Delft University of Technology</span></div></td></tr><tr data-slot-id="b12eb11d-af71-4d98-afe5-b46a97191d43" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="babb4012-51db-4a21-9b06-07ab62eb016d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="babb4012-51db-4a21-9b06-07ab62eb016d">An Empirical Study of Task Infections in Ansible Scripts</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/akondrahman2" class="navigate">Akond Rahman</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/dibyendubrintobose1" class="navigate">Dibyendu Brinto Bose</a><span class="prog-aff"> Graduate Student</span>, <a href="https://2024.esec-fse.org/profile/yuezhang3" class="navigate">Yue Zhang</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/rahulpandita" class="navigate">Rahul Pandita</a><span class="prog-aff"> GitHub, Inc.</span></div><a href="https://link.springer.com/article/10.1007/s10664-023-10432-6" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://dl.acm.org/doi/abs/10.1007/s10664-023-10432-6" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Authorizer link</a><a href="https://akondrahman.github.io/files/papers/emse2024-tidal.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">SE4AI 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/qinghualu" target="_blank" class="navigate">Qinghua Lu</a><span class="prog-aff"> Data61, CSIRO</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="737deb8e-7dcd-4122-9483-0f12058b73c4" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="fa658191-49b5-40c2-b03a-08ce74d5c9af" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fa658191-49b5-40c2-b03a-08ce74d5c9af">Harnessing Neuron Stability to Improve DNN Verification</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/haiduong" class="navigate">Hai Duong</a><span class="prog-aff"> George Mason University</span>, <a href="https://2024.esec-fse.org/profile/dongxu" class="navigate">Dong Xu</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2024.esec-fse.org/profile/thanhvunguyen" class="navigate">ThanhVu Nguyen</a><span class="prog-aff"> George Mason University</span>, <a href="https://2024.esec-fse.org/profile/matthewdwyer" class="navigate">Matthew B Dwyer</a><span class="prog-aff"> University of Virginia</span></div></td></tr><tr data-slot-id="3fe0f258-17a8-4cad-9580-b6d7cb381af0" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="2c306c9a-3f11-4994-abe1-081be73da3bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2c306c9a-3f11-4994-abe1-081be73da3bf">MirrorFair: Fixing Fairness Bugs in Machine Learning Software via Counterfactual Predictions</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yingxiao" class="navigate">Ying Xiao</a><span class="prog-aff"> King's College London / Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/jiemzhang" class="navigate">Jie M. Zhang</a><span class="prog-aff"> King's College London</span>, <a href="https://2024.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/mohammadrezamousavi" class="navigate">Mohammad Reza Mousavi</a><span class="prog-aff"> King's College London</span>, <a href="https://2024.esec-fse.org/profile/sicenliu" class="navigate">Sicen Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/dingyuanxue" class="navigate">Dingyuan Xue</a><span class="prog-aff"> Southern University of Science and Technology</span></div></td></tr><tr data-slot-id="1c8132e8-995a-4900-b5ac-46ad5009f5f3" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="27ef097a-8a2a-4bb3-8917-b88be2a0312d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="27ef097a-8a2a-4bb3-8917-b88be2a0312d">Using Run-time Information to Enhance Static Analysis of Machine Learning Code in Notebooks</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yiranwang" class="navigate">Yiran Wang</a><span class="prog-aff"> Linköping University</span>, <a href="https://2024.esec-fse.org/profile/joseantoniohernandezlopez" class="navigate">José Antonio Hernández López</a><span class="prog-aff"> Linkoping University</span>, <a href="https://2024.esec-fse.org/profile/ulfnilsson" class="navigate">Ulf Nilsson</a><span class="prog-aff"> Linköping University</span>, <a href="https://2024.esec-fse.org/profile/danielvarro" class="navigate">Daniel Varro</a><span class="prog-aff"> Linköping University / McGill University</span></div><a href="https://dl.acm.org/doi/10.1145/3663529.3663785" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3663529.3663785" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0d741b47-7d5d-4cd6-9245-479b1481d96e" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:45</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="1613de26-128c-40bb-8ff5-9128ebe00ee7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1613de26-128c-40bb-8ff5-9128ebe00ee7">Human-Imperceptible Retrieval Poisoning Attacks in LLM-Powered Applications</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/quanzhang" class="navigate">Quan Zhang</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/binqizeng" class="navigate">Binqi Zeng</a><span class="prog-aff"> Central South University</span>, <a href="https://2024.esec-fse.org/profile/chijinzhou3" class="navigate">Chijin Zhou</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/gwihwango" class="navigate">Gwihwan Go</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/heyuanshi1" class="navigate">Heyuan Shi</a><span class="prog-aff"> Central South University</span>, <a href="https://2024.esec-fse.org/profile/yujiang" class="navigate">Yu Jiang</a><span class="prog-aff"> Tsinghua University</span></div></td></tr><tr data-slot-id="048a94ff-462d-4fd3-85b1-e57939df6293" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="4e8691bf-bc69-4c8a-8cb2-cbf46489aca4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4e8691bf-bc69-4c8a-8cb2-cbf46489aca4">DeepGD: A Multi-Objective Black-Box Test Selection Approach for Deep Neural Networks</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zohrehaghababaeyan1" class="navigate">Zohreh Aghababaeyan</a><span class="prog-aff"> University of Ottawa, Canada</span>, <a href="https://2024.esec-fse.org/profile/manelabdellatif2" class="navigate">Manel Abdellatif</a><span class="prog-aff"> Software and Information Technology Engineering Department, École de Technologie Supérieure</span>, <a href="https://2024.esec-fse.org/profile/mahboubehdadkhah" class="navigate">Mahboubeh Dadkhah</a><span class="prog-aff"> The School of EECS, University of Ottawa</span>, <a href="https://2024.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a><span class="prog-aff"> University of Ottawa, Canada; Lero centre, University of Limerick, Ireland</span></div></td></tr><tr data-slot-id="cb1f5972-59aa-4615-b7ab-6a459389289a" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="144e5377-e69a-4351-94b5-3ff6fd7d4a69" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="144e5377-e69a-4351-94b5-3ff6fd7d4a69">Testing Learning-Enabled Cyber-Physical Systems with Large-Language Models: A Formal Approach</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xizheng" class="navigate">Xi Zheng</a><span class="prog-aff"> Macquarie University</span>, <a href="https://2024.esec-fse.org/profile/aloysiuskmok" class="navigate">Aloysius K. Mok</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2024.esec-fse.org/profile/ruzicapiskac" class="navigate">Ruzica Piskac</a><span class="prog-aff"> Yale University</span>, <a href="https://2024.esec-fse.org/profile/yongjaelee" class="navigate">Yong Jae Lee</a><span class="prog-aff"> University of Wisconsin Madison</span>, <a href="https://2024.esec-fse.org/profile/bhaskarkrishnamachari" class="navigate">Bhaskar Krishnamachari</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2024.esec-fse.org/profile/dakaizhu" class="navigate">Dakai Zhu</a><span class="prog-aff"> The University of Texas at San Antonio</span>, <a href="https://2024.esec-fse.org/profile/olegsokolsky" class="navigate">Oleg Sokolsky</a><span class="prog-aff"> University of Pennsylvania, USA</span>, <a href="https://2024.esec-fse.org/profile/insuplee1" class="navigate">Insup Lee</a><span class="prog-aff"> University of Pennsylvania</span></div></td></tr><tr data-slot-id="8bcc9219-bd14-48ab-b3d9-a970de5b0ef9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:21</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="b1ad9be7-7f0a-460e-b586-cccb5331a85e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b1ad9be7-7f0a-460e-b586-cccb5331a85e">GAISSALabel: A tool for energy labeling of ML models</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/pauduran" class="navigate">Pau Duran</a><span class="prog-aff"> Universitat Politècnica de Catalunya (UPC)</span>, <a href="https://2024.esec-fse.org/profile/joelcastanofernandez" class="navigate">Joel Castaño Fernández</a><span class="prog-aff"> Universitat Politècnica de Catalunya (UPC)</span>, <a href="https://2024.esec-fse.org/profile/cristinagomez" class="navigate">Cristina Gómez</a><span class="prog-aff"> Universitat Politècnica de Catalunya</span>, <a href="https://2024.esec-fse.org/profile/silveriomartinez" class="navigate">Silverio Martínez-Fernández</a><span class="prog-aff"> UPC-BarcelonaTech</span></div><a href="https://gaissa.upc.edu/en/publications" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://arxiv.org/abs/2401.17150" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Pitanga" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Security and Privacy 1<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/giasuddin2" target="_blank" class="navigate">Gias Uddin</a><span class="prog-aff"> York University, Canada</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="af44a699-3f1b-4f0c-a584-d61f1984a29d" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="e15cf33c-6b55-433c-846f-dd80bcd6f37c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e15cf33c-6b55-433c-846f-dd80bcd6f37c">Investigating Documented Privacy Changes in Android OS</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/chuanyan" class="navigate">Chuan Yan</a><span class="prog-aff"> University of Queensland</span>, <a href="https://2024.esec-fse.org/profile/markhuasongmeng1" class="navigate">Mark Huasong Meng</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/fumanxie" class="navigate">Fuman Xie</a><span class="prog-aff"> University of Queensland</span>, <a href="https://2024.esec-fse.org/profile/guangdongbai1" class="navigate">Guangdong Bai</a><span class="prog-aff"> University of Queensland</span></div></td></tr><tr data-slot-id="bccb5bb3-a740-4f20-942f-7e17039d7f9c" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="ccc4eae1-fcc6-461e-81ec-6c5cd8961d40" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ccc4eae1-fcc6-461e-81ec-6c5cd8961d40">A Preliminary Study on the Privacy Concerns of Using IP Addresses in Log Data</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/issamsedki" class="navigate">Issam Sedki</a><span class="prog-aff"> Concordia University</span></div></td></tr><tr data-slot-id="6591779b-bd03-474b-ad04-920b23288f5f" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:27</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="c4492d8d-e16b-419a-9e75-ab03b9b42e8a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c4492d8d-e16b-419a-9e75-ab03b9b42e8a">Personal Data-Less Personalized Software Applications</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sanabelguith" class="navigate">Sana Belguith</a><span class="prog-aff"> University of Bristol</span>, <a href="https://2024.esec-fse.org/profile/inahomoronyia1" class="navigate">Inah Omoronyia</a><span class="prog-aff"> University of Bristol</span>, <a href="https://2024.esec-fse.org/profile/ruzannachitchyan" class="navigate">Ruzanna Chitchyan</a><span class="prog-aff"> University of Bristol</span></div></td></tr><tr data-slot-id="d58a1ab1-5ad7-4bf5-93d3-29255919dc94" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="2942e55f-50f8-4126-b044-b99918f05e29" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2942e55f-50f8-4126-b044-b99918f05e29">Your Code Secret Belongs to Me: Neural Code Completion Tools Can Memorize Hard-coded Credentials</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yizhanhuang" class="navigate">Yizhan Huang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/yichenli" class="navigate">Yichen LI</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/weibinwu" class="navigate">Weibin Wu</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/jianpingzhang" class="navigate">Jianping Zhang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/michaellyu" class="navigate">Michael Lyu</a><span class="prog-aff"> The Chinese University of Hong Kong</span></div></td></tr><tr data-slot-id="eb27a5de-c7d5-474d-9447-1737a4b9aed8" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="b2a000a6-dd7c-40d7-8c4c-bde060095d9d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b2a000a6-dd7c-40d7-8c4c-bde060095d9d">Unveil the Mystery of Critical Software Vulnerabilities</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shengyipan1" class="navigate">Shengyi Pan</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/lingfengbao" class="navigate">Lingfeng Bao </a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/jiayuanzhou1" class="navigate">Jiayuan Zhou</a><span class="prog-aff"> Huawei</span>, <a href="https://2024.esec-fse.org/profile/xinghu1" class="navigate">Xing Hu</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2024.esec-fse.org/profile/shanpingli" class="navigate">Shanping Li</a><span class="prog-aff"> Zhejiang University</span></div></td></tr><tr data-slot-id="9fa7bb2d-1511-4c31-b7c0-d1280b9e666a" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="e8baa8fb-c5e0-4470-a00a-9bc0e0ac6ddf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e8baa8fb-c5e0-4470-a00a-9bc0e0ac6ddf">AgraBOT: Accelerating Third-Party Security Risk Management in Enterprise Setting</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/merttoslali" class="navigate">Mert Toslali</a><span class="prog-aff"> IBM Research</span>, <a href="https://2024.esec-fse.org/profile/edwardsnible" class="navigate">Edward Snible</a><span class="prog-aff"> IBM Research</span>, <a href="https://2024.esec-fse.org/profile/jingchen2" class="navigate">Jing Chen</a><span class="prog-aff"> IBM Research</span>, <a href="https://2024.esec-fse.org/profile/alancha" class="navigate">Alan Cha</a><span class="prog-aff"> IBM Research, USA</span>, <a href="https://2024.esec-fse.org/profile/sandeepsingh1" class="navigate">Sandeep Singh</a><span class="prog-aff"> IBM</span>, <a href="https://2024.esec-fse.org/profile/michaelkalantar" class="navigate">Michael Kalantar</a><span class="prog-aff"> IBM Research</span>, <a href="https://2024.esec-fse.org/profile/srinivasanparthasarathy" class="navigate">Srinivasan Parthasarathy</a><span class="prog-aff"> IBM Research</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Pitomba" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Software Maintenance and Comprehension 3<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/xinxia" target="_blank" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="0fc5d268-1f6c-4edf-8767-f705a20ea668" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="84a0c63d-5eb0-4efd-89c3-a74cca7c85ca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="84a0c63d-5eb0-4efd-89c3-a74cca7c85ca">Revealing Software Development Work Patterns with PR-Issue Graph Topologies</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/cleidsonde" class="navigate">Cleidson de Souza</a><span class="prog-aff"> Federal University of Pará, Brazil</span>, <a href="https://2024.esec-fse.org/profile/emiliema" class="navigate">Emilie Ma</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2024.esec-fse.org/profile/jessewong" class="navigate">Jesse Wong</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2024.esec-fse.org/profile/dongwookyoon" class="navigate">Dongwook Yoon</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2024.esec-fse.org/profile/ivanbeschastnikh" class="navigate">Ivan Beschastnikh</a><span class="prog-aff"> University of British Columbia</span></div></td></tr><tr data-slot-id="8cbb36e5-30d4-4fb9-9090-97764bfb636c" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="ea7db8b1-b6db-40c8-8cfb-ab845e7f4677" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ea7db8b1-b6db-40c8-8cfb-ab845e7f4677">Using acceptance tests to predict merge conflict risk</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/thaisrocha" class="navigate">Thaís Rocha</a><span class="prog-aff"> UFAPE - Universidade Federal do Agreste de Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/pauloborba" class="navigate">Paulo Borba</a><span class="prog-aff"> Federal University of Pernambuco</span></div><a href="https://pauloborba.cin.ufpe.br/publication/2023using_acceptance_tests_to_predict_merge_conflict_risk/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="db92dad7-65a5-4297-841f-812df6940c4d" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="2e6daff1-11c9-484b-8ca1-090f09033251" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2e6daff1-11c9-484b-8ca1-090f09033251">Generative AI for Pull Request Descriptions: Adoption, Impact, and Developer Interventions</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/taoxiao" class="navigate">Tao Xiao</a><span class="prog-aff"> Nara Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/hideakihata" class="navigate">Hideaki Hata</a><span class="prog-aff"> Shinshu University</span>, <a href="https://2024.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/kenichimatsumoto" class="navigate">Kenichi Matsumoto</a><span class="prog-aff"> Nara Institute of Science and Technology</span></div><a href="https://arxiv.org/abs/2402.08967" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/105/Generative-AI-for-Pull-Request-Descriptions-Adoption-Impact-and-Developer-Interven" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="603ba6eb-ff08-4924-a386-07753a27b2c3" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="1d013642-95f3-46f1-99a7-462892c3b93a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1d013642-95f3-46f1-99a7-462892c3b93a">SimLLM: Measuring Semantic Similarity in Code Summaries Using a Large Language Model-Based Approach</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xinjin1" class="navigate">Xin Jin</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/zhiqianglin" class="navigate">Zhiqiang Lin</a><span class="prog-aff"> The Ohio State University</span></div></td></tr><tr data-slot-id="073db9f9-2f22-4d96-81eb-bddec1ec53bd" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="a6affb7d-158d-40d3-bfbf-9f808ddfbe1f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a6affb7d-158d-40d3-bfbf-9f808ddfbe1f">Sharing Software-Evolution Datasets: Practices, Challenges, and Recommendations</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/davidbroneske" class="navigate">David Broneske</a><span class="prog-aff"> DZHW Hannover, Germany</span>, <a href="https://2024.esec-fse.org/profile/sebastiankittan" class="navigate">Sebastian Kittan</a><span class="prog-aff"> Otto-von-Guericke Unviersity Magdeburg, Germany</span>, <a href="https://2024.esec-fse.org/profile/jacobkruger" class="navigate">Jacob Krüger</a><span class="prog-aff"> Eindhoven University of Technology</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-track="FSE Student Research Competition" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c0"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">SRC Presentations<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-student-research-competition" target="_blank" class="text-muted navigate">Student Research Competition</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">15:30 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d90d0f36-4ebb-40ad-bfbb-5240e8b89949" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Lounge" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c22"></td><td><div class="slot-label">15:30 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Poster Session 3<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-posters" target="_blank" class="text-muted navigate">Posters</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" target="_blank" class="room-link navigate">Lounge</a> <a data-toggle="modal" href="#aci-6dff018a-18ac-4262-a258-aeafd861b66f"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3cc0c5e8-bb6d-46e7-91be-0230a95f3ff6" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="d347e660-430f-4bcd-b88e-878a80623296" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d347e660-430f-4bcd-b88e-878a80623296">Can GPT-4 Replicate Empirical Software Engineering Research?</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jennytliang" class="navigate">Jenny T. Liang</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2024.esec-fse.org/profile/carmenbadea" class="navigate">Carmen Badea</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/christianbird" class="navigate">Christian Bird</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/robdeline" class="navigate">Robert DeLine</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/denaeford" class="navigate">Denae Ford</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/nicoleforsgren1" class="navigate">Nicole Forsgren</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span></div></td></tr><tr data-slot-id="578f07ee-b7bd-4cd8-ab5f-bd0a1e9b9925" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="fde603bf-0df2-496f-8827-1984f039a763" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fde603bf-0df2-496f-8827-1984f039a763">Evaluating Directed Fuzzers: Are We Heading in the Right Direction?</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/taeeunkim" class="navigate">Tae Eun Kim</a><span class="prog-aff"> KAIST</span>, <a href="https://2024.esec-fse.org/profile/jaeseungchoi1" class="navigate">Jaeseung Choi</a><span class="prog-aff"> Sogang University</span>, <a href="https://2024.esec-fse.org/profile/seongjaeim" class="navigate">Seongjae Im</a><span class="prog-aff"> KAIST</span>, <a href="https://2024.esec-fse.org/profile/kihongheo" class="navigate">Kihong Heo</a><span class="prog-aff"> KAIST</span>, <a href="https://2024.esec-fse.org/profile/sangkilcha" class="navigate">Sang Kil Cha</a><span class="prog-aff"> KAIST</span></div><a href="https://prosys.kaist.ac.kr/publications/fse24.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://2024.esec-fse.org/details/fse-2024-posters/29/Evaluating-Directed-Fuzzers-Are-We-Heading-in-the-Right-Direction-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://2024.esec-fse.org/details/fse-2024-posters/29/Evaluating-Directed-Fuzzers-Are-We-Heading-in-the-Right-Direction-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="57a2204c-b4db-48ed-8b3b-0abe0920168e" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="e25c7ade-7079-4ad0-91d9-ecfc45ba4b9b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e25c7ade-7079-4ad0-91d9-ecfc45ba4b9b">Glitch Tokens in Large Language Models: Categorization Taxonomy and Effective Detection</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yuxili" class="navigate">Yuxi Li</a><span class="prog-aff"> Huazhong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yiliu4" class="navigate">Yi Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/geleideng" class="navigate">Gelei Deng</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/yingzhang2" class="navigate">Ying Zhang</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/wenjiasong" class="navigate">Wenjia Song</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/lingshi" class="navigate">Ling Shi</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/kailongwang" class="navigate">Kailong Wang</a><span class="prog-aff"> Huazhong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yuekangli" class="navigate">Yuekang Li</a><span class="prog-aff"> The University of New South Wales</span>, <a href="https://2024.esec-fse.org/profile/yangliu" class="navigate">Yang Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/haoyuwang" class="navigate">Haoyu Wang</a><span class="prog-aff"> Huazhong University of Science and Technology</span></div></td></tr><tr data-slot-id="5e583fbb-003b-4511-a167-bdc8af93ec10" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="de310c18-b76a-4818-9322-0569c410006f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="de310c18-b76a-4818-9322-0569c410006f">Do Words Have Power? Understanding and Fostering Civility in Code Review Discussion</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mdshamimurrahman" class="navigate">Md Shamimur Rahman</a><span class="prog-aff"> University of Saskatchewan, Canada</span>, <a href="https://2024.esec-fse.org/profile/zadiacodabux" class="navigate">Zadia Codabux</a><span class="prog-aff"> University of Saskatchewan</span>, <a href="https://2024.esec-fse.org/profile/chanchalkroy" class="navigate">Chanchal K. Roy</a><span class="prog-aff"> University of Saskatchewan, Canada</span></div></td></tr><tr data-slot-id="66818d21-83dc-4820-870c-7819a3916d12" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="9803fb21-1059-4d8e-b048-5d0c1b03a146" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9803fb21-1059-4d8e-b048-5d0c1b03a146">CodePlan: Repository-level Coding using LLMs and Planning</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/rambairi" class="navigate">Ramakrishna Bairi</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/atharvsonwane" class="navigate">Atharv Sonwane</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/adityakanade" class="navigate">Aditya Kanade</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/vageeshdc" class="navigate">Vageesh D C</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/aruniyer" class="navigate">Arun Iyer</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/sureshparthasarathy" class="navigate">Suresh Parthasarathy</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/sriramrajamani" class="navigate">Sriram Rajamani</a><span class="prog-aff"> Microsoft Research Indua</span>, <a href="https://2024.esec-fse.org/profile/bashok" class="navigate">B. Ashok</a><span class="prog-aff"> Microsoft Research. India</span>, <a href="https://2024.esec-fse.org/profile/shashankshet" class="navigate">Shashank Shet</a><span class="prog-aff"> Microsoft Research. India</span></div></td></tr><tr data-slot-id="71ee8d6f-ee5a-4c00-a42b-3ec9f6918f68" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="ea243500-b1eb-4c17-ac20-b63c281b4054" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ea243500-b1eb-4c17-ac20-b63c281b4054">Understanding and Detecting Annotation-induced Faults of Static Analyzers</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/huaienzhang" class="navigate">Huaien Zhang</a><span class="prog-aff"> The Hong Kong Polytechnic University, Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/yupei" class="navigate">Yu Pei</a><span class="prog-aff"> The Hong Kong Polytechnic University</span>, <a href="https://2024.esec-fse.org/profile/shuyunliang" class="navigate">Shuyun Liang</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/shinhweitan" class="navigate">Shin Hwei Tan</a><span class="prog-aff"> Concordia University</span></div></td></tr><tr data-slot-id="802422ab-7e08-4f0b-9beb-5099574d2a6b" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="f6db99cc-d37d-4886-b610-8f6f109171ed" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f6db99cc-d37d-4886-b610-8f6f109171ed">Partial Solution Based Constraint Solving Cache in Symbolic Execution</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ziqishuai" class="navigate">Ziqi Shuai</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span>, <a href="https://2024.esec-fse.org/profile/zhenbangchen" class="navigate">Zhenbang Chen</a><span class="prog-aff"> College of Computer, National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/kelinma1" class="navigate">Kelin Ma</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span>, <a href="https://2024.esec-fse.org/profile/kunlinliu" class="navigate">Kunlin Liu</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span>, <a href="https://2024.esec-fse.org/profile/yufengzhang1" class="navigate">Yufeng Zhang</a><span class="prog-aff"> Hunan University</span>, <a href="https://2024.esec-fse.org/profile/junsun" class="navigate">Jun Sun</a><span class="prog-aff"> School of Information Systems, Singapore Management University, Singapore</span>, <a href="https://2024.esec-fse.org/profile/jiwang" class="navigate">Ji Wang</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span></div></td></tr><tr data-slot-id="ab96738d-5e34-431a-a522-2526ab4e2ab8" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="9a7b32fd-532b-43f8-890e-b15d22fd47e4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9a7b32fd-532b-43f8-890e-b15d22fd47e4">Characterizing Python Library Migrations</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mohayeminulislam1" class="navigate">Mohayeminul Islam</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2024.esec-fse.org/profile/ajayjha" class="navigate">Ajay Jha</a><span class="prog-aff"> North Dakota State University</span>, <a href="https://2024.esec-fse.org/profile/ildarakhmetov1" class="navigate">Ildar Akhmetov</a><span class="prog-aff"> Northeastern University</span>, <a href="https://2024.esec-fse.org/profile/sarahnadi" class="navigate">Sarah Nadi</a><span class="prog-aff"> New York University Abu Dhabi, University of Alberta</span></div><a href="https://2024.esec-fse.org/details/fse-2024-posters/16/Characterizing-Python-Library-Migrations" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="b4c2f0db-a5ee-4d0f-9a81-9876cf38741e" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="80c3ac2b-666a-496f-945b-bafd279695f4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="80c3ac2b-666a-496f-945b-bafd279695f4">DeSQL: Interactive Debugging of SQL in Data-Intensive Scalable Computing</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sabaatharoon" class="navigate">Sabaat Haroon</a><span class="prog-aff"> Virginia tech</span>, <a href="https://2024.esec-fse.org/profile/chrisbrown" class="navigate">Chris Brown</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/muhammadaligulzar1" class="navigate">Muhammad Ali Gulzar</a><span class="prog-aff"> Virginia Tech</span></div></td></tr><tr data-slot-id="bab6c13b-b391-4f81-83bc-1ed30426b3c0" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="0683eed0-677a-4427-91a1-533772c4c27f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0683eed0-677a-4427-91a1-533772c4c27f">BARO: Robust Root Cause Analysis for Microservices via Multivariate Bayesian Online Change Point Detection</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/luanpham" class="navigate">Luan Pham</a><span class="prog-aff"> RMIT University</span>, <a href="https://2024.esec-fse.org/profile/huongha1" class="navigate">Huong Ha</a><span class="prog-aff"> RMIT University</span>, <a href="https://2024.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> Chongqing University</span></div></td></tr><tr data-slot-id="e2630e54-3107-4d5a-93cd-a253f0646e4a" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="6a329f17-8eb2-4ed7-b158-603343516058" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6a329f17-8eb2-4ed7-b158-603343516058">Less Cybersickness, Please: Demystifying and Detecting Stereoscopic Visual Inconsistencies in Virtual Reality Applications</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shuqingli" class="navigate">Shuqing Li</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/cuiyungao" class="navigate">Cuiyun Gao</a><span class="prog-aff"> Harbin Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/jianpingzhang" class="navigate">Jianping Zhang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/yujiazhang" class="navigate">Yujia Zhang</a><span class="prog-aff"> Harbin Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/jiazhengu2" class="navigate">Jiazhen Gu</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/yunpeng" class="navigate">Yun Peng</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/michaellyu" class="navigate">Michael Lyu</a><span class="prog-aff"> The Chinese University of Hong Kong</span></div></td></tr><tr data-slot-id="e5f3e5ae-686c-4246-a503-12409e12c685" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="3d9d29df-1fa6-4bb5-b5ec-61130f3c7ff4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3d9d29df-1fa6-4bb5-b5ec-61130f3c7ff4">CORE: Resolving Code Quality Issues Using LLMs</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nalinwadhwa" class="navigate">Nalin Wadhwa</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/juipradhan" class="navigate">Jui Pradhan</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/atharvsonwane" class="navigate">Atharv Sonwane</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/suryaprakashsahu1" class="navigate">Surya Prakash Sahu</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/nagarajannatarajan" class="navigate">Nagarajan Natarajan</a><span class="prog-aff"> Microsoft Research India</span>, <a href="https://2024.esec-fse.org/profile/adityakanade" class="navigate">Aditya Kanade</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/sureshparthasarathy" class="navigate">Suresh Parthasarathy</a><span class="prog-aff"> Microsoft Research, India</span>, <a href="https://2024.esec-fse.org/profile/sriramrajamani" class="navigate">Sriram Rajamani</a><span class="prog-aff"> Microsoft Research Indua</span></div></td></tr><tr data-slot-id="ef6450d9-ff6a-4cae-adc8-9e4fab8f2f4d" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="7554fe7e-e0a2-4ac7-88a0-79f06d7eff2d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7554fe7e-e0a2-4ac7-88a0-79f06d7eff2d">Abstraction-Aware Inference of Metamorphic Relations</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/agustinnolasco" class="navigate">Agustin Nolasco</a><span class="prog-aff"> University of Rio Cuarto</span>, <a href="https://2024.esec-fse.org/profile/facundomolina" class="navigate">Facundo Molina</a><span class="prog-aff"> IMDEA Software Institute</span>, <a href="https://2024.esec-fse.org/profile/renzodegiovanni" class="navigate">Renzo Degiovanni</a><span class="prog-aff"> Luxembourg Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/alessandragorla" class="navigate">Alessandra Gorla</a><span class="prog-aff"> IMDEA Software Institute</span>, <a href="https://2024.esec-fse.org/profile/diegogarbervetsky" class="navigate">Diego Garbervetsky</a><span class="prog-aff"> Departamento de Computación, FCEyN, UBA</span>, <a href="https://2024.esec-fse.org/profile/mikepapadakis" class="navigate">Mike Papadakis</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/sebastianuchitel1" class="navigate">Sebastian Uchitel</a><span class="prog-aff"> Imperial College and University of Buenos Aires</span>, <a href="https://2024.esec-fse.org/profile/nazarenoaguirre" class="navigate">Nazareno Aguirre</a><span class="prog-aff"> University of Rio Cuarto and CONICET</span>, <a href="https://2024.esec-fse.org/profile/marceloffrias" class="navigate">Marcelo F. Frias</a><span class="prog-aff"> Dept. of Software Engineering Instituto Tecnológico de Buenos Aires</span></div></td></tr><tr data-slot-id="fc8144b7-13e2-4439-b7f2-f3af1cded313" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="38594de3-b37f-4db1-9c57-418dd0865021" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="38594de3-b37f-4db1-9c57-418dd0865021">State Reconciliation Defects in Infrastructure as Code</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mdmahadihassan" class="navigate">Md Mahadi Hassan</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/johnsalvador" class="navigate">John Salvador</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/shubhrakantikarmakersantu" class="navigate">Shubhra Kanti Karmaker Santu</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/akondrahman2" class="navigate">Akond Rahman</a><span class="prog-aff"> Auburn University</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Log Analysis and Debugging<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/domenicobianculli" target="_blank" class="navigate">Domenico Bianculli</a><span class="prog-aff"> University of Luxembourg</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="94e7dfd2-ce24-43b7-95e2-82b841c65d45" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="292ea8d2-ca3c-423a-aa4c-19a2fe92f820" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="292ea8d2-ca3c-423a-aa4c-19a2fe92f820">Go Static: Contextualized Logging Statement Generation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yichenli" class="navigate">Yichen LI</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/yintonghuo" class="navigate">Yintong Huo</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/renyizhong" class="navigate">Renyi Zhong</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/zhihanjiang" class="navigate">Zhihan Jiang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/jinyangliu1" class="navigate">Jinyang Liu</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/junjiehuang1" class="navigate">Junjie Huang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/jiazhengu2" class="navigate">Jiazhen Gu</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/pinjiahe" class="navigate">Pinjia He</a><span class="prog-aff"> Chinese University of Hong Kong, Shenzhen</span>, <a href="https://2024.esec-fse.org/profile/michaellyu" class="navigate">Michael Lyu</a><span class="prog-aff"> The Chinese University of Hong Kong</span></div></td></tr><tr data-slot-id="686f24f0-6435-4a51-ae22-d9006f72590e" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="d58f6ca3-2a87-4f1b-8cb3-f4d066d2d637" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d58f6ca3-2a87-4f1b-8cb3-f4d066d2d637">DeSQL: Interactive Debugging of SQL in Data-Intensive Scalable Computing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sabaatharoon" class="navigate">Sabaat Haroon</a><span class="prog-aff"> Virginia tech</span>, <a href="https://2024.esec-fse.org/profile/chrisbrown" class="navigate">Chris Brown</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/muhammadaligulzar1" class="navigate">Muhammad Ali Gulzar</a><span class="prog-aff"> Virginia Tech</span></div></td></tr><tr data-slot-id="3e89dc0f-8e93-4d13-b262-e5b1bcb3e184" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="39b9022e-65cb-4332-b145-8339105468dc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="39b9022e-65cb-4332-b145-8339105468dc">DTD: Comprehensive and Scalable Testing for Debuggers</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/hongyilu" class="navigate">Hongyi Lu</a><span class="prog-aff"> Southern University of Science and Technology/Hong Kong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/zhiboliu" class="navigate">Zhibo Liu</a><span class="prog-aff"> The Hong Kong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/shuaiwang1" class="navigate">Shuai Wang</a><span class="prog-aff"> The Hong Kong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/fengweizhang" class="navigate">Fengwei Zhang</a><span class="prog-aff"> Southern University of Science and Technology</span></div></td></tr><tr data-slot-id="4b24f943-7b08-47d6-8be4-d6441d303fae" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="a2b49ff3-6aee-463a-882a-9eca3b436d22" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a2b49ff3-6aee-463a-882a-9eca3b436d22">Decoding Anomalies! Unraveling Operational Challenges in Human-in-the-Loop Anomaly Validation</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dongjaekim" class="navigate">Dong Jae Kim</a><span class="prog-aff"> Concordia University</span>, <a href="https://2024.esec-fse.org/profile/stevenlocke" class="navigate">Steven Locke</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/tsehsunpeterchen" class="navigate">Tse-Hsun (Peter) Chen</a><span class="prog-aff"> Concordia University</span>, <a href="https://2024.esec-fse.org/profile/andreitoma" class="navigate">Andrei Toma</a><span class="prog-aff"> ERA Environmental Management Solutions</span>, <a href="https://2024.esec-fse.org/profile/sarahsajedi" class="navigate">Sarah Sajedi</a><span class="prog-aff"> ERA Environmental Management Solutions</span>, <a href="https://2024.esec-fse.org/profile/stevesporea" class="navigate">Steve Sporea</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/lauraweinkam" class="navigate">Laura Weinkam</a><span class="prog-aff"> </span></div></td></tr><tr data-slot-id="041703f6-6447-4ea5-9bae-cdbc8f72f806" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:03</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="0d7affae-e726-4d38-a62e-b0e2ec2fc1b0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0d7affae-e726-4d38-a62e-b0e2ec2fc1b0">A Critical Review of Common Log Data Sets Used for Evaluation of Sequence-based Anomaly Detection Techniques</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/maxlandauer" class="navigate">Max Landauer</a><span class="prog-aff"> AIT Austrian Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/florianskopik" class="navigate">Florian Skopik</a><span class="prog-aff"> AIT Austrian Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/markuswurzenberger" class="navigate">Markus Wurzenberger</a><span class="prog-aff"> AIT Austrian Institute of Technology</span></div></td></tr><tr data-slot-id="ff469ebf-0792-4bf9-aded-649da6ac24e6" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:21</div><strong>18m</strong></div><div class="event-type">Research paper</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="778e49be-3043-4bd1-a0fb-51fb2930a4f3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="778e49be-3043-4bd1-a0fb-51fb2930a4f3">LILAC: Log Parsing using LLMs with Adaptive Parsing Cache</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhihanjiang" class="navigate">Zhihan Jiang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/jinyangliu1" class="navigate">Jinyang Liu</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/zhuangbinchen1" class="navigate">Zhuangbin Chen</a><span class="prog-aff"> School of Software Engineering, Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/yichenli" class="navigate">Yichen LI</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/junjiehuang1" class="navigate">Junjie Huang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/yintonghuo" class="navigate">Yintong Huo</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/pinjiahe" class="navigate">Pinjia He</a><span class="prog-aff"> Chinese University of Hong Kong, Shenzhen</span>, <a href="https://2024.esec-fse.org/profile/jiazhengu2" class="navigate">Jiazhen Gu</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/michaellyu" class="navigate">Michael Lyu</a><span class="prog-aff"> The Chinese University of Hong Kong</span></div><a href="https://doi.org/10.1145/3643733" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2310.01796" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="44659c43-c763-4cff-95f5-2fdf969a2c78" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:39</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="afa9c070-e8c0-4771-8c60-3b23da2200f2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="afa9c070-e8c0-4771-8c60-3b23da2200f2">TraStrainer: Adaptive Sampling for Distributed Traces with System Runtime State<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/haiyuhuang" class="navigate">Haiyu Huang</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/xiaoyuzhang2" class="navigate">Xiaoyu Zhang</a><span class="prog-aff"> HUAWEI CLOUD COMPUTING TECHNOLOGIES CO. LTD.</span>, <a href="https://2024.esec-fse.org/profile/pengfeichen" class="navigate">Pengfei Chen</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/zilonghe" class="navigate">Zilong He</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/zhimingchen" class="navigate">Zhiming Chen</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/guangbayu" class="navigate">Guangba Yu</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/hongyangchen" class="navigate">Hongyang Chen</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/chensun" class="navigate">Chen Sun</a><span class="prog-aff"> Huawei</span></div><a href="https://yuxiaoba.github.io/publication/trastariner/trastariner.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">SE4AI 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/weiyang" target="_blank" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e29cb290-b29c-443e-8078-a235f44fbcc4" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="fc1b6bbb-c57c-4c4e-831d-3523eb98169f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fc1b6bbb-c57c-4c4e-831d-3523eb98169f">Natural Is The Best: Model-Agnostic Code Simplification for Pre-trained Large Language Models</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yanwang8" class="navigate">Yan Wang</a><span class="prog-aff"> Central University of Finance and Economics</span>, <a href="https://2024.esec-fse.org/profile/xiaoningli1" class="navigate">Xiaoning Li</a><span class="prog-aff"> Central University of Finance and Economics</span>, <a href="https://2024.esec-fse.org/profile/tiennguyen" class="navigate">Tien N. Nguyen</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/shaohuawang" class="navigate">Shaohua Wang</a><span class="prog-aff"> Central University of Finance and Economics</span>, <a href="https://2024.esec-fse.org/profile/chaoni" class="navigate">Chao Ni</a><span class="prog-aff"> School of Software Technology, Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/lingding" class="navigate">Ling Ding</a><span class="prog-aff"> Central University of Finance and Economics</span></div><a href="https://arxiv.org/abs/2405.11196" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/59/Natural-Is-The-Best-Model-Agnostic-Code-Simplification-for-Pre-trained-Large-Languag" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/59/Natural-Is-The-Best-Model-Agnostic-Code-Simplification-for-Pre-trained-Large-Languag" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="09996e0d-e44a-4c5a-a84f-1546390e6e28" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="6edaba14-23ad-4951-9f67-e1a5be2d3f86" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6edaba14-23ad-4951-9f67-e1a5be2d3f86">On Reducing Undesirable Behavior in Deep-Reinforcement-Learning-Based Software</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ophircarmel" class="navigate">Ophir Carmel</a><span class="prog-aff"> The Hebrew University of Jerusalem</span>, <a href="https://2024.esec-fse.org/profile/guykatz1" class="navigate">Guy Katz</a><span class="prog-aff"> The Hebrew University of Jerusalem</span></div></td></tr><tr data-slot-id="c117ef61-4e20-47b2-9ea8-897a09371a81" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="5d59dbea-96c0-4f2b-954f-ab82cdc1dc72" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5d59dbea-96c0-4f2b-954f-ab82cdc1dc72">Decide: Knowledge-based Version Incompatibility Detection in Deep Learning Stacks</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zihanzhou" class="navigate">Zihan Zhou</a><span class="prog-aff"> The University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/zhongkaizhao1" class="navigate">Zhongkai Zhao</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/bonankou" class="navigate">Bonan Kou</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/tianyizhang1" class="navigate">Tianyi Zhang</a><span class="prog-aff"> Purdue University</span></div><a href="https://doi.org/10.1145/3663529.3663796" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://dl.acm.org/doi/pdf/10.1145/3663529.3663796" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-demonstrations/1/Decide-Knowledge-based-Version-Incompatibility-Detection-in-Deep-Learning-Stacks" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="cbfe9262-1ad6-428b-8bd0-8e310d74aeb7" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:45</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="a9a324ae-18aa-4f8c-b26d-f83430412224" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9a324ae-18aa-4f8c-b26d-f83430412224">Test input prioritization for Machine Learning Classifiers</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xueqidang" class="navigate">Xueqi Dang</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/yinghuali" class="navigate">Yinghua LI</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/mikepapadakis" class="navigate">Mike Papadakis</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/jacquesklein" class="navigate">Jacques Klein</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/tegawendefbissyande" class="navigate">Tegawendé F. Bissyandé</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2024.esec-fse.org/profile/yvesletraon" class="navigate">Yves Le Traon</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span></div></td></tr><tr data-slot-id="e3d76172-bd72-4b81-a6b4-bf2f63709be8" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:03</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="07513618-a1df-4d5e-8464-c910dfcf2792" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="07513618-a1df-4d5e-8464-c910dfcf2792">How Far Are We with Automated Machine Learning? Characterization and Challenges of AutoML Toolkits</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mdabdullahalalamin" class="navigate">Md Abdullah Al Alamin</a><span class="prog-aff"> University of Calgary</span>, <a href="https://2024.esec-fse.org/profile/giasuddin2" class="navigate">Gias Uddin</a><span class="prog-aff"> York University, Canada</span></div></td></tr><tr data-slot-id="7d7c751f-966f-4021-bda8-facdc45b247b" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:21</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="5507c170-f9dc-4e4e-bad1-7ea191d5e0b8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5507c170-f9dc-4e4e-bad1-7ea191d5e0b8">Automated Root Causing of Cloud Incidents using In-Context Learning with GPT-4</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xuchaozhang" class="navigate">Xuchao Zhang</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/supriyoghosh" class="navigate">Supriyo Ghosh</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/chetanbansal" class="navigate">Chetan Bansal</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/rujiawang1" class="navigate">Rujia Wang</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/minghuama" class="navigate">Minghua Ma</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/yukang" class="navigate">Yu Kang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/saravanrajmohan1" class="navigate">Saravan Rajmohan</a><span class="prog-aff"> Microsoft</span></div></td></tr><tr data-slot-id="5b382eae-6101-4d8a-9ae0-9bb8451acd86" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:39</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="eb9ac652-1836-4071-8cdc-40141b98b174" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="eb9ac652-1836-4071-8cdc-40141b98b174">Exploring LLM-based Agents for Root Cause Analysis</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/devjeetroy" class="navigate">Devjeet Roy</a><span class="prog-aff"> Washington State University</span>, <a href="https://2024.esec-fse.org/profile/xuchaozhang" class="navigate">Xuchao Zhang</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/rashibhave" class="navigate">Rashi Bhave</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/chetanbansal" class="navigate">Chetan Bansal</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/pedrolascasas" class="navigate">Pedro Las-Casas</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/rodrigofonseca1" class="navigate">Rodrigo Fonseca</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/saravanrajmohan1" class="navigate">Saravan Rajmohan</a><span class="prog-aff"> Microsoft</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Pitanga" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Testing 3<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/qixin2" target="_blank" class="navigate">Qi Xin</a><span class="prog-aff"> Wuhan University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9b82ecb7-f155-4561-a916-a2d8db17b975" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="ed6cebc0-5a99-466f-8093-eeb8d119227a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ed6cebc0-5a99-466f-8093-eeb8d119227a">Search-based Software Testing Driven by Automatically Generated and Manually Defined Fitness Functions</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/federicoformica" class="navigate">Federico Formica</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/tonyfan" class="navigate">Tony Fan</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/claudiomenghi1" class="navigate">Claudio Menghi</a><span class="prog-aff"> University of Bergamo; McMaster University</span></div></td></tr><tr data-slot-id="2fd70f63-d1a0-4d8a-a989-7e6b57b9a7c5" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="2abf205b-6444-46fb-8e42-2783ac823973" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2abf205b-6444-46fb-8e42-2783ac823973">Monitoring the Execution of 14K Tests: Methods Tend to Have One Path that Is Significantly More Executed</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/andrehora" class="navigate">Andre Hora</a><span class="prog-aff"> UFMG</span></div><a href="https://andrehora.github.io/pub/2024-fse-tested-paths.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-ideas--visions-and-reflections/17/Monitoring-the-Execution-of-14K-Tests-Methods-Tend-to-Have-One-Path-that-Is-Signific" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="d0f5d0de-4c78-4b9d-b0bf-d041e69e3ff1" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="7e02d2b3-a016-4e62-bc25-024a9f092c07" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7e02d2b3-a016-4e62-bc25-024a9f092c07">Finding and Understanding Defects in Static Analyzers by Constructing Automated Oracles</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/weiganghe" class="navigate">weigang he</a><span class="prog-aff"> East China Normal University / University of Technology Sydney</span>, <a href="https://2024.esec-fse.org/profile/pengdi" class="navigate">Peng Di</a><span class="prog-aff"> Ant Group</span>, <a href="https://2024.esec-fse.org/profile/mengliming" class="navigate">Mengli Ming</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/chengyuzhang" class="navigate">Chengyu Zhang</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://2024.esec-fse.org/profile/tingsu" class="navigate">Ting Su</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/shijieli" class="navigate">Shijie Li</a><span class="prog-aff"> Ant Group</span>, <a href="https://2024.esec-fse.org/profile/yuleisui" class="navigate">Yulei Sui</a><span class="prog-aff"> UNSW</span></div></td></tr><tr data-slot-id="d928a385-b757-41ed-9f5d-cb151c5b6eef" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="69e8197f-7474-4503-bfee-39512460c241" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="69e8197f-7474-4503-bfee-39512460c241">A Miss Is as Good as A Mile: Metamorphic Testing for Deep Learning Operators</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jinyinchen" class="navigate">Jinyin Chen</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/chengyujia" class="navigate">Chengyu Jia</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/yunjieyan" class="navigate">Yunjie Yan</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/jiege" class="navigate">Jie Ge</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/haibinzheng" class="navigate">haibin zheng</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/yaocheng1" class="navigate">Yao Cheng</a><span class="prog-aff"> TÜV SÜD Asia Pacific Pte. Ltd.</span></div></td></tr><tr data-slot-id="f4b3aa48-8330-4eb4-ac5c-b4e7c1fa1ba5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:12</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="e98e99fd-a1e6-474e-ae39-92ce5e2ac5b2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e98e99fd-a1e6-474e-ae39-92ce5e2ac5b2">ExLi : An Inline-Test Generation Tool for Java</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yuliu1" class="navigate">Yu Liu</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2024.esec-fse.org/profile/adityathimmaiah" class="navigate">Aditya Thimmaiah</a><span class="prog-aff"> The University of Texas at Austin</span>, <a href="https://2024.esec-fse.org/profile/owolabilegunsen" class="navigate">Owolabi Legunsen</a><span class="prog-aff"> Cornell University</span>, <a href="https://2024.esec-fse.org/profile/milosgligoric" class="navigate">Milos Gligoric</a><span class="prog-aff"> The University of Texas at Austin</span></div></td></tr><tr data-slot-id="1877a61b-c5b2-4f34-aa1e-14cffc4d1d23" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:21</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="584eb92e-a041-4000-bdf8-2a42aaaa140f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="584eb92e-a041-4000-bdf8-2a42aaaa140f">ATheNA-S: a Testing Tool for Simulink Models Driven by Software Requirements and Domain Expertise</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/federicoformica" class="navigate">Federico Formica</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/mohammadmahdimahboob" class="navigate">Mohammad Mahdi Mahboob</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/mehrnooshaskarpour" class="navigate">Mehrnoosh Askarpour</a><span class="prog-aff"> McMaster University</span>, <a href="https://2024.esec-fse.org/profile/claudiomenghi1" class="navigate">Claudio Menghi</a><span class="prog-aff"> University of Bergamo; McMaster University</span></div></td></tr><tr data-slot-id="1629b7fc-9e81-4464-8471-2b9517c401ce" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="fae6a2b8-62cf-4861-99f6-b988b218284c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fae6a2b8-62cf-4861-99f6-b988b218284c">Test Polarity: Detecting Positive and Negative Tests</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/andrehora" class="navigate">Andre Hora</a><span class="prog-aff"> UFMG</span></div><a href="https://andrehora.github.io/pub/2024-fse-test-polarity.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-ideas--visions-and-reflections/18/Test-Polarity-Detecting-Positive-and-Negative-Tests" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="362ee520-7d05-4d5f-ae8f-d7ffdd15fb5c" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:39</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="f2cb16a2-19e6-4145-be34-03c7ee4e8705" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f2cb16a2-19e6-4145-be34-03c7ee4e8705">Java JIT Testing with Template Extraction</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhiqiangzang" class="navigate">Zhiqiang Zang</a><span class="prog-aff"> The University of Texas at Austin</span>, <a href="https://2024.esec-fse.org/profile/fuyaoyu" class="navigate">Fu-Yao Yu</a><span class="prog-aff"> The University of Texas at Austin</span>, <a href="https://2024.esec-fse.org/profile/adityathimmaiah" class="navigate">Aditya Thimmaiah</a><span class="prog-aff"> The University of Texas at Austin</span>, <a href="https://2024.esec-fse.org/profile/augustshi" class="navigate">August Shi</a><span class="prog-aff"> The University of Texas at Austin</span>, <a href="https://2024.esec-fse.org/profile/milosgligoric" class="navigate">Milos Gligoric</a><span class="prog-aff"> The University of Texas at Austin</span></div><a href="https://doi.org/10.1145/3643777" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://zzqpro.net/dl/papers/zang24lejit.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Pitomba" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">AI4SE 3<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/malihehizadi" target="_blank" class="navigate">Maliheh Izadi</a><span class="prog-aff"> Delft University of Technology</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="74ac0563-af7e-45f2-9314-e1d121d06277" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="9dd41a75-f6d6-48f9-a8f9-c92d1dbfedd5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9dd41a75-f6d6-48f9-a8f9-c92d1dbfedd5">Rethinking Software Engineering in the Era of Foundation Models</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen’s University</span>, <a href="https://2024.esec-fse.org/profile/dayilin" class="navigate">Dayi Lin</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/gopikrishnanrajbahadur1" class="navigate">Gopi Krishnan Rajbahadur</a><span class="prog-aff"> Centre for Software Excellence, Huawei, Canada</span>, <a href="https://2024.esec-fse.org/profile/keheliyagallaba" class="navigate">Keheliya Gallaba</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/filipercogo" class="navigate">Filipe Cogo</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/boyuanchen1" class="navigate">Boyuan Chen</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/haoxiangzhang1" class="navigate">Haoxiang Zhang</a><span class="prog-aff"> Huawei</span>, <a href="https://2024.esec-fse.org/profile/kishanthanthangarajah1" class="navigate">Kishanthan Thangarajah</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/gustavooliva" class="navigate">Gustavo Oliva</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/jiahueijustinalin" class="navigate">Jiahuei (Justina) Lin</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/walimohammadabdullah" class="navigate">Wali Mohammad Abdullah</a><span class="prog-aff"> Centre for Software Excellence, Huawei Canada</span>, <a href="https://2024.esec-fse.org/profile/zhenmingjackjiang" class="navigate">Zhen Ming (Jack) Jiang</a><span class="prog-aff"> York University </span></div></td></tr><tr data-slot-id="cdfaeb28-438f-452e-96cd-5383bf8de974" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="af4672f8-ba3f-4ccb-85ef-27eaf86daf15" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="af4672f8-ba3f-4ccb-85ef-27eaf86daf15">LM-PACE: Confidence Estimation by Large Language Models for Effective Root Causing of Cloud Incidents</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shizhuozhang" class="navigate">Shizhuo Zhang</a><span class="prog-aff"> University of Illinois Urbana-Champaign</span>, <a href="https://2024.esec-fse.org/profile/xuchaozhang" class="navigate">Xuchao Zhang</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/chetanbansal" class="navigate">Chetan Bansal</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/pedrolascasas" class="navigate">Pedro Las-Casas</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/rodrigofonseca1" class="navigate">Rodrigo Fonseca</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/saravanrajmohan1" class="navigate">Saravan Rajmohan</a><span class="prog-aff"> Microsoft</span></div></td></tr><tr data-slot-id="439f734f-3cf9-49fe-a699-ac3eb7c04b92" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="141c8637-1ecf-4a1d-ac6f-f97f6d04a559" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="141c8637-1ecf-4a1d-ac6f-f97f6d04a559">Application of Quantum Extreme Learning Machines for QoS Prediction of Elevators' Software in an Industrial Context</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xinyiwang" class="navigate">Xinyi Wang</a><span class="prog-aff"> Simula Research Laboratory and University of Oslo</span>, <a href="https://2024.esec-fse.org/profile/shaukatali" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Laboratory and Oslo Metropolitan University</span>, <a href="https://2024.esec-fse.org/profile/aitorarrieta" class="navigate">Aitor Arrieta</a><span class="prog-aff"> Mondragon University</span>, <a href="https://2024.esec-fse.org/profile/paoloarcaini" class="navigate">Paolo Arcaini</a><span class="prog-aff"> National Institute of Informatics </span>, <a href="https://2024.esec-fse.org/profile/maitearratibel" class="navigate">Maite Arratibel</a><span class="prog-aff"> Orona</span></div></td></tr><tr data-slot-id="6ced93f8-0bc2-46d8-8857-354a19f25730" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="e3fbf759-a60f-4936-bb4f-22a19265a522" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e3fbf759-a60f-4936-bb4f-22a19265a522">X-lifecycle Learning for Cloud Incident Management using LLMs</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/drishtigoel" class="navigate">Drishti Goel</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/fizahusain" class="navigate">Fiza Husain</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/adityakumarsingh" class="navigate">Aditya Kumar Singh</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/supriyoghosh" class="navigate">Supriyo Ghosh</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/anjalyparayil" class="navigate">Anjaly Parayil</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/chetanbansal" class="navigate">Chetan Bansal</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2024.esec-fse.org/profile/xuchaozhang" class="navigate">Xuchao Zhang</a><span class="prog-aff"> Microsoft</span>, <a href="https://2024.esec-fse.org/profile/saravanrajmohan1" class="navigate">Saravan Rajmohan</a><span class="prog-aff"> Microsoft</span></div><a href="https://2024.esec-fse.org/details/fse-2024-industry/40/X-lifecycle-Learning-for-Cloud-Incident-Management-using-LLMs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="cf5724a0-dd7d-49f2-83ba-b6f758cf3eec" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="95650e99-c088-41a1-bad0-bf85dfa806f8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="95650e99-c088-41a1-bad0-bf85dfa806f8">Neat: Mobile App Layout Similarity Comparison based on Graph Convolutional Networks</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhutao" class="navigate">Zhu Tao</a><span class="prog-aff"> ByteDance</span>, <a href="https://2024.esec-fse.org/profile/yongqianggao" class="navigate">Yongqiang Gao</a><span class="prog-aff"> ByteDance</span>, <a href="https://2024.esec-fse.org/profile/jiayiqi" class="navigate">Jiayi Qi</a><span class="prog-aff"> ByteDance</span>, <a href="https://2024.esec-fse.org/profile/chaopeng" class="navigate">Chao Peng</a><span class="prog-aff"> ByteDance, China</span>, <a href="https://2024.esec-fse.org/profile/qinyunwu" class="navigate">Qinyun Wu</a><span class="prog-aff"> Bytedance Ltd.</span>, <a href="https://2024.esec-fse.org/profile/xiangchen5" class="navigate">Xiang Chen</a><span class="prog-aff"> ByteDance</span>, <a href="https://2024.esec-fse.org/profile/pingyang" class="navigate">Ping Yang</a><span class="prog-aff"> Bytedance Network Technology</span></div></td></tr><tr data-slot-id="db4460a2-886e-44e7-bea0-c1b11c66c57e" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="d53a30d3-ce71-4513-8dea-7a9e899fd2d6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d53a30d3-ce71-4513-8dea-7a9e899fd2d6">Transformers and Meta-Tokenization in Sentiment Analysis for Software Engineering</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nathancassee1" class="navigate">Nathan Cassee</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2024.esec-fse.org/profile/andreiagaronian1" class="navigate">Andrei Agaronian</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2024.esec-fse.org/profile/eleniconstantinou" class="navigate">Eleni Constantinou</a><span class="prog-aff"> University of Cyprus</span>, <a href="https://2024.esec-fse.org/profile/nicolenovielli" class="navigate">Nicole Novielli</a><span class="prog-aff"> University of Bari</span>, <a href="https://2024.esec-fse.org/profile/aserebrenik" class="navigate">Alexander Serebrenik</a><span class="prog-aff"> Eindhoven University of Technology</span></div></td></tr><tr data-slot-id="6cf30a02-e972-4bac-bb83-f93bd0c63e42" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:48</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="d5010bb8-5232-4574-8567-22bf27f0f9ba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d5010bb8-5232-4574-8567-22bf27f0f9ba">EM-Assist: Safe automated ExtractMethod refactoring with LLMs</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dorinpomian1" class="navigate">Dorin Pomian</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://2024.esec-fse.org/profile/abhirambellur" class="navigate">Abhiram Bellur</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://2024.esec-fse.org/profile/malindadilharamalwalaarachchige" class="navigate">Malinda Dilhara</a><span class="prog-aff"> University of Colorado Boulder</span>, <a href="https://2024.esec-fse.org/profile/zarinakurbatova" class="navigate">Zarina Kurbatova</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/egorbogomolov" class="navigate">Egor Bogomolov</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/andreysokolov" class="navigate">Andrey Sokolov</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/timofeybryksin" class="navigate">Timofey Bryksin</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/dannydig" class="navigate">Danny Dig</a><span class="prog-aff"> University of Colorado Boulder, JetBrains Research</span></div><a href="https://arxiv.org/pdf/2405.20551" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Sapoti" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">16:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Fuzzing<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/maximelamothe" target="_blank" class="navigate">Maxime Lamothe</a><span class="prog-aff"> Polytechnique Montreal, Montreal, Canada</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="dc7fa507-505a-4532-bbdf-8359fa8fa4b2" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="fb629289-add9-497f-b505-c76869107cf0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fb629289-add9-497f-b505-c76869107cf0">Dodrio: Parallelizing Taint Analysis Based Fuzzing via Redundancy-Free Scheduling</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jieliang" class="navigate">Jie Liang</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/mingzhewang" class="navigate">Mingzhe Wang</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/chijinzhou3" class="navigate">Chijin Zhou</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/zhiyongwu" class="navigate">Zhiyong Wu</a><span class="prog-aff"> Tsinghua University, China</span>, <a href="https://2024.esec-fse.org/profile/jianzhongliu" class="navigate">Jianzhong Liu</a><span class="prog-aff"> ShanghaiTech University</span>, <a href="https://2024.esec-fse.org/profile/yujiang" class="navigate">Yu Jiang</a><span class="prog-aff"> Tsinghua University</span></div></td></tr><tr data-slot-id="c8418213-b433-4772-8544-be85ffac3a08" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="74d6d50c-574b-4ed3-acb2-75e01712dfde" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="74d6d50c-574b-4ed3-acb2-75e01712dfde">Evolutionary Generative Fuzzing for Differential Testing of the Kotlin Compiler</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/calingeorgescu" class="navigate">Călin Georgescu</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/mitchellolsthoorn" class="navigate">Mitchell Olsthoorn</a><span class="prog-aff"> Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/pouriaderakhshanfar" class="navigate">Pouria Derakhshanfar</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/maratakhin" class="navigate">Marat Akhin</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2024.esec-fse.org/profile/annibalepanichella" class="navigate">Annibale Panichella</a><span class="prog-aff"> Delft University of Technology</span></div></td></tr><tr data-slot-id="a29bfd01-d1f0-46cf-9055-3df361a518a8" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="83133fde-45d1-4a4c-b246-3203fd9f3a19" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="83133fde-45d1-4a4c-b246-3203fd9f3a19">Evaluating Directed Fuzzers: Are We Heading in the Right Direction?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/taeeunkim" class="navigate">Tae Eun Kim</a><span class="prog-aff"> KAIST</span>, <a href="https://2024.esec-fse.org/profile/jaeseungchoi1" class="navigate">Jaeseung Choi</a><span class="prog-aff"> Sogang University</span>, <a href="https://2024.esec-fse.org/profile/seongjaeim" class="navigate">Seongjae Im</a><span class="prog-aff"> KAIST</span>, <a href="https://2024.esec-fse.org/profile/kihongheo" class="navigate">Kihong Heo</a><span class="prog-aff"> KAIST</span>, <a href="https://2024.esec-fse.org/profile/sangkilcha" class="navigate">Sang Kil Cha</a><span class="prog-aff"> KAIST</span></div><a href="https://prosys.kaist.ac.kr/publications/fse24.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/36/Evaluating-Directed-Fuzzers-Are-We-Heading-in-the-Right-Direction-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="7805393f-1775-43bd-93df-445cd3d66960" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:54</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="e93b5c43-64d3-4a9b-9c21-58a454419616" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e93b5c43-64d3-4a9b-9c21-58a454419616">When Fuzzing Meets LLMs: Challenges and Opportunities</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yujiang" class="navigate">Yu Jiang</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/jieliang" class="navigate">Jie Liang</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/fuchenma" class="navigate">Fuchen Ma</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/yuanliangchen1" class="navigate">Yuanliang Chen</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/chijinzhou3" class="navigate">Chijin Zhou</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/yuhengshen1" class="navigate">Yuheng Shen</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/zhiyongwu" class="navigate">Zhiyong Wu</a><span class="prog-aff"> Tsinghua University, China</span>, <a href="https://2024.esec-fse.org/profile/jingzhoufu1" class="navigate">Jingzhou Fu</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/mingzhewang" class="navigate">Mingzhe Wang</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/shanshanli1" class="navigate">Shanshan Li</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/quanzhang" class="navigate">Quan Zhang</a><span class="prog-aff"> Tsinghua University</span></div><a href="http://wingtecher.com/themes/WingTecherResearch/assets/papers/paper_from_24/FuzzMeetLLM_FSE24.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="475426a2-a8a8-4eb5-8bb3-e9e5a2d3b5fc" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:03</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="c2d20376-5918-4538-aef8-0cc0747cb462" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c2d20376-5918-4538-aef8-0cc0747cb462">Look Ma, No Input Samples! Mining Input Grammars from Code with Symbolic Parsing</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/leonbettscheider" class="navigate">Leon Bettscheider</a><span class="prog-aff"> CISPA Helmholtz Center for Information Security</span>, <a href="https://2024.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA Helmholtz Center for Information Security</span></div><a href="https://dl.acm.org/doi/10.1145/3663529.3663790" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3663529.3663790" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1edd7f4c-8046-4858-9206-1f94560b07ed" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:12</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="4a45160a-259d-402d-ad31-aabe9a9a59e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4a45160a-259d-402d-ad31-aabe9a9a59e3">VinJ: An Automated Tool for Large-Scale Software Vulnerability Data Generation</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yunong" class="navigate">Yu Nong</a><span class="prog-aff"> Washington State University</span>, <a href="https://2024.esec-fse.org/profile/haoranyang" class="navigate">Haoran Yang</a><span class="prog-aff"> Washington State University</span>, <a href="https://2024.esec-fse.org/profile/fengchen1" class="navigate">Feng Chen</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/haipengcai" class="navigate">Haipeng Cai</a><span class="prog-aff"> Washington State University</span></div><a href="https://doi.org/10.1145/3663529.3663800" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://chapering.github.io/pubs/nong24fsetool.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-demonstrations/5/VinJ-An-Automated-Tool-for-Large-Scale-Software-Vulnerability-Data-Generation" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="3fb76565-059f-478c-9a83-aba3dde49f48" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="b7a0e598-e7b2-4736-abf5-831a51aaac4f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b7a0e598-e7b2-4736-abf5-831a51aaac4f">The Human Side of Fuzzing: Challenges Faced by Developers During Fuzzing Activities</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/oliviernourry" class="navigate">Olivier Nourry</a><span class="prog-aff"> Kyushu University</span>, <a href="https://2024.esec-fse.org/profile/yutarokashiwa2" class="navigate">Yutaro Kashiwa</a><span class="prog-aff"> Nara Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/binlin1" class="navigate">Bin Lin</a><span class="prog-aff"> Radboud University</span>, <a href="https://2024.esec-fse.org/profile/gabrielebavota" class="navigate">Gabriele Bavota</a><span class="prog-aff"> Software Institute @ Università della Svizzera Italiana</span>, <a href="https://2024.esec-fse.org/profile/michelelanza" class="navigate">Michele Lanza</a><span class="prog-aff"> Software Institute - USI, Lugano</span>, <a href="https://2024.esec-fse.org/profile/yasutakakamei" class="navigate">Yasutaka Kamei</a><span class="prog-aff"> Kyushu University</span></div></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Thu 18 Jul 2024" data-facet-date-order="240718" data-facet-room="Convention Center #1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">19:30 - 22:30</div></td><td colspan="2"><div class="session-info-in-table">Conference Dinner<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-convention-center-%231" target="_blank" class="room-link navigate">Convention Center #1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="24cc637e-b611-481b-b8e0-dfd1d81fc4c1" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>3h</strong></div><div class="event-type">Dinner</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="09b3178c-f624-4f53-8c93-7be00029d474" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="09b3178c-f624-4f53-8c93-7be00029d474">Conference Dinner + Awards</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Fri 19 Jul</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Brasilia, Distrito Federal, Brazil</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-9"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c33"></td><td><div class="slot-label">09:00 - 09:30</div></td><td colspan="2"><div class="session-info-in-table">Test of Time Award Runner-Up Honorable Mention<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" target="_blank" class="text-muted navigate">Plenary Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="32eabde3-2cc2-4f2f-aa79-1caddc0cb85e" class="hidable"><td class="track-color c33"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>30m</strong></div><div class="event-type">Keynote</div><span data-facet-track="FSE Plenary Events"></span></td><td><span data-event-star="6da7367d-d479-49bf-b0f9-2ea8dfa7c704" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6da7367d-d479-49bf-b0f9-2ea8dfa7c704">An empirical analysis of flaky tests</a></strong><div class="prog-track">Plenary Events</div><div class="performers"><a href="https://2024.esec-fse.org/profile/qingzhouluo" class="navigate">Qingzhou Luo</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2024.esec-fse.org/profile/farahhariri" class="navigate">Farah Hariri</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2024.esec-fse.org/profile/lamyaaeloussi" class="navigate">Lamyaa Eloussi</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/darkomarinov" class="navigate">Darko Marinov</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://dl.acm.org/doi/10.1145/2635868.2635920" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/2635868.2635920" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c33"></td><td><div class="slot-label">09:30 - 10:30</div></td><td colspan="2"><div class="session-info-in-table">Keynote Myra Cohen<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" target="_blank" class="text-muted navigate">Plenary Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/marcelodamorim" target="_blank" class="navigate">Marcelo d'Amorim</a><span class="prog-aff"> North Carolina State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d01dfc06-9755-4846-ba2c-277430a79560" class="hidable"><td class="track-color c33"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>60m</strong></div><div class="event-type">Keynote</div><span data-facet-track="FSE Plenary Events"></span></td><td><span data-event-star="a352498d-e9b2-4d17-910e-2f0e5c86696d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a352498d-e9b2-4d17-910e-2f0e5c86696d">It’s Organic: Software Testing of Emerging Domains</a></strong><div class="prog-track">Plenary Events</div><div class="performers"><a href="https://2024.esec-fse.org/profile/myracohen" class="navigate">Myra Cohen</a><span class="prog-aff"> Iowa State University</span></div></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">10:30 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9755832e-f2da-4ca5-ac80-493ff7f785a3" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-10"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Lounge" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c22"></td><td><div class="slot-label">10:30 - 11:00</div></td><td colspan="2"><div class="session-info-in-table">Poster Session 4<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-posters" target="_blank" class="text-muted navigate">Posters</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" target="_blank" class="room-link navigate">Lounge</a> <a data-toggle="modal" href="#aci-ec5b77ce-969c-439e-aca4-7593b4cd75d5"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="0a0f01de-6e41-4db6-bbd2-45702cdf96a6" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="9d79a3b1-0945-4974-9371-cc1b920abe61" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9d79a3b1-0945-4974-9371-cc1b920abe61">Understanding the Impact of APIs Behavioral Breaking Changes on Client Applications</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dhanushkajayasuriya" class="navigate">Dhanushka Jayasuriya</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2024.esec-fse.org/profile/valerioterragni" class="navigate">Valerio Terragni</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2024.esec-fse.org/profile/jensdietrich" class="navigate">Jens Dietrich</a><span class="prog-aff"> Victoria University of Wellington</span>, <a href="https://2024.esec-fse.org/profile/kellyblincoe" class="navigate">Kelly Blincoe</a><span class="prog-aff"> University of Auckland</span></div></td></tr><tr data-slot-id="0bae4c1f-77d9-4cfa-8762-ba42bb2ee5b5" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="5ccd0320-61f1-47ab-a74c-a35dd1ede379" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5ccd0320-61f1-47ab-a74c-a35dd1ede379">Your Code Secret Belongs to Me: Neural Code Completion Tools Can Memorize Hard-coded Credentials</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yizhanhuang" class="navigate">Yizhan Huang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/yichenli" class="navigate">Yichen LI</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/weibinwu" class="navigate">Weibin Wu</a><span class="prog-aff"> Sun Yat-sen University</span>, <a href="https://2024.esec-fse.org/profile/jianpingzhang" class="navigate">Jianping Zhang</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/michaellyu" class="navigate">Michael Lyu</a><span class="prog-aff"> The Chinese University of Hong Kong</span></div></td></tr><tr data-slot-id="0d5f812e-e9e4-4df0-ad1f-6a7027c3338e" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="fcafdeef-f5ac-4cca-8159-b9631bafed3a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fcafdeef-f5ac-4cca-8159-b9631bafed3a">Natural Is The Best: Model-Agnostic Code Simplification for Pre-trained Large Language Models</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yanwang8" class="navigate">Yan Wang</a><span class="prog-aff"> Central University of Finance and Economics</span>, <a href="https://2024.esec-fse.org/profile/xiaoningli1" class="navigate">Xiaoning Li</a><span class="prog-aff"> Central University of Finance and Economics</span>, <a href="https://2024.esec-fse.org/profile/tiennguyen" class="navigate">Tien N. Nguyen</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/shaohuawang" class="navigate">Shaohua Wang</a><span class="prog-aff"> Central University of Finance and Economics</span>, <a href="https://2024.esec-fse.org/profile/chaoni" class="navigate">Chao Ni</a><span class="prog-aff"> School of Software Technology, Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/lingding" class="navigate">Ling Ding</a><span class="prog-aff"> Central University of Finance and Economics</span></div></td></tr><tr data-slot-id="23386b5e-0142-4878-b919-ad35dfd4bd81" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="13bce0fa-36a3-4e32-bc29-89554886ee1e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="13bce0fa-36a3-4e32-bc29-89554886ee1e">PyRadar: Towards Automatically Retrieving and Validating Source Code Repository Information for PyPI Packages</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/kaigao" class="navigate">Kai Gao</a><span class="prog-aff"> University of Science and Technology Beijing</span>, <a href="https://2024.esec-fse.org/profile/weiweixu" class="navigate">Weiwei Xu</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/wenhaoyang" class="navigate">Wenhao Yang</a><span class="prog-aff"> Peking University</span>, <a href="https://2024.esec-fse.org/profile/minghuizhou" class="navigate">Minghui Zhou</a><span class="prog-aff"> Peking University</span></div></td></tr><tr data-slot-id="436e01d1-0614-4947-8110-12789922d0cb" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="ddd49c67-dfd7-4f0e-9f4a-f6e2dade80ab" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ddd49c67-dfd7-4f0e-9f4a-f6e2dade80ab">"The Law Doesn’t Work Like a Computer": Exploring Software Licensing Issues Faced by Legal Practitioners</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nathanwintersgill" class="navigate">Nathan Wintersgill</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/trevorstalnaker" class="navigate">Trevor Stalnaker</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/lauraaheymann" class="navigate">Laura A. Heymann</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/oscarchaparro" class="navigate">Oscar Chaparro</a><span class="prog-aff"> William & Mary</span>, <a href="https://2024.esec-fse.org/profile/denysposhyvanyk" class="navigate">Denys Poshyvanyk</a><span class="prog-aff"> William & Mary</span></div></td></tr><tr data-slot-id="47a2172e-c28e-41d7-b9ad-6dd1cd8ecaa9" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="55e2e0fa-c730-491b-a9d0-f97530650a92" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="55e2e0fa-c730-491b-a9d0-f97530650a92">RavenBuild: Context, Relevance, and Dependency Aware Build Outcome Prediction</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/gengyisun" class="navigate">Gengyi Sun</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/sarrahabchi1" class="navigate">Sarra Habchi</a><span class="prog-aff"> Ubisoft Montréal</span>, <a href="https://2024.esec-fse.org/profile/shanemcintosh" class="navigate">Shane McIntosh</a><span class="prog-aff"> University of Waterloo</span></div></td></tr><tr data-slot-id="5199bc99-f405-4dd3-8f8d-944bb3a93142" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="4842cd5a-a36f-4a13-8e9b-c6f4ba81b2de" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4842cd5a-a36f-4a13-8e9b-c6f4ba81b2de">MirrorFair: Fixing Fairness Bugs in Machine Learning Software via Counterfactual Predictions</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yingxiao" class="navigate">Ying Xiao</a><span class="prog-aff"> King's College London / Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/jiemzhang" class="navigate">Jie M. Zhang</a><span class="prog-aff"> King's College London</span>, <a href="https://2024.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/mohammadrezamousavi" class="navigate">Mohammad Reza Mousavi</a><span class="prog-aff"> King's College London</span>, <a href="https://2024.esec-fse.org/profile/sicenliu" class="navigate">Sicen Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/dingyuanxue" class="navigate">Dingyuan Xue</a><span class="prog-aff"> Southern University of Science and Technology</span></div></td></tr><tr data-slot-id="5fb53cd8-9dbf-4ca1-a68a-0a6dec78d535" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="bbea7663-d0c1-4998-a0a0-cfb422d4f454" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bbea7663-d0c1-4998-a0a0-cfb422d4f454">Do Code Generation Models Think Like Us? - A Study of Attention Alignment between Large Language Models and Human Programmers</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/bonankou" class="navigate">Bonan Kou</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/shengmaichen" class="navigate">Shengmai Chen</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/zhijiewang" class="navigate">Zhijie Wang</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2024.esec-fse.org/profile/leima" class="navigate">Lei Ma</a><span class="prog-aff"> The University of Tokyo & University of Alberta</span>, <a href="https://2024.esec-fse.org/profile/tianyizhang1" class="navigate">Tianyi Zhang</a><span class="prog-aff"> Purdue University</span></div></td></tr><tr data-slot-id="62d270e7-de68-422c-96e6-20ad1675aad0" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="85bd5c2e-1ea5-4c33-bf7e-8cbd1702d839" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="85bd5c2e-1ea5-4c33-bf7e-8cbd1702d839">Dependency-Induced Waste in Continuous Integration: An Empirical Study on NPM Dependencies</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/nimmiweeraddana" class="navigate">Nimmi Weeraddana</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/mahmoudalfadel" class="navigate">Mahmoud Alfadel</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/shanemcintosh1" class="navigate">Shane McIntosh</a><span class="prog-aff"> University of Waterloo</span></div></td></tr><tr data-slot-id="7c68aa9b-6cdd-4a10-8a94-695bbe0efbc6" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="7d69598c-ee65-4669-87fb-b339a0ecb5a5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7d69598c-ee65-4669-87fb-b339a0ecb5a5">A Miss Is as Good as A Mile: Metamorphic Testing for Deep Learning Operators</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jinyinchen" class="navigate">Jinyin Chen</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/chengyujia" class="navigate">Chengyu Jia</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/yunjieyan" class="navigate">Yunjie Yan</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/jiege" class="navigate">Jie Ge</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/haibinzheng" class="navigate">haibin zheng</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2024.esec-fse.org/profile/yaocheng1" class="navigate">Yao Cheng</a><span class="prog-aff"> TÜV SÜD Asia Pacific Pte. Ltd.</span></div></td></tr><tr data-slot-id="8775b41a-c2ba-48e3-9452-1da369cbc9b0" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="2169ba87-a7e3-4fb2-b5cd-7ec37713c118" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2169ba87-a7e3-4fb2-b5cd-7ec37713c118">Investigating Documented Privacy Changes in Android OS</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/chuanyan" class="navigate">Chuan Yan</a><span class="prog-aff"> University of Queensland</span>, <a href="https://2024.esec-fse.org/profile/markhuasongmeng1" class="navigate">Mark Huasong Meng</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2024.esec-fse.org/profile/fumanxie" class="navigate">Fuman Xie</a><span class="prog-aff"> University of Queensland</span>, <a href="https://2024.esec-fse.org/profile/guangdongbai1" class="navigate">Guangdong Bai</a><span class="prog-aff"> University of Queensland</span></div></td></tr><tr data-slot-id="b435489a-8269-47bd-9ad5-7634626b30a2" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="a35af316-81de-4c0d-b62d-57d12d14bc35" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a35af316-81de-4c0d-b62d-57d12d14bc35">Analyzing Quantum Programs with LintQ: A Static Analysis Framework for Qiskit</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/matteopaltenghi" class="navigate">Matteo Paltenghi</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2024.esec-fse.org/profile/michaelpradel" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span></div></td></tr><tr data-slot-id="cf645eea-c79d-498e-af65-375464c08d30" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="a9498ec3-9236-44b9-9b69-dd98713a7409" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9498ec3-9236-44b9-9b69-dd98713a7409">Generative AI for Pull Request Descriptions: Adoption, Impact, and Developer Interventions</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/taoxiao" class="navigate">Tao Xiao</a><span class="prog-aff"> Nara Institute of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/hideakihata" class="navigate">Hideaki Hata</a><span class="prog-aff"> Shinshu University</span>, <a href="https://2024.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/kenichimatsumoto" class="navigate">Kenichi Matsumoto</a><span class="prog-aff"> Nara Institute of Science and Technology</span></div></td></tr><tr data-slot-id="e13ad530-67bb-47e2-8eb9-7e79dde48dcc" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">10:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="8d1c9383-d264-4167-9e2f-629ba8005423" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8d1c9383-d264-4167-9e2f-629ba8005423">Bloat beneath Python's Scales: A Fine-Grained Inter-Project Dependency Analysis</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/georgiospetrosdrosos" class="navigate">Georgios-Petros Drosos</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://2024.esec-fse.org/profile/thodorissotiropoulos" class="navigate">Thodoris Sotiropoulos</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://2024.esec-fse.org/profile/diomidisspinellis" class="navigate">Diomidis Spinellis</a><span class="prog-aff"> Athens University of Economics and Business & Delft University of Technology</span>, <a href="https://2024.esec-fse.org/profile/dimitrismitropoulos" class="navigate">Dimitris Mitropoulos</a><span class="prog-aff"> University of Athens</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Empirical Studies 4<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/yilinglou" target="_blank" class="navigate">Yiling Lou</a><span class="prog-aff"> Fudan University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3d35b9e4-f9b9-4182-9008-a51f0c2960e0" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Journal First"></span></td><td><span data-event-star="4e26506a-f4a1-4f65-b1ba-f66457e42df2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4e26506a-f4a1-4f65-b1ba-f66457e42df2">Come for syntax, stay for speed, understand defects: An Empirical Study of Defects in Julia Programs</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2024.esec-fse.org/profile/akondrahman2" class="navigate">Akond Rahman</a><span class="prog-aff"> Auburn University</span>, <a href="https://2024.esec-fse.org/profile/dibyendubrintobose1" class="navigate">Dibyendu Brinto Bose</a><span class="prog-aff"> Graduate Student</span>, <a href="https://2024.esec-fse.org/profile/raunakshakya" class="navigate">Raunak Shakya</a><span class="prog-aff"> Mineral Worths</span>, <a href="https://2024.esec-fse.org/profile/rahulpandita" class="navigate">Rahul Pandita</a><span class="prog-aff"> GitHub, Inc.</span></div><a href="https://link.springer.com/article/10.1007/s10664-023-10328-5" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1007/s10664-023-10328-5" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://dl.acm.org/doi/abs/10.1007/s10664-023-10328-5" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Authorizer link</a><a href="https://akondrahman.github.io/files/papers/emse2023-julia.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="0aea0169-da38-430d-afe4-38c1e4a696d2" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="58b34253-3667-4282-aeda-bd1c6c7148a5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="58b34253-3667-4282-aeda-bd1c6c7148a5">An Empirically Grounded Path Forward for Scenario-based Testing of Autonomous Driving Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/qunyingsong" class="navigate">Qunying Song</a><span class="prog-aff"> Lund University</span>, <a href="https://2024.esec-fse.org/profile/emelieengstrom" class="navigate">Emelie Engstrom</a><span class="prog-aff"> Lund University</span>, <a href="https://2024.esec-fse.org/profile/perruneson" class="navigate">Per Runeson</a><span class="prog-aff"> Lund University</span></div></td></tr><tr data-slot-id="7299db1c-ed0e-4e7b-bbae-25a36838e842" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="61d19be3-e8ee-4c69-aa9d-7dd6345f74c2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="61d19be3-e8ee-4c69-aa9d-7dd6345f74c2">Automated End-to-End Dynamic Taint Analysis for WhatsApp</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/sopotcela" class="navigate">Sopot Cela</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/andreaciancone1" class="navigate">Andrea Ciancone</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/pergustafsson" class="navigate">Per Gustafsson</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/akoshajdu1" class="navigate">Ákos Hajdu</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/yuejia2" class="navigate">Yue Jia</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/timotejkapus2" class="navigate">Timotej Kapus</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/maksymkoshtenko" class="navigate">Maksym Koshtenko</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/willlewis" class="navigate">Will Lewis</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/kemao2" class="navigate">Ke Mao</a><span class="prog-aff"> Meta</span>, <a href="https://2024.esec-fse.org/profile/dragosmartac" class="navigate">Dragos Martac</a><span class="prog-aff"> Meta</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Mandacaru" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects 3<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/eduardoalmeida" target="_blank" class="navigate">Eduardo Santana de Almeida</a><span class="prog-aff"> Federal University of Bahia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ca811a92-f4fb-4a03-a83b-d4304b51b6ed" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="7fe040c1-fb5d-4e87-9e7a-2cc073aa21f6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7fe040c1-fb5d-4e87-9e7a-2cc073aa21f6">Exploring Hybrid Work Realities: A Case Study with Software Professionals From Underrepresented Groups</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ronnieessantos" class="navigate">Ronnie de Souza Santos</a><span class="prog-aff"> University of Calgary</span>, <a href="https://2024.esec-fse.org/profile/cleytonmagalhaes" class="navigate">Cleyton Magalhaes</a><span class="prog-aff"> Universidade Federal Rural de Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/robsontdesouzasantos" class="navigate">Robson T. de Souza Santos </a><span class="prog-aff"> UNINASSAU</span>, <a href="https://2024.esec-fse.org/profile/jorgecorreianeto" class="navigate">Jorge Correia-Neto</a><span class="prog-aff"> Universidade Federal Rural de Pernambuco</span></div></td></tr><tr data-slot-id="80cffad2-3545-4d1b-85ff-d0b762d5ac19" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="a9a591f9-8512-4a03-bc67-0c1bf4954398" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9a591f9-8512-4a03-bc67-0c1bf4954398">Rocks Coding, Not Development–A Human-Centric, Experimental Evaluation of LLM-Supported SE Tasks</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/weiwang11" class="navigate">Wei Wang</a><span class="prog-aff"> Beijing University of Posts and Telecommunications</span>, <a href="https://2024.esec-fse.org/profile/huilongning" class="navigate">Huilong Ning</a><span class="prog-aff"> Beijing University of Posts and Telecommunications</span>, <a href="https://2024.esec-fse.org/profile/gaoweizhang" class="navigate">Gaowei Zhang</a><span class="prog-aff"> Beijing University of Posts and Telecommunications</span>, <a href="https://2024.esec-fse.org/profile/liboliu" class="navigate">Libo Liu</a><span class="prog-aff"> School of Computing and Information Systems, University of Melbourne</span>, <a href="https://2024.esec-fse.org/profile/yiwang2" class="navigate">Yi Wang</a><span class="prog-aff"> Beijing University of Posts and Telecommunications</span></div><a href="https://doi.org/10.1145/3643758" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2402.05650" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="39140858-fced-41c4-a0fb-7dcc958d5adf" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="68bfc7ad-aaa1-403c-83a8-cc5c3c71e662" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="68bfc7ad-aaa1-403c-83a8-cc5c3c71e662">Beyond Code Generation: An Observational Study of ChatGPT Usage in Software Engineering Practice</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ranimkhojah" class="navigate">Ranim Khojah</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/mazenmohamad1" class="navigate">Mazen Mohamad</a><span class="prog-aff"> Chalmers | RISE - Research Institutes of Sweden</span>, <a href="https://2024.esec-fse.org/profile/philippleitner1" class="navigate">Philipp Leitner</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/franciscogomesdeoliveiraneto" class="navigate">Francisco Gomes de Oliveira Neto</a><span class="prog-aff"> Chalmers | University of Gothenburg</span></div><a href="https://arxiv.org/abs/2404.14901" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="8898a3dd-7ad8-43eb-a8f8-a1ef10c83587" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="7f7ae455-8954-4d95-a5f2-5e87846b6ad8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7f7ae455-8954-4d95-a5f2-5e87846b6ad8">How to Gain Commit Rights in Modern Top Open Source Communities?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xintan" class="navigate">Xin Tan</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/yangong" class="navigate">Yan Gong</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/geyuhuang" class="navigate">Geyu Huang</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/haohuawu" class="navigate">Haohua Wu</a><span class="prog-aff"> Beihang University</span>, <a href="https://2024.esec-fse.org/profile/lizhang" class="navigate">Li Zhang</a><span class="prog-aff"> Beihang University</span></div><a href="https://doi.org/10.1145/3660784" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://arxiv.org/abs/2405.01803" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="82222ea9-f190-4ac3-8e63-f329208b53f7" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="3ab8bd4a-b340-4935-b775-ef12560f3fd8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3ab8bd4a-b340-4935-b775-ef12560f3fd8">How does Simulation-based Testing for Self-driving Cars match Human Perception?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/christianbirchler" class="navigate">Christian Birchler</a><span class="prog-aff"> Zurich University of Applied Sciences & University of Bern</span>, <a href="https://2024.esec-fse.org/profile/tanzilkombarabettumohammed" class="navigate">Tanzil Kombarabettu Mohammed</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2024.esec-fse.org/profile/poojarani" class="navigate">Pooja Rani</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2024.esec-fse.org/profile/teodoranechita" class="navigate">Teodora Nechita</a><span class="prog-aff"> Zurich University of Applied Sciences</span>, <a href="https://2024.esec-fse.org/profile/timokehrer" class="navigate">Timo Kehrer</a><span class="prog-aff"> University of Bern</span>, <a href="https://2024.esec-fse.org/profile/sebastianopanichella" class="navigate">Sebastiano Panichella</a><span class="prog-aff"> Zurich University of Applied Sciences</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Pitanga" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">Testing 4<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/antoniabertolino" target="_blank" class="navigate">Antonia Bertolino</a><span class="prog-aff"> National Research Council, Italy</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="658a5918-0f46-4e25-b4c4-8dac07c320c7" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="289778d5-c6c1-46a4-9c3c-a8e2f5e6a9eb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="289778d5-c6c1-46a4-9c3c-a8e2f5e6a9eb">Partial Solution Based Constraint Solving Cache in Symbolic Execution</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ziqishuai" class="navigate">Ziqi Shuai</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span>, <a href="https://2024.esec-fse.org/profile/zhenbangchen" class="navigate">Zhenbang Chen</a><span class="prog-aff"> College of Computer, National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/kelinma1" class="navigate">Kelin Ma</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span>, <a href="https://2024.esec-fse.org/profile/kunlinliu" class="navigate">Kunlin Liu</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span>, <a href="https://2024.esec-fse.org/profile/yufengzhang1" class="navigate">Yufeng Zhang</a><span class="prog-aff"> Hunan University</span>, <a href="https://2024.esec-fse.org/profile/junsun" class="navigate">Jun Sun</a><span class="prog-aff"> School of Information Systems, Singapore Management University, Singapore</span>, <a href="https://2024.esec-fse.org/profile/jiwang" class="navigate">Ji Wang</a><span class="prog-aff"> School of Computer, National University of Defense Technology, China</span></div><a href="https://zbchen.github.io/files/fse2024.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="3a7f669f-23dc-48f6-82e8-34b533902758" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="c634ec70-52b5-419d-8dea-4a3a54b09bdb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c634ec70-52b5-419d-8dea-4a3a54b09bdb">Natural Symbolic Execution-based Testing for Big Data Analytics</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yaoxuanwu" class="navigate">Yaoxuan Wu</a><span class="prog-aff"> UCLA</span>, <a href="https://2024.esec-fse.org/profile/ahmadhumayun" class="navigate">Ahmad Humayun</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/muhammadaligulzar1" class="navigate">Muhammad Ali Gulzar</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2024.esec-fse.org/profile/miryungkim" class="navigate">Miryung Kim</a><span class="prog-aff"> UCLA and Amazon Web Services</span></div><a href="https://thaddywu.github.io/assets/paper/FSE2024_NatrualSym.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="509a1e3f-c0fd-43f2-b4c6-a1821ce5d3e4" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="c4bd5415-9108-43c8-b62c-444d02324629" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c4bd5415-9108-43c8-b62c-444d02324629">MTAS: A Reference-Free Approach for Evaluating Abstractive Summarization Systems</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/xiaoyanzhu" class="navigate">Xiaoyan Zhu</a><span class="prog-aff"> Zhejiang Sci-Tech University</span>, <a href="https://2024.esec-fse.org/profile/mingyuejiang" class="navigate">Mingyue Jiang</a><span class="prog-aff"> Zhejiang Sci-Tech University</span>, <a href="https://2024.esec-fse.org/profile/xiaoyizhang" class="navigate">Xiao-Yi Zhang</a><span class="prog-aff"> University of Science and Technology Beijing</span>, <a href="https://2024.esec-fse.org/profile/limingnie1" class="navigate">Liming Nie</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/zuohuading" class="navigate">Zuohua Ding</a><span class="prog-aff"> Zhejiang Sci-Tech University</span></div></td></tr><tr data-slot-id="dc6ec012-1c11-4dcc-8d29-6cf3509f737e" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="fe97fd4c-4fd0-4298-89a5-3e5c571c41ca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fe97fd4c-4fd0-4298-89a5-3e5c571c41ca">Observation-based unit test generation at Meta</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/markharman2" class="navigate">Mark Harman</a><span class="prog-aff"> Meta Platforms, Inc. and UCL</span>, <a href="https://2024.esec-fse.org/profile/rotemtal" class="navigate">Rotem Tal</a><span class="prog-aff"> Meta platforms</span>, <a href="https://2024.esec-fse.org/profile/alexandrumarginean1" class="navigate">Alexandru Marginean</a><span class="prog-aff"> Meta platforms</span>, <a href="https://2024.esec-fse.org/profile/eddywang" class="navigate">Eddy Wang</a><span class="prog-aff"> Meta platforms</span>, <a href="https://2024.esec-fse.org/profile/nadiaalshahwan1" class="navigate">Nadia Alshahwan</a><span class="prog-aff"> Meta Platforms</span></div></td></tr><tr data-slot-id="e36c018c-eae1-47bb-8db1-a29266f70069" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="0f1daa45-6b65-4ba8-9ef7-9da65aabcdc4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0f1daa45-6b65-4ba8-9ef7-9da65aabcdc4">Property-based Testing for Validating User Privacy-Related Functionalities in Social Media Apps</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jinglingsun" class="navigate">Jingling Sun</a><span class="prog-aff"> University of Electronic Science and Technology of China</span>, <a href="https://2024.esec-fse.org/profile/tingsu" class="navigate">Ting Su</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/junsun" class="navigate">Jun Sun</a><span class="prog-aff"> School of Information Systems, Singapore Management University, Singapore</span>, <a href="https://2024.esec-fse.org/profile/jianwenli" class="navigate">Jianwen Li</a><span class="prog-aff"> East China Normal University, China</span>, <a href="https://2024.esec-fse.org/profile/mengfeiwang" class="navigate">Mengfei Wang</a><span class="prog-aff"> ByteDance</span>, <a href="https://2024.esec-fse.org/profile/geguangpu" class="navigate">Geguang Pu</a><span class="prog-aff"> East China Normal University, China</span></div></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Pitomba" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">11:00 - 12:30</div></td><td colspan="2"><div class="session-info-in-table">AI4SE 4 <span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/wesleyassuncao" target="_blank" class="navigate">Wesley Assunção</a><span class="prog-aff"> North Carolina State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f78f6e41-746e-41a9-8f74-942d76d9ae83" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="b6b872fc-dd28-4f55-a36c-14cfa216e197" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b6b872fc-dd28-4f55-a36c-14cfa216e197">Improving the Learning of Code Review Successive Tasks with Cross-Task Knowledge Distillation<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/oussamabensghaier1" class="navigate">Oussama Ben Sghaier</a><span class="prog-aff"> DIRO, Université de Montréal</span>, <a href="https://2024.esec-fse.org/profile/houarisahraoui" class="navigate">Houari Sahraoui</a><span class="prog-aff"> DIRO, Université de Montréal</span></div></td></tr><tr data-slot-id="8c2cc2d7-13a7-4f38-82fe-6de354e5b9b9" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="df0f8608-9b82-4478-9dad-18cf9c2b80fd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="df0f8608-9b82-4478-9dad-18cf9c2b80fd">Learning to Detect and Localize Multilingual Bugs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/haoranyang" class="navigate">Haoran Yang</a><span class="prog-aff"> Washington State University</span>, <a href="https://2024.esec-fse.org/profile/yunong" class="navigate">Yu Nong</a><span class="prog-aff"> Washington State University</span>, <a href="https://2024.esec-fse.org/profile/taozhang" class="navigate">Tao Zhang</a><span class="prog-aff"> Macau University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/xiapuluo" class="navigate">Xiapu Luo</a><span class="prog-aff"> The Hong Kong Polytechnic University</span>, <a href="https://2024.esec-fse.org/profile/haipengcai" class="navigate">Haipeng Cai</a><span class="prog-aff"> Washington State University</span></div><a href="https://doi.org/10.1145/3660804" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://chapering.github.io/pubs/fse24haoran.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="1b3f6146-8545-41b3-903e-b0cdcfd084d9" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="4844887c-6664-4ede-910a-793e29b965fa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4844887c-6664-4ede-910a-793e29b965fa">Mining Action Rules for Defect Reduction Planning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/khouloudoueslati" class="navigate">Khouloud Oueslati</a><span class="prog-aff"> Polytechnique Montréal, Canada</span>, <a href="https://2024.esec-fse.org/profile/gabriellaberge" class="navigate">Gabriel Laberge</a><span class="prog-aff"> Polytechnique Montréal, Canada</span>, <a href="https://2024.esec-fse.org/profile/maximelamothe1" class="navigate">Maxime Lamothe</a><span class="prog-aff"> Polytechnique Montreal</span>, <a href="https://2024.esec-fse.org/profile/foutsekhomh" class="navigate">Foutse Khomh</a><span class="prog-aff"> Polytechnique Montréal</span></div></td></tr><tr data-slot-id="21cc388f-bc86-47d7-8837-04e29f2cf751" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="302a103c-f5d1-405b-a9a2-b3bb66d93620" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="302a103c-f5d1-405b-a9a2-b3bb66d93620">Predicting Failures of Autoscaling Distributed Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/giovannidenaro" class="navigate">Giovanni Denaro</a><span class="prog-aff"> University of Milano - Bicocca</span>, <a href="https://2024.esec-fse.org/profile/nouraelmoussa" class="navigate">Noura El Moussa</a><span class="prog-aff"> USI Università della Svizzera Italiana & SIT Schaffhausen Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/rahimheydarov" class="navigate">Rahim Heydarov</a><span class="prog-aff"> USI Università della Svizzera Italiana</span>, <a href="https://2024.esec-fse.org/profile/francescolomio2" class="navigate">Francesco Lomio</a><span class="prog-aff"> SIT Schaffhausen Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/mauropezze" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Università della Svizzera Italiana & SIT Schaffhausen Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/ketaiqiu" class="navigate">Ketai Qiu</a><span class="prog-aff"> USI Università della Svizzera Italiana</span></div><a href="https://doi.org/10.1145/3660794" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://star.inf.usi.ch/media/papers/2024-fse-ketai-preface.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="0bda661a-1a62-470c-805e-5a8fe9d18931" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="ed605c31-85b9-4c42-a1f2-e7419b20ec5f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ed605c31-85b9-4c42-a1f2-e7419b20ec5f">RavenBuild: Context, Relevance, and Dependency Aware Build Outcome Prediction</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/gengyisun" class="navigate">Gengyi Sun</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/sarrahabchi1" class="navigate">Sarra Habchi</a><span class="prog-aff"> Ubisoft Montréal</span>, <a href="https://2024.esec-fse.org/profile/shanemcintosh1" class="navigate">Shane McIntosh</a><span class="prog-aff"> University of Waterloo</span></div></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Hotel Restaurant" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c35"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">Diversity Lunch<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-diversity-and-inclusion" target="_blank" class="text-muted navigate">Diversity and Inclusion</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-hotel-restaurant" target="_blank" class="room-link navigate">Hotel Restaurant</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/tayanaconte" target="_blank" class="navigate">Tayana Conte</a><span class="prog-aff"> Universidade Federal do Amazonas</span>, <a href="https://2024.esec-fse.org/profile/rashinahoda" target="_blank" class="navigate">Rashina Hoda</a><span class="prog-aff"> Monash University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="355b89d5-77de-43c6-8be0-e15d6e66055b" class="hidable"><td class="track-color c35"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Lunch</div><span data-facet-track="FSE Diversity and Inclusion"></span></td><td><span data-event-star="ef9225fb-2602-43eb-bcb0-5eb0d1530748" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ef9225fb-2602-43eb-bcb0-5eb0d1530748">Diversity Lunch</a></strong><div class="prog-track">Diversity and Inclusion</div><div class="performers"><a href="https://2024.esec-fse.org/profile/tayanaconte" class="navigate">Tayana Conte</a><span class="prog-aff"> Universidade Federal do Amazonas</span>, <a href="https://2024.esec-fse.org/profile/rashinahoda" class="navigate">Rashina Hoda</a><span class="prog-aff"> Monash University</span></div></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Hotel Restaurant" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">12:30 - 14:00</div></td><td colspan="2"><div class="session-info-in-table">Lunch<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-hotel-restaurant" target="_blank" class="room-link navigate">Hotel Restaurant</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="95abef2a-7c16-4099-b1b4-31446539e26e" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>90m</strong></div><div class="event-type">Lunch</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="92da76b2-479a-4dca-9cc2-89ca2018a319" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="92da76b2-479a-4dca-9cc2-89ca2018a319">Lunch</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Acerola" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Security and Privacy 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-acerola" target="_blank" class="room-link navigate">Acerola</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/kihongheo" target="_blank" class="navigate">Kihong Heo</a><span class="prog-aff"> KAIST</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ed275455-29b9-42b0-8865-d7ee97fc80d4" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="977e4899-d2e9-4ff6-88c0-fcf9c1528a77" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="977e4899-d2e9-4ff6-88c0-fcf9c1528a77">PPM: Automated Generation of Diverse Programming Problems for Benchmarking Code Generation Models</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/siminchen1" class="navigate">Simin Chen</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2024.esec-fse.org/profile/xiaoningfeng" class="navigate">XiaoNing Feng</a><span class="prog-aff"> Taiyuan University of Technology</span>, <a href="https://2024.esec-fse.org/profile/xiaohonghan" class="navigate">Xiaohong Han</a><span class="prog-aff"> Taiyuan University of Technology</span>, <a href="https://2024.esec-fse.org/profile/congliu1" class="navigate">Cong Liu</a><span class="prog-aff"> University of California, Riverside</span>, <a href="https://2024.esec-fse.org/profile/weiyang" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span></div></td></tr><tr data-slot-id="45054cec-42d8-4f35-a9ff-15e2e524fa86" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="c05cf986-61aa-4284-80ad-98530ddbb3e9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c05cf986-61aa-4284-80ad-98530ddbb3e9">Demystifying Invariant Effectiveness for Securing Smart Contracts</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhiyangchen1" class="navigate">Zhiyang Chen</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2024.esec-fse.org/profile/yeliu" class="navigate">Ye Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/sidimohamedbeillahi1" class="navigate">Sidi Mohamed Beillahi</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2024.esec-fse.org/profile/yili" class="navigate">Yi Li</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/fanlong" class="navigate">Fan Long</a><span class="prog-aff"> University of Toronto</span></div><a href="https://jeffchen006.github.io/pdfs/Chen2024DIE.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://arxiv.org/pdf/2404.14580" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/39/Demystifying-Invariant-Effectiveness-for-Securing-Smart-Contracts" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="827e7d4f-aea0-4517-a83e-09c927314216" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="210b8740-57f4-47fa-9ec4-801e76431d65" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="210b8740-57f4-47fa-9ec4-801e76431d65">Static Application Security Testing (SAST) Tools for Smart Contracts: How Far Are We?<span class="pull-right"><span title="Distinguished Paper Award - Distinguished Paper - This paper was recognized with an ACM SIGSOFT Distinguished Paper award." data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><img alt="Distinguished Paper Award" src="https://2024.esec-fse.org/getImageFile/e9d8d976-c980-4a08-9d36-601f75ea0fcc/small?1719289024000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/kaixuanli" class="navigate">Kaixuan Li</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/yuexue1" class="navigate">Yue Xue</a><span class="prog-aff"> Metatrust Labs</span>, <a href="https://2024.esec-fse.org/profile/senchen" class="navigate">Sen Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2024.esec-fse.org/profile/hanliu1" class="navigate">Han Liu</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/kairansun1" class="navigate">Kairan Sun</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/minghu" class="navigate">Ming Hu</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/haijunwang" class="navigate">Haijun Wang</a><span class="prog-aff"> Xi'an Jiaotong University</span>, <a href="https://2024.esec-fse.org/profile/yangliu" class="navigate">Yang Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/yixiangchen" class="navigate">Yixiang Chen</a><span class="prog-aff"> East China Normal University</span></div><a href="https://arxiv.org/abs/2404.18186" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="9014717b-eb31-4c9c-b251-e025b2c83ff7" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="029e0e3c-33ee-4e2c-8010-8abfa262fb09" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="029e0e3c-33ee-4e2c-8010-8abfa262fb09">On the Contents and Utility of IoT Cybersecurity Guidelines</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jessechen" class="navigate">Jesse Chen</a><span class="prog-aff"> University of Arizona</span>, <a href="https://2024.esec-fse.org/profile/dharunanandayuvaraj" class="navigate">Dharun Anandayuvaraj</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/jamescdavis" class="navigate">James C. Davis</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/sazzadurrahaman" class="navigate">Sazzadur Rahaman</a><span class="prog-aff"> University of Arizona</span></div><a href="https://doi.org/10.48550/arXiv.2310.01653" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2310.01653" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="2f200b7d-de53-44ae-aea4-bed890d277a7" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="2dbe687c-0f8d-4f75-acc2-942402943b3b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2dbe687c-0f8d-4f75-acc2-942402943b3b">CVECenter: Industry Practice of Automated Vulnerability Management for Linux Distribution Community</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jingluo" class="navigate">Jing Luo</a><span class="prog-aff"> Central South University</span>, <a href="https://2024.esec-fse.org/profile/heyuanshi1" class="navigate">Heyuan Shi</a><span class="prog-aff"> Central South University</span>, <a href="https://2024.esec-fse.org/profile/yongchaozhang" class="navigate">Yongchao Zhang</a><span class="prog-aff"> Alibaba</span>, <a href="https://2024.esec-fse.org/profile/runzhewang" class="navigate">Runzhe Wang</a><span class="prog-aff"> Alibaba Group</span>, <a href="https://2024.esec-fse.org/profile/yuhengshen1" class="navigate">Yuheng Shen</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2024.esec-fse.org/profile/yuaochen" class="navigate">Yuao Chen</a><span class="prog-aff"> Alibaba</span>, <a href="https://2024.esec-fse.org/profile/rongkailiu" class="navigate">Rongkai Liu</a><span class="prog-aff"> Central South University</span>, <a href="https://2024.esec-fse.org/profile/xiaohaishi" class="navigate">Xiaohai Shi</a><span class="prog-aff"> Alibaba Group</span>, <a href="https://2024.esec-fse.org/profile/chaohu" class="navigate">Chao Hu</a><span class="prog-aff"> Central South University</span>, <a href="https://2024.esec-fse.org/profile/yujiang" class="navigate">Yu Jiang</a><span class="prog-aff"> Tsinghua University</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Mandacaru" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Program Analysis and Performance 3<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-mandacaru" target="_blank" class="room-link navigate">Mandacaru</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/shaukatali" target="_blank" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Laboratory and Oslo Metropolitan University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f761b0aa-6aac-4a5b-b4e8-869476b35371" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="23c03690-6084-48c5-9bff-64c516a6afca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="23c03690-6084-48c5-9bff-64c516a6afca">Bin2Summary: Beyond Function Name Prediction in Stripped Binaries with Functionality-specific Code Embeddings</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ziruisong" class="navigate">Zirui Song</a><span class="prog-aff"> The Chinese University of Hong Kong</span>, <a href="https://2024.esec-fse.org/profile/jiongyichen" class="navigate">Jiongyi Chen</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/kehuanzhang" class="navigate">Kehuan Zhang</a><span class="prog-aff"> The Chinese University of Hong Kong</span></div></td></tr><tr data-slot-id="ddd87bc2-690c-4f0e-a420-92145468e681" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="5f2c1e7f-c4b0-4cf8-9c6b-e471d98b60fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5f2c1e7f-c4b0-4cf8-9c6b-e471d98b60fb">Active Monitoring Mechanism for Control-based Self-Adaptive Systems</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yiqin" class="navigate">Yi Qin</a><span class="prog-aff"> State Key Laboratory for Novel Software Technology, Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/yanxiangtong" class="navigate">Yanxiang Tong</a><span class="prog-aff"> State Key Laboratory for Novel Software Technology, Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/yifeixu2" class="navigate">Yifei Xu</a><span class="prog-aff"> State Key Laboratory for Novel Software Technology, Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/chuncao" class="navigate">Chun Cao</a><span class="prog-aff"> State Key Laboratory for Novel Software Technology, Nanjing University</span>, <a href="https://2024.esec-fse.org/profile/xiaoxingma1" class="navigate">Xiaoxing Ma</a><span class="prog-aff"> State Key Laboratory for Novel Software Technology, Nanjing University</span></div></td></tr><tr data-slot-id="782c6afa-63d9-415b-97a3-974a9d4d2c94" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="e0ee8045-ec83-4af3-aec2-3f1d056498cc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e0ee8045-ec83-4af3-aec2-3f1d056498cc">Cut to the Chase: An Error-Oriented Approach to Detect Error-Handling Bugs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/haoranliu" class="navigate">Haoran Liu</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/zhouyangjia" class="navigate">Zhouyang Jia</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/shanshanli1" class="navigate">Shanshan Li</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/yanlei" class="navigate">Yan Lei</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2024.esec-fse.org/profile/yueyu2" class="navigate">Yue Yu</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/yujiang2" class="navigate">Yu Jiang</a><span class="prog-aff"> Tsinghua university</span>, <a href="https://2024.esec-fse.org/profile/xiaoguangmao" class="navigate">Xiaoguang Mao</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2024.esec-fse.org/profile/xiangkeliao" class="navigate">Liao Xiangke</a><span class="prog-aff"> National University of Defense Technology</span></div></td></tr><tr data-slot-id="db1c0890-ee16-447f-81a4-23488a286309" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="b8d33084-d3bf-4e0e-8686-4b7536002181" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b8d33084-d3bf-4e0e-8686-4b7536002181">DAInfer: Inferring API Aliasing Specifications from Library Documentation via Neurosymbolic Optimization</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/chengpengwang" class="navigate">Chengpeng Wang</a><span class="prog-aff"> The Hong Kong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/jipengzhang" class="navigate">Jipeng Zhang</a><span class="prog-aff"> The Hong Kong University of Science and Technology</span>, <a href="https://2024.esec-fse.org/profile/rongxinwu" class="navigate">Rongxin Wu</a><span class="prog-aff"> School of Informatics, Xiamen University</span>, <a href="https://2024.esec-fse.org/profile/charleszhang" class="navigate">Charles Zhang</a><span class="prog-aff"> The Hong Kong University of Science and Technology</span></div></td></tr><tr data-slot-id="52bcd575-f33d-4fa5-a44e-4e6c0bd425c1" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="fb08009a-3aa1-43ba-972e-0a63d6cec8ff" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fb08009a-3aa1-43ba-972e-0a63d6cec8ff">Decomposing Software Verification Using Distributed Summary Synthesis</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dirkbeyer" class="navigate">Dirk Beyer</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/matthiaskettl" class="navigate">Matthias Kettl</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/thomaslemberger" class="navigate">Thomas Lemberger</a><span class="prog-aff"> LMU Munich</span></div><a href="https://doi.org/10.1145/3660766" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/6/Decomposing-Software-Verification-Using-Distributed-Summary-Synthesis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://2024.esec-fse.org/details/fse-2024-research-papers/6/Decomposing-Software-Verification-Using-Distributed-Summary-Synthesis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Pitanga" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Fault Diagnosis and Root Cause Analysis 2<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitanga" target="_blank" class="room-link navigate">Pitanga</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/xizheng" target="_blank" class="navigate">Xi Zheng</a><span class="prog-aff"> Macquarie University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="be42adda-f3a3-4181-980d-c4dddfa69726" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="c04cd475-bcae-45ab-bd52-c39e78183e41" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c04cd475-bcae-45ab-bd52-c39e78183e41">Illuminating the Gray Zone: Non-Intrusive Gray Failure Localization in Server Operating Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/shenglinzhang" class="navigate">Shenglin Zhang</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/yongxinzhao" class="navigate">Yongxin Zhao</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/xiaoxiong" class="navigate">Xiao Xiong</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/yongqiansun" class="navigate">Yongqian Sun</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/xiaohuinie2" class="navigate">Xiaohui Nie</a><span class="prog-aff"> CNIC, CAS</span>, <a href="https://2024.esec-fse.org/profile/jiachengzhang" class="navigate">Jiacheng Zhang</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/fenglaiwang" class="navigate">Fenglai Wang</a><span class="prog-aff"> Huawei Technologies Ltd.</span>, <a href="https://2024.esec-fse.org/profile/xianzheng" class="navigate">Xian Zheng</a><span class="prog-aff"> Huawei Technologies Ltd.</span>, <a href="https://2024.esec-fse.org/profile/yuzhizhang" class="navigate">Yuzhi Zhang</a><span class="prog-aff"> Nankai University</span>, <a href="https://2024.esec-fse.org/profile/danpei" class="navigate">Dan Pei</a><span class="prog-aff"> Tsinghua University</span></div><a href="https://doi.org/10.1145/3663529.3663834" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2024.esec-fse.org/details/fse-2024-industry/13/Illuminating-the-Gray-Zone-Non-Intrusive-Gray-Failure-Localization-in-Server-Operati" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="76935c9b-3565-4921-9431-8a848f794839" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="23be7293-6b8c-44ea-a473-ac4e5664bf6d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="23be7293-6b8c-44ea-a473-ac4e5664bf6d">Towards Better Graph Neural Network-based Fault Localization Through Enhanced Code Representation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/mdnakhlarafi" class="navigate">Md Nakhla Rafi</a><span class="prog-aff"> Concordia University</span>, <a href="https://2024.esec-fse.org/profile/dongjaekim" class="navigate">Dong Jae Kim</a><span class="prog-aff"> Concordia University</span>, <a href="https://2024.esec-fse.org/profile/anranchen" class="navigate">An Ran Chen</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2024.esec-fse.org/profile/tsehsunpeterchen" class="navigate">Tse-Hsun (Peter) Chen</a><span class="prog-aff"> Concordia University</span>, <a href="https://2024.esec-fse.org/profile/shaoweiwang" class="navigate">Shaowei Wang</a><span class="prog-aff"> Department of Computer Science, University of Manitoba, Canada</span></div></td></tr><tr data-slot-id="e36f9eac-52dc-46e6-8c07-453e9dacb505" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="5ef2c4fe-d9ac-41ea-be05-4fb316285d5f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5ef2c4fe-d9ac-41ea-be05-4fb316285d5f">Easy over Hard: A Simple Baseline for Test Failures Causes Prediction</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Shanghai Institute for Advanced Study - Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/zhipengxue1" class="navigate">Zhipeng Xue</a><span class="prog-aff"> </span>, <a href="https://2024.esec-fse.org/profile/xinghu1" class="navigate">Xing Hu</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2024.esec-fse.org/profile/weiyiianshang" class="navigate">Weiyi Shang</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2024.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Pitomba" class="table table-condensed session-table blended-session"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c2"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Software Maintenance and Comprehension 4<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2024.esec-fse.org/track/fse-2024-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-pitomba" target="_blank" class="room-link navigate">Pitomba</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/timokehrer" target="_blank" class="navigate">Timo Kehrer</a><span class="prog-aff"> University of Bern</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="07d7cebe-b088-4318-b77b-c0e6d61849e7" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="adfafea3-bdaa-475f-8185-992c62b85a76" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="adfafea3-bdaa-475f-8185-992c62b85a76">EyeTrans: Merging Human and Machine Attention for Neural Code Summarization</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yifanzhang3" class="navigate">Yifan Zhang</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://2024.esec-fse.org/profile/jiliangli" class="navigate">Jiliang Li</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://2024.esec-fse.org/profile/zacharykaras1" class="navigate">Zachary Karas</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://2024.esec-fse.org/profile/aakashbansal" class="navigate">Aakash Bansal</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2024.esec-fse.org/profile/tobyjiajunli" class="navigate">Toby Jia-Jun Li</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2024.esec-fse.org/profile/collinmcmillan" class="navigate">Collin McMillan</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2024.esec-fse.org/profile/kevinleach" class="navigate">Kevin Leach</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://2024.esec-fse.org/profile/yuhuang2" class="navigate">Yu Huang</a><span class="prog-aff"> Vanderbilt University</span></div></td></tr><tr data-slot-id="680e3133-1d86-450e-a54c-3aedaea9e3d5" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:18</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="936513c5-36d0-40d9-99f1-b9d044f13bc8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="936513c5-36d0-40d9-99f1-b9d044f13bc8">Predicting Code Comprehension: A Novel Approach to Align Human Gaze with Code Using Deep Neural Networks</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/tarekalakmeh" class="navigate">Tarek Alakmeh</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2024.esec-fse.org/profile/davidreich" class="navigate">David Reich</a><span class="prog-aff"> University of Potsdam</span>, <a href="https://2024.esec-fse.org/profile/lenajager" class="navigate">Lena Jäger</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2024.esec-fse.org/profile/thomasfritz" class="navigate">Thomas Fritz</a><span class="prog-aff"> University of Zurich</span></div><a href="https://doi.org/10.1145/3660795" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.zora.uzh.ch/id/eprint/260042/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="1a2f5037-8b89-4590-ad05-41c9992fe675" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:36</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Research Papers"></span></td><td><span data-event-star="cec388fb-a40a-4dc6-8d81-42cfc6fd0955" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cec388fb-a40a-4dc6-8d81-42cfc6fd0955">R2I: A Relative Readability Metric for Decompiled Code</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/haeuneom" class="navigate">Haeun Eom</a><span class="prog-aff"> Sungkyunkwan University</span>, <a href="https://2024.esec-fse.org/profile/doheekim1" class="navigate">Dohee Kim</a><span class="prog-aff"> Sungkyunkwan University</span>, <a href="https://2024.esec-fse.org/profile/sorilim" class="navigate">Sori Lim</a><span class="prog-aff"> Sungkyunkwan University</span>, <a href="https://2024.esec-fse.org/profile/hyungjoonkoo" class="navigate">Hyungjoon Koo</a><span class="prog-aff"> Sungkyunkwan University</span>, <a href="https://2024.esec-fse.org/profile/sungjaehwang1" class="navigate">Sungjae Hwang</a><span class="prog-aff"> Sungkyunkwan University</span></div></td></tr><tr data-slot-id="58025fd7-e5f5-4c06-8964-96939171f13e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:54</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Demonstrations"></span></td><td><span data-event-star="f0442a2f-67e3-40c9-9d29-f6f0d732739a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f0442a2f-67e3-40c9-9d29-f6f0d732739a">CognitIDE: An IDE Plugin for Mapping Physiological Measurements to Source Code</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2024.esec-fse.org/profile/fabianstolp" class="navigate">Fabian Stolp</a><span class="prog-aff"> Hasso Plattner Institute, University of Potsdam</span>, <a href="https://2024.esec-fse.org/profile/maltestellmacher" class="navigate">Malte Stellmacher</a><span class="prog-aff"> Hasso Plattner Institute, University of Potsdam</span>, <a href="https://2024.esec-fse.org/profile/bertarnrich" class="navigate">Bert Arnrich</a><span class="prog-aff"> Hasso Plattner Institute, University of Potsdam</span></div><a href="https://dl.acm.org/doi/10.1145/3663529.3663805" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3663529.3663805" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2024.esec-fse.org/details/fse-2024-demonstrations/10/CognitIDE-An-IDE-Plugin-for-Mapping-Physiological-Measurements-to-Source-Code" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="e7f1fcd6-3d6b-4426-a458-e0702717f744" class="hidable"><td class="track-color c3"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:03</div><strong>9m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="3dcefa17-c68e-43a6-8e10-60651f59221a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3dcefa17-c68e-43a6-8e10-60651f59221a">The lion, the ecologist and the plankton: a classification of species in multi-bot ecosystems</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dimitriosplatis1" class="navigate">Dimitrios Platis</a><span class="prog-aff"> Neat</span>, <a href="https://2024.esec-fse.org/profile/lindaerlenhov" class="navigate">Linda Erlenhov</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/franciscogomesdeoliveiraneto" class="navigate">Francisco Gomes de Oliveira Neto</a><span class="prog-aff"> Chalmers | University of Gothenburg</span></div><a href="https://dl.acm.org/doi/10.1145/3663529.3663782" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a></td></tr><tr data-slot-id="fd39467e-3042-4616-ade8-2f4561b08215" class="hidable"><td class="track-color c5"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:12</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="FSE Industry Papers"></span></td><td><span data-event-star="5493a463-955c-455f-96ef-58e3aa8f1e48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5493a463-955c-455f-96ef-58e3aa8f1e48">S.C.A.L.E: a CO2-aware Scheduler for OpenShift at ING</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jurriaandentoonder" class="navigate">Jurriaan Den Toonder</a><span class="prog-aff"> TU Delft & ING</span>, <a href="https://2024.esec-fse.org/profile/paulbraakman" class="navigate">Paul Braakman</a><span class="prog-aff"> ING</span>, <a href="https://2024.esec-fse.org/profile/thomasdurieux" class="navigate">Thomas Durieux</a><span class="prog-aff"> TU Delft</span></div></td></tr></table></div><div class="hidable band hour-14"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Sapoti" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c35"></td><td><div class="slot-label">14:00 - 15:30</div></td><td colspan="2"><div class="session-info-in-table">Panel<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-diversity-and-inclusion" target="_blank" class="text-muted navigate">Diversity and Inclusion</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-sapoti" target="_blank" class="room-link navigate">Sapoti</a><br/> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/tayanaconte" target="_blank" class="navigate">Tayana Conte</a><span class="prog-aff"> Universidade Federal do Amazonas</span>, <a href="https://2024.esec-fse.org/profile/rashinahoda" target="_blank" class="navigate">Rashina Hoda</a><span class="prog-aff"> Monash University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8113cb31-3c7c-402c-86ba-54eb05c90388" class="hidable"><td class="track-color c35"></td><td class=" text-right"><div class="text-muted"><div class="start-time">14:00</div><strong>90m</strong></div><div class="event-type">Panel</div><span data-facet-track="FSE Diversity and Inclusion"></span></td><td><span data-event-star="ec7d2d74-ab5d-48d9-a6c0-83565fd0501f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ec7d2d74-ab5d-48d9-a6c0-83565fd0501f">Diversity and Inclusion Panel</a></strong><div class="prog-track">Diversity and Inclusion</div><div class="performers"><span title="Panelist" class="role">P: </span><a href="https://2024.esec-fse.org/profile/biancatrinkenreich" class="navigate">Bianca Trinkenreich</a><span class="prog-aff"> Colorado State University</span>, <span title="Panelist" class="role">P: </span><a href="https://2024.esec-fse.org/profile/letiziajaccheri" class="navigate">Letizia Jaccheri</a><span class="prog-aff"> Norwegian University of Science and Technology (NTNU)</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Foyer" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c1"></td><td><div class="slot-label">15:30 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Coffee Break<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-social" target="_blank" class="text-muted navigate">Social Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" target="_blank" class="room-link navigate">Foyer</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8520a027-d92b-4904-8285-f9bfaa035434" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Coffee break</div><span data-facet-track="FSE Social Events"></span></td><td><span data-event-star="98077bac-aaf9-4929-a058-af8206affbb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98077bac-aaf9-4929-a058-af8206affbb4">Break</a></strong><div class="prog-track">Social Events</div><br></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Lounge" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c22"></td><td><div class="slot-label">15:30 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Poster Session 5<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-posters" target="_blank" class="text-muted navigate">Posters</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" target="_blank" class="room-link navigate">Lounge</a> <a data-toggle="modal" href="#aci-b5e36a39-b0d9-487d-9c93-0c4bb8b8710c"><span title="Information for Participants" class="label label-primary"><span class="glyphicon glyphicon-log-in"></span></span></a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="05fbb4f6-b622-4582-bdeb-3de18f18a525" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="65c7feb1-35ec-4ad6-9804-b9e1205b0519" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="65c7feb1-35ec-4ad6-9804-b9e1205b0519">Predicting Failures of Autoscaling Distributed Applications</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/giovannidenaro" class="navigate">Giovanni Denaro</a><span class="prog-aff"> University of Milano - Bicocca</span>, <a href="https://2024.esec-fse.org/profile/nouraelmoussa" class="navigate">Noura El Moussa</a><span class="prog-aff"> USI Università della Svizzera Italiana & SIT Schaffhausen Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/rahimheydarov" class="navigate">Rahim Heydarov</a><span class="prog-aff"> USI Università della Svizzera Italiana</span>, <a href="https://2024.esec-fse.org/profile/francescolomio2" class="navigate">Francesco Lomio</a><span class="prog-aff"> SIT Schaffhausen Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/mauropezze" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Università della Svizzera Italiana & SIT Schaffhausen Institute of Technology</span>, <a href="https://2024.esec-fse.org/profile/ketaiqiu" class="navigate">Ketai Qiu</a><span class="prog-aff"> USI Università della Svizzera Italiana</span></div></td></tr><tr data-slot-id="2341d490-09e4-4bbf-9d8b-ef9a28f63dc8" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="a6e52c17-ea84-42f0-a57a-3219d2a2760a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a6e52c17-ea84-42f0-a57a-3219d2a2760a">On the Contents and Utility of IoT Cybersecurity Guidelines</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/jessechen" class="navigate">Jesse Chen</a><span class="prog-aff"> University of Arizona</span>, <a href="https://2024.esec-fse.org/profile/dharunanandayuvaraj" class="navigate">Dharun Anandayuvaraj</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/jamescdavis" class="navigate">James C. Davis</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/sazzadurrahaman" class="navigate">Sazzadur Rahaman</a><span class="prog-aff"> University of Arizona</span></div></td></tr><tr data-slot-id="3d52ac81-f1bf-4439-9103-cf85855cf743" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="0a4e066d-d846-4b0d-bb9d-5dbd901d4ef7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0a4e066d-d846-4b0d-bb9d-5dbd901d4ef7">Demystifying Invariant Effectiveness for Securing Smart Contracts</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/zhiyangchen1" class="navigate">Zhiyang Chen</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2024.esec-fse.org/profile/yeliu" class="navigate">Ye Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/sidimohamedbeillahi1" class="navigate">Sidi Mohamed Beillahi</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2024.esec-fse.org/profile/yili" class="navigate">Yi Li</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/fanlong" class="navigate">Fan Long</a><span class="prog-aff"> University of Toronto</span></div></td></tr><tr data-slot-id="54410981-2e32-47da-9dcf-5cc23144c0ba" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="6af0abd4-f245-4e3c-bb92-78eb9d3e8c4b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6af0abd4-f245-4e3c-bb92-78eb9d3e8c4b">Improving the Learning of Code Review Successive Tasks with Cross-Task Knowledge Distillation</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/oussamabensghaier1" class="navigate">Oussama Ben Sghaier</a><span class="prog-aff"> DIRO, Université de Montréal</span>, <a href="https://2024.esec-fse.org/profile/houarisahraoui" class="navigate">Houari Sahraoui</a><span class="prog-aff"> DIRO, Université de Montréal</span></div></td></tr><tr data-slot-id="70e514d0-261d-4735-941a-ab9ca6f5ceab" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="fcd3d1dd-75e2-4fe3-b898-bc699274abd1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fcd3d1dd-75e2-4fe3-b898-bc699274abd1">Static Application Security Testing (SAST) Tools for Smart Contracts: How Far Are We?</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/kaixuanli" class="navigate">Kaixuan Li</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/yuexue1" class="navigate">Yue Xue</a><span class="prog-aff"> Metatrust Labs</span>, <a href="https://2024.esec-fse.org/profile/senchen" class="navigate">Sen Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2024.esec-fse.org/profile/hanliu1" class="navigate">Han Liu</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2024.esec-fse.org/profile/kairansun1" class="navigate">Kairan Sun</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/minghu" class="navigate">Ming Hu</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/haijunwang" class="navigate">Haijun Wang</a><span class="prog-aff"> Xi'an Jiaotong University</span>, <a href="https://2024.esec-fse.org/profile/yangliu" class="navigate">Yang Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/yixiangchen" class="navigate">Yixiang Chen</a><span class="prog-aff"> East China Normal University</span></div></td></tr><tr data-slot-id="8357e2ea-648e-429e-8a6a-ef4ec39d3f04" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="c39d94ca-bfec-421c-b18d-6e5e03a30d41" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c39d94ca-bfec-421c-b18d-6e5e03a30d41">Predicting Code Comprehension: A Novel Approach to Align Human Gaze with Code Using Deep Neural Networks</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/tarekalakmeh" class="navigate">Tarek Alakmeh</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2024.esec-fse.org/profile/davidreich" class="navigate">David Reich</a><span class="prog-aff"> University of Potsdam</span>, <a href="https://2024.esec-fse.org/profile/lenajager" class="navigate">Lena Jäger</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2024.esec-fse.org/profile/thomasfritz" class="navigate">Thomas Fritz</a><span class="prog-aff"> University of Zurich</span></div></td></tr><tr data-slot-id="958955fa-6600-4b86-81d2-e68d9a8676ac" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="061c6bfd-d8f3-4123-89ac-57f972fbbec4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="061c6bfd-d8f3-4123-89ac-57f972fbbec4">Decomposing Software Verification Using Distributed Summary Synthesis</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/dirkbeyer" class="navigate">Dirk Beyer</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/thomaslemberger" class="navigate">Thomas Lemberger</a><span class="prog-aff"> LMU Munich</span>, <a href="https://2024.esec-fse.org/profile/matthiaskettl" class="navigate">Matthias Kettl</a><span class="prog-aff"> LMU Munich</span></div><a href="https://doi.org/10.1145/3660766" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://doi.org/10.1145/3660766" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="a0602477-dde2-48cb-a3a6-27f53b81beb1" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="a7a8a4d7-200b-46f9-8901-1c5205f7e67b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a7a8a4d7-200b-46f9-8901-1c5205f7e67b">EyeTrans: Merging Human and Machine Attention for Neural Code Summarization</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/yifanzhang3" class="navigate">Yifan Zhang</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://2024.esec-fse.org/profile/jiliangli" class="navigate">Jiliang Li</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://2024.esec-fse.org/profile/zacharykaras1" class="navigate">Zachary Karas</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://2024.esec-fse.org/profile/aakashbansal" class="navigate">Aakash Bansal</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2024.esec-fse.org/profile/tobyjiajunli" class="navigate">Toby Jia-Jun Li</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2024.esec-fse.org/profile/collinmcmillan" class="navigate">Collin McMillan</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2024.esec-fse.org/profile/kevinleach" class="navigate">Kevin Leach</a><span class="prog-aff"> Vanderbilt University</span>, <a href="https://2024.esec-fse.org/profile/yuhuang2" class="navigate">Yu Huang</a><span class="prog-aff"> Vanderbilt University</span></div></td></tr><tr data-slot-id="aa6e31ff-64de-4ae2-94d2-61d55800917a" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="610e8224-11d3-4354-8ed9-10fd1e694341" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="610e8224-11d3-4354-8ed9-10fd1e694341">Mining Action Rules for Defect Reduction Planning</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/khouloudoueslati" class="navigate">Khouloud Oueslati</a><span class="prog-aff"> Polytechnique Montréal, Canada</span>, <a href="https://2024.esec-fse.org/profile/gabriellaberge" class="navigate">Gabriel Laberge</a><span class="prog-aff"> Polytechnique Montréal, Canada</span>, <a href="https://2024.esec-fse.org/profile/maximelamothe1" class="navigate">Maxime Lamothe</a><span class="prog-aff"> Polytechnique Montreal</span>, <a href="https://2024.esec-fse.org/profile/foutsekhomh" class="navigate">Foutse Khomh</a><span class="prog-aff"> Polytechnique Montréal</span></div></td></tr><tr data-slot-id="c5c47980-75e1-4e72-91cf-17ddeac2fee4" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="75ff87d6-8f52-42bf-a2ec-eeacaf74eacc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="75ff87d6-8f52-42bf-a2ec-eeacaf74eacc">How does Simulation-based Testing for Self-driving Cars match Human Perception?</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/christianbirchler" class="navigate">Christian Birchler</a><span class="prog-aff"> Zurich University of Applied Sciences & University of Bern</span>, <a href="https://2024.esec-fse.org/profile/tanzilkombarabettumohammed" class="navigate">Tanzil Kombarabettu Mohammed</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2024.esec-fse.org/profile/poojarani" class="navigate">Pooja Rani</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2024.esec-fse.org/profile/teodoranechita" class="navigate">Teodora Nechita</a><span class="prog-aff"> Zurich University of Applied Sciences</span>, <a href="https://2024.esec-fse.org/profile/timokehrer" class="navigate">Timo Kehrer</a><span class="prog-aff"> University of Bern</span>, <a href="https://2024.esec-fse.org/profile/sebastianopanichella" class="navigate">Sebastiano Panichella</a><span class="prog-aff"> Zurich University of Applied Sciences</span></div></td></tr><tr data-slot-id="ff630076-63c6-4671-98f5-b632ff4e867b" class="hidable"><td class="track-color c22"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:30</div><strong>30m</strong></div><div class="event-type">Poster</div><span data-facet-track="FSE Posters"></span></td><td><span data-event-star="4fde0556-c373-4730-8e0d-d1a64d84240a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4fde0556-c373-4730-8e0d-d1a64d84240a">Beyond Code Generation: An Observational Study of ChatGPT Usage in Software Engineering Practice</a></strong><div class="prog-track">Posters</div><div class="performers"><a href="https://2024.esec-fse.org/profile/ranimkhojah" class="navigate">Ranim Khojah</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/mazenmohamad1" class="navigate">Mazen Mohamad</a><span class="prog-aff"> Chalmers | RISE - Research Institutes of Sweden</span>, <a href="https://2024.esec-fse.org/profile/philippleitner1" class="navigate">Philipp Leitner</a><span class="prog-aff"> Chalmers | University of Gothenburg</span>, <a href="https://2024.esec-fse.org/profile/franciscogomesdeoliveiraneto" class="navigate">Francisco Gomes de Oliveira Neto</a><span class="prog-aff"> Chalmers | University of Gothenburg</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Fri 19 Jul 2024" data-facet-date-order="240719" data-facet-room="Plenary Hall" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c33"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Closing Session<span class="pull-right"><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" target="_blank" class="text-muted navigate">Plenary Events</a></span> at <a href="https://2024.esec-fse.org/room/fse-2024-venue-plenary-hall" target="_blank" class="room-link navigate">Plenary Hall</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="fed56076-9de2-4920-a4ed-5933edd81884" class="hidable"><td class="track-color c33"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>60m</strong></div><div class="event-type">Day closing</div><span data-facet-track="FSE Plenary Events"></span></td><td><span data-event-star="78a7df15-cf61-49a7-a040-373240bee368" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="78a7df15-cf61-49a7-a040-373240bee368">Conference Closing, SRC awards, and FSE'25 Kick-off</a></strong><div class="prog-track">Plenary Events</div><div class="performers"><a href="https://2024.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2024.esec-fse.org/profile/lintan" class="navigate">Lin Tan</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/tianyizhang1" class="navigate">Tianyi Zhang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2024.esec-fse.org/profile/yangliu" class="navigate">Yang Liu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2024.esec-fse.org/profile/marcelodamorim" class="navigate">Marcelo d'Amorim</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2024.esec-fse.org/profile/leopoldoteixeira" class="navigate">Leopoldo Teixeira</a><span class="prog-aff"> Federal University of Pernambuco</span>, <a href="https://2024.esec-fse.org/profile/jingyueli" class="navigate">Jingyue Li</a><span class="prog-aff"> Norwegian University of Science and Technology (NTNU)</span>, <a href="https://2024.esec-fse.org/profile/leonardomontecchi" class="navigate">Leonardo Montecchi</a><span class="prog-aff"> Norwegian University of Science and Technology (NTNU)</span></div></td></tr></table></div></div><div tabindex="-1" id="get-calendar" class="modal"><div class="modal-dialog modal-lg"><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Get Calendar (iCal)</h3></div><div class="modal-body"><div class="panel panel-default"><div class="panel-heading clearfix"><div class="panel-title"><span class="glyphicon glyphicon-star"></span> iCalendar subscription service for your personal schedule</div></div><div class="panel-body">You first need to have starred events (<span class="glyphicon glyphicon-asterisk"></span>) in order to use the iCalendar subscription service.</div></div><div class="panel panel-default"><div class="panel-heading clearfix"><div class="panel-title"><span class="glyphicon glyphicon-filter"></span> Currently Viewed Program</div></div><div class="panel-body"><span class="help-block">Downloads the currently viewed program (with filters applied) in iCal format</span><form name="form_19551557060fd67502590a9b9b83f97ebebe5e00306" id="form_19551557060fd67502590a9b9b83f97ebebe5e00306" action="https://2024.esec-fse.org/program/program-fse-2024/" accept-charset="UTF-8" method="POST"><input type="hidden" name="form_19551557060fd67502590a9b9b83f97ebebe5e00306" value="1" /><input type="hidden" name="context" value="fse-2024" /><input type="hidden" name="program" value="program-fse-2024" /><input type="hidden" name="viewid" value="" /><input name="64991bf7c527bdbba6f4613f0d992cc3" value="" id="slot-ids" type="hidden" class="inputString form-control"/><div class="row"><div class="col-sm-2"><strong><span class="glyphicon glyphicon-download"></span> Session Calendar (ical)</strong></div><div class="col-sm-10"><a href="javascript:scrapeIdsForIcal( $('#session-calendar-action') ); void(0);">session-calendar.ics</a><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://2024.esec-fse.org/program/program-fse-2024/?__action__link__=1","showProgramViewConferenceEdition_Program_ProgramViewItem_downloadICall1fd67502590a9b9b83f97ebebe5e00306", [{"name":"context", "value":"fse-2024"},{"name":"program", "value":"program-fse-2024"},{"name":"viewid", "value":""},],"form_19551557060fd67502590a9b9b83f97ebebe5e00306", this.nextSibling, true,"1"); return false;'></button><a submitid="showProgramViewConferenceEdition_Program_ProgramViewItem_downloadICall1fd67502590a9b9b83f97ebebe5e00306" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" id="session-calendar-action" type="hidden"></a></div></div><div class="row"><div class="col-sm-2"><strong><span class="glyphicon glyphicon-download"></span> Detailed Event Calendar (ical)</strong></div><div class="col-sm-10"><a href="javascript:scrapeIdsForIcal( $('#event-calendar-action') ); void(0);">event-calendar.ics</a><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://2024.esec-fse.org/program/program-fse-2024/?__action__link__=1","showProgramViewConferenceEdition_Program_ProgramViewItem_downloadICall2fd67502590a9b9b83f97ebebe5e00306", [{"name":"context", "value":"fse-2024"},{"name":"program", "value":"program-fse-2024"},{"name":"viewid", "value":""},],"form_19551557060fd67502590a9b9b83f97ebebe5e00306", this.nextSibling, true,"1"); return false;'></button><a submitid="showProgramViewConferenceEdition_Program_ProgramViewItem_downloadICall2fd67502590a9b9b83f97ebebe5e00306" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" id="event-calendar-action" type="hidden"></a></div></div></form></div></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div></div></div><div tabindex="-1" id="aci-81be48c3-387d-4abc-bd99-7ee8a5fe0087" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Mon 15 Jul 2024 09:00 - 10:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" class="room-link navigate">Jaca</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-tutorials#program" class="navigate">Tutorial II - Software engineering and gender: a tutorial</a><div class="text-muted">Info for room <strong>Jaca</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-bf36a4f9-8c30-49e2-b7a9-bd8c286b698d" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Mon 15 Jul 2024 09:00 - 10:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-manga-rosa" class="room-link navigate">Manga Rosa</a></strong> - <a href="https://2024.esec-fse.org/home/qse-ne-2024#program" class="navigate">QSE-NE Track</a><div class="text-muted">Info for room <strong>Manga Rosa</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-a60ef26d-61eb-4b0d-95a3-a7292ada6bf2" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Mon 15 Jul 2024 10:30 - 11:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" class="room-link navigate">Foyer</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-social#program" class="navigate">Coffee Break</a><div class="text-muted">Info for session </div><blockquote class="info-participants"><p>Coffee Break + Poster Presentations [Afternoon students]</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-2203ecbf-6fad-41df-acc8-4af3c17492a1" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Mon 15 Jul 2024 11:00 - 12:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" class="room-link navigate">Jaca</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-tutorials#program" class="navigate">Tutorial II - Software engineering and gender: a tutorial</a><div class="text-muted">Info for room <strong>Jaca</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-561f906a-2b36-47aa-b822-4187f4964ffd" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Mon 15 Jul 2024 11:00 - 12:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-manga-rosa" class="room-link navigate">Manga Rosa</a></strong> - <a href="https://2024.esec-fse.org/home/qse-ne-2024#program" class="navigate">QSE-NE Track Session-2</a> <small>Chair(s): <a href="https://2024.esec-fse.org/profile/azeemakbar" target="_blank" class="navigate">Muhammad Azeem Akbar</a></small><div class="text-muted">Info for room <strong>Manga Rosa</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-2b6fd7e7-0180-449a-9f01-86de99f0fbc6" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Mon 15 Jul 2024 14:00 - 15:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" class="room-link navigate">Jaca</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-tutorials#program" class="navigate">Tutorial III - A Tutorial on Software Engineering for FMware</a><div class="text-muted">Info for room <strong>Jaca</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-18272130-3645-4dfc-9f5d-4875a8e31ed0" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Mon 15 Jul 2024 15:30 - 16:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-foyer" class="room-link navigate">Foyer</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-social#program" class="navigate">Coffee Break</a><div class="text-muted">Info for session </div><blockquote class="info-participants"><p>Coffee Break + Poster Presentations [Morning students]</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-21484e8b-3649-4bcf-b1e1-44865f9d7765" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Mon 15 Jul 2024 16:00 - 18:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" class="room-link navigate">Jaca</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-tutorials#program" class="navigate">Tutorial III - A Tutorial on Software Engineering for FMware</a><div class="text-muted">Info for room <strong>Jaca</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-97e4e408-caa1-4f38-b657-6d8e1d6f5676" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Tue 16 Jul 2024 09:00 - 10:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" class="room-link navigate">Jaca</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-new-faculty-symposium#program" class="navigate">Session 1</a><div class="text-muted">Info for room <strong>Jaca</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-57812ae6-32c2-40e4-a007-1d326bd8fd64" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Tue 16 Jul 2024 11:00 - 12:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" class="room-link navigate">Jaca</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-new-faculty-symposium#program" class="navigate">Session 2</a><div class="text-muted">Info for room <strong>Jaca</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-35e3a38f-8cb7-4d35-8dd6-425c8fb482fe" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Tue 16 Jul 2024 14:00 - 15:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-jaca" class="room-link navigate">Jaca</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-new-faculty-symposium#program" class="navigate">Session 3</a><div class="text-muted">Info for room <strong>Jaca</strong>: </div><blockquote class="info-participants"><p>This room is located at Convention Center #1, please see the registration desk for information on how to reach it.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-bd58de91-a4d0-4b1c-8566-0fed6d5320a4" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Wed 17 Jul 2024 10:30 - 11:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" class="room-link navigate">Lounge</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-posters#program" class="navigate">Poster Session 1</a><div class="text-muted">Info for room <strong>Lounge</strong>: </div><blockquote class="info-participants"><p>This room is conjoined with the Foyer to provide additional space for the coffee break, and hold poster presentations throughout the event.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-86293a17-17bc-49b1-a319-e71e9c72bee0" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Wed 17 Jul 2024 15:30 - 17:30 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" class="room-link navigate">Lounge</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-student-research-competition#program" class="navigate">Poster Session</a><div class="text-muted">Info for room <strong>Lounge</strong>: </div><blockquote class="info-participants"><p>This room is conjoined with the Foyer to provide additional space for the coffee break, and hold poster presentations throughout the event.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-51804ed0-2444-4526-ba14-68df8695e6bd" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Thu 18 Jul 2024 10:30 - 11:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" class="room-link navigate">Lounge</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-posters#program" class="navigate">Poster Session 2</a><div class="text-muted">Info for room <strong>Lounge</strong>: </div><blockquote class="info-participants"><p>This room is conjoined with the Foyer to provide additional space for the coffee break, and hold poster presentations throughout the event.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-07fb4b4d-7a7b-4f22-9479-c2f739f49250" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Thu 18 Jul 2024 12:30 - 14:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-teju-gastronomia-%28offsite-restaurant%29" class="room-link navigate">Teju Gastronomia (Offsite Restaurant)</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-social#program" class="navigate">LGBTQIA+ Lunch</a><div class="text-muted">Info for room <strong>Teju Gastronomia (Offsite Restaurant)</strong>: </div><blockquote class="info-participants"><ul> <li><strong>Instagram:</strong> <a href="https://www.instagram.com/tejugastronomia/">https://www.instagram.com/tejugastronomia/</a></li> <li><strong><a href="https://drive.google.com/file/d/1R4CLoc9y7RNnp4nJ0iut5JSOmM8yqphk/view">Online Menu</a></strong></li> <li><strong>Location:</strong> <a href="https://maps.app.goo.gl/DpjJzWkBW7JKvMVJA">https://maps.app.goo.gl/DpjJzWkBW7JKvMVJA</a></li> </ul> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-6dff018a-18ac-4262-a258-aeafd861b66f" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Thu 18 Jul 2024 15:30 - 16:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" class="room-link navigate">Lounge</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-posters#program" class="navigate">Poster Session 3</a><div class="text-muted">Info for room <strong>Lounge</strong>: </div><blockquote class="info-participants"><p>This room is conjoined with the Foyer to provide additional space for the coffee break, and hold poster presentations throughout the event.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-ec5b77ce-969c-439e-aca4-7593b4cd75d5" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Fri 19 Jul 2024 10:30 - 11:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" class="room-link navigate">Lounge</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-posters#program" class="navigate">Poster Session 4</a><div class="text-muted">Info for room <strong>Lounge</strong>: </div><blockquote class="info-participants"><p>This room is conjoined with the Foyer to provide additional space for the coffee break, and hold poster presentations throughout the event.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div><div tabindex="-1" id="aci-b5e36a39-b0d9-487d-9c93-0c4bb8b8710c" class="modal"><div class="modal-dialog "><div class="modal-content"><div class="modal-header"><a data-dismiss="modal" class="close"><span class="glyphicon glyphicon-remove"></span></a><h3>Information for Participants</h3></div><div class="modal-body"><div class="well well-sm"><strong>Fri 19 Jul 2024 15:30 - 16:00 at <a href="https://2024.esec-fse.org/room/fse-2024-venue-lounge" class="room-link navigate">Lounge</a></strong> - <a href="https://2024.esec-fse.org/track/fse-2024-posters#program" class="navigate">Poster Session 5</a><div class="text-muted">Info for room <strong>Lounge</strong>: </div><blockquote class="info-participants"><p>This room is conjoined with the Foyer to provide additional space for the coffee break, and hold poster presentations throughout the event.</p> </blockquote></div></div><div class="modal-footer"><a href="#" data-dismiss="modal" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Close</a></div></div></div></div></div></div><script type="text/javascript">function scrapeIdsForIcal(elem){ var slotIds = $('[data-slot-id]:visible').map( function(){return $(this).data('slot-id'); }); $('#slot-ids').val( slotIds.toArray().join(',') ); elem.click(); } </script></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Sun 1 Dec 13:29</em></div></div><div id="notifications-ph" class="webdsl-placeholder"></div><div id="event-modal-loader" class="webdsl-placeholder"><form name="form_131600131703c411e65b13378d08eb1f6672b5a0259" id="form_131600131703c411e65b13378d08eb1f6672b5a0259" action="https://2024.esec-fse.org/eventDetailsModalByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_131600131703c411e65b13378d08eb1f6672b5a0259" value="1" /><input type="hidden" name="context" value="fse-2024" /><input name="ae03f7f6f951d515a297b161e922205d" type="text" value="" class="inputString form-control event-id-input"/><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://2024.esec-fse.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"fse-2024"},],"form_131600131703c411e65b13378d08eb1f6672b5a0259", this.nextSibling, false,"event-modal-loader"); return false;'></button><a submitid="eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" id="load-modal-action"></a></form></div><div id="event-star-form" class="webdsl-placeholder"><form name="form_509860938088b48fd14544d4239b498a2cf339e02b" id="form_509860938088b48fd14544d4239b498a2cf339e02b" action="https://2024.esec-fse.org/eventStarByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_509860938088b48fd14544d4239b498a2cf339e02b" value="1" /><input type="hidden" name="context" value="fse-2024" /><input name="a0b55aa29cf9431a9461b359872014e3" type="text" value="" class="inputString form-control event-id-input"/><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://2024.esec-fse.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"fse-2024"},],"form_509860938088b48fd14544d4239b498a2cf339e02b", this.nextSibling, false,"event-star-form"); return false;'></button><a submitid="eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b" href="javascript:void(0)" onclick="javascript:loadImageElem=this;$(this.previousSibling).click()" id="star-event-action"></a></form></div><div id="event-modals" class="webdsl-placeholder"></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; addEventModalLoadOnClick(node); addStarredEventOnClick(node); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><footer class="footer"><div class="container-fluid"><div class="footer-box"><div class="row"><div class="col-sm-3"><h3><a href="https://2024.esec-fse.org" class="navigate"><span class="glyphicon glyphicon-home"></span> FSE 2024</a></h3><div><a href="https://2024.esec-fse.org/contact" class="navigate"><span class="glyphicon glyphicon-envelope"></span> contact form</a></div><hr/>using <a href="https://conf.researchr.org" class="navigate">conf.researchr.org</a> (<a href="http://yellowgrass.org/roadmap/conf.researchr.org" class="navigate">v1.67.1</a>)<br/><small><a href="https://2024.esec-fse.org/support" target="_blank" class="navigate"><span class="glyphicon glyphicon-question-sign"></span> Support page</a></small><br/><small></small></div><div class="col-sm-5"><div class="row"><div class="col-sm-6"><h4>Tracks</h4><a href="https://2024.esec-fse.org/track/fse-2024-diversity-and-inclusion" class="navigate">Diversity and Inclusion</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-plenary-events" class="navigate">Plenary Events</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-how-to-submit" class="navigate">How to Submit </a><br/><a href="https://2024.esec-fse.org/track/fse-2024-research-papers" class="navigate">Research Papers</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-industry" class="navigate">Industry Papers</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-ideas--visions-and-reflections" class="navigate">Ideas, Visions and Reflections</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-journal-first" class="navigate">Journal First</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-student-research-competition" class="navigate">Student Research Competition</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-demonstrations" class="navigate">Demonstrations</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-posters" class="navigate">Posters</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-artifacts" class="navigate">Artifacts</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-workshops" class="navigate">Workshops</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-doctoral-symposium" class="navigate">Doctoral Symposium</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-new-faculty-symposium" class="navigate">New Faculty Symposium</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-tutorials" class="navigate">Tutorials</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-student-volunteers" class="navigate">Student Volunteers</a><br/><a href="https://2024.esec-fse.org/track/fse-2024-open-science-policy" class="navigate">Open Science Policy</a></div><div class="col-sm-6"><h4>Co-hosted Conferences</h4><a href="https://2024.aiwareconf.org" class="navigate">AIware 2024</a><br/><a href="https://conf.researchr.org/home/promise-2024" class="navigate">PROMISE 2024</a><br/><h4>Workshops</h4><a href="https://conf.researchr.org/home/2030-se" class="navigate">2030 Software Engineering</a><br/><a href="https://2024.esec-fse.org/home/fase4games-2024" class="navigate">FaSE4Games 2024</a><br/><a href="https://2024.esec-fse.org/home/modal-2024-fse" class="navigate">MODAL@FSE 2024</a><br/><a href="https://2024.esec-fse.org/home/qse-ne-2024" class="navigate">QSE-NE 2024</a><br/><a href="https://2024.esec-fse.org/home/sea4dq-2024" class="navigate">SEA4DQ 2024</a><br/><h4>Co-hosted Symposia</h4><a href="https://conf.researchr.org/home/ssbse-2024" class="navigate">SSBSE 2024</a></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://2024.esec-fse.org/venue/fse-2024-venue" class="navigate">Venue: Hotel Armação</a><br><a href="https://2024.esec-fse.org/attending/registration" class="navigate">Registration</a><br><a href="https://2024.esec-fse.org/attending/portodegalinhas" class="navigate">Porto de Galinhas, Brazil</a><br><a href="https://2024.esec-fse.org/attending/transfer" class="navigate">Reaching Porto de Galinhas</a><br><a href="https://2024.esec-fse.org/attending/visa-application" class="navigate">Visa Application</a><br><a href="https://2024.esec-fse.org/attending/code-of-conduct" class="navigate">Code of Conduct</a><br><a href="https://2024.esec-fse.org/attending/travel-support" class="navigate">Travel Support</a><br><a href="https://2024.esec-fse.org/attending/social-events" class="navigate">Social Events</a></div><div class="col-sm-2"><a href="https://2024.esec-fse.org/signup" class="navigate">Sign Up</a></div></div></div></div></footer></div><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; var defaultplacement = $(document).scrollLeft() > 100 ? 'auto left' : 'auto top'; $(node).find('[title]').tooltip({placement: function(tt, elem){ var attval = elem.getAttribute('data-placement'); return attval ? attval : defaultplacement; }, container: false, sanitize: false}); $('.tooltip.fade.in, .ui-tooltip-content').remove(); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><script type="text/javascript">jQuery(document).ready(function($) { $(".clickable-row").click(function() { var href = $(this).attr("href"); if( window.location.href.indexOf( href ) < 0 ){ if ($(this).hasClass('new-window') ){ window.open( href ); } else { window.document.location = href; } } }); }); </script></body></html>