CINXE.COM

ESEC/FSE 2021 - Journal First - ESEC/FSE 2021

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="https://2021.esec-fse.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://2021.esec-fse.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>ESEC/FSE 2021 - Journal First - ESEC/FSE 2021</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://2021.esec-fse.org";</script> <link rel="stylesheet" href="https://2021.esec-fse.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://2021.esec-fse.org/stylesheets/conf.css?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://2021.esec-fse.org/stylesheets/logobar.css?d68c282160782c2b5f5bfb8ceb47a30e" type="text/css" /><link rel="stylesheet" href="https://2021.esec-fse.org/stylesheets/flatpickr-4.3.2.min.css?8eedb7a0f2455c0dbbbbcc46c4172c0d" type="text/css" /><link rel="stylesheet" href="https://2021.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://2021.esec-fse.org/javascript/faceted-filtering.js?b66007ca48ecd1d87e1cdd60e4e42366"></script> <script type="text/javascript" src="https://2021.esec-fse.org/javascript/flatpickr-4.3.2.min.js?c2885c17ae5fd471c9a40c437e8a2736"></script> <script type="text/javascript" src="https://2021.esec-fse.org/javascript/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://2021.esec-fse.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://2021.esec-fse.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://2021.esec-fse.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://2021.esec-fse.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://2021.esec-fse.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='The ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/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. ESEC/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. If you are new to ESEC/FSE and would like to read more about the tracks it ...'> <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:title' content='ESEC/FSE 2021 - Journal First - ESEC/FSE 2021'> <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">var ignoreHashChange = false; function hashChangeFunc(){ // show active tab on hash in url if (window.location.hash !== ''){ var hashTargetAll = $('a[href="' + window.location.hash + '"]'); if(hashTargetAll.length){ var hashTarget = hashTargetAll.filter('[data-toggle="tab"]') if( hashTarget.length ){ hashTarget = hashTarget.first(); hashTarget.tab('show'); } else { hashTarget = hashTargetAll.first(); } // and open parent tabs in case the target element is nested in a tab var parentPane = hashTarget.closest( '.tab-pane' ); if(parentPane.length){ $('.nav a[href="#'+ parentPane.attr('id') +'"]').tab('show'); } var parentCollapse = hashTarget.closest( '.panel-collapse:not(.in)' ).collapse('show'); } } return false; } $(document).ready(function(){ var tabFromRequestUrl = window.location.hash !== '' ? $('a[href="' + window.location.hash + '"][data-toggle="tab"]') : []; var initUrlHash = window.location.hash; hashChangeFunc() if( tabFromRequestUrl.length ){ //Prevent the browser to auto-scroll to the anchor of the tab window.location.hash = ""; } //make in-page #links open the tabs if ($._data( $(window)[0], 'events' ).hashchange == undefined){ $(window).on('hashchange', hashChangeFunc); } if(tabFromRequestUrl.length){ setTimeout( function(){ ignoreHashChange = true; history.replaceState(null, null, initUrlHash); ignoreHashChange = false; }, 10 ); } }); var autoTabFunction = function(node){ // remember the hash in the URL without jumping $('a[data-toggle="tab"]:not(.no-hash):not(.bound)').addClass('bound').on('shown.bs.tab', function(e){ var newhash = '#' + $(e.target).attr('href').substr(1); if(history.replaceState){ history.replaceState(null, null, newhash); } else{ location.hash = newhash; } }); //When no tab is active, set the first one to active $(node).find('.nav-tabs:not(.bound), .nav-pills:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).find('.active').length){ $(this).children().first().addClass('active'); } }); $(node).find('.tab-content:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).children('.active').length){ $(this).children('.tab-pane').first().addClass('active'); } }); } </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> <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> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://2021.esec-fse.org/getImage/carousel/Classic_view_of_Acropolis.jpg?1587641712000'> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></script> <!--[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 name='description' content='The ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/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. ESEC/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. If you are new to ESEC/FSE and would like to read more about the tracks it ...'> </head> <body id="track"><div class="frame"><a href="https://2021.esec-fse.org/blogposts" class="blog-link btn btn-xs btn-default navigate">Write a Blog &gt;&gt;</a><div class="logobar"><div class="container"><a href="https://2021.esec-fse.org" class="navbar-brand navigate"><span class="brand-text">ESEC/FSE 2021</span></a><div class="place">Thu 19 - Sat 28 August 2021 <a href="https://2021.esec-fse.org/venue/fse-2021-venue" class="navigate">Clowdr Platform</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://2021.esec-fse.org/venue/fse-2021-venue" class="navigate">Venue: Clowdr</a></li><li class="block"><a href="https://2021.esec-fse.org/attending/virtualization-plan" class="navigate">Virtualization Plan</a></li><li class="block"><a href="https://2021.esec-fse.org/attending/registration" class="navigate">Registration</a></li><li class="block"><a href="https://2021.esec-fse.org/attending/fse-2021-code-of-conduct" class="navigate">Code of Conduct</a></li><li class="block"><a href="https://2021.esec-fse.org/attending/diversity-and-inclusion" class="navigate">Diversity and Inclusion</a></li><li class="block"><a href="https://2021.esec-fse.org/attending/Open_Science_Guidelines" class="navigate">Open Science Guidelines</a></li><li class="block"><a href="https://2021.esec-fse.org/attending/financial-support" class="navigate">Financial Support</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://2021.esec-fse.org/program/program-fse-2021/" class="navigate">ESEC/FSE Program</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="prog" data-fltr-val="Your Program" class="navigate"><span class="glyphicon glyphicon-star"></span> Your Program</a></li><li class="block divider"></li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>Filter by Day</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Thu 19 Aug 2021" class="navigate">Thu 19 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Fri 20 Aug 2021" class="navigate">Fri 20 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Sat 21 Aug 2021" class="navigate">Sat 21 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Sun 22 Aug 2021" class="navigate">Sun 22 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Mon 23 Aug 2021" class="navigate">Mon 23 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Tue 24 Aug 2021" class="navigate">Tue 24 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Wed 25 Aug 2021" class="navigate">Wed 25 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Thu 26 Aug 2021" class="navigate">Thu 26 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Fri 27 Aug 2021" class="navigate">Fri 27 Aug</a></li><li class="block"><a href="https://2021.esec-fse.org/program/program-fse-2021/" data-fltr-type="date" data-fltr-val="Sat 28 Aug 2021" class="navigate">Sat 28 Aug</a></li></ul></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-1"><div class="row"><div class="col-sm-12"><ul class="block multi-column-dropdown"><li class="block dropdown-header">ESEC/FSE 2021</li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-plenary-events" class="navigate">Plenary Events</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-diversity-and-inclusion-events" class="navigate">Diversity and Inclusion Events</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-virtual-run" class="navigate">Virtual Run</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-papers" class="navigate">Research Papers</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-industry" class="navigate">Industry Papers</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-artifacts" class="navigate">Artifacts</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" class="navigate">Demonstrations</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-doctoral-symposium" class="navigate">Doctoral Symposium</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" class="navigate">Ideas, Visions and Reflections</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" class="navigate">Journal First</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-new-faculty-symposium" class="navigate">New Faculty Symposium</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-showcase" class="navigate">Industry Showcase</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-student-research-competition" class="navigate">Student Research Competition</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-workshops" class="navigate">Workshops</a></li><li class="block"><a href="https://2021.esec-fse.org/track/fse-2021-how-to-submit" class="navigate">How to Submit</a></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-1"><div class="row"><div class="col-sm-12"><ul class="block multi-column-dropdown"><li class="block dropdown-header">ESEC/FSE 2021 Committees</li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-steering-committee" class="navigate">Steering Committee</a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-test-of-time-award-committee" class="navigate">Test of Time Award Committee</a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-diversity-and-inclusion-committee" class="navigate">Diversity and Inclusion Committee</a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-student-volunteers" class="navigate">Student Volunteers</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-diversity-and-inclusion-events-program-committee" class="navigate"><strong>Diversity and Inclusion Events</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-virtual-run-program-committee" class="navigate"><strong>Virtual Run</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-papers-program-committee" class="navigate"><strong>Research Papers</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-industry-program-committee" class="navigate"><strong>Industry Papers</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-artifacts-program-committee" class="navigate"><strong>Artifacts</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-demonstrations-program-committee" class="navigate"><strong>Demonstrations</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-doctoral-symposium-program-committee" class="navigate"><strong>Doctoral Symposium</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-new-ideas-and-emerging-results-program-committee" class="navigate"><strong>Ideas, Visions and Reflections</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-journal-first-program-committee" class="navigate"><strong>Journal First</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-new-faculty-symposium-program-committee" class="navigate"><strong>New Faculty Symposium</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-showcase-program-committee" class="navigate"><strong>Industry Showcase</strong></a></li><li class="block"><a href="https://2021.esec-fse.org/committee/fse-2021-student-research-competition-program-committee" class="navigate"><strong>Student Research Competition</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://2021.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></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Info <span class="caret"></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://2021.esec-fse.org/info/awards" class="navigate">Awards</a></li><li class="block"><a href="https://2021.esec-fse.org/info/proceedings" class="navigate">Proceedings</a></li><li class="block"><a href="https://2021.esec-fse.org/info/supporters" class="navigate">Supporters</a></li></ul></li><li class="block"><a href="https://2021.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://2021.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"><a href="https://2024.esec-fse.org" class="navigate">FSE 2024</a></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"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> ESEC/FSE 2021</span></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-2021/https%3A%5Es%5Es2021.esec-fse.org%5Estrack%5Esfse-2021-journal-first" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://2021.esec-fse.org/signup" class="navigate">Sign up</a></li></ul></div></div></div></div><div id="content" class="container"><div class="page-header"><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://2021.esec-fse.org" class="navigate">ESEC/FSE 2021</a> (<a href="https://2021.esec-fse.org/series/fse" class="navigate">series</a>) / </span><h1>Journal First<span class="pull-right small h1">ESEC/FSE 2021</span></h1></div><div class="row"><div class="col-sm-8"><ul id="tab" class="nav nav-pills"><li><a href="#program" data-toggle="tab">Program</a></li><li><a href="#event-overview" data-toggle="tab">Accepted Papers</a></li><li><a href="#Call-for-Journal-First-Papers" data-toggle="tab">Call for Journal First Papers</a></li></ul><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; autoTabFunction(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><div class="tab-content"><div id="program" class="tab-pane "><div class="faceted-filtering"><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 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><script type="text/javascript">$(function(){ addInitialFilter( 'track', 'ESEC/FSE Journal First') });</script></div></div><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://2021.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-2021" /><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) Athens</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' &amp;&amp; this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/><strong>Use conference time zone: (GMT+03:00) Athens</strong></label><label class="radio"><input type="radio" name="9659afaa126198132be460b106e35ccb" value="true" onchange="if( ($(this).val() == 'true' &amp;&amp; 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 &amp; Canada)</option><option value="America/Denver" data-utc-minute-offset="-420">(GMT-06:00) Mountain Time (US &amp; 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 &amp; Canada)</option><option value="America/New_York" data-utc-minute-offset="-300">(GMT-04:00) Eastern Time (US &amp; 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+04: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' &amp;&amp; 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' &amp;&amp; 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://2021.esec-fse.org/userProgramSettingsModalConferenceEdition","userProgramSettingsModalConferenceEdition_apply18ec3dfeeecb5c44c1e40a40983898869", [{"name":"context", "value":"fse-2021"},],"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="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">&times;</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 != 120){ $('.time-zone-warning').toggleClass('visible'); window.displayUserProgamSettingsOnce = true; } </script><script type="text/javascript">window.preselectTimeBand = true; </script><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Wed 25 Aug</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Athens</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-8"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Analysis—Development Tools<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/guneljahangirova1" target="_blank" class="navigate">Gunel Jahangirova</a><span class="prog-aff"> USI Lugano</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="557ae8d3-fb8e-458a-a6f1-8889cd11bf4f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c8687cbb-fdb9-4083-825d-7f5a6088eee9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c8687cbb-fdb9-4083-825d-7f5a6088eee9">DIFFBASE: A Differential Factbase for Effective Software Evolution Management<span class="pull-right"><span data-facet-badge="Best Artifact Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Best Artifact Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiuhengwu" class="navigate">Xiuheng Wu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2021.esec-fse.org/profile/chenguangzhu" class="navigate">Chenguang Zhu</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/yili" class="navigate">Yi Li</a><span class="prog-aff"> Nanyang Technological University</span></div><a href="https://doi.org/10.1145/3468264.3468605" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://personal.ntu.edu.sg/yi_li/files/Wu2021DDF.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="8c8dbe1a-3ea1-44b6-a83c-65a84fbc19cf" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0d8fa148-4bf1-462b-81c2-0df10b1a3568" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0d8fa148-4bf1-462b-81c2-0df10b1a3568">Would You Like a Quick Peek? Providing Logging Support to Monitor Data Processing in Big Data Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zehaowang" class="navigate">Zehao Wang</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/haoxiangzhang1" class="navigate">Haoxiang Zhang</a><span class="prog-aff"> Huawei</span>, <a href="https://2021.esec-fse.org/profile/tsehsunpeterchen" class="navigate">Tse-Hsun (Peter) Chen</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/shaoweiwang" class="navigate">Shaowei Wang</a><span class="prog-aff"> University of Manitoba</span></div><a href="https://doi.org/10.1145/3468264.3468613" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://petertsehsun.github.io/papers/fse2021_dplog.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="0592d833-5958-4577-b983-9d7fef41478d" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="be4c680d-94b6-45c8-975a-306bec57cecf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="be4c680d-94b6-45c8-975a-306bec57cecf">Slicer4J: A Dynamic Slicer for Java<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/ff2c05b0-0ba7-4138-a9a5-8fba2f4e8afd/small?1629882434000" class="outputimage"/></span></span></a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/khaledahmed" class="navigate">Khaled Ahmed</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2021.esec-fse.org/profile/mieszkolis" class="navigate">Mieszko Lis</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2021.esec-fse.org/profile/juliarubin" class="navigate">Julia Rubin</a><span class="prog-aff"> University of British Columbia</span></div><a href="https://doi.org/10.1145/3468264.3473123" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://people.ece.ubc.ca/mjulia/publications/Slicer4J_2021.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/16/Slicer4J-A-Dynamic-Slicer-for-Java" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="621950cb-8cde-468a-8a8b-54b17e322d6e" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="10a59f49-8854-44d5-be05-0097f9523d0f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="10a59f49-8854-44d5-be05-0097f9523d0f">Information Needs: Lessons for Programming Tools</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/thomaslatoza" class="navigate">Thomas LaToza</a><span class="prog-aff"> George Mason University</span></div><a href="https://doi.org/10.1109/MS.2020.3014343" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://cs.gmu.edu/~tlatoza/papers/software2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="ecca25b0-5d9e-40ea-93cd-74e40551e9c8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b35a30d8-a65d-4081-85d4-db1d77ac0fc3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b35a30d8-a65d-4081-85d4-db1d77ac0fc3">Q&amp;A (Analysis—Development Tools)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Code Recommendation<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/davidediruscio" target="_blank" class="navigate">Davide Di Ruscio</a><span class="prog-aff"> University of L'Aquila</span>, <a href="https://2021.esec-fse.org/profile/saikatchakraborty2" target="_blank" class="navigate">Saikat Chakraborty</a><span class="prog-aff"> Columbia University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4e2b82a1-4517-4646-8165-7eaa905c0235" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="835c78f3-251d-4a0e-9fbb-38c9cecca7c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="835c78f3-251d-4a0e-9fbb-38c9cecca7c0">Cross-Language Code Search using Static and Dynamic Analyses<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/georgemathew" class="navigate">George Mathew</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/kathrynstolee" class="navigate">Kathryn Stolee</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3468264.3468538" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7d135ac6-4fdd-4a99-beb8-ac8fcb5eb365" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5dc43460-f94d-448b-b5ae-202ac38b73c5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5dc43460-f94d-448b-b5ae-202ac38b73c5">Automating the Removal of Obsolete TODO Comments</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3468553" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1e93727e-9f1a-4dd8-b748-f66ac0e3cc73" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e96feb75-3a9b-491b-baca-9fdb96e9c620" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e96feb75-3a9b-491b-baca-9fdb96e9c620">Generating Question Titles for Stack Overflow from Mined Code Snippets</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/yuanfangli" class="navigate">Yuan-Fang Li</a><span class="prog-aff"> Monash University</span></div></td></tr><tr data-slot-id="b00aee23-4a8a-406e-9104-134a1624020e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e46dfff0-d3bd-4a2c-89f4-31899486199d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e46dfff0-d3bd-4a2c-89f4-31899486199d">Q&amp;A (Analytics &amp; Software Evolution—Code Recommendation)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Approximations in Testing and Analysis<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/mikepapadakis" target="_blank" class="navigate">Mike Papadakis</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="a1c7a6a3-73db-46c0-ae7e-b40be584857c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="852c32c9-4259-41d6-82c7-4212ff052e66" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="852c32c9-4259-41d6-82c7-4212ff052e66">Skeletal Approximation Enumeration for SMT Solver Testing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/peisenyao" class="navigate">Peisen Yao</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/heqinghuang" class="navigate">Heqing Huang</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/wenshengtang" class="navigate">Wensheng Tang</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/qingkaishi" class="navigate">Qingkai Shi</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/rongxinwu" class="navigate">Rongxin Wu</a><span class="prog-aff"> Xiamen University</span>, <a href="https://2021.esec-fse.org/profile/charleszhang" class="navigate">Charles Zhang</a><span class="prog-aff"> Hong Kong University of Science and Technology</span></div><a href="https://doi.org/10.1145/3468264.3468540" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="c3e076b0-81e0-4a68-b9ff-f5ca272d71c4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="828fa02c-7bf2-4da7-adfa-05fcdc1b949e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="828fa02c-7bf2-4da7-adfa-05fcdc1b949e">Boosting Static Analysis Accuracy with Instrumented Test Executions<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tianyichen" class="navigate">Tianyi Chen</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2021.esec-fse.org/profile/kihongheo" class="navigate">Kihong Heo</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/mukundraghothaman" class="navigate">Mukund Raghothaman</a><span class="prog-aff"> University of Southern California</span></div><a href="https://doi.org/10.1145/3468264.3468626" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="44a894a0-268e-4a32-84cb-5052e5bd4459" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6632057c-2dde-422d-bb68-a8042e54774d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6632057c-2dde-422d-bb68-a8042e54774d">Symbolic Parallel Adaptive Importance Sampling for Probabilistic Program Analysis<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yichengluo" class="navigate">Yicheng Luo</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/antoniofilieri" class="navigate">Antonio Filieri</a><span class="prog-aff"> Imperial College London</span>, <a href="https://2021.esec-fse.org/profile/yuanzhou" class="navigate">Yuan Zhou</a><span class="prog-aff"> University of Oxford</span></div><a href="https://doi.org/10.1145/3468264.3468593" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="20cb4e13-3bb1-4415-b1a7-5f366b5a6939" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6309624a-6402-4de3-a896-6f8a62ac940a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6309624a-6402-4de3-a896-6f8a62ac940a">Q&amp;A (Testing—Approximations in Testing and Analysis)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">SE &amp; AI—Machine Learning for Software Engineering 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/michaelpradel" target="_blank" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2021.esec-fse.org/profile/ivicacrnkovic" target="_blank" class="navigate">Ivica Crnkovic</a><span class="prog-aff"> Chalmers 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="6be2e59a-30e9-46a6-9b35-13902784775b" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5efebae5-8655-4d8e-8aec-4d4e0aa844f0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5efebae5-8655-4d8e-8aec-4d4e0aa844f0">Boosting Coverage-Based Fault Localization via Graph-Based Representation Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yilinglou" class="navigate">Yiling Lou</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/qihaozhu" class="navigate">Qihao Zhu</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/jinhaodong2" class="navigate">Jinhao Dong</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/xiali" class="navigate">Xia Li</a><span class="prog-aff"> Kennesaw State University</span>, <a href="https://2021.esec-fse.org/profile/zeyusun" class="navigate">Zeyu Sun</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/danhao" class="navigate">Dan Hao</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/lingmingzhang" class="navigate">Lingming Zhang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://doi.org/10.1145/3468264.3468580" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9ef5eaf6-c58b-43a7-92a5-cb5be67f64fc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0624f9a8-d845-45c3-8faa-1363b0bd2bcd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0624f9a8-d845-45c3-8faa-1363b0bd2bcd">SynGuar: Guaranteeing Generalization in Programming by Example<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/bowang2" class="navigate">Bo Wang</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/teodorabaluta" class="navigate">Teodora Baluta</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/aashishkolluri" class="navigate">Aashish Kolluri</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/prateeksaxena" class="navigate">Prateek Saxena</a><span class="prog-aff"> National University of Singapore</span></div><a href="https://doi.org/10.1145/3468264.3468621" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="a1dfea2c-8ec8-4b32-be9f-dfc0cb596a9f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="fbeab2f4-dbfd-40c1-b835-0b9d74488a65" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fbeab2f4-dbfd-40c1-b835-0b9d74488a65">StateFormer: Fine-Grained Type Recovery from Binaries using Generative State Modeling<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kexinpei" class="navigate">Kexin Pei</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/jonasguan" class="navigate">Jonas Guan</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2021.esec-fse.org/profile/matthewbroughton" class="navigate">Matthew Broughton</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/zhongtianchen" class="navigate">Zhongtian Chen</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/songchenyao" class="navigate">Songchen Yao</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/davidwilliamsking" class="navigate">David Williams-King</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/vikasummadisetty" class="navigate">Vikas Ummadisetty</a><span class="prog-aff"> Dublin High School</span>, <a href="https://2021.esec-fse.org/profile/junfengyang" class="navigate">Junfeng Yang</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/baishakhiray" class="navigate">Baishakhi Ray</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/sumanjana" class="navigate">Suman Jana</a><span class="prog-aff"> Columbia University</span></div><a href="https://doi.org/10.1145/3468264.3468607" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e8d8d9ba-7075-4949-aa64-c0873ee30631" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8099b746-fd56-432f-a86f-01799a59f44d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8099b746-fd56-432f-a86f-01799a59f44d">Q&amp;A (SE &amp; AI—Machine Learning for Software Engineering 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">Analysis—Dynamic Analysis<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/dimitrismitropoulos" target="_blank" class="navigate">Dimitris Mitropoulos</a><span class="prog-aff"> University of Athens</span>, <a href="https://2021.esec-fse.org/profile/valerioterragni" target="_blank" class="navigate">Valerio Terragni</a><span class="prog-aff"> University of Auckland</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="94362c2d-878d-47ae-99c4-ce4ed9ffa29a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5c76626b-f067-4b4e-9bd7-a5906b3477db" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5c76626b-f067-4b4e-9bd7-a5906b3477db">Efficient Module-Level Dynamic Analysis for Dynamic Languages with Module Recontextualization<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nikosvasilakis" class="navigate">Nikos Vasilakis</a><span class="prog-aff"> Massachusetts Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/grigorisntousakis" class="navigate">Grigoris Ntousakis</a><span class="prog-aff"> TU Crete</span>, <a href="https://2021.esec-fse.org/profile/veitheller" class="navigate">Veit Heller</a><span class="prog-aff"> n.n.</span>, <a href="https://2021.esec-fse.org/profile/martinrinard" class="navigate">Martin C. Rinard</a><span class="prog-aff"> Massachusetts Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3468574" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="47cf2035-57a4-441a-aae5-ac786d5ee877" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="97b1bacb-7868-47f6-bea1-e732044a049a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="97b1bacb-7868-47f6-bea1-e732044a049a">Seads: Scalable and Cost-Effective Dynamic Dependence Analysis of Distributed Systems via Reinforcement Learning</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaoqinfu" class="navigate">Xiaoqin Fu</a><span class="prog-aff"> Washington State University</span>, <a href="https://2021.esec-fse.org/profile/haipengcai" class="navigate">Haipeng Cai</a><span class="prog-aff"> Washington State University, USA</span>, <a href="https://2021.esec-fse.org/profile/wenli" class="navigate">Wen Li</a><span class="prog-aff"> </span>, <a href="https://2021.esec-fse.org/profile/lili" class="navigate">Li Li</a><span class="prog-aff"> Monash University</span></div></td></tr><tr data-slot-id="f9cba026-52c6-4ffe-af98-b6dda6d8b781" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9f51b207-a0c2-4c48-bac5-9293cfeedd2e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9f51b207-a0c2-4c48-bac5-9293cfeedd2e">Monotone Precision and Recall Measures for Comparing Executions and Specifications of Dynamic Systems</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/artempolyvyanyy" class="navigate">Artem Polyvyanyy</a><span class="prog-aff"> The University of Melbourne</span>, <a href="https://2021.esec-fse.org/profile/andreassolti" class="navigate">Andreas Solti</a><span class="prog-aff"> Vienna University of Economics and Business</span>, <a href="https://2021.esec-fse.org/profile/matthiasweidlich" class="navigate">Matthias Weidlich</a><span class="prog-aff"> Humboldt-Universtität zu Berlin</span>, <a href="https://2021.esec-fse.org/profile/claudiodiciccio" class="navigate">Claudio Di Ciccio</a><span class="prog-aff"> Department of Computer Science, Sapienza University of Rome</span>, <a href="https://2021.esec-fse.org/profile/janmendling" class="navigate">Jan Mendling</a><span class="prog-aff"> Vienna University of Economics and Business</span></div></td></tr><tr data-slot-id="043b6783-5ed7-4423-ac99-8e9d3a023de7" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c679b7b4-097a-4119-9ff2-05d2fa1c4fb3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c679b7b4-097a-4119-9ff2-05d2fa1c4fb3">Q&amp;A (Analysis—Dynamic Analysis)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Code Reviews and Changes<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/ingridnunes" target="_blank" class="navigate">Ingrid Nunes</a><span class="prog-aff"> Universidade Federal do Rio Grande do Sul (UFRGS), Brazil</span>, <a href="https://2021.esec-fse.org/profile/anthonycleve" target="_blank" class="navigate">Anthony Cleve</a><span class="prog-aff"> University of Namur</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="21f03cbe-0030-409c-9f02-e56006ccf9ed" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0e54a65f-24f7-4e2c-86d5-581100f52338" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0e54a65f-24f7-4e2c-86d5-581100f52338">Identifying Bad Software Changes via Multimodal Anomaly Detection for Online Service Systems</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nengwenzhao" class="navigate">Nengwen Zhao</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/zhaoyangyu" class="navigate">Zhaoyang Yu</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/honglinwang" class="navigate">Honglin Wang</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.esec-fse.org/profile/jiesongli" class="navigate">Jiesong Li</a><span class="prog-aff"> China Guangfa Bank</span>, <a href="https://2021.esec-fse.org/profile/binqiu" class="navigate">Bin Qiu</a><span class="prog-aff"> China Guangfa Bank</span>, <a href="https://2021.esec-fse.org/profile/hongyuxu" class="navigate">Hongyu Xu</a><span class="prog-aff"> China Guangfa Bank</span>, <a href="https://2021.esec-fse.org/profile/wenchizhang" class="navigate">Wenchi Zhang</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.esec-fse.org/profile/kaixinsui1" class="navigate">Kaixin Sui</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.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/3468264.3468543" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1387133e-26b0-4593-80be-40eae99a8ce9" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="a3da408c-1257-427b-859d-375a393355b9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3da408c-1257-427b-859d-375a393355b9">Journal First Submission of the Article: &quot;An Empirical Investigation of Relevant Changes and Automation Needs in Modern Code Review&quot;</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sebastianopanichella" class="navigate">Sebastiano Panichella</a><span class="prog-aff"> Zurich University of Applied Sciences</span>, <a href="https://2021.esec-fse.org/profile/nickzaugg" class="navigate">Nick Zaugg</a><span class="prog-aff"> University of Zurich</span></div></td></tr><tr data-slot-id="9c17f01b-c716-416f-9bc5-218a50c4fa12" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="33f11539-4b46-476f-af95-bc68f6899fe4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="33f11539-4b46-476f-af95-bc68f6899fe4">Exploit Those Code Reviews! Bigger Data for Deeper Learning</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/robertheumuller1" class="navigate">Robert Heumüller</a><span class="prog-aff"> University of Magdeburg</span>, <a href="https://2021.esec-fse.org/profile/sebastiannielebock1" class="navigate">Sebastian Nielebock</a><span class="prog-aff"> Otto-von-Guericke University Magdeburg</span>, <a href="https://2021.esec-fse.org/profile/frankortmeier1" class="navigate">Frank Ortmeier</a><span class="prog-aff"> University of Magdeburg</span></div><a href="https://doi.org/10.1145/3468264.3473110" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/3/Exploit-Those-Code-Reviews-Bigger-Data-for-Deeper-Learning" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f061fe37-cdd3-46d9-8d56-fac31d6f9bcf" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="d88957d9-a244-41fd-8292-82e2c9fb9280" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d88957d9-a244-41fd-8292-82e2c9fb9280">Towards Automating Code Review at Scale</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/vincenthellendoorn" class="navigate">Vincent J. Hellendoorn</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/jasontsay" class="navigate">Jason Tsay</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/manishamukherjee" class="navigate">Manisha Mukherjee</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/martinhirzel" class="navigate">Martin Hirzel</a><span class="prog-aff"> IBM Research</span></div><a href="https://doi.org/10.1145/3468264.3473134" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d81221dc-fbf4-40af-961e-900c49d21c45" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="ad1fa0a5-df78-44a5-8156-49c79087fb37" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ad1fa0a5-df78-44a5-8156-49c79087fb37">Q&amp;A (Analytics &amp; Software Evolution—Code Reviews and Changes)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">SE &amp; AI—Machine Learning for Software Engineering 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/michaelpradel" target="_blank" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2021.esec-fse.org/profile/saikatchakraborty2" target="_blank" class="navigate">Saikat Chakraborty</a><span class="prog-aff"> Columbia University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2622ff49-c79f-44d1-93e3-1ac006e51463" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8caf22e5-6063-4cd9-b3a6-41034a8c7a80" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8caf22e5-6063-4cd9-b3a6-41034a8c7a80">Empirical Study of Transformers for Source Code</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nadezhdachirkova" class="navigate">Nadezhda Chirkova</a><span class="prog-aff"> HSE University</span>, <a href="https://2021.esec-fse.org/profile/sergeytroshin1" class="navigate">Sergey Troshin</a><span class="prog-aff"> HSE University</span></div><a href="https://doi.org/10.1145/3468264.3468611" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="88796a74-758a-4f64-afc3-9d59926c0446" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="03f2b98e-c6d9-4c7f-a073-16b7aad65697" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="03f2b98e-c6d9-4c7f-a073-16b7aad65697">Explaining Mispredictions of Machine Learning Models using Rule Induction</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jurgencito" class="navigate">Jürgen Cito</a><span class="prog-aff"> TU Vienna; Facebook</span>, <a href="https://2021.esec-fse.org/profile/isildillig" class="navigate">Işıl Dillig</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/seohyunkim" class="navigate">Seohyun Kim</a><span class="prog-aff"> Facebook</span>, <a href="https://2021.esec-fse.org/profile/vijayaraghavanmurali" class="navigate">Vijayaraghavan Murali</a><span class="prog-aff"> Facebook</span>, <a href="https://2021.esec-fse.org/profile/satishchandra" class="navigate">Satish Chandra</a><span class="prog-aff"> Facebook</span></div><a href="https://doi.org/10.1145/3468264.3468614" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="de8bdb36-4237-4e5d-b4a6-fcbe4cffbf57" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="244dcf0b-1dd0-4f9d-bb6e-c06b2a83cbca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="244dcf0b-1dd0-4f9d-bb6e-c06b2a83cbca">Generalizable and Interpretable Learning for Configuration Extrapolation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yiding" class="navigate">Yi Ding</a><span class="prog-aff"> Massachusetts Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/ahsanpervaiz" class="navigate">Ahsan Pervaiz</a><span class="prog-aff"> University of Chicago</span>, <a href="https://2021.esec-fse.org/profile/michaelcarbin" class="navigate">Michael Carbin</a><span class="prog-aff"> Massachusetts Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/hankhoffman" class="navigate">Henry Hoffmann</a><span class="prog-aff"> University of Chicago</span></div><a href="https://doi.org/10.1145/3468264.3468603" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="3feddd34-7fe0-48e5-a3f2-3c8007547770" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9d18be87-03ae-4570-abaa-19e2b5b2bc4e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9d18be87-03ae-4570-abaa-19e2b5b2bc4e">Q&amp;A (SE &amp; AI—Machine Learning for Software Engineering 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Analysis and Testing of Unconventional Software<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/gregorygay" target="_blank" class="navigate">Gregory Gay</a><span class="prog-aff"> Chalmers and the University of Gothenburg</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bf6c213a-d56b-4038-99fa-88fad15e8a8c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0b0c30b6-741a-4bf3-9419-710b37dc382f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0b0c30b6-741a-4bf3-9419-710b37dc382f">Parallel Shadow Execution to Accelerate the Debugging of Numerical Errors<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sangeetachowdhary" class="navigate">Sangeeta Chowdhary</a><span class="prog-aff"> Rutgers University</span>, <a href="https://2021.esec-fse.org/profile/santoshnagarakatte" class="navigate">Santosh Nagarakatte</a><span class="prog-aff"> Rutgers University</span></div><a href="https://doi.org/10.1145/3468264.3468585" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="714ed067-0f1f-4a3c-9bb2-8ca5d00e37f0" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="884c248e-8800-42bb-b1c6-207d59b8679b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="884c248e-8800-42bb-b1c6-207d59b8679b">Exposing Numerical Bugs in Deep Learning via Gradient Back-Propagation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mingyan" class="navigate">Ming Yan</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/xiangyuzhang" class="navigate">Xiangyu Zhang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/lintan" class="navigate">Lin Tan</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/ganwang1" class="navigate">Gan Wang</a><span class="prog-aff"> Tianjin University</span></div><a href="https://doi.org/10.1145/3468264.3468612" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="da675bd3-d0b1-46dc-b617-1dfabe9b3a3f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="77d8f8d0-044b-4e8c-9dc2-4be78d115906" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="77d8f8d0-044b-4e8c-9dc2-4be78d115906">Metamorphic Testing of Datalog Engines</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/muhammadnumairmansur" class="navigate">Muhammad Numair Mansur</a><span class="prog-aff"> MPI-SWS</span>, <a href="https://2021.esec-fse.org/profile/mariachristakis" class="navigate">Maria Christakis</a><span class="prog-aff"> MPI-SWS</span>, <a href="https://2021.esec-fse.org/profile/valentinwustholz" class="navigate">Valentin Wüstholz</a><span class="prog-aff"> ConsenSys</span></div><a href="https://doi.org/10.1145/3468264.3468573" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="817b11f6-954c-468a-86fa-221f6162c408" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="a56204a6-6da5-4fa3-98b6-8920d5f84d58" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a56204a6-6da5-4fa3-98b6-8920d5f84d58">Q&amp;A (Testing—Analysis and Testing of Unconventional Software)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Debugging 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/panoslouridas" target="_blank" class="navigate">Panos Louridas</a><span class="prog-aff"> Athens University of Economics and Business</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a6fdcb02-0064-4bc0-b17b-c95b3d569d3f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="bf4b68e7-05d6-4bb8-8356-acd39b9e825c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bf4b68e7-05d6-4bb8-8356-acd39b9e825c">Demystifying “Bad” Error Messages in Data Science Libraries</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yidatao" class="navigate">Yida Tao</a><span class="prog-aff"> Shenzhen University</span>, <a href="https://2021.esec-fse.org/profile/zhihuichen" class="navigate">Zhihui Chen</a><span class="prog-aff"> Shenzhen University</span>, <a href="https://2021.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/jifengxuan" class="navigate">Jifeng Xuan</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2021.esec-fse.org/profile/zhiwuxu" class="navigate">Zhiwu Xu</a><span class="prog-aff"> Shenzhen University</span>, <a href="https://2021.esec-fse.org/profile/shengchaoqin" class="navigate">Shengchao Qin</a><span class="prog-aff"> Teesside University</span></div><a href="https://doi.org/10.1145/3468264.3468560" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="cb33d266-e37a-4656-9e04-c8a6f7edfd31" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="124d9c2a-d6f5-4f53-900e-fa609f75b967" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="124d9c2a-d6f5-4f53-900e-fa609f75b967">NIL: Large-Scale Detection of Large-Variance Clones</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tasukunakagawa" class="navigate">Tasuku Nakagawa</a><span class="prog-aff"> Osaka University</span>, <a href="https://2021.esec-fse.org/profile/yoshikihigo" class="navigate">Yoshiki Higo</a><span class="prog-aff"> Osaka University</span>, <a href="https://2021.esec-fse.org/profile/shinjikusumoto" class="navigate">Shinji Kusumoto</a><span class="prog-aff"> Osaka University</span></div><a href="https://doi.org/10.1145/3468264.3468564" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://sdl.ist.osaka-u.ac.jp/pman/pman3.cgi?DOWNLOAD=567" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="58823f34-e81e-4013-82a2-014c0fb8cce7" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="fc64d770-8296-4f8d-b15d-72130f964069" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fc64d770-8296-4f8d-b15d-72130f964069">Understanding and Detecting Server-Side Request Races in Web Applications<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhengyiqiu" class="navigate">Zhengyi Qiu</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/shudishao" class="navigate">Shudi Shao</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/qizhao" class="navigate">Qi Zhao</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/guoliangjin" class="navigate">Guoliang Jin</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3468264.3468594" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="02dfb955-2752-4afd-ad33-abe1af9f7323" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3c72d439-5152-4656-9463-33a55e1e003a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3c72d439-5152-4656-9463-33a55e1e003a">Q&amp;A (Testing—Debugging 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Analysis—Model Checking<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.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="4e628935-b7e6-4085-b338-959bb65dd1c6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c10528d2-7ae6-4f63-a407-85040711e549" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c10528d2-7ae6-4f63-a407-85040711e549">Checking LTL[F,G,X] on Compressed Traces in Polynomial Time<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/minjianzhang" class="navigate">Minjian Zhang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/umangmathur" class="navigate">Umang Mathur</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/maheshviswanathan" class="navigate">Mahesh Viswanathan</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://doi.org/10.1145/3468264.3468557" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="38886fa5-7b0c-46fb-9c12-020e222a0664" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d77e9a96-355b-497b-ac54-192a42452356" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d77e9a96-355b-497b-ac54-192a42452356">Conditional Interpolation: Making Concurrent Program Verification More Effective</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jiesu" class="navigate">Jie Su</a><span class="prog-aff"> Xidian University</span>, <a href="https://2021.esec-fse.org/profile/congtian" class="navigate">Cong Tian</a><span class="prog-aff"> Xidian University</span>, <a href="https://2021.esec-fse.org/profile/zhenhuaduan1" class="navigate">Zhenhua Duan</a><span class="prog-aff"> Xidian University</span></div><a href="https://doi.org/10.1145/3468264.3468602" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0c2dfdbe-23a6-497e-9249-6f9f9ed24c58" class="hidable"><td class="track-color c12"></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="ESEC/FSE Journal First"></span></td><td><span data-event-star="abfcd3fb-e5bd-486e-9c89-8f12287a8594" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="abfcd3fb-e5bd-486e-9c89-8f12287a8594">RegionTrack: A Trace-based Sound and Complete Checker to Debug Transactional Atomicity Violations and Non-Serializable Traces</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaoxuema" class="navigate">Xiaoxue Ma</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/shangruwu" class="navigate">Shangru WU</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/ernestpobee" class="navigate">Ernest Pobee</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/xiupeimei" class="navigate">Xiupei Mei</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/haozhang" class="navigate">Hao Zhang</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/bojiang" class="navigate">Bo Jiang</a><span class="prog-aff"> Beihang University</span>, <a href="https://2021.esec-fse.org/profile/wingkwongchan1" class="navigate">Wing-Kwong Chan</a><span class="prog-aff"> City University of Hong Kong, Hong Kong</span></div></td></tr><tr data-slot-id="f31fc951-10cc-4aa7-8eb6-66be9c5bbf7b" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="517b4484-c439-44cd-826e-561c2790dcd0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="517b4484-c439-44cd-826e-561c2790dcd0">Q&amp;A (Analysis—Model Checking)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Continuous Integration and Delivery<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/fiorellazampetti" target="_blank" class="navigate">Fiorella Zampetti</a><span class="prog-aff"> University of Sannio, Italy</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4cf789c4-aa4a-4afd-a602-261b7678641c" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="688c9733-ad4a-4f74-9c43-1045e43f55f9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="688c9733-ad4a-4f74-9c43-1045e43f55f9">Accelerating Continuous Integration by Caching Environments and Inferring Dependencies</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/keheliyagallaba" class="navigate">Keheliya Gallaba</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/johnewart" class="navigate">John Ewart</a><span class="prog-aff"> YourBase Inc.</span>, <a href="https://2021.esec-fse.org/profile/yvesjunqueira" class="navigate">Yves Junqueira</a><span class="prog-aff"> YourBase Inc.</span>, <a href="https://2021.esec-fse.org/profile/shanemcintosh" class="navigate">Shane McIntosh</a><span class="prog-aff"> McGill University</span></div></td></tr><tr data-slot-id="7ff1004d-d1d8-4a3a-ac6a-86baa9c0f8b1" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="70b353fb-3411-49b5-a5b6-7742736fa456" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="70b353fb-3411-49b5-a5b6-7742736fa456">Predicting Node Failures in an Ultra-large-scale Cloud Computing Platform: an AIOps Solution: A Journal First Presentation Proposal</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yangguangli" class="navigate">Yangguang Li</a><span class="prog-aff"> York University</span>, <a href="https://2021.esec-fse.org/profile/zhenmingjackjiang" class="navigate">Zhen Ming (Jack) Jiang</a><span class="prog-aff"> York University </span>, <a href="https://2021.esec-fse.org/profile/hengli" class="navigate">Heng Li</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/chenghe" class="navigate">Cheng He</a><span class="prog-aff"> Alibaba Group</span>, <a href="https://2021.esec-fse.org/profile/ruiruihuang" class="navigate">Ruirui Huang</a><span class="prog-aff"> Alibaba Group, China</span>, <a href="https://2021.esec-fse.org/profile/zhengdazeng" class="navigate">Zhengda Zeng</a><span class="prog-aff"> Alibaba Group</span>, <a href="https://2021.esec-fse.org/profile/mianwang" class="navigate">Mian Wang</a><span class="prog-aff"> Alibaba Group</span>, <a href="https://2021.esec-fse.org/profile/pinanchen" class="navigate">PIN AN CHEN</a><span class="prog-aff"> Alibaba</span></div></td></tr><tr data-slot-id="65861233-4630-4ee4-a81f-0f63587d74e2" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e1956cff-c6cc-4c4d-a980-6cd7cd23304c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e1956cff-c6cc-4c4d-a980-6cd7cd23304c">Automating Serverless Deployments for DevOps Organizations<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/danielsokolowski" class="navigate">Daniel Sokolowski</a><span class="prog-aff"> TU Darmstadt</span>, <a href="https://2021.esec-fse.org/profile/pascalweisenburger" class="navigate">Pascal Weisenburger</a><span class="prog-aff"> TU Darmstadt</span>, <a href="https://2021.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/3468264.3468575" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://mjuz.rocks/assets/pdf/papers/2021_Automating-Serverless-Deployments-for-DevOps-Organizations.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="2d94a31d-136a-4c7a-adc0-c2d94b944685" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="879c62e5-a787-4919-b8a8-9776d34afb2f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="879c62e5-a787-4919-b8a8-9776d34afb2f">Q&amp;A (Analytics &amp; Software Evolution—Continuous Integration and Delivery)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Analysis—Programming Languages<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/santanudash" target="_blank" class="navigate">Santanu Dash</a><span class="prog-aff"> University of Surrey</span>, <a href="https://2021.esec-fse.org/profile/michaelpradel" target="_blank" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="639a8877-3769-4ca0-b192-1354b8e53125" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="9020773a-2588-4b7c-841d-ba93eb1d1a1f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9020773a-2588-4b7c-841d-ba93eb1d1a1f">Automated Code Transformation for Context Propagation in Go</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adamwelc" class="navigate">Adam Welc</a><span class="prog-aff"> Uber Technologies</span></div><a href="https://doi.org/10.1145/3468264.3473918" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="58ce137f-5c5d-48e1-a59f-99715bbcc903" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="37c14cf4-9824-4641-909a-5ffeb58d56bb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="37c14cf4-9824-4641-909a-5ffeb58d56bb">Toward Efficient Interactions between Python and Native Libraries</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jialiangtan1" class="navigate">Jialiang Tan</a><span class="prog-aff"> College of William &amp; Mary</span>, <a href="https://2021.esec-fse.org/profile/yuchen" class="navigate">Yu Chen</a><span class="prog-aff"> College of William &amp; Mary</span>, <a href="https://2021.esec-fse.org/profile/zhenmingliu" class="navigate">Zhenming Liu</a><span class="prog-aff"> College of William &amp; Mary</span>, <a href="https://2021.esec-fse.org/profile/binren1" class="navigate">Bin Ren</a><span class="prog-aff"> College of William &amp; Mary</span>, <a href="https://2021.esec-fse.org/profile/shuaiwenleonsong" class="navigate">Shuaiwen Leon Song</a><span class="prog-aff"> University of Sydney</span>, <a href="https://2021.esec-fse.org/profile/xipengshen" class="navigate">Xipeng Shen</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/xuliu" class="navigate">Xu Liu</a><span class="prog-aff"> North Carolina State University, Oak Ridge National Laboratory, USA</span></div><a href="https://doi.org/10.1145/3468264.3468541" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b1e6a646-4527-4c77-bd0a-2d10c24d145a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="60ba2a69-014b-4ea5-9dbe-ae0367aac970" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="60ba2a69-014b-4ea5-9dbe-ae0367aac970">Accelerating JavaScript Static Analysis via Dynamic Shortcuts<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/joonyoungpark" class="navigate">Joonyoung Park</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/jihyeokpark" class="navigate">Jihyeok Park</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/dongjunyoun1" class="navigate">Dongjun Youn</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/sukyoungryu" class="navigate">Sukyoung Ryu</a><span class="prog-aff"> KAIST</span></div><a href="https://doi.org/10.1145/3468264.3468556" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="af887788-9804-4bb4-b553-1cbc19594a14" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f033bf9a-cd04-4b61-ac8b-f53aa863ced8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f033bf9a-cd04-4b61-ac8b-f53aa863ced8">Q&amp;A (Analysis—Programming Languages)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Libraries and APIs 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/yili" target="_blank" class="navigate">Yi Li</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2021.esec-fse.org/profile/davidediruscio" target="_blank" class="navigate">Davide Di Ruscio</a><span class="prog-aff"> University of L'Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d2589940-cf29-4ee3-a9ed-0271ef6b4e5f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6681021a-7014-467d-a1e2-d605fafdc7bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6681021a-7014-467d-a1e2-d605fafdc7bf">Embedding App-Library Graph for Neural Third Party Library Recommendation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/boli1" class="navigate">Bo Li</a><span class="prog-aff"> Swinburne University of Technology</span>, <a href="https://2021.esec-fse.org/profile/qianghe1" class="navigate">Qiang He</a><span class="prog-aff"> Swinburne University of Technology</span>, <a href="https://2021.esec-fse.org/profile/feifeichen" class="navigate">Feifei Chen</a><span class="prog-aff"> Deakin University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/lili" class="navigate">Li Li</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/yunyang" class="navigate">Yun Yang</a><span class="prog-aff"> Swinburne University of Technology</span></div><a href="https://doi.org/10.1145/3468264.3468552" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="abf8f72a-b4f5-496b-a6ba-42466b08946e" class="hidable"><td class="track-color c12"></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="ESEC/FSE Journal First"></span></td><td><span data-event-star="6c6a7cf1-4199-4617-a1cc-c9643131898f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6c6a7cf1-4199-4617-a1cc-c9643131898f">Heuristic and Neural Network based Prediction of Project-Specific API Member Access</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/linjiang2" class="navigate">Lin Jiang</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/huiliu" class="navigate">Hui Liu</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/hejiang1" class="navigate">He Jiang</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/hongmei1" class="navigate">Hong Mei</a><span class="prog-aff"> Beijing Institute of Technology</span></div></td></tr><tr data-slot-id="927fd3cd-31e3-4ae3-89f2-4980a11e4208" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="021cf4c9-aed1-4163-8af5-d4df98fe0f16" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="021cf4c9-aed1-4163-8af5-d4df98fe0f16">Data-Driven Extract Method Recommendations: A Study at ING</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/davidvanderleij" class="navigate">David van der Leij</a><span class="prog-aff"> Delft University of Technology; ING</span>, <a href="https://2021.esec-fse.org/profile/jasperbinda" class="navigate">Jasper Binda</a><span class="prog-aff"> ING</span>, <a href="https://2021.esec-fse.org/profile/robbertvandalen" class="navigate">Robbert van Dalen</a><span class="prog-aff"> ING</span>, <a href="https://2021.esec-fse.org/profile/pietervalen" class="navigate">Pieter Vallen</a><span class="prog-aff"> ING</span>, <a href="https://2021.esec-fse.org/profile/yapingluo1" class="navigate">Yaping Luo</a><span class="prog-aff"> ING; Eindhoven University of Technology</span>, <a href="https://2021.esec-fse.org/profile/mauricioaniche" class="navigate">Maurício Aniche</a><span class="prog-aff"> Delft University of Technology</span></div><a href="https://doi.org/10.1145/3468264.3473927" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2107.05396" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="8ebdba1a-f887-450f-9b52-e4e409dc6657" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c88b81d9-9ecc-4d10-8fb1-278217d9f517" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c88b81d9-9ecc-4d10-8fb1-278217d9f517">Q&amp;A (Analytics &amp; Software Evolution—Libraries and APIs 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">SE &amp; AI—Software Engineering for Machine Learning 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/matthewdwyer" target="_blank" class="navigate">Matthew B Dwyer</a><span class="prog-aff"> University of Virginia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ff977d8b-2fa0-4295-bd58-b814dd142553" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="97886043-83b9-4f03-a88c-39cff78ad893" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="97886043-83b9-4f03-a88c-39cff78ad893">Fair Preprocessing: Towards Understanding Compositional Fairness of Data Transformers in Machine Learning Pipeline<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sumonbiswas" class="navigate">Sumon Biswas</a><span class="prog-aff"> Iowa State University</span>, <a href="https://2021.esec-fse.org/profile/hrideshrajan" class="navigate">Hridesh Rajan</a><span class="prog-aff"> Iowa State University</span></div><a href="https://doi.org/10.1145/3468264.3468536" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.06054" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/6/Fair-Preprocessing-Towards-Understanding-Compositional-Fairness-of-Data-Transformers" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="72226d7c-ff41-4f6d-803d-c1dd86f2d37d" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="88f9d631-e3bd-4656-9cd5-5edf8d6e2d6b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="88f9d631-e3bd-4656-9cd5-5edf8d6e2d6b">Fairea: A Model Behaviour Mutation Approach to Benchmarking Bias Mitigation Methods<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/maxhort" class="navigate">Max Hort</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/jiemzhang" class="navigate">Jie M. Zhang</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/federicasarro" class="navigate">Federica Sarro</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/markharman" class="navigate">Mark Harman</a><span class="prog-aff"> University College London</span></div><a href="https://doi.org/10.1145/3468264.3468565" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://solar.cs.ucl.ac.uk/pdf/hort2021fairea.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="9d4ba751-b1bc-4092-89eb-e94519b53382" class="hidable"><td class="track-color c2"></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="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="6ac7b5ae-f911-4f85-a361-cfc35f88d269" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6ac7b5ae-f911-4f85-a361-cfc35f88d269">Selecting Test Inputs for DNNs using Differential Testing with Subspecialized Model Instances</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yuseungma" class="navigate">Yu-Seung Ma</a><span class="prog-aff"> Electronics and Telecommunications Research Institute</span>, <a href="https://2021.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/taehokim" class="navigate">Taeho Kim</a><span class="prog-aff"> Electronics and Telecommunications Research Institute</span></div><a href="https://doi.org/10.1145/3468264.3473131" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="701f0588-43ca-4af0-ad92-1fa16d3b9355" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="a038720a-6d25-402f-a2c7-fb9cf1348bbe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a038720a-6d25-402f-a2c7-fb9cf1348bbe">The Current State of Industrial Practice in Artificial Intelligence Ethics</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/villevakkuri" class="navigate">Ville Vakkuri</a><span class="prog-aff"> University of Jyvaskyla</span>, <a href="https://2021.esec-fse.org/profile/kaikristiankemell" class="navigate">Kai-Kristian Kemell</a><span class="prog-aff"> University of Jyvaskyla</span>, <a href="https://2021.esec-fse.org/profile/jonikultanen" class="navigate">Joni Kultanen</a><span class="prog-aff"> University of Jyvaskyla</span>, <a href="https://2021.esec-fse.org/profile/pekkaabrahamsson" class="navigate">Pekka Abrahamsson</a><span class="prog-aff"> University of Jyväskylä</span></div></td></tr><tr data-slot-id="4aa0188b-6dbd-490c-9999-03abb79fc32a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f63ac131-513e-48d6-9b9d-b2dd30613e46" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f63ac131-513e-48d6-9b9d-b2dd30613e46">Q&amp;A (SE &amp; AI—Software Engineering for Machine Learning 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Bug Characterization and Fixing<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/myracohen" target="_blank" class="navigate">Myra Cohen</a><span class="prog-aff"> Iowa State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2f6521d5-ca6b-4316-afb9-3753196e0fca" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b5b1683b-e6af-435e-83b3-36eea25fe7bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b5b1683b-e6af-435e-83b3-36eea25fe7bf">Finding Broken Linux Configuration Specifications by Statically Analyzing the Kconfig Language<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jehooh" class="navigate">Jeho Oh</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/necipfazlyldran" class="navigate">Necip Fazıl Yıldıran</a><span class="prog-aff"> University of Central Florida</span>, <a href="https://2021.esec-fse.org/profile/julianbraha" class="navigate">Julian Braha</a><span class="prog-aff"> University of Central Florida</span>, <a href="https://2021.esec-fse.org/profile/paulgazzillo" class="navigate">Paul Gazzillo</a><span class="prog-aff"> University of Central Florida</span></div><a href="https://doi.org/10.1145/3468264.3468578" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://paulgazzillo.com/papers/esecfse21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="f8f78cfd-3338-4e50-bed2-b929b2a292bd" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="75c01553-d19a-4853-b456-cccccff05713" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="75c01553-d19a-4853-b456-cccccff05713">Semantic Bug Seeding: A Learning-Based Approach for Creating Realistic Bugs<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jibeshpatra" class="navigate">Jibesh Patra</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2021.esec-fse.org/profile/michaelpradel" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span></div><a href="https://doi.org/10.1145/3468264.3468623" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://software-lab.org/publications/fse2021.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/92/Semantic-Bug-Seeding-A-Learning-Based-Approach-for-Creating-Realistic-Bugs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="a2b21d50-8032-4101-8d44-e9485c9e6fed" class="hidable"><td class="track-color c0"></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="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="1d7c34c4-51d9-41da-a0b2-f7a6de37c212" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1d7c34c4-51d9-41da-a0b2-f7a6de37c212">Analysis of Specifications of Multiparty Sessions with dcj-lint</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/erikhorlings" class="navigate">Erik Horlings</a><span class="prog-aff"> Open University of the Netherlands</span>, <a href="https://2021.esec-fse.org/profile/sungshikjongmans" class="navigate">Sung-Shik Jongmans</a><span class="prog-aff"> Open University of the Netherlands; CWI</span></div><a href="https://doi.org/10.1145/3468264.3473127" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/20/Analysis-of-Specifications-of-Multiparty-Sessions-with-dcj-lint" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="ce5f5dab-8c64-454c-be6a-99b04a038eab" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="d43df772-80fd-4c54-aafe-b0e1cc16971a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d43df772-80fd-4c54-aafe-b0e1cc16971a">Reducing the Search Space of Bug Inducing Commits using Failure Coverage<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/e331a184-b0c0-4f23-97a1-67ff6770ed5a/small?1629882390000" class="outputimage"/></span></span></a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/gabinan" class="navigate">Gabin An</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> KAIST</span></div><a href="https://doi.org/10.1145/3468264.3473129" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://coinse.kaist.ac.kr/publications/pdfs/An2021qb.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="331221c4-2b89-431f-b2e2-23fea019ff89" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d5f590c4-5646-4c60-8eec-99d254de7729" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d5f590c4-5646-4c60-8eec-99d254de7729">Q&amp;A (Testing—Bug Characterization and Fixing)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Analysis—Static Analysis and Symbolic Execution<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/vaibhavsharma" target="_blank" class="navigate">Vaibhav Sharma</a><span class="prog-aff"> Amazon Web Services</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="60d2076e-4853-4824-8940-718b6cbcf931" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c9b3ad30-6070-4bcf-9e7b-2789aa0161c6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c9b3ad30-6070-4bcf-9e7b-2789aa0161c6">IDE Support for Cloud-Based Static Analyses</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/linghuiluo" class="navigate">Linghui Luo</a><span class="prog-aff"> Paderborn University, Germany</span>, <a href="https://2021.esec-fse.org/profile/martinschaf" class="navigate">Martin Schäf</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/danieljsanchez" class="navigate">Daniel J Sanchez</a><span class="prog-aff"> Amazon Alexa</span>, <a href="https://2021.esec-fse.org/profile/ericbodden" class="navigate">Eric Bodden</a><span class="prog-aff"> University of Paderborn; Fraunhofer IEM</span></div><a href="https://doi.org/10.1145/3468264.3468535" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://linghuiluo.github.io/FSE21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="b067f793-0707-4d97-8433-3230d7d137e9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5a0068d3-b03e-44dd-b4e3-6fa522226c3a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5a0068d3-b03e-44dd-b4e3-6fa522226c3a">A Bounded Symbolic-Size Model for Symbolic Execution<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/davidtrabish" class="navigate">David Trabish</a><span class="prog-aff"> Tel Aviv University</span>, <a href="https://2021.esec-fse.org/profile/shacharitzhaky" class="navigate">Shachar Itzhaky</a><span class="prog-aff"> Technion</span>, <a href="https://2021.esec-fse.org/profile/noamrinetzky" class="navigate">Noam Rinetzky</a><span class="prog-aff"> Tel Aviv University</span></div><a href="https://doi.org/10.1145/3468264.3468596" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/65/A-Bounded-Symbolic-Size-Model-for-Symbolic-Execution" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="5d3e9294-8122-4c03-9cda-f3800baae4a3" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="b0f34ea6-7bcb-40ac-b070-c51c88a802db" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b0f34ea6-7bcb-40ac-b070-c51c88a802db">LLSC: A Parallel Symbolic Execution Compiler for LLVM IR</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/guannanwei" class="navigate">Guannan Wei</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/shangyintan" class="navigate">Shangyin Tan</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/oliverbracevac" class="navigate">Oliver Bračevac</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/tiarkrompf" class="navigate">Tiark Rompf</a><span class="prog-aff"> Purdue University</span></div><a href="https://doi.org/10.1145/3468264.3473108" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://continuation.passing.style/static/papers/fsedemo21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="04038d4a-2eca-4ac2-b2d8-d461e07cc49e" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="dfd29dde-5a75-4e76-b050-ff159945ac7c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dfd29dde-5a75-4e76-b050-ff159945ac7c">Learning Type Annotation: Is Big Data Enough?</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kevinjesse" class="navigate">Kevin Jesse</a><span class="prog-aff"> University of California at Davis</span>, <a href="https://2021.esec-fse.org/profile/premdevanbu" class="navigate">Prem Devanbu</a><span class="prog-aff"> University of California at Davis</span>, <a href="https://2021.esec-fse.org/profile/toufiqueahmed" class="navigate">Toufique Ahmed</a><span class="prog-aff"> University of California at Davis</span></div><a href="https://doi.org/10.1145/3468264.3473135" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="529265dd-a049-454c-a398-a9c3edd16d87" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b6d4b82e-5df7-4892-8d74-19fe922a7841" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b6d4b82e-5df7-4892-8d74-19fe922a7841">Q&amp;A (Analysis—Static Analysis and Symbolic Execution)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Libraries and APIs 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/santanudash" target="_blank" class="navigate">Santanu Dash</a><span class="prog-aff"> University of Surrey</span>, <a href="https://2021.esec-fse.org/profile/phuongtnguyen" target="_blank" class="navigate">Phuong T. Nguyen</a><span class="prog-aff"> University of L’Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="376f17cd-937c-4ff1-a928-884df09be387" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="113f7b5f-2585-4fb6-a882-495fa60f5066" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="113f7b5f-2585-4fb6-a882-495fa60f5066">A Large-Scale Empirical Study on Java Library Migrations: Prevalence, Trends, and Rationales<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/haohe" class="navigate">Hao He</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/runzhihe" class="navigate">Runzhi He</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/haiqiaogu" class="navigate">Haiqiao Gu</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.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/3468264.3468571" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://hehao98.github.io/files/2021-migration-empirical.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="65b5029d-ceb3-4b83-afec-ab367a1df240" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7309ef55-0530-40d8-9ecc-f747b49c8e06" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7309ef55-0530-40d8-9ecc-f747b49c8e06">Learning-Based Extraction of First-Order Logic Representations of API Directives</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mingweiliu" class="navigate">Mingwei Liu</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/xinpeng" class="navigate">Xin Peng</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/andrianmarcus" class="navigate">Andrian Marcus</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2021.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/xuefangbai" class="navigate">Xuefang Bai</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/ganglyu" class="navigate">Gang Lyu</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/jiazhanxie" class="navigate">Jiazhan Xie</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/xiaoxinzhang" class="navigate">Xiaoxin Zhang</a><span class="prog-aff"> Fudan University</span></div><a href="https://doi.org/10.1145/3468264.3468618" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="49d9e55a-8e8d-4d65-88ea-19b39c0f24ff" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9ffff1ee-6fed-40e3-ac35-2b51d35545ad" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9ffff1ee-6fed-40e3-ac35-2b51d35545ad">Information Correspondence between Types of Documentation for APIs</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/deekshamarya" class="navigate">Deeksha M. Arya</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/jinlcguo" class="navigate">Jin L.C. Guo</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/martinrobillard" class="navigate">Martin P. Robillard</a><span class="prog-aff"> McGill University</span></div></td></tr><tr data-slot-id="eb8da0c0-82bd-4a93-a914-c88b584f4121" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8942e19f-c2a5-413f-abb8-2a8302cefd48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8942e19f-c2a5-413f-abb8-2a8302cefd48">Q&amp;A (Analytics &amp; Software Evolution—Libraries and APIs 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">SE &amp; AI—Software Engineering for Machine Learning 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/nameng" target="_blank" class="navigate">Na Meng</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="4f3eabc7-c012-4edb-8391-e538b2931e61" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="787a7f17-107a-4b1f-8904-e862891e33d2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="787a7f17-107a-4b1f-8904-e862891e33d2">Probing Model Signal-Awareness via Prediction-Preserving Input Minimization</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sahilsuneja" class="navigate">Sahil Suneja</a><span class="prog-aff"> </span>, <a href="https://2021.esec-fse.org/profile/yunhuizheng" class="navigate">Yunhui Zheng</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/yufanzhuang" class="navigate">Yufan Zhuang</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/jimalaredo" class="navigate">Jim A. Laredo</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/alessandromorari" class="navigate">Alessandro Morari</a><span class="prog-aff"> IBM Research</span></div><a href="https://doi.org/10.1145/3468264.3468545" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f5de7a42-f551-4e20-9770-5d0abe3a6280" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="697a4708-b717-435b-8391-7074724da7f2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="697a4708-b717-435b-8391-7074724da7f2">Generating Efficient Solvers from Constraint Models</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/shulin" class="navigate">Shu Lin</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/nameng" class="navigate">Na Meng</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2021.esec-fse.org/profile/wenxinli" class="navigate">Wenxin Li</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468566" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="4ec070e1-8e30-4619-9b3f-bee7a11ec8f0" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1ef63433-975a-42af-b42f-ae961452f8a3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1ef63433-975a-42af-b42f-ae961452f8a3">A Comprehensive Study of Deep Learning Compiler Bugs<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/qingchaoshen" class="navigate">Qingchao Shen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/haoyangma" class="navigate">Haoyang Ma</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/yongqiangtian1" class="navigate">Yongqiang Tian</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2021.esec-fse.org/profile/shingchicheung" class="navigate">Shing-Chi Cheung</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/xiangchen2" class="navigate">Xiang Chen</a><span class="prog-aff"> Nantong University</span></div><a href="https://doi.org/10.1145/3468264.3468591" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b6a359a0-94dd-447c-b286-98a17ba22f0e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5ea2bfca-4a8a-4393-95ba-6bca76377883" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5ea2bfca-4a8a-4393-95ba-6bca76377883">Q&amp;A (SE &amp; AI—Software Engineering for Machine Learning 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Failures and Fault Localization<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/shaukatali" target="_blank" class="navigate">Shaukat Ali</a><span class="prog-aff"> Simula Research Lab</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6cebac16-c66e-4da4-8732-97988e6d215a" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="fd71444b-be72-4600-adfe-fe7dafc5f5b1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fd71444b-be72-4600-adfe-fe7dafc5f5b1">A Qualitative Study of the Benefits and Costs of Logging from Developers' Perspectives: A Journal First Presentation Proposal</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hengli" class="navigate">Heng Li</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2021.esec-fse.org/profile/weiyiianshang" class="navigate">Weiyi Shang</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/bramadams1" class="navigate">Bram Adams</a><span class="prog-aff"> Queens University</span>, <a href="https://2021.esec-fse.org/profile/mohammedsayagh" class="navigate">Mohammed Sayagh</a><span class="prog-aff"> ETS Montreal, University of Quebec</span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span></div></td></tr><tr data-slot-id="d7ccb7c4-c278-423d-b346-ba6a6f7f0472" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b6aef08f-14c0-4622-8051-0e8cfb8686e1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b6aef08f-14c0-4622-8051-0e8cfb8686e1">Just-In-Time Defect Identification and Localization: A Two-Phase Framework</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mengyan1" class="navigate">Meng Yan</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/yuanruifan1" class="navigate">Yuanrui Fan</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/shanpingli" class="navigate">Shanping Li</a><span class="prog-aff"> Zhejiang University</span></div></td></tr><tr data-slot-id="a3c2ce7f-2a11-4210-9716-c698bf7cf51b" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="13ea690c-8b3c-4eb7-b540-8292cca0682c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="13ea690c-8b3c-4eb7-b540-8292cca0682c">New Visions on Metamorphic Testing after a Quarter of a Century of Inception</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tsongyuehchen" class="navigate">Tsong Yueh Chen</a><span class="prog-aff"> Swinburne University of Technology</span>, <a href="https://2021.esec-fse.org/profile/thtse" class="navigate">T.H. Tse</a><span class="prog-aff"> The University of Hong Kong, Hong Kong</span></div><a href="https://doi.org/10.1145/3468264.3473136" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="db73e0f3-edcc-4914-a1e7-0b21e71c57e4" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="6d718e14-26b4-4355-83d3-683227e58f02" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6d718e14-26b4-4355-83d3-683227e58f02">AlloyFL: A Fault Localization Framework for Alloy</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tanvirahmedkhan1" class="navigate">Tanvir Ahmed Khan</a><span class="prog-aff"> University of Texas at Arlington</span>, <a href="https://2021.esec-fse.org/profile/allisonsullivan1" class="navigate">Allison Sullivan</a><span class="prog-aff"> University of Texas at Arlington</span>, <a href="https://2021.esec-fse.org/profile/kaiyuanwang1" class="navigate">Kaiyuan Wang</a><span class="prog-aff"> Google</span></div><a href="https://doi.org/10.1145/3468264.3473116" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/9/AlloyFL-A-Fault-Localization-Framework-for-Alloy" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="0b1b554b-b2e9-4550-a8f7-4173b2642596" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="68b97ff2-ca7b-4d3f-904d-f6fdcdb0231a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="68b97ff2-ca7b-4d3f-904d-f6fdcdb0231a">BF-Detector: An Automated Tool for CI Build Failure Detection</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/islemsaidani" class="navigate">Islem Saidani</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/aliouni" class="navigate">Ali Ouni</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/moatazchouchen" class="navigate">Moataz Chouchen</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/mohamedwiemmkaouer" class="navigate">Mohamed Wiem Mkaouer</a><span class="prog-aff"> Rochester Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3473115" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0fdfb89c-f50b-462b-83d5-03ae92c3ede3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="05eaf6a7-3098-454e-a30f-c407f25b5574" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="05eaf6a7-3098-454e-a30f-c407f25b5574">Q&amp;A (Testing—Failures and Fault Localization)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Blockchain 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/lucianobaresi" target="_blank" class="navigate">Luciano Baresi</a><span class="prog-aff"> Politecnico di Milano</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="223f6c41-16b4-49e7-bfe5-74a0d6b8fa2a" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="8f58e3da-afbe-4360-be0e-1f8064072443" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8f58e3da-afbe-4360-be0e-1f8064072443">Checking Smart Contracts with Structural Code Embedding</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/lingxiaojiang" class="navigate">Lingxiao Jiang</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span></div></td></tr><tr data-slot-id="440635f0-b17c-4da8-8b00-d8bce3ecbca1" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7ebb2517-bf36-4214-9137-35dbe86049a8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7ebb2517-bf36-4214-9137-35dbe86049a8">ÐArcher: Detecting On-Chain-Off-Chain Synchronization Bugs in Decentralized Applications<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/wuqizhang" class="navigate">Wuqi Zhang</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/liliwei1" class="navigate">Lili Wei</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/shuqingli" class="navigate">Shuqing Li</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/shingchicheung" class="navigate">Shing-Chi Cheung</a><span class="prog-aff"> Hong Kong University of Science and Technology</span></div><a href="https://doi.org/10.1145/3468264.3468546" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.09440" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="96a239f7-2282-4703-95ad-c475be7059ab" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="60347b7d-70cc-48e0-b33f-7d8d114b6e16" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="60347b7d-70cc-48e0-b33f-7d8d114b6e16">Making Smart Contract Development More Secure and Easier</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mengren" class="navigate">Meng Ren</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/fuchenma" class="navigate">Fuchen Ma</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/zijingyin" class="navigate">Zijing Yin</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/yingfu1" class="navigate">Ying Fu</a><span class="prog-aff"> Ant Group</span>, <a href="https://2021.esec-fse.org/profile/huizhongli" class="navigate">Huizhong Li</a><span class="prog-aff"> WeBank</span>, <a href="https://2021.esec-fse.org/profile/wanlichang" class="navigate">Wanli Chang</a><span class="prog-aff"> University of York</span>, <a href="https://2021.esec-fse.org/profile/yujiang" class="navigate">Yu Jiang</a><span class="prog-aff"> Tsinghua University</span></div><a href="https://doi.org/10.1145/3468264.3473929" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="af71a4b9-68c0-45d6-a6a5-a7dd3579b307" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8e5fabf2-5b32-4cb6-9a0c-f34bb9b5a935" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8e5fabf2-5b32-4cb6-9a0c-f34bb9b5a935">Q&amp;A (Dependability—Blockchain 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Defect Prediction and Effort Estimation<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/davidediruscio" target="_blank" class="navigate">Davide Di Ruscio</a><span class="prog-aff"> University of L'Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="08861a54-c2be-4d03-89e6-3fa6b6ba8be8" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e10f51ca-9034-4543-9e8e-3e301c24e2c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e10f51ca-9034-4543-9e8e-3e301c24e2c0">Learning From Mistakes: Machine Learning Enhanced Human Expert Effort Estimates</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/federicasarro" class="navigate">Federica Sarro</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/rebeccamoussa" class="navigate">Rebecca Moussa</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/alessiopetrozziello" class="navigate">Alessio Petrozziello</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/markharman" class="navigate">Mark Harman</a><span class="prog-aff"> University College London</span></div></td></tr><tr data-slot-id="3011c4d2-0446-4c57-810f-61dc2dbb372b" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="18aca802-2914-4af0-a857-efd4d43973f1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="18aca802-2914-4af0-a857-efd4d43973f1">Sound and Efficient Concurrency Bug Prediction<span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yancai" class="navigate">Yan Cai</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/haoyun" class="navigate">Hao Yun</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/jinqiuwang" class="navigate">Jinqiu Wang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/leiqiao" class="navigate">Lei Qiao</a><span class="prog-aff"> Beijing Institute of Control Engineering</span>, <a href="https://2021.esec-fse.org/profile/jenspalsberg" class="navigate">Jens Palsberg</a><span class="prog-aff"> University of California at Los Angeles</span></div><a href="https://doi.org/10.1145/3468264.3468549" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="36e11745-9e2e-4964-9ba8-c92110083612" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b09fd49b-d7cc-4982-a65b-1faa8142f433" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b09fd49b-d7cc-4982-a65b-1faa8142f433">On the Assessment of Software Defect Prediction Models via ROC Curves</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sandromorasca" class="navigate">Sandro Morasca</a><span class="prog-aff"> Università degli Studi dell'Insubria</span>, <a href="https://2021.esec-fse.org/profile/luigilavazza" class="navigate">Luigi Lavazza</a><span class="prog-aff"> Università degli Studi dell'Insubria</span></div></td></tr><tr data-slot-id="0570e2c5-28d2-4bdd-89ea-406ed5184785" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="095cfd9e-95f9-4d44-8b29-103448a9af77" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="095cfd9e-95f9-4d44-8b29-103448a9af77">Q&amp;A (Analytics &amp; Software Evolution—Defect Prediction and Effort Estimation)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table">SE &amp; AI—Search Based Software Engineering<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/myracohen" target="_blank" class="navigate">Myra Cohen</a><span class="prog-aff"> Iowa State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8da54130-fd96-40ce-9688-d42ebf5542ba" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="ec38800d-9224-484e-8a7b-eb8b9a4bdfa0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ec38800d-9224-484e-8a7b-eb8b9a4bdfa0">Bias in Machine Learning Software: Why? How? What to Do?<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/joymallyachakraborty" class="navigate">Joymallya Chakraborty</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/suvodeepmajumder" class="navigate">Suvodeep Majumder</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/timmenzies" class="navigate">Tim Menzies</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3468264.3468537" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2105.12195.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="c8120c92-0eee-4ab8-b73e-92d18f90f611" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7644cd04-011d-4c8f-a248-4373bc162bc0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7644cd04-011d-4c8f-a248-4373bc162bc0">Understanding Neural Code Intelligence through Program Simplification<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mdrafiqulrabin" class="navigate">Md Rafiqul Islam Rabin</a><span class="prog-aff"> University of Houston</span>, <a href="https://2021.esec-fse.org/profile/vincentjhellendoorn" class="navigate">Vincent J. Hellendoorn</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.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/3468264.3468539" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.03353" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/9/Understanding-Neural-Code-Intelligence-through-Program-Simplification" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f1386268-e61a-4390-b257-e48e00a85194" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="af2dc6ef-8a07-406f-a453-d8e9ea1a651f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="af2dc6ef-8a07-406f-a453-d8e9ea1a651f">Multi-objectivizing Software Configuration Tuning<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/taochen" class="navigate">Tao Chen</a><span class="prog-aff"> Loughborough University</span>, <a href="https://2021.esec-fse.org/profile/miqingli" class="navigate">Miqing Li</a><span class="prog-aff"> University of Birmingham</span></div><a href="https://doi.org/10.1145/3468264.3468555" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.01331" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="86630c4e-525c-4fb1-8fc0-d7f4ea95b8d9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1b1a9da6-60b0-4b8c-932d-aa5679eb2c8b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1b1a9da6-60b0-4b8c-932d-aa5679eb2c8b">Q&amp;A (SE &amp; AI—Search Based Software Engineering)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Flaky Tests<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/winglam" target="_blank" class="navigate">Wing Lam</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3a57f61b-ae59-4f92-99d4-5ca813006893" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="28f6e810-01ce-441e-a505-c8899d6ac035" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="28f6e810-01ce-441e-a505-c8899d6ac035">Flaky Test Detection in Android via Event Order Exploration</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhendong" class="navigate">Zhen Dong</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/abhishektiwari1" class="navigate">Abhishek Tiwari</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/xiaoliangyu" class="navigate">Xiao Liang Yu</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.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/3468264.3468584" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.comp.nus.edu.sg/~dongz/res/FSE21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="d2efb7f7-d619-4c99-8e9b-d7f1b7c3423f" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="d93b5652-c8e9-4b62-86fe-a491a068d522" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d93b5652-c8e9-4b62-86fe-a491a068d522">Quantifying No-Fault-Found Test Failures to Prioritize Inspection of Flaky Tests at Ericsson</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/maazhafeezurrehman" class="navigate">Maaz Hafeez Ur Rehman</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/peterrigby" class="navigate">Peter Rigby</a><span class="prog-aff"> Concordia University</span></div><a href="https://doi.org/10.1145/3468264.3473930" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2c535428-e387-4d73-b332-3804504b63f4" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="2b45f29c-1356-48ac-ba4c-5985c1445299" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2b45f29c-1356-48ac-ba4c-5985c1445299">When Life Gives You Oranges: Detecting and Diagnosing Intermittent Job Failures at Mozilla</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/johanneslampel" class="navigate">Johannes Lampel</a><span class="prog-aff"> CISPA; Saarland University</span>, <a href="https://2021.esec-fse.org/profile/saschajust" class="navigate">Sascha Just</a><span class="prog-aff"> Microsoft</span>, <a href="https://2021.esec-fse.org/profile/svenapel" class="navigate">Sven Apel</a><span class="prog-aff"> Saarland University</span>, <a href="https://2021.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA</span></div><a href="https://doi.org/10.1145/3468264.3473931" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.se.cs.uni-saarland.de/publications/docs/LJA+21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="2f7fb836-fc27-4eeb-8a2e-77995fc7cca5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="86dc38bc-f398-4a9f-be95-d10d0e0bc949" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="86dc38bc-f398-4a9f-be95-d10d0e0bc949">Q&amp;A (Testing—Flaky Tests)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">20:00 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analysis—Development Tools<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/ruiabreu" target="_blank" class="navigate">Rui Abreu</a><span class="prog-aff"> University of Porto</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f43a6b8d-ae0d-4250-a3d8-7d05a0309dd0" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c8687cbb-fdb9-4083-825d-7f5a6088eee9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c8687cbb-fdb9-4083-825d-7f5a6088eee9">DIFFBASE: A Differential Factbase for Effective Software Evolution Management<span class="pull-right"><span data-facet-badge="Best Artifact Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Best Artifact Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiuhengwu" class="navigate">Xiuheng Wu</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2021.esec-fse.org/profile/chenguangzhu" class="navigate">Chenguang Zhu</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/yili" class="navigate">Yi Li</a><span class="prog-aff"> Nanyang Technological University</span></div><a href="https://doi.org/10.1145/3468264.3468605" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://personal.ntu.edu.sg/yi_li/files/Wu2021DDF.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="cef5ee35-d176-4854-b11c-ff614464c6e6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0d8fa148-4bf1-462b-81c2-0df10b1a3568" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0d8fa148-4bf1-462b-81c2-0df10b1a3568">Would You Like a Quick Peek? Providing Logging Support to Monitor Data Processing in Big Data Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zehaowang" class="navigate">Zehao Wang</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/haoxiangzhang1" class="navigate">Haoxiang Zhang</a><span class="prog-aff"> Huawei</span>, <a href="https://2021.esec-fse.org/profile/tsehsunpeterchen" class="navigate">Tse-Hsun (Peter) Chen</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/shaoweiwang" class="navigate">Shaowei Wang</a><span class="prog-aff"> University of Manitoba</span></div><a href="https://doi.org/10.1145/3468264.3468613" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://petertsehsun.github.io/papers/fse2021_dplog.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="c31e4edc-df57-4c6a-bbe8-91fdf7cfa408" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="be4c680d-94b6-45c8-975a-306bec57cecf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="be4c680d-94b6-45c8-975a-306bec57cecf">Slicer4J: A Dynamic Slicer for Java<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/ff2c05b0-0ba7-4138-a9a5-8fba2f4e8afd/small?1629882434000" class="outputimage"/></span></span></a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/khaledahmed" class="navigate">Khaled Ahmed</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2021.esec-fse.org/profile/mieszkolis" class="navigate">Mieszko Lis</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2021.esec-fse.org/profile/juliarubin" class="navigate">Julia Rubin</a><span class="prog-aff"> University of British Columbia</span></div><a href="https://doi.org/10.1145/3468264.3473123" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://people.ece.ubc.ca/mjulia/publications/Slicer4J_2021.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/16/Slicer4J-A-Dynamic-Slicer-for-Java" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="b156b66e-e55c-4dec-8c2c-18bb2362edfa" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="10a59f49-8854-44d5-be05-0097f9523d0f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="10a59f49-8854-44d5-be05-0097f9523d0f">Information Needs: Lessons for Programming Tools</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/thomaslatoza" class="navigate">Thomas LaToza</a><span class="prog-aff"> George Mason University</span></div><a href="https://doi.org/10.1109/MS.2020.3014343" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://cs.gmu.edu/~tlatoza/papers/software2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="ff704159-3f6a-41ac-ab67-6b259458c1d2" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b35a30d8-a65d-4081-85d4-db1d77ac0fc3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b35a30d8-a65d-4081-85d4-db1d77ac0fc3">Q&amp;A (Analysis—Development Tools)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">20:00 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Code Recommendation<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/davidediruscio" target="_blank" class="navigate">Davide Di Ruscio</a><span class="prog-aff"> University of L'Aquila</span>, <a href="https://2021.esec-fse.org/profile/saikatchakraborty2" target="_blank" class="navigate">Saikat Chakraborty</a><span class="prog-aff"> Columbia University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8701a414-857d-4537-8a88-b0b8b1a9a8b1" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="835c78f3-251d-4a0e-9fbb-38c9cecca7c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="835c78f3-251d-4a0e-9fbb-38c9cecca7c0">Cross-Language Code Search using Static and Dynamic Analyses<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/georgemathew" class="navigate">George Mathew</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/kathrynstolee" class="navigate">Kathryn Stolee</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3468264.3468538" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="5b18370a-ace2-4aae-b574-d9ab41fc9601" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5dc43460-f94d-448b-b5ae-202ac38b73c5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5dc43460-f94d-448b-b5ae-202ac38b73c5">Automating the Removal of Obsolete TODO Comments</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3468553" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b470200b-c1a1-4e10-8100-ebce816684eb" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e96feb75-3a9b-491b-baca-9fdb96e9c620" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e96feb75-3a9b-491b-baca-9fdb96e9c620">Generating Question Titles for Stack Overflow from Mined Code Snippets</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/yuanfangli" class="navigate">Yuan-Fang Li</a><span class="prog-aff"> Monash University</span></div></td></tr><tr data-slot-id="696387b1-ca04-41ab-8128-0b56fbafb8d1" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e46dfff0-d3bd-4a2c-89f4-31899486199d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e46dfff0-d3bd-4a2c-89f4-31899486199d">Q&amp;A (Analytics &amp; Software Evolution—Code Recommendation)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">20:00 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Approximations in Testing and Analysis<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/shanemcintosh" target="_blank" class="navigate">Shane McIntosh</a><span class="prog-aff"> McGill University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7e41462a-c311-419c-822e-5758e6394687" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="852c32c9-4259-41d6-82c7-4212ff052e66" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="852c32c9-4259-41d6-82c7-4212ff052e66">Skeletal Approximation Enumeration for SMT Solver Testing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/peisenyao" class="navigate">Peisen Yao</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/heqinghuang" class="navigate">Heqing Huang</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/wenshengtang" class="navigate">Wensheng Tang</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/qingkaishi" class="navigate">Qingkai Shi</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/rongxinwu" class="navigate">Rongxin Wu</a><span class="prog-aff"> Xiamen University</span>, <a href="https://2021.esec-fse.org/profile/charleszhang" class="navigate">Charles Zhang</a><span class="prog-aff"> Hong Kong University of Science and Technology</span></div><a href="https://doi.org/10.1145/3468264.3468540" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="a714597f-6ffd-41c8-97d3-0653420cd7b9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="828fa02c-7bf2-4da7-adfa-05fcdc1b949e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="828fa02c-7bf2-4da7-adfa-05fcdc1b949e">Boosting Static Analysis Accuracy with Instrumented Test Executions<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tianyichen" class="navigate">Tianyi Chen</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2021.esec-fse.org/profile/kihongheo" class="navigate">Kihong Heo</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/mukundraghothaman" class="navigate">Mukund Raghothaman</a><span class="prog-aff"> University of Southern California</span></div><a href="https://doi.org/10.1145/3468264.3468626" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ca5df229-26e3-4611-b63e-401aa8cc84eb" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6632057c-2dde-422d-bb68-a8042e54774d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6632057c-2dde-422d-bb68-a8042e54774d">Symbolic Parallel Adaptive Importance Sampling for Probabilistic Program Analysis<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yichengluo" class="navigate">Yicheng Luo</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/antoniofilieri" class="navigate">Antonio Filieri</a><span class="prog-aff"> Imperial College London</span>, <a href="https://2021.esec-fse.org/profile/yuanzhou" class="navigate">Yuan Zhou</a><span class="prog-aff"> University of Oxford</span></div><a href="https://doi.org/10.1145/3468264.3468593" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="59ec0c53-a7f1-4d63-a002-e1851753211a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6309624a-6402-4de3-a896-6f8a62ac940a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6309624a-6402-4de3-a896-6f8a62ac940a">Q&amp;A (Testing—Approximations in Testing and Analysis)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">20:00 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> SE &amp; AI—Machine Learning for Software Engineering 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/kellylyons" target="_blank" class="navigate">Kelly Lyons</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2021.esec-fse.org/profile/phuongtnguyen" target="_blank" class="navigate">Phuong T. Nguyen</a><span class="prog-aff"> University of L’Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="eff602b1-9ec4-422f-b3ea-93e7bbfff66e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5efebae5-8655-4d8e-8aec-4d4e0aa844f0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5efebae5-8655-4d8e-8aec-4d4e0aa844f0">Boosting Coverage-Based Fault Localization via Graph-Based Representation Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yilinglou" class="navigate">Yiling Lou</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/qihaozhu" class="navigate">Qihao Zhu</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/jinhaodong2" class="navigate">Jinhao Dong</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/xiali" class="navigate">Xia Li</a><span class="prog-aff"> Kennesaw State University</span>, <a href="https://2021.esec-fse.org/profile/zeyusun" class="navigate">Zeyu Sun</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/danhao" class="navigate">Dan Hao</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/lingmingzhang" class="navigate">Lingming Zhang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://doi.org/10.1145/3468264.3468580" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="fc9f67e3-4693-416e-aeac-f0e9df3202d9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0624f9a8-d845-45c3-8faa-1363b0bd2bcd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0624f9a8-d845-45c3-8faa-1363b0bd2bcd">SynGuar: Guaranteeing Generalization in Programming by Example<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/bowang2" class="navigate">Bo Wang</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/teodorabaluta" class="navigate">Teodora Baluta</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/aashishkolluri" class="navigate">Aashish Kolluri</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/prateeksaxena" class="navigate">Prateek Saxena</a><span class="prog-aff"> National University of Singapore</span></div><a href="https://doi.org/10.1145/3468264.3468621" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="92498332-e96e-4cec-844e-fc90f537f1bb" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="fbeab2f4-dbfd-40c1-b835-0b9d74488a65" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fbeab2f4-dbfd-40c1-b835-0b9d74488a65">StateFormer: Fine-Grained Type Recovery from Binaries using Generative State Modeling<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kexinpei" class="navigate">Kexin Pei</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/jonasguan" class="navigate">Jonas Guan</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2021.esec-fse.org/profile/matthewbroughton" class="navigate">Matthew Broughton</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/zhongtianchen" class="navigate">Zhongtian Chen</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/songchenyao" class="navigate">Songchen Yao</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/davidwilliamsking" class="navigate">David Williams-King</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/vikasummadisetty" class="navigate">Vikas Ummadisetty</a><span class="prog-aff"> Dublin High School</span>, <a href="https://2021.esec-fse.org/profile/junfengyang" class="navigate">Junfeng Yang</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/baishakhiray" class="navigate">Baishakhi Ray</a><span class="prog-aff"> Columbia University</span>, <a href="https://2021.esec-fse.org/profile/sumanjana" class="navigate">Suman Jana</a><span class="prog-aff"> Columbia University</span></div><a href="https://doi.org/10.1145/3468264.3468607" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="80eb95b7-da4d-4f82-a03b-849529bdd4ec" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8099b746-fd56-432f-a86f-01799a59f44d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8099b746-fd56-432f-a86f-01799a59f44d">Q&amp;A (SE &amp; AI—Machine Learning for Software Engineering 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analysis—Dynamic Analysis<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/kexinpei" target="_blank" class="navigate">Kexin Pei</a><span class="prog-aff"> Columbia University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e1f60bc5-b191-4ad5-b961-5f26102e4108" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5c76626b-f067-4b4e-9bd7-a5906b3477db" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5c76626b-f067-4b4e-9bd7-a5906b3477db">Efficient Module-Level Dynamic Analysis for Dynamic Languages with Module Recontextualization<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nikosvasilakis" class="navigate">Nikos Vasilakis</a><span class="prog-aff"> Massachusetts Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/grigorisntousakis" class="navigate">Grigoris Ntousakis</a><span class="prog-aff"> TU Crete</span>, <a href="https://2021.esec-fse.org/profile/veitheller" class="navigate">Veit Heller</a><span class="prog-aff"> n.n.</span>, <a href="https://2021.esec-fse.org/profile/martinrinard" class="navigate">Martin C. Rinard</a><span class="prog-aff"> Massachusetts Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3468574" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="99f55ce1-226e-4374-a982-17e0e939e9e4" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="97b1bacb-7868-47f6-bea1-e732044a049a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="97b1bacb-7868-47f6-bea1-e732044a049a">Seads: Scalable and Cost-Effective Dynamic Dependence Analysis of Distributed Systems via Reinforcement Learning</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaoqinfu" class="navigate">Xiaoqin Fu</a><span class="prog-aff"> Washington State University</span>, <a href="https://2021.esec-fse.org/profile/haipengcai" class="navigate">Haipeng Cai</a><span class="prog-aff"> Washington State University, USA</span>, <a href="https://2021.esec-fse.org/profile/wenli" class="navigate">Wen Li</a><span class="prog-aff"> </span>, <a href="https://2021.esec-fse.org/profile/lili" class="navigate">Li Li</a><span class="prog-aff"> Monash University</span></div></td></tr><tr data-slot-id="6a25a2a5-009b-4146-8ed9-54c6d5611bd0" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9f51b207-a0c2-4c48-bac5-9293cfeedd2e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9f51b207-a0c2-4c48-bac5-9293cfeedd2e">Monotone Precision and Recall Measures for Comparing Executions and Specifications of Dynamic Systems</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/artempolyvyanyy" class="navigate">Artem Polyvyanyy</a><span class="prog-aff"> The University of Melbourne</span>, <a href="https://2021.esec-fse.org/profile/andreassolti" class="navigate">Andreas Solti</a><span class="prog-aff"> Vienna University of Economics and Business</span>, <a href="https://2021.esec-fse.org/profile/matthiasweidlich" class="navigate">Matthias Weidlich</a><span class="prog-aff"> Humboldt-Universtität zu Berlin</span>, <a href="https://2021.esec-fse.org/profile/claudiodiciccio" class="navigate">Claudio Di Ciccio</a><span class="prog-aff"> Department of Computer Science, Sapienza University of Rome</span>, <a href="https://2021.esec-fse.org/profile/janmendling" class="navigate">Jan Mendling</a><span class="prog-aff"> Vienna University of Economics and Business</span></div></td></tr><tr data-slot-id="f97e979e-055b-4b17-9c85-ac9eadbfa4e9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c679b7b4-097a-4119-9ff2-05d2fa1c4fb3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c679b7b4-097a-4119-9ff2-05d2fa1c4fb3">Q&amp;A (Analysis—Dynamic Analysis)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Code Reviews and Changes<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/emadaghajani" target="_blank" class="navigate">Emad Aghajani</a><span class="prog-aff"> Software Institute, USI Università della Svizzera italiana</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="71ddb43e-5a24-40ff-89a9-037eccab4bae" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0e54a65f-24f7-4e2c-86d5-581100f52338" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0e54a65f-24f7-4e2c-86d5-581100f52338">Identifying Bad Software Changes via Multimodal Anomaly Detection for Online Service Systems</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nengwenzhao" class="navigate">Nengwen Zhao</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/zhaoyangyu" class="navigate">Zhaoyang Yu</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/honglinwang" class="navigate">Honglin Wang</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.esec-fse.org/profile/jiesongli" class="navigate">Jiesong Li</a><span class="prog-aff"> China Guangfa Bank</span>, <a href="https://2021.esec-fse.org/profile/binqiu" class="navigate">Bin Qiu</a><span class="prog-aff"> China Guangfa Bank</span>, <a href="https://2021.esec-fse.org/profile/hongyuxu" class="navigate">Hongyu Xu</a><span class="prog-aff"> China Guangfa Bank</span>, <a href="https://2021.esec-fse.org/profile/wenchizhang" class="navigate">Wenchi Zhang</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.esec-fse.org/profile/kaixinsui1" class="navigate">Kaixin Sui</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.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/3468264.3468543" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="da7b8146-8270-41ba-ad70-48d3e9a2839a" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="a3da408c-1257-427b-859d-375a393355b9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3da408c-1257-427b-859d-375a393355b9">Journal First Submission of the Article: &quot;An Empirical Investigation of Relevant Changes and Automation Needs in Modern Code Review&quot;</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sebastianopanichella" class="navigate">Sebastiano Panichella</a><span class="prog-aff"> Zurich University of Applied Sciences</span>, <a href="https://2021.esec-fse.org/profile/nickzaugg" class="navigate">Nick Zaugg</a><span class="prog-aff"> University of Zurich</span></div></td></tr><tr data-slot-id="63463675-1e29-4896-a5a2-71d8d0b55c68" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="33f11539-4b46-476f-af95-bc68f6899fe4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="33f11539-4b46-476f-af95-bc68f6899fe4">Exploit Those Code Reviews! Bigger Data for Deeper Learning</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/robertheumuller1" class="navigate">Robert Heumüller</a><span class="prog-aff"> University of Magdeburg</span>, <a href="https://2021.esec-fse.org/profile/sebastiannielebock1" class="navigate">Sebastian Nielebock</a><span class="prog-aff"> Otto-von-Guericke University Magdeburg</span>, <a href="https://2021.esec-fse.org/profile/frankortmeier1" class="navigate">Frank Ortmeier</a><span class="prog-aff"> University of Magdeburg</span></div><a href="https://doi.org/10.1145/3468264.3473110" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/3/Exploit-Those-Code-Reviews-Bigger-Data-for-Deeper-Learning" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="ad16ce56-da34-4023-b362-e83379030a2f" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="d88957d9-a244-41fd-8292-82e2c9fb9280" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d88957d9-a244-41fd-8292-82e2c9fb9280">Towards Automating Code Review at Scale</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/vincenthellendoorn" class="navigate">Vincent J. Hellendoorn</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/jasontsay" class="navigate">Jason Tsay</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/manishamukherjee" class="navigate">Manisha Mukherjee</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/martinhirzel" class="navigate">Martin Hirzel</a><span class="prog-aff"> IBM Research</span></div><a href="https://doi.org/10.1145/3468264.3473134" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="5987ab44-5f80-45c0-b00b-4e90f387310e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="ad1fa0a5-df78-44a5-8156-49c79087fb37" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ad1fa0a5-df78-44a5-8156-49c79087fb37">Q&amp;A (Analytics &amp; Software Evolution—Code Reviews and Changes)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> SE &amp; AI—Machine Learning for Software Engineering 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/kellylyons" target="_blank" class="navigate">Kelly Lyons</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2021.esec-fse.org/profile/phuongtnguyen" target="_blank" class="navigate">Phuong T. Nguyen</a><span class="prog-aff"> University of L’Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c24fd1c7-5676-488a-bbcf-a43c611da222" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8caf22e5-6063-4cd9-b3a6-41034a8c7a80" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8caf22e5-6063-4cd9-b3a6-41034a8c7a80">Empirical Study of Transformers for Source Code</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nadezhdachirkova" class="navigate">Nadezhda Chirkova</a><span class="prog-aff"> HSE University</span>, <a href="https://2021.esec-fse.org/profile/sergeytroshin1" class="navigate">Sergey Troshin</a><span class="prog-aff"> HSE University</span></div><a href="https://doi.org/10.1145/3468264.3468611" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="140d0713-ba70-4f17-8d7f-86d885b2acd1" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="03f2b98e-c6d9-4c7f-a073-16b7aad65697" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="03f2b98e-c6d9-4c7f-a073-16b7aad65697">Explaining Mispredictions of Machine Learning Models using Rule Induction</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jurgencito" class="navigate">Jürgen Cito</a><span class="prog-aff"> TU Vienna; Facebook</span>, <a href="https://2021.esec-fse.org/profile/isildillig" class="navigate">Işıl Dillig</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/seohyunkim" class="navigate">Seohyun Kim</a><span class="prog-aff"> Facebook</span>, <a href="https://2021.esec-fse.org/profile/vijayaraghavanmurali" class="navigate">Vijayaraghavan Murali</a><span class="prog-aff"> Facebook</span>, <a href="https://2021.esec-fse.org/profile/satishchandra" class="navigate">Satish Chandra</a><span class="prog-aff"> Facebook</span></div><a href="https://doi.org/10.1145/3468264.3468614" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="73951e69-0cc3-4406-a0d5-a37e02d724fc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="244dcf0b-1dd0-4f9d-bb6e-c06b2a83cbca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="244dcf0b-1dd0-4f9d-bb6e-c06b2a83cbca">Generalizable and Interpretable Learning for Configuration Extrapolation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yiding" class="navigate">Yi Ding</a><span class="prog-aff"> Massachusetts Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/ahsanpervaiz" class="navigate">Ahsan Pervaiz</a><span class="prog-aff"> University of Chicago</span>, <a href="https://2021.esec-fse.org/profile/michaelcarbin" class="navigate">Michael Carbin</a><span class="prog-aff"> Massachusetts Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/hankhoffman" class="navigate">Henry Hoffmann</a><span class="prog-aff"> University of Chicago</span></div><a href="https://doi.org/10.1145/3468264.3468603" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="89125f2d-ef06-434a-a1a5-81f1d5b5eeeb" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9d18be87-03ae-4570-abaa-19e2b5b2bc4e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9d18be87-03ae-4570-abaa-19e2b5b2bc4e">Q&amp;A (SE &amp; AI—Machine Learning for Software Engineering 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Analysis and Testing of Unconventional Software<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/nameng" target="_blank" class="navigate">Na Meng</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="6c267dbb-4c53-41be-86e5-232063b3c2ff" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0b0c30b6-741a-4bf3-9419-710b37dc382f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0b0c30b6-741a-4bf3-9419-710b37dc382f">Parallel Shadow Execution to Accelerate the Debugging of Numerical Errors<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sangeetachowdhary" class="navigate">Sangeeta Chowdhary</a><span class="prog-aff"> Rutgers University</span>, <a href="https://2021.esec-fse.org/profile/santoshnagarakatte" class="navigate">Santosh Nagarakatte</a><span class="prog-aff"> Rutgers University</span></div><a href="https://doi.org/10.1145/3468264.3468585" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="6534fecf-0825-4b9b-8059-18d94c8a17e4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="884c248e-8800-42bb-b1c6-207d59b8679b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="884c248e-8800-42bb-b1c6-207d59b8679b">Exposing Numerical Bugs in Deep Learning via Gradient Back-Propagation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mingyan" class="navigate">Ming Yan</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/xiangyuzhang" class="navigate">Xiangyu Zhang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/lintan" class="navigate">Lin Tan</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/ganwang1" class="navigate">Gan Wang</a><span class="prog-aff"> Tianjin University</span></div><a href="https://doi.org/10.1145/3468264.3468612" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e1598ec2-2002-405e-9ea2-7810f68f693e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="77d8f8d0-044b-4e8c-9dc2-4be78d115906" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="77d8f8d0-044b-4e8c-9dc2-4be78d115906">Metamorphic Testing of Datalog Engines</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/muhammadnumairmansur" class="navigate">Muhammad Numair Mansur</a><span class="prog-aff"> MPI-SWS</span>, <a href="https://2021.esec-fse.org/profile/mariachristakis" class="navigate">Maria Christakis</a><span class="prog-aff"> MPI-SWS</span>, <a href="https://2021.esec-fse.org/profile/valentinwustholz" class="navigate">Valentin Wüstholz</a><span class="prog-aff"> ConsenSys</span></div><a href="https://doi.org/10.1145/3468264.3468573" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1a20f3b1-9556-4c80-a628-f5776698c4c4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="a56204a6-6da5-4fa3-98b6-8920d5f84d58" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a56204a6-6da5-4fa3-98b6-8920d5f84d58">Q&amp;A (Testing—Analysis and Testing of Unconventional Software)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Debugging 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/yilinglou" target="_blank" class="navigate">Yiling Lou</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="c7d93430-cd5f-4f56-8577-f0ae2158b119" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="bf4b68e7-05d6-4bb8-8356-acd39b9e825c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bf4b68e7-05d6-4bb8-8356-acd39b9e825c">Demystifying “Bad” Error Messages in Data Science Libraries</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yidatao" class="navigate">Yida Tao</a><span class="prog-aff"> Shenzhen University</span>, <a href="https://2021.esec-fse.org/profile/zhihuichen" class="navigate">Zhihui Chen</a><span class="prog-aff"> Shenzhen University</span>, <a href="https://2021.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/jifengxuan" class="navigate">Jifeng Xuan</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2021.esec-fse.org/profile/zhiwuxu" class="navigate">Zhiwu Xu</a><span class="prog-aff"> Shenzhen University</span>, <a href="https://2021.esec-fse.org/profile/shengchaoqin" class="navigate">Shengchao Qin</a><span class="prog-aff"> Teesside University</span></div><a href="https://doi.org/10.1145/3468264.3468560" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d36ca109-35c3-4f9e-9732-d9e2f50fc8ee" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="124d9c2a-d6f5-4f53-900e-fa609f75b967" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="124d9c2a-d6f5-4f53-900e-fa609f75b967">NIL: Large-Scale Detection of Large-Variance Clones</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tasukunakagawa" class="navigate">Tasuku Nakagawa</a><span class="prog-aff"> Osaka University</span>, <a href="https://2021.esec-fse.org/profile/yoshikihigo" class="navigate">Yoshiki Higo</a><span class="prog-aff"> Osaka University</span>, <a href="https://2021.esec-fse.org/profile/shinjikusumoto" class="navigate">Shinji Kusumoto</a><span class="prog-aff"> Osaka University</span></div><a href="https://doi.org/10.1145/3468264.3468564" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://sdl.ist.osaka-u.ac.jp/pman/pman3.cgi?DOWNLOAD=567" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="c9f52c8c-783c-416a-af34-b729b5341d6a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="fc64d770-8296-4f8d-b15d-72130f964069" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fc64d770-8296-4f8d-b15d-72130f964069">Understanding and Detecting Server-Side Request Races in Web Applications<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhengyiqiu" class="navigate">Zhengyi Qiu</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/shudishao" class="navigate">Shudi Shao</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/qizhao" class="navigate">Qi Zhao</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/guoliangjin" class="navigate">Guoliang Jin</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3468264.3468594" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2eb39ed7-e3ca-4eac-bb4d-49e373438258" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3c72d439-5152-4656-9463-33a55e1e003a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3c72d439-5152-4656-9463-33a55e1e003a">Q&amp;A (Testing—Debugging 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analysis—Model Checking<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/matthewdwyer" target="_blank" class="navigate">Matthew B Dwyer</a><span class="prog-aff"> University of Virginia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c5cd48e3-1ea6-4c26-a538-9c03f5d2d4b7" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c10528d2-7ae6-4f63-a407-85040711e549" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c10528d2-7ae6-4f63-a407-85040711e549">Checking LTL[F,G,X] on Compressed Traces in Polynomial Time<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/minjianzhang" class="navigate">Minjian Zhang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/umangmathur" class="navigate">Umang Mathur</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/maheshviswanathan" class="navigate">Mahesh Viswanathan</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://doi.org/10.1145/3468264.3468557" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9d591477-d7f7-4543-af85-e6d9c6552618" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d77e9a96-355b-497b-ac54-192a42452356" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d77e9a96-355b-497b-ac54-192a42452356">Conditional Interpolation: Making Concurrent Program Verification More Effective</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jiesu" class="navigate">Jie Su</a><span class="prog-aff"> Xidian University</span>, <a href="https://2021.esec-fse.org/profile/congtian" class="navigate">Cong Tian</a><span class="prog-aff"> Xidian University</span>, <a href="https://2021.esec-fse.org/profile/zhenhuaduan1" class="navigate">Zhenhua Duan</a><span class="prog-aff"> Xidian University</span></div><a href="https://doi.org/10.1145/3468264.3468602" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b2f34d65-106a-40b5-be47-7b5786aa0c8a" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="abfcd3fb-e5bd-486e-9c89-8f12287a8594" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="abfcd3fb-e5bd-486e-9c89-8f12287a8594">RegionTrack: A Trace-based Sound and Complete Checker to Debug Transactional Atomicity Violations and Non-Serializable Traces</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaoxuema" class="navigate">Xiaoxue Ma</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/shangruwu" class="navigate">Shangru WU</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/ernestpobee" class="navigate">Ernest Pobee</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/xiupeimei" class="navigate">Xiupei Mei</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/haozhang" class="navigate">Hao Zhang</a><span class="prog-aff"> City University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/bojiang" class="navigate">Bo Jiang</a><span class="prog-aff"> Beihang University</span>, <a href="https://2021.esec-fse.org/profile/wingkwongchan1" class="navigate">Wing-Kwong Chan</a><span class="prog-aff"> City University of Hong Kong, Hong Kong</span></div></td></tr><tr data-slot-id="da00a590-fd39-4774-8dbb-88efd1d81f4c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="517b4484-c439-44cd-826e-561c2790dcd0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="517b4484-c439-44cd-826e-561c2790dcd0">Q&amp;A (Analysis—Model Checking)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Wed 25 Aug 2021" data-facet-date-order="210825" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Continuous Integration and Delivery<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/gustavopinto" target="_blank" class="navigate">Gustavo Pinto</a><span class="prog-aff"> Federal University of Pará (UFPA) and Zup Innovation</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2c9cb8ab-4978-45ea-9e12-66cb451d0640" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="688c9733-ad4a-4f74-9c43-1045e43f55f9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="688c9733-ad4a-4f74-9c43-1045e43f55f9">Accelerating Continuous Integration by Caching Environments and Inferring Dependencies</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/keheliyagallaba" class="navigate">Keheliya Gallaba</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/johnewart" class="navigate">John Ewart</a><span class="prog-aff"> YourBase Inc.</span>, <a href="https://2021.esec-fse.org/profile/yvesjunqueira" class="navigate">Yves Junqueira</a><span class="prog-aff"> YourBase Inc.</span>, <a href="https://2021.esec-fse.org/profile/shanemcintosh" class="navigate">Shane McIntosh</a><span class="prog-aff"> McGill University</span></div></td></tr><tr data-slot-id="137054a8-6c27-47ff-a1f2-d714e87884fc" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="70b353fb-3411-49b5-a5b6-7742736fa456" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="70b353fb-3411-49b5-a5b6-7742736fa456">Predicting Node Failures in an Ultra-large-scale Cloud Computing Platform: an AIOps Solution: A Journal First Presentation Proposal</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yangguangli" class="navigate">Yangguang Li</a><span class="prog-aff"> York University</span>, <a href="https://2021.esec-fse.org/profile/zhenmingjackjiang" class="navigate">Zhen Ming (Jack) Jiang</a><span class="prog-aff"> York University </span>, <a href="https://2021.esec-fse.org/profile/hengli" class="navigate">Heng Li</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/chenghe" class="navigate">Cheng He</a><span class="prog-aff"> Alibaba Group</span>, <a href="https://2021.esec-fse.org/profile/ruiruihuang" class="navigate">Ruirui Huang</a><span class="prog-aff"> Alibaba Group, China</span>, <a href="https://2021.esec-fse.org/profile/zhengdazeng" class="navigate">Zhengda Zeng</a><span class="prog-aff"> Alibaba Group</span>, <a href="https://2021.esec-fse.org/profile/mianwang" class="navigate">Mian Wang</a><span class="prog-aff"> Alibaba Group</span>, <a href="https://2021.esec-fse.org/profile/pinanchen" class="navigate">PIN AN CHEN</a><span class="prog-aff"> Alibaba</span></div></td></tr><tr data-slot-id="b0824786-9884-492d-b55e-971efdfb828b" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e1956cff-c6cc-4c4d-a980-6cd7cd23304c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e1956cff-c6cc-4c4d-a980-6cd7cd23304c">Automating Serverless Deployments for DevOps Organizations<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/danielsokolowski" class="navigate">Daniel Sokolowski</a><span class="prog-aff"> TU Darmstadt</span>, <a href="https://2021.esec-fse.org/profile/pascalweisenburger" class="navigate">Pascal Weisenburger</a><span class="prog-aff"> TU Darmstadt</span>, <a href="https://2021.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/3468264.3468575" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://mjuz.rocks/assets/pdf/papers/2021_Automating-Serverless-Deployments-for-DevOps-Organizations.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="80187a23-7591-4a1b-ade9-59be3b51e0ce" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="879c62e5-a787-4919-b8a8-9776d34afb2f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="879c62e5-a787-4919-b8a8-9776d34afb2f">Q&amp;A (Analytics &amp; Software Evolution—Continuous Integration and Delivery)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div></div><script type="text/javascript">window.preselectTimeBand = true; </script><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Thu 26 Aug</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Athens</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-4"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analysis—Programming Languages<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/ramyshahin" target="_blank" class="navigate">Ramy Shahin</a><span class="prog-aff"> University of Toronto</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="463ccc80-694e-45a2-9529-9e3c04d8b5ed" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="9020773a-2588-4b7c-841d-ba93eb1d1a1f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9020773a-2588-4b7c-841d-ba93eb1d1a1f">Automated Code Transformation for Context Propagation in Go</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adamwelc" class="navigate">Adam Welc</a><span class="prog-aff"> Uber Technologies</span></div><a href="https://doi.org/10.1145/3468264.3473918" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0352daed-df90-4195-bb29-07382e070533" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="37c14cf4-9824-4641-909a-5ffeb58d56bb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="37c14cf4-9824-4641-909a-5ffeb58d56bb">Toward Efficient Interactions between Python and Native Libraries</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jialiangtan1" class="navigate">Jialiang Tan</a><span class="prog-aff"> College of William &amp; Mary</span>, <a href="https://2021.esec-fse.org/profile/yuchen" class="navigate">Yu Chen</a><span class="prog-aff"> College of William &amp; Mary</span>, <a href="https://2021.esec-fse.org/profile/zhenmingliu" class="navigate">Zhenming Liu</a><span class="prog-aff"> College of William &amp; Mary</span>, <a href="https://2021.esec-fse.org/profile/binren1" class="navigate">Bin Ren</a><span class="prog-aff"> College of William &amp; Mary</span>, <a href="https://2021.esec-fse.org/profile/shuaiwenleonsong" class="navigate">Shuaiwen Leon Song</a><span class="prog-aff"> University of Sydney</span>, <a href="https://2021.esec-fse.org/profile/xipengshen" class="navigate">Xipeng Shen</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/xuliu" class="navigate">Xu Liu</a><span class="prog-aff"> North Carolina State University, Oak Ridge National Laboratory, USA</span></div><a href="https://doi.org/10.1145/3468264.3468541" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="83ac8dda-10f0-4c87-9ead-0ff08dd999c5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="60ba2a69-014b-4ea5-9dbe-ae0367aac970" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="60ba2a69-014b-4ea5-9dbe-ae0367aac970">Accelerating JavaScript Static Analysis via Dynamic Shortcuts<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/joonyoungpark" class="navigate">Joonyoung Park</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/jihyeokpark" class="navigate">Jihyeok Park</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/dongjunyoun1" class="navigate">Dongjun Youn</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/sukyoungryu" class="navigate">Sukyoung Ryu</a><span class="prog-aff"> KAIST</span></div><a href="https://doi.org/10.1145/3468264.3468556" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="5b50de7f-63dd-4dac-a558-d73804e18197" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f033bf9a-cd04-4b61-ac8b-f53aa863ced8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f033bf9a-cd04-4b61-ac8b-f53aa863ced8">Q&amp;A (Analysis—Programming Languages)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Libraries and APIs 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/massimilianodipenta" target="_blank" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bb1bd5b6-a0ab-4dc2-aff7-99455606b738" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6681021a-7014-467d-a1e2-d605fafdc7bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6681021a-7014-467d-a1e2-d605fafdc7bf">Embedding App-Library Graph for Neural Third Party Library Recommendation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/boli1" class="navigate">Bo Li</a><span class="prog-aff"> Swinburne University of Technology</span>, <a href="https://2021.esec-fse.org/profile/qianghe1" class="navigate">Qiang He</a><span class="prog-aff"> Swinburne University of Technology</span>, <a href="https://2021.esec-fse.org/profile/feifeichen" class="navigate">Feifei Chen</a><span class="prog-aff"> Deakin University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/lili" class="navigate">Li Li</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/yunyang" class="navigate">Yun Yang</a><span class="prog-aff"> Swinburne University of Technology</span></div><a href="https://doi.org/10.1145/3468264.3468552" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2abfea63-7f42-4133-9747-17a23bdbec80" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="6c6a7cf1-4199-4617-a1cc-c9643131898f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6c6a7cf1-4199-4617-a1cc-c9643131898f">Heuristic and Neural Network based Prediction of Project-Specific API Member Access</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/linjiang2" class="navigate">Lin Jiang</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/huiliu" class="navigate">Hui Liu</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/hejiang1" class="navigate">He Jiang</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/hongmei1" class="navigate">Hong Mei</a><span class="prog-aff"> Beijing Institute of Technology</span></div></td></tr><tr data-slot-id="ebfb1ea4-dc87-4215-bd99-48e4c893032d" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="021cf4c9-aed1-4163-8af5-d4df98fe0f16" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="021cf4c9-aed1-4163-8af5-d4df98fe0f16">Data-Driven Extract Method Recommendations: A Study at ING</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/davidvanderleij" class="navigate">David van der Leij</a><span class="prog-aff"> Delft University of Technology; ING</span>, <a href="https://2021.esec-fse.org/profile/jasperbinda" class="navigate">Jasper Binda</a><span class="prog-aff"> ING</span>, <a href="https://2021.esec-fse.org/profile/robbertvandalen" class="navigate">Robbert van Dalen</a><span class="prog-aff"> ING</span>, <a href="https://2021.esec-fse.org/profile/pietervalen" class="navigate">Pieter Vallen</a><span class="prog-aff"> ING</span>, <a href="https://2021.esec-fse.org/profile/yapingluo1" class="navigate">Yaping Luo</a><span class="prog-aff"> ING; Eindhoven University of Technology</span>, <a href="https://2021.esec-fse.org/profile/mauricioaniche" class="navigate">Maurício Aniche</a><span class="prog-aff"> Delft University of Technology</span></div><a href="https://doi.org/10.1145/3468264.3473927" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2107.05396" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="a02484bc-1475-401e-8c70-880c5baf2560" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c88b81d9-9ecc-4d10-8fb1-278217d9f517" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c88b81d9-9ecc-4d10-8fb1-278217d9f517">Q&amp;A (Analytics &amp; Software Evolution—Libraries and APIs 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> SE &amp; AI—Software Engineering for Machine Learning 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/tusharsharma1" target="_blank" class="navigate">Tushar Sharma</a><span class="prog-aff"> Siemens Research</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="935f6e0e-cbeb-46f5-b324-d2f854d2e0fe" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="97886043-83b9-4f03-a88c-39cff78ad893" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="97886043-83b9-4f03-a88c-39cff78ad893">Fair Preprocessing: Towards Understanding Compositional Fairness of Data Transformers in Machine Learning Pipeline<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sumonbiswas" class="navigate">Sumon Biswas</a><span class="prog-aff"> Iowa State University</span>, <a href="https://2021.esec-fse.org/profile/hrideshrajan" class="navigate">Hridesh Rajan</a><span class="prog-aff"> Iowa State University</span></div><a href="https://doi.org/10.1145/3468264.3468536" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.06054" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/6/Fair-Preprocessing-Towards-Understanding-Compositional-Fairness-of-Data-Transformers" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="6000d264-7fe6-4a10-98dd-ee756ae87a5e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="88f9d631-e3bd-4656-9cd5-5edf8d6e2d6b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="88f9d631-e3bd-4656-9cd5-5edf8d6e2d6b">Fairea: A Model Behaviour Mutation Approach to Benchmarking Bias Mitigation Methods<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/maxhort" class="navigate">Max Hort</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/jiemzhang" class="navigate">Jie M. Zhang</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/federicasarro" class="navigate">Federica Sarro</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/markharman" class="navigate">Mark Harman</a><span class="prog-aff"> University College London</span></div><a href="https://doi.org/10.1145/3468264.3468565" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://solar.cs.ucl.ac.uk/pdf/hort2021fairea.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="4c594b0d-d6be-4e40-97e1-3d30781928ae" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="6ac7b5ae-f911-4f85-a361-cfc35f88d269" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6ac7b5ae-f911-4f85-a361-cfc35f88d269">Selecting Test Inputs for DNNs using Differential Testing with Subspecialized Model Instances</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yuseungma" class="navigate">Yu-Seung Ma</a><span class="prog-aff"> Electronics and Telecommunications Research Institute</span>, <a href="https://2021.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/taehokim" class="navigate">Taeho Kim</a><span class="prog-aff"> Electronics and Telecommunications Research Institute</span></div><a href="https://doi.org/10.1145/3468264.3473131" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="aae530a3-7347-4177-949d-ccadcbb2c466" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="a038720a-6d25-402f-a2c7-fb9cf1348bbe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a038720a-6d25-402f-a2c7-fb9cf1348bbe">The Current State of Industrial Practice in Artificial Intelligence Ethics</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/villevakkuri" class="navigate">Ville Vakkuri</a><span class="prog-aff"> University of Jyvaskyla</span>, <a href="https://2021.esec-fse.org/profile/kaikristiankemell" class="navigate">Kai-Kristian Kemell</a><span class="prog-aff"> University of Jyvaskyla</span>, <a href="https://2021.esec-fse.org/profile/jonikultanen" class="navigate">Joni Kultanen</a><span class="prog-aff"> University of Jyvaskyla</span>, <a href="https://2021.esec-fse.org/profile/pekkaabrahamsson" class="navigate">Pekka Abrahamsson</a><span class="prog-aff"> University of Jyväskylä</span></div></td></tr><tr data-slot-id="2da42e55-1460-4ae2-bcc1-ae770eca938d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f63ac131-513e-48d6-9b9d-b2dd30613e46" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f63ac131-513e-48d6-9b9d-b2dd30613e46">Q&amp;A (SE &amp; AI—Software Engineering for Machine Learning 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Bug Characterization and Fixing<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/abhikroychoudhury" target="_blank" class="navigate">Abhik Roychoudhury</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/akondrahman1" target="_blank" class="navigate">Akond Rahman</a><span class="prog-aff"> Tennessee Tech University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f0b2017b-686d-44b7-9ca3-0179e24d18de" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b5b1683b-e6af-435e-83b3-36eea25fe7bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b5b1683b-e6af-435e-83b3-36eea25fe7bf">Finding Broken Linux Configuration Specifications by Statically Analyzing the Kconfig Language<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jehooh" class="navigate">Jeho Oh</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/necipfazlyldran" class="navigate">Necip Fazıl Yıldıran</a><span class="prog-aff"> University of Central Florida</span>, <a href="https://2021.esec-fse.org/profile/julianbraha" class="navigate">Julian Braha</a><span class="prog-aff"> University of Central Florida</span>, <a href="https://2021.esec-fse.org/profile/paulgazzillo" class="navigate">Paul Gazzillo</a><span class="prog-aff"> University of Central Florida</span></div><a href="https://doi.org/10.1145/3468264.3468578" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://paulgazzillo.com/papers/esecfse21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="30563f8f-fa42-4765-889e-2c48ed230013" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="75c01553-d19a-4853-b456-cccccff05713" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="75c01553-d19a-4853-b456-cccccff05713">Semantic Bug Seeding: A Learning-Based Approach for Creating Realistic Bugs<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jibeshpatra" class="navigate">Jibesh Patra</a><span class="prog-aff"> University of Stuttgart</span>, <a href="https://2021.esec-fse.org/profile/michaelpradel" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span></div><a href="https://doi.org/10.1145/3468264.3468623" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://software-lab.org/publications/fse2021.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/92/Semantic-Bug-Seeding-A-Learning-Based-Approach-for-Creating-Realistic-Bugs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="fcb18f6a-fc6d-44ea-bd95-469d62e50af7" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="1d7c34c4-51d9-41da-a0b2-f7a6de37c212" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1d7c34c4-51d9-41da-a0b2-f7a6de37c212">Analysis of Specifications of Multiparty Sessions with dcj-lint</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/erikhorlings" class="navigate">Erik Horlings</a><span class="prog-aff"> Open University of the Netherlands</span>, <a href="https://2021.esec-fse.org/profile/sungshikjongmans" class="navigate">Sung-Shik Jongmans</a><span class="prog-aff"> Open University of the Netherlands; CWI</span></div><a href="https://doi.org/10.1145/3468264.3473127" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/20/Analysis-of-Specifications-of-Multiparty-Sessions-with-dcj-lint" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="a88415c9-b65e-4a48-a664-eca42b79aa25" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="d43df772-80fd-4c54-aafe-b0e1cc16971a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d43df772-80fd-4c54-aafe-b0e1cc16971a">Reducing the Search Space of Bug Inducing Commits using Failure Coverage<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/e331a184-b0c0-4f23-97a1-67ff6770ed5a/small?1629882390000" class="outputimage"/></span></span></a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/gabinan" class="navigate">Gabin An</a><span class="prog-aff"> KAIST</span>, <a href="https://2021.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> KAIST</span></div><a href="https://doi.org/10.1145/3468264.3473129" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://coinse.kaist.ac.kr/publications/pdfs/An2021qb.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="eae6dad4-cf32-4bcf-99c5-001f5ed6dc2c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d5f590c4-5646-4c60-8eec-99d254de7729" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d5f590c4-5646-4c60-8eec-99d254de7729">Q&amp;A (Testing—Bug Characterization and Fixing)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analysis—Static Analysis and Symbolic Execution<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/akondrahman1" target="_blank" class="navigate">Akond Rahman</a><span class="prog-aff"> Tennessee Tech University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9e65ffde-7de5-4f03-93e1-5d2ccc9be09b" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c9b3ad30-6070-4bcf-9e7b-2789aa0161c6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c9b3ad30-6070-4bcf-9e7b-2789aa0161c6">IDE Support for Cloud-Based Static Analyses</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/linghuiluo" class="navigate">Linghui Luo</a><span class="prog-aff"> Paderborn University, Germany</span>, <a href="https://2021.esec-fse.org/profile/martinschaf" class="navigate">Martin Schäf</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/danieljsanchez" class="navigate">Daniel J Sanchez</a><span class="prog-aff"> Amazon Alexa</span>, <a href="https://2021.esec-fse.org/profile/ericbodden" class="navigate">Eric Bodden</a><span class="prog-aff"> University of Paderborn; Fraunhofer IEM</span></div><a href="https://doi.org/10.1145/3468264.3468535" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://linghuiluo.github.io/FSE21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="5e9ae246-afb1-4a3c-9de7-515e463c73d6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5a0068d3-b03e-44dd-b4e3-6fa522226c3a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5a0068d3-b03e-44dd-b4e3-6fa522226c3a">A Bounded Symbolic-Size Model for Symbolic Execution<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/davidtrabish" class="navigate">David Trabish</a><span class="prog-aff"> Tel Aviv University</span>, <a href="https://2021.esec-fse.org/profile/shacharitzhaky" class="navigate">Shachar Itzhaky</a><span class="prog-aff"> Technion</span>, <a href="https://2021.esec-fse.org/profile/noamrinetzky" class="navigate">Noam Rinetzky</a><span class="prog-aff"> Tel Aviv University</span></div><a href="https://doi.org/10.1145/3468264.3468596" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/65/A-Bounded-Symbolic-Size-Model-for-Symbolic-Execution" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f1daa5ac-dee0-4d16-9572-892806893ba1" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="b0f34ea6-7bcb-40ac-b070-c51c88a802db" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b0f34ea6-7bcb-40ac-b070-c51c88a802db">LLSC: A Parallel Symbolic Execution Compiler for LLVM IR</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/guannanwei" class="navigate">Guannan Wei</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/shangyintan" class="navigate">Shangyin Tan</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/oliverbracevac" class="navigate">Oliver Bračevac</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/tiarkrompf" class="navigate">Tiark Rompf</a><span class="prog-aff"> Purdue University</span></div><a href="https://doi.org/10.1145/3468264.3473108" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://continuation.passing.style/static/papers/fsedemo21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="5303c626-965b-4d18-ac76-00a1a6c87c38" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="dfd29dde-5a75-4e76-b050-ff159945ac7c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="dfd29dde-5a75-4e76-b050-ff159945ac7c">Learning Type Annotation: Is Big Data Enough?</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kevinjesse" class="navigate">Kevin Jesse</a><span class="prog-aff"> University of California at Davis</span>, <a href="https://2021.esec-fse.org/profile/premdevanbu" class="navigate">Prem Devanbu</a><span class="prog-aff"> University of California at Davis</span>, <a href="https://2021.esec-fse.org/profile/toufiqueahmed" class="navigate">Toufique Ahmed</a><span class="prog-aff"> University of California at Davis</span></div><a href="https://doi.org/10.1145/3468264.3473135" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d06986d8-01b6-43f4-8217-2297a3f0a1f5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b6d4b82e-5df7-4892-8d74-19fe922a7841" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b6d4b82e-5df7-4892-8d74-19fe922a7841">Q&amp;A (Analysis—Static Analysis and Symbolic Execution)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Libraries and APIs 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/juliarubin" target="_blank" class="navigate">Julia Rubin</a><span class="prog-aff"> University of British Columbia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bd792df1-7f6e-4b05-83b6-87cae2c0b819" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="113f7b5f-2585-4fb6-a882-495fa60f5066" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="113f7b5f-2585-4fb6-a882-495fa60f5066">A Large-Scale Empirical Study on Java Library Migrations: Prevalence, Trends, and Rationales<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/haohe" class="navigate">Hao He</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/runzhihe" class="navigate">Runzhi He</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/haiqiaogu" class="navigate">Haiqiao Gu</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.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/3468264.3468571" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://hehao98.github.io/files/2021-migration-empirical.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="6caf1d2f-deb6-4bc4-841c-82388fe13c54" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7309ef55-0530-40d8-9ecc-f747b49c8e06" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7309ef55-0530-40d8-9ecc-f747b49c8e06">Learning-Based Extraction of First-Order Logic Representations of API Directives</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mingweiliu" class="navigate">Mingwei Liu</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/xinpeng" class="navigate">Xin Peng</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/andrianmarcus" class="navigate">Andrian Marcus</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2021.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/xuefangbai" class="navigate">Xuefang Bai</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/ganglyu" class="navigate">Gang Lyu</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/jiazhanxie" class="navigate">Jiazhan Xie</a><span class="prog-aff"> Fudan University</span>, <a href="https://2021.esec-fse.org/profile/xiaoxinzhang" class="navigate">Xiaoxin Zhang</a><span class="prog-aff"> Fudan University</span></div><a href="https://doi.org/10.1145/3468264.3468618" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1c4297aa-16e8-49a4-9326-4ca95e9de570" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9ffff1ee-6fed-40e3-ac35-2b51d35545ad" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9ffff1ee-6fed-40e3-ac35-2b51d35545ad">Information Correspondence between Types of Documentation for APIs</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/deekshamarya" class="navigate">Deeksha M. Arya</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/jinlcguo" class="navigate">Jin L.C. Guo</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/martinrobillard" class="navigate">Martin P. Robillard</a><span class="prog-aff"> McGill University</span></div></td></tr><tr data-slot-id="c4b802b0-77c2-4226-a451-9480670d21a5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8942e19f-c2a5-413f-abb8-2a8302cefd48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8942e19f-c2a5-413f-abb8-2a8302cefd48">Q&amp;A (Analytics &amp; Software Evolution—Libraries and APIs 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> SE &amp; AI—Software Engineering for Machine Learning 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/leima" target="_blank" class="navigate">Lei Ma</a><span class="prog-aff"> University of Alberta</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="31967eec-db07-4853-b3b2-1b7ffe1c37a5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="787a7f17-107a-4b1f-8904-e862891e33d2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="787a7f17-107a-4b1f-8904-e862891e33d2">Probing Model Signal-Awareness via Prediction-Preserving Input Minimization</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sahilsuneja" class="navigate">Sahil Suneja</a><span class="prog-aff"> </span>, <a href="https://2021.esec-fse.org/profile/yunhuizheng" class="navigate">Yunhui Zheng</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/yufanzhuang" class="navigate">Yufan Zhuang</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/jimalaredo" class="navigate">Jim A. Laredo</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/alessandromorari" class="navigate">Alessandro Morari</a><span class="prog-aff"> IBM Research</span></div><a href="https://doi.org/10.1145/3468264.3468545" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ef68837e-29e1-4654-8ae0-65cb933ab001" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="697a4708-b717-435b-8391-7074724da7f2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="697a4708-b717-435b-8391-7074724da7f2">Generating Efficient Solvers from Constraint Models</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/shulin" class="navigate">Shu Lin</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/nameng" class="navigate">Na Meng</a><span class="prog-aff"> Virginia Tech</span>, <a href="https://2021.esec-fse.org/profile/wenxinli" class="navigate">Wenxin Li</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468566" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0c19c9e2-167d-433c-b3ee-8686b17f283b" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1ef63433-975a-42af-b42f-ae961452f8a3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1ef63433-975a-42af-b42f-ae961452f8a3">A Comprehensive Study of Deep Learning Compiler Bugs<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/qingchaoshen" class="navigate">Qingchao Shen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/haoyangma" class="navigate">Haoyang Ma</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/yongqiangtian1" class="navigate">Yongqiang Tian</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2021.esec-fse.org/profile/shingchicheung" class="navigate">Shing-Chi Cheung</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/xiangchen2" class="navigate">Xiang Chen</a><span class="prog-aff"> Nantong University</span></div><a href="https://doi.org/10.1145/3468264.3468591" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="70c2e67c-5a7a-4258-8a2a-c64bd2cf7bdc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5ea2bfca-4a8a-4393-95ba-6bca76377883" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5ea2bfca-4a8a-4393-95ba-6bca76377883">Q&amp;A (SE &amp; AI—Software Engineering for Machine Learning 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Failures and Fault Localization<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/massimilianodipenta" target="_blank" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a09bc03f-5f31-46c0-ab41-c63649fb01eb" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="fd71444b-be72-4600-adfe-fe7dafc5f5b1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fd71444b-be72-4600-adfe-fe7dafc5f5b1">A Qualitative Study of the Benefits and Costs of Logging from Developers' Perspectives: A Journal First Presentation Proposal</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hengli" class="navigate">Heng Li</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2021.esec-fse.org/profile/weiyiianshang" class="navigate">Weiyi Shang</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/bramadams1" class="navigate">Bram Adams</a><span class="prog-aff"> Queens University</span>, <a href="https://2021.esec-fse.org/profile/mohammedsayagh" class="navigate">Mohammed Sayagh</a><span class="prog-aff"> ETS Montreal, University of Quebec</span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span></div></td></tr><tr data-slot-id="dfb245c9-d09a-4e91-b9b9-a5eaa54c8d59" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b6aef08f-14c0-4622-8051-0e8cfb8686e1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b6aef08f-14c0-4622-8051-0e8cfb8686e1">Just-In-Time Defect Identification and Localization: A Two-Phase Framework</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mengyan1" class="navigate">Meng Yan</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/yuanruifan1" class="navigate">Yuanrui Fan</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/shanpingli" class="navigate">Shanping Li</a><span class="prog-aff"> Zhejiang University</span></div></td></tr><tr data-slot-id="7e75eb50-a247-4ddb-83a3-cdeffbb8d0e4" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="13ea690c-8b3c-4eb7-b540-8292cca0682c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="13ea690c-8b3c-4eb7-b540-8292cca0682c">New Visions on Metamorphic Testing after a Quarter of a Century of Inception</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tsongyuehchen" class="navigate">Tsong Yueh Chen</a><span class="prog-aff"> Swinburne University of Technology</span>, <a href="https://2021.esec-fse.org/profile/thtse" class="navigate">T.H. Tse</a><span class="prog-aff"> The University of Hong Kong, Hong Kong</span></div><a href="https://doi.org/10.1145/3468264.3473136" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="722f1200-985c-4631-9b0b-27c04ef07ad6" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="6d718e14-26b4-4355-83d3-683227e58f02" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6d718e14-26b4-4355-83d3-683227e58f02">AlloyFL: A Fault Localization Framework for Alloy</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tanvirahmedkhan1" class="navigate">Tanvir Ahmed Khan</a><span class="prog-aff"> University of Texas at Arlington</span>, <a href="https://2021.esec-fse.org/profile/allisonsullivan1" class="navigate">Allison Sullivan</a><span class="prog-aff"> University of Texas at Arlington</span>, <a href="https://2021.esec-fse.org/profile/kaiyuanwang1" class="navigate">Kaiyuan Wang</a><span class="prog-aff"> Google</span></div><a href="https://doi.org/10.1145/3468264.3473116" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/9/AlloyFL-A-Fault-Localization-Framework-for-Alloy" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="1800b0b9-4a14-4075-a456-89c5b208a43e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="68b97ff2-ca7b-4d3f-904d-f6fdcdb0231a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="68b97ff2-ca7b-4d3f-904d-f6fdcdb0231a">BF-Detector: An Automated Tool for CI Build Failure Detection</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/islemsaidani" class="navigate">Islem Saidani</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/aliouni" class="navigate">Ali Ouni</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/moatazchouchen" class="navigate">Moataz Chouchen</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/mohamedwiemmkaouer" class="navigate">Mohamed Wiem Mkaouer</a><span class="prog-aff"> Rochester Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3473115" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e2eca431-5d58-47bd-961a-2fbfc9a04ca7" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="05eaf6a7-3098-454e-a30f-c407f25b5574" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="05eaf6a7-3098-454e-a30f-c407f25b5574">Q&amp;A (Testing—Failures and Fault Localization)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Blockchain 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/johngrundy" target="_blank" class="navigate">John Grundy</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="725b526a-634b-45a1-8c84-a962336af633" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="8f58e3da-afbe-4360-be0e-1f8064072443" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8f58e3da-afbe-4360-be0e-1f8064072443">Checking Smart Contracts with Structural Code Embedding</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/lingxiaojiang" class="navigate">Lingxiao Jiang</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span></div></td></tr><tr data-slot-id="a458dac2-ddaf-4e08-8b81-f60a5ae4a641" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7ebb2517-bf36-4214-9137-35dbe86049a8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7ebb2517-bf36-4214-9137-35dbe86049a8">ÐArcher: Detecting On-Chain-Off-Chain Synchronization Bugs in Decentralized Applications<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/wuqizhang" class="navigate">Wuqi Zhang</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/liliwei1" class="navigate">Lili Wei</a><span class="prog-aff"> Hong Kong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/shuqingli" class="navigate">Shuqing Li</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/shingchicheung" class="navigate">Shing-Chi Cheung</a><span class="prog-aff"> Hong Kong University of Science and Technology</span></div><a href="https://doi.org/10.1145/3468264.3468546" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.09440" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="02d28e6d-ec13-444f-ba2a-83b803527ee8" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="60347b7d-70cc-48e0-b33f-7d8d114b6e16" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="60347b7d-70cc-48e0-b33f-7d8d114b6e16">Making Smart Contract Development More Secure and Easier</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mengren" class="navigate">Meng Ren</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/fuchenma" class="navigate">Fuchen Ma</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/zijingyin" class="navigate">Zijing Yin</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/yingfu1" class="navigate">Ying Fu</a><span class="prog-aff"> Ant Group</span>, <a href="https://2021.esec-fse.org/profile/huizhongli" class="navigate">Huizhong Li</a><span class="prog-aff"> WeBank</span>, <a href="https://2021.esec-fse.org/profile/wanlichang" class="navigate">Wanli Chang</a><span class="prog-aff"> University of York</span>, <a href="https://2021.esec-fse.org/profile/yujiang" class="navigate">Yu Jiang</a><span class="prog-aff"> Tsinghua University</span></div><a href="https://doi.org/10.1145/3468264.3473929" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f1fb499c-2f39-4b60-9a9a-5fafa9432231" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8e5fabf2-5b32-4cb6-9a0c-f34bb9b5a935" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8e5fabf2-5b32-4cb6-9a0c-f34bb9b5a935">Q&amp;A (Dependability—Blockchain 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Defect Prediction and Effort Estimation<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/alexanderchatzigeorgiou" target="_blank" class="navigate">Alexander Chatzigeorgiou</a><span class="prog-aff"> University of Macedonia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d775e224-0f2c-4378-a355-09cf3829f099" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e10f51ca-9034-4543-9e8e-3e301c24e2c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e10f51ca-9034-4543-9e8e-3e301c24e2c0">Learning From Mistakes: Machine Learning Enhanced Human Expert Effort Estimates</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/federicasarro" class="navigate">Federica Sarro</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/rebeccamoussa" class="navigate">Rebecca Moussa</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/alessiopetrozziello" class="navigate">Alessio Petrozziello</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/markharman" class="navigate">Mark Harman</a><span class="prog-aff"> University College London</span></div></td></tr><tr data-slot-id="33ee587b-ece8-4c82-8e6e-5313f97a9b88" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="18aca802-2914-4af0-a857-efd4d43973f1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="18aca802-2914-4af0-a857-efd4d43973f1">Sound and Efficient Concurrency Bug Prediction<span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yancai" class="navigate">Yan Cai</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/haoyun" class="navigate">Hao Yun</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/jinqiuwang" class="navigate">Jinqiu Wang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/leiqiao" class="navigate">Lei Qiao</a><span class="prog-aff"> Beijing Institute of Control Engineering</span>, <a href="https://2021.esec-fse.org/profile/jenspalsberg" class="navigate">Jens Palsberg</a><span class="prog-aff"> University of California at Los Angeles</span></div><a href="https://doi.org/10.1145/3468264.3468549" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2d1d87ac-d7aa-4be4-a2cc-a973c486d6c5" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b09fd49b-d7cc-4982-a65b-1faa8142f433" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b09fd49b-d7cc-4982-a65b-1faa8142f433">On the Assessment of Software Defect Prediction Models via ROC Curves</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sandromorasca" class="navigate">Sandro Morasca</a><span class="prog-aff"> Università degli Studi dell'Insubria</span>, <a href="https://2021.esec-fse.org/profile/luigilavazza" class="navigate">Luigi Lavazza</a><span class="prog-aff"> Università degli Studi dell'Insubria</span></div></td></tr><tr data-slot-id="79c512e1-001b-497b-b3e4-1572c82090d0" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="095cfd9e-95f9-4d44-8b29-103448a9af77" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="095cfd9e-95f9-4d44-8b29-103448a9af77">Q&amp;A (Analytics &amp; Software Evolution—Defect Prediction and Effort Estimation)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> SE &amp; AI—Search Based Software Engineering<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/phuongtnguyen" target="_blank" class="navigate">Phuong T. Nguyen</a><span class="prog-aff"> University of L’Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6b2b9302-e485-4415-98c0-9f3b2e9733b2" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="ec38800d-9224-484e-8a7b-eb8b9a4bdfa0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ec38800d-9224-484e-8a7b-eb8b9a4bdfa0">Bias in Machine Learning Software: Why? How? What to Do?<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/joymallyachakraborty" class="navigate">Joymallya Chakraborty</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/suvodeepmajumder" class="navigate">Suvodeep Majumder</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/timmenzies" class="navigate">Tim Menzies</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3468264.3468537" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2105.12195.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="27cd0586-52f3-4522-9328-9f11b0149e03" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7644cd04-011d-4c8f-a248-4373bc162bc0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7644cd04-011d-4c8f-a248-4373bc162bc0">Understanding Neural Code Intelligence through Program Simplification<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mdrafiqulrabin" class="navigate">Md Rafiqul Islam Rabin</a><span class="prog-aff"> University of Houston</span>, <a href="https://2021.esec-fse.org/profile/vincentjhellendoorn" class="navigate">Vincent J. Hellendoorn</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.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/3468264.3468539" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.03353" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/9/Understanding-Neural-Code-Intelligence-through-Program-Simplification" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="0e2cf630-9d62-4f66-b094-ed23d7312a7c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="af2dc6ef-8a07-406f-a453-d8e9ea1a651f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="af2dc6ef-8a07-406f-a453-d8e9ea1a651f">Multi-objectivizing Software Configuration Tuning<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/taochen" class="navigate">Tao Chen</a><span class="prog-aff"> Loughborough University</span>, <a href="https://2021.esec-fse.org/profile/miqingli" class="navigate">Miqing Li</a><span class="prog-aff"> University of Birmingham</span></div><a href="https://doi.org/10.1145/3468264.3468555" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.01331" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="e33f3a24-93bc-400c-b3da-7f71459e737a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1b1a9da6-60b0-4b8c-932d-aa5679eb2c8b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1b1a9da6-60b0-4b8c-932d-aa5679eb2c8b">Q&amp;A (SE &amp; AI—Search Based Software Engineering)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Flaky Tests<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.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="612b357d-1a55-4091-879b-73a520745f22" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="28f6e810-01ce-441e-a505-c8899d6ac035" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="28f6e810-01ce-441e-a505-c8899d6ac035">Flaky Test Detection in Android via Event Order Exploration</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhendong" class="navigate">Zhen Dong</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/abhishektiwari1" class="navigate">Abhishek Tiwari</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/xiaoliangyu" class="navigate">Xiao Liang Yu</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.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/3468264.3468584" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.comp.nus.edu.sg/~dongz/res/FSE21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="c2d1e2be-5c68-4f41-806e-691ec37ddbf3" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="d93b5652-c8e9-4b62-86fe-a491a068d522" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d93b5652-c8e9-4b62-86fe-a491a068d522">Quantifying No-Fault-Found Test Failures to Prioritize Inspection of Flaky Tests at Ericsson</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/maazhafeezurrehman" class="navigate">Maaz Hafeez Ur Rehman</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/peterrigby" class="navigate">Peter Rigby</a><span class="prog-aff"> Concordia University</span></div><a href="https://doi.org/10.1145/3468264.3473930" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="95c20e47-352f-473e-9f38-9479d578926d" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="2b45f29c-1356-48ac-ba4c-5985c1445299" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2b45f29c-1356-48ac-ba4c-5985c1445299">When Life Gives You Oranges: Detecting and Diagnosing Intermittent Job Failures at Mozilla</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/johanneslampel" class="navigate">Johannes Lampel</a><span class="prog-aff"> CISPA; Saarland University</span>, <a href="https://2021.esec-fse.org/profile/saschajust" class="navigate">Sascha Just</a><span class="prog-aff"> Microsoft</span>, <a href="https://2021.esec-fse.org/profile/svenapel" class="navigate">Sven Apel</a><span class="prog-aff"> Saarland University</span>, <a href="https://2021.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA</span></div><a href="https://doi.org/10.1145/3468264.3473931" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.se.cs.uni-saarland.de/publications/docs/LJA+21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="38ab5f07-7b76-48a0-81cc-ee2247f6205a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="86dc38bc-f398-4a9f-be95-d10d0e0bc949" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="86dc38bc-f398-4a9f-be95-d10d0e0bc949">Q&amp;A (Testing—Flaky Tests)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Blockchain 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/lucianobaresi" target="_blank" class="navigate">Luciano Baresi</a><span class="prog-aff"> Politecnico di Milano</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1b1dc620-1ee5-44a4-98d3-d57684874eed" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="c82c16b9-8c86-4df5-baa6-c91c0ea9ea4a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c82c16b9-8c86-4df5-baa6-c91c0ea9ea4a">Code cloning in smart contracts: a case study on verified contracts from the Ethereum blockchain platform</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/masanarikondo1" class="navigate">Masanari Kondo</a><span class="prog-aff"> Kyushu University</span>, <a href="https://2021.esec-fse.org/profile/gustavoansaldioliva" class="navigate">Gustavo A. Oliva</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/zhenmingjackjiang" class="navigate">Zhen Ming (Jack) Jiang</a><span class="prog-aff"> York University </span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/osamumizuno" class="navigate">Osamu Mizuno</a><span class="prog-aff"> Kyoto Institute of Technology</span></div></td></tr><tr data-slot-id="43142e2c-8521-4915-8b82-c0c67aa7f345" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e8ecc3ae-475b-4f27-8460-60d5853ed2a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e8ecc3ae-475b-4f27-8460-60d5853ed2a2">iBatch: Saving Ethereum Fees via Secure and Cost-Effective Batching of Smart-Contract Invocations</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yibowang1" class="navigate">Yibo Wang</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/qizhang" class="navigate">Qi Zhang</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/kaili" class="navigate">Kai Li</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/yuzhetang" class="navigate">Yuzhe Tang</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/jiaqichen" class="navigate">Jiaqi Chen</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/xiapuluo" class="navigate">Xiapu Luo</a><span class="prog-aff"> Hong Kong Polytechnic University</span>, <a href="https://2021.esec-fse.org/profile/tingchen1" class="navigate">Ting Chen</a><span class="prog-aff"> University of Electronic Science and Technology of China</span></div><a href="http://tristartom.github.io/docs/fse21-ibatch.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3468264.3468568" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.08554" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="21fcb61b-e7b8-437d-8a9f-4f4124761394" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="28da7894-851b-482f-8fa8-6fdb9bcd2158" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="28da7894-851b-482f-8fa8-6fdb9bcd2158">The Gas Triangle and Its Challenges to the Development of Blockchain-Powered Applications</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/gustavoansaldioliva" class="navigate">Gustavo A. Oliva</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span></div><a href="https://doi.org/10.1145/3468264.3473130" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="eb7b3129-65c3-4d74-92c4-1624ad82b33d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d4381b39-6d7c-448e-ac46-c9adb18b0ecc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d4381b39-6d7c-448e-ac46-c9adb18b0ecc">Q&amp;A (Dependability—Blockchain 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Metrics<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/christofebert" target="_blank" class="navigate">Christof Ebert</a><span class="prog-aff"> Vector Consulting</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="34e90147-aae4-46fb-bfe3-f82fce6916e4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>10m</strong></div><div class="event-type">Research paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="52d9e098-8402-465d-9acc-c337368fca4b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="52d9e098-8402-465d-9acc-c337368fca4b">Reassessing Automatic Evaluation Metrics for Code Summarization Tasks</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/devjeetroy" class="navigate">Devjeet Roy</a><span class="prog-aff"> Washington State University</span>, <a href="https://2021.esec-fse.org/profile/sarahfakhoury" class="navigate">Sarah Fakhoury</a><span class="prog-aff"> Washington State University</span>, <a href="https://2021.esec-fse.org/profile/veneraarnaoudova" class="navigate">Venera Arnaoudova</a><span class="prog-aff"> Washington State University</span></div><a href="https://doi.org/10.1145/3468264.3468588" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://sarahfakhoury.com/2021-FSE-Summarization-Metrics.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="55d98655-a5e3-4ec0-ba22-10b3dad0781f" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e891215b-853f-49f0-946a-feceb9ce89fd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e891215b-853f-49f0-946a-feceb9ce89fd">A Defect Estimator for Source Code: Linking Defect Reports with Programming Constructs Usage Metrics</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ritukapur" class="navigate">Ritu Kapur</a><span class="prog-aff"> University of Sannio</span>, <a href="https://2021.esec-fse.org/profile/balwindersodhi" class="navigate">Balwinder Sodhi</a><span class="prog-aff"> Indian Institute of Technology (IIT) Ropar, Punjab, India.</span></div><a href="https://dl.acm.org/doi/abs/10.1145/3384517" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3384517" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.researchgate.net/profile/Ritu-Kapur/publication/331199314_A_Defect_Estimator_for_Source_Code_Linking_Bug_Reports_With_Programming_Constructs_Usage_Metrics_Accepted_by_ACM_TOSEM/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="430742b5-6cb0-496e-a58a-b52ae98fd6a0" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b1fcf23f-20ce-493c-8f8f-11f59253ebec" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b1fcf23f-20ce-493c-8f8f-11f59253ebec">Explaining Essential and Accidental Code Elements and Their Influences on Code Complexity Increase</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/vardantinyan" class="navigate">Vard Antinyan</a><span class="prog-aff"> Volvo Car Group</span></div></td></tr><tr data-slot-id="b01470a6-479a-4d3d-a484-2900ef73b1c3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:25</div><strong>35m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="355225c8-27a5-49ba-b1e2-1e6535bdb67a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="355225c8-27a5-49ba-b1e2-1e6535bdb67a">Q&amp;A (Analytics &amp; Software Evolution—Metrics)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—Collaborative Software Engineering<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/xintan" target="_blank" class="navigate">Xin Tan</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2021.esec-fse.org/profile/aserebrenik" target="_blank" class="navigate">Alexander Serebrenik</a><span class="prog-aff"> Eindhoven 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="f3b18b08-d0d7-4a38-b1cf-398b5199c828" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="efb640bd-caa2-43ee-8eb9-6fcd22542228" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="efb640bd-caa2-43ee-8eb9-6fcd22542228">SmartCommit: A Graph-Based Interactive Assistant for Activity-Oriented Commits<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/boshen" class="navigate">Bo Shen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/weizhang2" class="navigate">Wei Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/christiankastner" class="navigate">Christian Kästner</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/haiyanzhao" class="navigate">Haiyan Zhao</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/zhaowei" class="navigate">Zhao Wei</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/guangtailiang" class="navigate">Guangtai Liang</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/zhijin" class="navigate">Zhi Jin</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468551" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ebc5cb76-4733-4c86-8c15-cfcb16fa9a1c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1b5bd5b9-faab-42e3-89e3-37d523857988" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1b5bd5b9-faab-42e3-89e3-37d523857988">A First Look at Developers’ Live Chat on Gitter<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/linshi" class="navigate">Lin Shi</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/xiaochen1" class="navigate">Xiao Chen</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/yeyang" class="navigate">Ye Yang</a><span class="prog-aff"> Stevens Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/hanzhijiang" class="navigate">Hanzhi Jiang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/ziyoujiang" class="navigate">Ziyou Jiang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/nanniu" class="navigate">Nan Niu</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/qingwang" class="navigate">Qing Wang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span></div><a href="https://doi.org/10.1145/3468264.3468562" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="4e645b77-598e-4f3d-bd00-ac4a3d4a4f37" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d59b2502-6a44-4f32-88f7-634df1034200" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d59b2502-6a44-4f32-88f7-634df1034200">Reel Life vs. Real Life: How Software Developers Share Their Daily Life through Vlogs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/soutichattopadhyay" class="navigate">Souti Chattopadhyay</a><span class="prog-aff"> Oregon State University</span>, <a href="https://2021.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/denaeford" class="navigate">Denae Ford</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3468599" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="627c0bb9-7ab6-4c28-a54b-23e05d0c2dfe" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0e975bb3-2283-4d3c-8445-71a9411ee168" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0e975bb3-2283-4d3c-8445-71a9411ee168">Q&amp;A (Human Aspects—Collaborative Software Engineering)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Fuzzing<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/leima" target="_blank" class="navigate">Lei Ma</a><span class="prog-aff"> University of Alberta</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9385d6ea-92d6-4c5f-bb4a-a9e417882d29" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="2b78a0f3-937d-429e-bb86-55bab45c912f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2b78a0f3-937d-429e-bb86-55bab45c912f">Estimating Residual Risk in Greybox Fuzzing<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/marcelbohme" class="navigate">Marcel Böhme</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/danushkaliyanage" class="navigate">Danushka Liyanage</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/valentinwustholz" class="navigate">Valentin Wüstholz</a><span class="prog-aff"> ConsenSys</span></div><a href="https://mboehme.github.io/paper/FSE21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3468264.3468570" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://youtu.be/jjhZolSv6UU" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="0bbe5710-fa06-4d56-96e8-2eb9fcb96cf8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="856684cc-a50a-42f3-a425-4a7a5eb17c48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="856684cc-a50a-42f3-a425-4a7a5eb17c48">HeteroFuzz: Fuzz Testing to Detect Platform Dependent Divergence for Heterogeneous Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/qianzhang" class="navigate">Qian Zhang</a><span class="prog-aff"> University of California at Los Angeles</span>, <a href="https://2021.esec-fse.org/profile/jiyuanwang" class="navigate">Jiyuan Wang</a><span class="prog-aff"> University of California at Los Angeles</span>, <a href="https://2021.esec-fse.org/profile/miryungkim" class="navigate">Miryung Kim</a><span class="prog-aff"> University of California at Los Angeles</span></div><a href="https://doi.org/10.1145/3468264.3468610" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="37db1e65-45b9-4014-8abb-b754c9f63034" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="a35fefbd-a388-403a-8844-f1150724db8f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a35fefbd-a388-403a-8844-f1150724db8f">FuzzBench: An Open Fuzzer Benchmarking Platform and Service</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jonathanmetzman" class="navigate">Jonathan Metzman</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/laszloszekeres" class="navigate">Laszlo Szekeres</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/laurentsimon1" class="navigate">Laurent Simon</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/readsprabery1" class="navigate">Read Sprabery</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/abhishekarya" class="navigate">Abhishek Arya</a><span class="prog-aff"> Google</span></div><a href="https://doi.org/10.1145/3468264.3473932" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b7682199-5e8d-44dc-ad98-25045af04043" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="34f19290-802f-4c3d-aac1-5f8a0000a057" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="34f19290-802f-4c3d-aac1-5f8a0000a057">Q&amp;A (Testing—Fuzzing)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Cyber-Physical Systems 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/ritukapur" target="_blank" class="navigate">Ritu Kapur</a><span class="prog-aff"> University of Sannio</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7d6d0c95-98a6-4086-9564-8e0796bf4e4a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d3141a61-4493-4b5f-a837-e2746eaf97ed" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d3141a61-4493-4b5f-a837-e2746eaf97ed">Hazard Analysis for Human-on-the-Loop Interactions in sUAS Systems<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/michaelvierhauser" class="navigate">Michael Vierhauser</a><span class="prog-aff"> JKU Linz</span>, <a href="https://2021.esec-fse.org/profile/mdnafeealislam" class="navigate">Md Nafee Al Islam</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2021.esec-fse.org/profile/ankitagrawal" class="navigate">Ankit Agrawal</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2021.esec-fse.org/profile/janeclelandhuang" class="navigate">Jane Cleland-Huang</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2021.esec-fse.org/profile/jamesmason" class="navigate">James Mason</a><span class="prog-aff"> Northrop Grumman</span></div><a href="https://doi.org/10.1145/3468264.3468534" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/4/Hazard-Analysis-for-Human-on-the-Loop-Interactions-in-sUAS-Systems" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="e2e515bc-db43-46b7-8502-5655fb016117" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="186cfbc7-a9b1-49be-8b46-0a1061f348ef" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="186cfbc7-a9b1-49be-8b46-0a1061f348ef">An Exploratory Study of Autopilot Software Bugs in Unmanned Aerial Vehicles<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/dinghuawang" class="navigate">Dinghua Wang</a><span class="prog-aff"> University of Technology Sydney</span>, <a href="https://2021.esec-fse.org/profile/shuqingli" class="navigate">Shuqing Li</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/guanpingxiao" class="navigate">Guanping Xiao</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics</span>, <a href="https://2021.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/yuleisui" class="navigate">Yulei Sui</a><span class="prog-aff"> University of Technology Sydney</span></div><a href="https://doi.org/10.1145/3468264.3468559" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="10df5d10-695e-42b3-8afa-b2a95b2a7017" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b93c661c-ca41-4757-971e-cac23d295fb3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b93c661c-ca41-4757-971e-cac23d295fb3">Incidents Are Meant for Learning, Not Repeating: Sharing Knowledge About Security Incidents in Cyber-Physical Systems</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/faeqalrimawi1" class="navigate">Faeq Alrimawi</a><span class="prog-aff"> Lero - the Science Foundation Ireland Research Centre for Software</span>, <a href="https://2021.esec-fse.org/profile/lilianapasquale" class="navigate">Liliana Pasquale</a><span class="prog-aff"> University College Dublin &amp; Lero</span>, <a href="https://2021.esec-fse.org/profile/deepakmehta" class="navigate">Deepak Mehta</a><span class="prog-aff"> Apple</span>, <a href="https://2021.esec-fse.org/profile/nobukazuyoshioka1" class="navigate">Nobukazu Yoshioka</a><span class="prog-aff"> Waseda University</span>, <a href="https://2021.esec-fse.org/profile/basharnuseibeh" class="navigate">Bashar Nuseibeh</a><span class="prog-aff"> The Open University (UK) &amp; Lero (Ireland)</span></div></td></tr><tr data-slot-id="d29c9827-abac-41ad-94ff-fe201ef3ece1" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5ce5c516-12c2-4dc4-a00b-778ce0f68fbd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5ce5c516-12c2-4dc4-a00b-778ce0f68fbd">Q&amp;A (Dependability—Cyber-Physical Systems 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Mining Software Repositories<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/juridirocco" target="_blank" class="navigate">Juri Di Rocco</a><span class="prog-aff"> University of L'Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="db98c6ab-0fe5-4222-b604-e9a7e6af0b98" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="681fbc4c-62ee-4e5b-a9c5-b6aa98f596c8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="681fbc4c-62ee-4e5b-a9c5-b6aa98f596c8">Characterizing Search Activities on Stack Overflow</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jiakunliu" class="navigate">Jiakun Liu</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2021.esec-fse.org/profile/sebastianbaltes" class="navigate">Sebastian Baltes</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/yunzhang" class="navigate">Yun Zhang</a><span class="prog-aff"> Zhejiang University City College</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span></div><a href="https://doi.org/10.1145/3468264.3468582" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7206683c-3fd1-400d-9ad7-a523ec05bbc8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="2d47a53c-179a-4a56-9144-a0da4d838a3f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2d47a53c-179a-4a56-9144-a0da4d838a3f">Authorship Attribution of Source Code: A Language-Agnostic Approach and Applicability in Software Engineering</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/egorbogomolov" class="navigate">Egor Bogomolov</a><span class="prog-aff"> JetBrains Research; HSE University</span>, <a href="https://2021.esec-fse.org/profile/vladimirkovalenko1" class="navigate">Vladimir Kovalenko</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2021.esec-fse.org/profile/yuriirebryk" class="navigate">Yurii Rebryk</a><span class="prog-aff"> HSE University</span>, <a href="https://2021.esec-fse.org/profile/albertobacchelli" class="navigate">Alberto Bacchelli</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2021.esec-fse.org/profile/timofeybryksin" class="navigate">Timofey Bryksin</a><span class="prog-aff"> JetBrains Research; HSE University</span></div><a href="https://doi.org/10.1145/3468264.3468606" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2001.11593" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="00a0e7aa-56b1-456d-9212-97cfbd2a5b01" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9053135c-d365-4945-9e58-c570ea18da36" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9053135c-d365-4945-9e58-c570ea18da36">Insights into Non-Merged Pull Requests in GitHub: Is there Evidence of Bias Based on Perceptible Race</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rezanadri" class="navigate">Reza Nadri</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2021.esec-fse.org/profile/gemarodriguezperez" class="navigate">Gema Rodríguez-Pérez</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2021.esec-fse.org/profile/meinagappan" class="navigate">Mei Nagappan</a><span class="prog-aff"> University of Waterloo</span></div></td></tr><tr data-slot-id="4a8bdf15-d06e-4e3b-b521-0957937c80a7" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="2bc70678-b325-4f4e-9c01-07679d649760" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2bc70678-b325-4f4e-9c01-07679d649760">Automatic Recovery of Issue Type Labels</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/faridaelzanaty" class="navigate">Farida El Zanaty</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/christopherezk" class="navigate">Christophe Rezk</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/sanderlijbrink" class="navigate">Sander Lijbrink</a><span class="prog-aff"> Shopify, Inc.</span>, <a href="https://2021.esec-fse.org/profile/willemvanbergen" class="navigate">Willem Van Bergen</a><span class="prog-aff"> Shopify, Inc.</span>, <a href="https://2021.esec-fse.org/profile/markcote" class="navigate">Mark Côté</a><span class="prog-aff"> Shopify, Inc.</span>, <a href="https://2021.esec-fse.org/profile/shanemcintosh" class="navigate">Shane McIntosh</a><span class="prog-aff"> McGill University</span></div></td></tr><tr data-slot-id="f1e3e937-d065-4a49-9fe6-fa9d1f34c6bf" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="301a7f32-f8a0-4c11-ba2d-92ceb34427f4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="301a7f32-f8a0-4c11-ba2d-92ceb34427f4">Q&amp;A (Analytics &amp; Software Evolution—Mining Software Repositories)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—Developers 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/aserebrenik" target="_blank" class="navigate">Alexander Serebrenik</a><span class="prog-aff"> Eindhoven 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="4c9f622b-f3df-4da5-a5e8-1406edad6102" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="45b006d2-c68c-4cf0-a306-7a1bbce27849" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="45b006d2-c68c-4cf0-a306-7a1bbce27849">Turnover-Induced Knowledge Loss in Practice</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/martinrobillard" class="navigate">Martin P. Robillard</a><span class="prog-aff"> McGill University</span></div><a href="https://doi.org/10.1145/3468264.3473923" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2d53d2ce-7c4c-4708-9cec-a425fdc7b5ac" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="a0337c11-3313-486d-b308-b571568d1e50" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a0337c11-3313-486d-b308-b571568d1e50">Human Values in Software Engineering: Contrasting Case Studies of Practice</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/waqarhussain" class="navigate">Waqar Hussain</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/harshaperera" class="navigate">Harsha Perera</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a><span class="prog-aff"> CSIRO's Data61 and Monash University</span>, <a href="https://2021.esec-fse.org/profile/arifnurwidyantoro" class="navigate">Arif Nurwidyantoro</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/rashinahoda" class="navigate">Rashina Hoda</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/rifatshams" class="navigate">Rifat Ara Shams</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/gillianoliver" class="navigate">Gillian Oliver</a><span class="prog-aff"> Faculty of Information Technology, Monash University</span></div></td></tr><tr data-slot-id="3597623e-5be5-4562-a4e4-6fd959252a18" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="fcfe07ee-cbae-4803-8271-04f4fcb7df12" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fcfe07ee-cbae-4803-8271-04f4fcb7df12">Enabling the Study of Software Development Behavior with Cross-Tool Logs</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cierajaspan" class="navigate">Ciera Jaspan</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/matthewjorde" class="navigate">Matthew Jorde</a><span class="prog-aff"> Google, Inc.</span>, <a href="https://2021.esec-fse.org/profile/carolynegelman" class="navigate">Carolyn Egelman</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/collingreen" class="navigate">Collin Green</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/benholtz" class="navigate">Ben Holtz</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/edwardsmith1" class="navigate">Edward Smith</a><span class="prog-aff"> Bloomberg LP</span>, <a href="https://2021.esec-fse.org/profile/margaretmorrowhodges" class="navigate">Margaret Morrow Hodges</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/andreaknight1" class="navigate">Andrea Knight</a><span class="prog-aff"> </span>, <a href="https://2021.esec-fse.org/profile/lizkammer" class="navigate">Liz Kammer</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/jilliandicker" class="navigate">Jillian Dicker</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/caitlinsadowski" class="navigate">Caitlin Sadowski</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/jameslin1" class="navigate">James Lin</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/lancheng" class="navigate">Lan Cheng</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/markcanning" class="navigate">Mark Canning</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/emersonmurphyhill" class="navigate">Emerson Murphy-Hill</a><span class="prog-aff"> Google</span></div></td></tr><tr data-slot-id="8ad216ef-e627-4e48-a0bd-239cad27dc9e" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="508d67e7-c0e8-4e7f-af01-68c8bd3adf19" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="508d67e7-c0e8-4e7f-af01-68c8bd3adf19">Gender Differences in Public Code Contributions: a 50-year Perspective</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/stefanozacchiroli" class="navigate">Stefano Zacchiroli</a><span class="prog-aff"> Université de Paris and Inria</span></div></td></tr><tr data-slot-id="162de86b-8890-4596-9bf0-ec30826ecf39" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="58e95c1a-063f-48a0-b76e-ee1dc875f594" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="58e95c1a-063f-48a0-b76e-ee1dc875f594">Q&amp;A (Human Aspects—Developers 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-9"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">09:00 - 10:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Program Repair 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/santanudash" target="_blank" class="navigate">Santanu Dash</a><span class="prog-aff"> University of Surrey</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9cc54efb-0433-426d-8f47-1ce638e0f36a" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="1c6be8c8-ac6f-46d5-8062-ed94a8d16073" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1c6be8c8-ac6f-46d5-8062-ed94a8d16073">Beyond Tests: Program Vulnerability Repair via Crash Constraint Extraction</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xianggao" class="navigate">Xiang Gao</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/bowang" class="navigate">Bo Wang</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2021.esec-fse.org/profile/gregoryjduck" class="navigate">Gregory J. Duck</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/ruyiji" class="navigate">Ruyi Ji</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.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="e692ac71-4b09-44f1-b56a-fcbdbf1fdba3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="12c5296f-1232-4946-abe6-4ca3a31bd187" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="12c5296f-1232-4946-abe6-4ca3a31bd187">Context-Aware and Data-Driven Feedback Generation for Programming Assignments<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/dowonsong" class="navigate">Dowon Song</a><span class="prog-aff"> Korea University</span>, <a href="https://2021.esec-fse.org/profile/woosuklee" class="navigate">Woosuk Lee</a><span class="prog-aff"> Hanyang University</span>, <a href="https://2021.esec-fse.org/profile/hakjoooh" class="navigate">Hakjoo Oh</a><span class="prog-aff"> Korea University</span></div><a href="https://doi.org/10.1145/3468264.3468598" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="764606e3-b22b-47b9-9756-255119508baa" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4c8f2a21-a99d-4e8b-8dcb-ff91c46e7ebc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4c8f2a21-a99d-4e8b-8dcb-ff91c46e7ebc">A Syntax-Guided Edit Decoder for Neural Program Repair<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/qihaozhu" class="navigate">Qihao Zhu</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/zeyusun" class="navigate">Zeyu Sun</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yuananxiao" class="navigate">Yuan-An Xiao</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/wenjiezhang" class="navigate">Wenjie Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/kangyuan" class="navigate">Kang Yuan</a><span class="prog-aff"> Stony Brook University</span>, <a href="https://2021.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468544" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e2563621-5331-4f99-ba82-0eadc9aed59d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">09:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="baa6a177-428f-4af2-a589-a0f5e39514b4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="baa6a177-428f-4af2-a589-a0f5e39514b4">Q&amp;A (Testing—Program Repair 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Cyber-Physical Systems 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/fiorellazampetti" target="_blank" class="navigate">Fiorella Zampetti</a><span class="prog-aff"> University of Sannio, Italy</span>, <a href="https://2021.esec-fse.org/profile/lucianobaresi" target="_blank" class="navigate">Luciano Baresi</a><span class="prog-aff"> Politecnico di Milano</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3c338622-f528-48a8-b867-27d531d339d7" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="2531bd9a-2454-479b-acb7-8cd0d477ba08" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2531bd9a-2454-479b-acb7-8cd0d477ba08">Code Integrity Attestation for PLCs using Black Box Neural Network Predictions</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yuqichen" class="navigate">Yuqi Chen</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/chrisposkitt" class="navigate">Chris Poskitt</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/junsun" class="navigate">Jun Sun</a><span class="prog-aff"> Singapore Management University</span></div><a href="https://doi.org/10.1145/3468264.3468617" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.07851" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="39f997a8-8576-421d-b8a9-d289091d177e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="fe0b2a03-6316-413d-b0f5-797f537405a3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fe0b2a03-6316-413d-b0f5-797f537405a3">PHYSFRAME: Type Checking Physical Frames of Reference for Robotic Systems<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sayalikate" class="navigate">Sayali Kate</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/michaelchinn" class="navigate">Michael Chinn</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2021.esec-fse.org/profile/hongjunchoi" class="navigate">Hongjun Choi</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/xiangyuzhang" class="navigate">Xiangyu Zhang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/sebastianelbaum1" class="navigate">Sebastian Elbaum</a><span class="prog-aff"> University of Virginia</span></div><a href="https://doi.org/10.1145/3468264.3468608" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="4a81c21e-d850-4403-8620-d0453d5ac693" class="hidable"><td class="track-color c11"></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="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="a2c1c5ab-c2eb-4f5a-ac8b-cc51f0fb1822" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a2c1c5ab-c2eb-4f5a-ac8b-cc51f0fb1822">Generating Metamorphic Relations for Cyber-Physical Systems with Genetic Programming: An Industrial Case Study</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jonayerdi" class="navigate">Jon Ayerdi</a><span class="prog-aff"> Mondragon University</span>, <a href="https://2021.esec-fse.org/profile/valerioterragni" class="navigate">Valerio Terragni</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2021.esec-fse.org/profile/aitorarrieta" class="navigate">Aitor Arrieta</a><span class="prog-aff"> Mondragon University</span>, <a href="https://2021.esec-fse.org/profile/paolotonella" class="navigate">Paolo Tonella</a><span class="prog-aff"> USI Lugano</span>, <a href="https://2021.esec-fse.org/profile/goiuriasagardui" class="navigate">Goiuria Sagardui</a><span class="prog-aff"> Mondragon University</span>, <a href="https://2021.esec-fse.org/profile/maitearratibel" class="navigate">Maite Arratibel</a><span class="prog-aff"> Orona</span></div><a href="https://doi.org/10.1145/3468264.3473920" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://valerio65.github.io/assets/pdf/ayerdi-fse-2021.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="287bdc59-5362-4712-8e99-50efcca20702" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="090c327d-5f50-46b1-8956-f62ccb061595" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="090c327d-5f50-46b1-8956-f62ccb061595">Q&amp;A (Dependability—Cyber-Physical Systems 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Program Comprehension<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/santanudash" target="_blank" class="navigate">Santanu Dash</a><span class="prog-aff"> University of Surrey</span>, <a href="https://2021.esec-fse.org/profile/anthonycleve" target="_blank" class="navigate">Anthony Cleve</a><span class="prog-aff"> University of Namur</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6318d409-8b86-4f73-88b5-354a1de2b1b8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="793fea83-242b-4e79-9c65-3d96d228774c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="793fea83-242b-4e79-9c65-3d96d228774c">Lightweight Global and Local Contexts Guided Method Name Recommendation with Prior Knowledge<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/shangwenwang" class="navigate">Shangwen Wang</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2021.esec-fse.org/profile/mingwen" class="navigate">Ming Wen</a><span class="prog-aff"> Huazhong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/bolin2" class="navigate">Bo Lin</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2021.esec-fse.org/profile/xiaoguangmao" class="navigate">Xiaoguang Mao</a><span class="prog-aff"> National University of Defense Technology</span></div><a href="https://doi.org/10.1145/3468264.3468567" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://shangwenwang.github.io/files/FSE-21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="bedd631b-1084-40f1-918f-e8e47817e53a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1fc4c6e1-f3fa-4964-bf44-1ded5ab5d32b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1fc4c6e1-f3fa-4964-bf44-1ded5ab5d32b">To Read or to Rotate? Comparing the Effects of Technical Reading Training and Spatial Skills Training on Novice Programming Ability</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/madelineendres" class="navigate">Madeline Endres</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/madisonfansher" class="navigate">Madison Fansher</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/pritishah" class="navigate">Priti Shah</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/westleyweimer" class="navigate">Westley Weimer</a><span class="prog-aff"> University of Michigan</span></div><a href="https://doi.org/10.1145/3468264.3468583" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://github.com/CelloCorgi/FSE2021_To_Read_or_to_Rotate/blob/main/EndresFSE20211Preprint.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="2aa50adc-31cb-438a-bd00-d3f4747ebc85" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9791ed52-8e2f-4327-bcd0-951ba8a595d2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9791ed52-8e2f-4327-bcd0-951ba8a595d2">Connecting the Dots: Rethinking the Relationship between Code and Prose Writing with Functional Connectivity</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zacharykaras" class="navigate">Zachary Karas</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/andrewjahn" class="navigate">Andrew Jahn</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/westleyweimer" class="navigate">Westley Weimer</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/yuhuang" class="navigate">Yu Huang</a><span class="prog-aff"> University of Michigan</span></div><a href="https://doi.org/10.1145/3468264.3468579" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="bb6f167d-845b-49a2-a280-b5127142fcad" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d15a3a58-de6a-4bd7-98f2-5136ae98147d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d15a3a58-de6a-4bd7-98f2-5136ae98147d">Q&amp;A (Analytics &amp; Software Evolution—Program Comprehension)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—Developers 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/carlosgavidiacalderon" target="_blank" class="navigate">Carlos Gavidia-Calderon</a><span class="prog-aff"> ThoughtWorks (UK) Ltd.</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2fc4a1b6-f638-40bf-866d-2b8b447d58a9" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9c90213c-a341-459a-954f-35d8dca51350" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9c90213c-a341-459a-954f-35d8dca51350">Relations Between Effort Estimates, Skill Indicators, and Measured Programming Skill</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/magnejorgensen" class="navigate">Magne Jørgensen</a><span class="prog-aff"> Simula Metropolitan Center for Digital Engineering</span>, <a href="https://2021.esec-fse.org/profile/gunnarryebergersen" class="navigate">Gunnar Rye Bergersen</a><span class="prog-aff"> University of Oslo</span>, <a href="https://2021.esec-fse.org/profile/knutliestl" class="navigate">Knut LIestøl</a><span class="prog-aff"> University of Oslo</span></div></td></tr><tr data-slot-id="12d27178-91ed-4708-9444-3710fb98854f" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="5510738c-c5a0-47e5-b3fb-982da726715d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5510738c-c5a0-47e5-b3fb-982da726715d">Reducing Software Developer Human Errors by Improving Situation Awareness</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/bhaveetnagaria" class="navigate">Bhaveet Nagaria</a><span class="prog-aff"> Brunel University London</span>, <a href="https://2021.esec-fse.org/profile/tracyhall1" class="navigate">Tracy Hall</a><span class="prog-aff"> Lancaster University</span></div></td></tr><tr data-slot-id="8bf876f9-0cfb-4e9a-bafa-dcde064a26f5" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="d7da41d6-0b1c-4858-a724-c4f27ec85e10" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d7da41d6-0b1c-4858-a724-c4f27ec85e10">A Case for Human Values in Software Engineering</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a><span class="prog-aff"> CSIRO's Data61 and Monash University</span>, <a href="https://2021.esec-fse.org/profile/mariaangelaferrario1" class="navigate">Maria Angela Ferrario</a><span class="prog-aff"> Queen's University Belfast</span>, <a href="https://2021.esec-fse.org/profile/willsimm" class="navigate">Will Simm</a><span class="prog-aff"> Lancaster University</span>, <a href="https://2021.esec-fse.org/profile/waquarhussein" class="navigate">Waquar Hussein</a><span class="prog-aff"> Monash University</span></div></td></tr><tr data-slot-id="ed27b549-9e50-4dac-aff2-7eb548100b6e" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="1e5991ba-a887-44f4-adb5-affaac3d88ba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1e5991ba-a887-44f4-adb5-affaac3d88ba">Is 40 the new 60? How popular media portrays the employability of older software developers</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sebastianbaltes" class="navigate">Sebastian Baltes</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/georgepark" class="navigate">George Park</a><span class="prog-aff"> Itility</span>, <a href="https://2021.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="4195a483-00a2-4c70-85a0-b0eb5d853c92" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="c67405ab-9472-4b68-90b2-46427ff31e82" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c67405ab-9472-4b68-90b2-46427ff31e82">csDetector: An Open Source Tool for Community Smells Detection</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nurialmarimi" class="navigate">Nuri Almarimi</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/aliouni" class="navigate">Ali Ouni</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/moatazchouchen" class="navigate">Moataz Chouchen</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/mohamedwiemmkaouer" class="navigate">Mohamed Wiem Mkaouer</a><span class="prog-aff"> Rochester Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3473121" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e4abb4ab-7d7d-40d1-b6ed-6b95de8e40d2" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d9508484-c0ac-456c-a832-df56c3f23608" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d9508484-c0ac-456c-a832-df56c3f23608">Q&amp;A (Human Aspects—Developers 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Debugging 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/jurgencito" target="_blank" class="navigate">Jürgen Cito</a><span class="prog-aff"> TU Vienna; Facebook</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9c5ce4d8-a7ec-4d74-89d4-4fdfc0244d79" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="11a5965b-d462-4922-bacc-0c75c1ff8d02" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="11a5965b-d462-4922-bacc-0c75c1ff8d02">Detecting and Localizing Keyboard Accessibility Failures in Web Applications<span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/paultchiou" class="navigate">Paul T. Chiou</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2021.esec-fse.org/profile/alisalotaibi" class="navigate">Ali S. Alotaibi</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2021.esec-fse.org/profile/williamgjhalfond" class="navigate">William G.J. Halfond</a><span class="prog-aff"> University of Southern California</span></div><a href="https://doi.org/10.1145/3468264.3468581" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="aff76606-9b55-44c7-bba6-342ea5a2e882" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="09ced9d4-3ac6-4233-a9fa-05bbfe49bed8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="09ced9d4-3ac6-4233-a9fa-05bbfe49bed8">Swarmbug: Debugging Configuration Bugs in Swarm Robotics</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/chijungjung" class="navigate">Chijung Jung</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2021.esec-fse.org/profile/aliahad" class="navigate">Ali Ahad</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2021.esec-fse.org/profile/jinhojung" class="navigate">Jinho Jung</a><span class="prog-aff"> Georgia Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/sebastianelbaum1" class="navigate">Sebastian Elbaum</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2021.esec-fse.org/profile/yonghwikwon" class="navigate">Yonghwi Kwon</a><span class="prog-aff"> University of Virginia</span></div><a href="https://doi.org/10.1145/3468264.3468601" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="5eca151b-709d-4163-a379-d7229da24e2e" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="aaef532c-e1aa-42e5-be9a-899bc13460df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aaef532c-e1aa-42e5-be9a-899bc13460df">Probabilistic Delta Debugging<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/guanchengwang" class="navigate">Guancheng Wang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/ruobingshen" class="navigate">Ruobing Shen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468625" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://github.com/Amocy-Wang/ProbDD/blob/main/Camera_Ready_FSE_21__ProbDD.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="24ac6d18-388f-494d-bfd8-454abcc3fa87" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="fb9e3def-ffca-40e0-8239-f8d4115f055d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fb9e3def-ffca-40e0-8239-f8d4115f055d">Q&amp;A (Testing—Debugging 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">12:00 - 13:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Recommender Systems<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/phuongtnguyen" target="_blank" class="navigate">Phuong T. Nguyen</a><span class="prog-aff"> University of L’Aquila</span>, <a href="https://2021.esec-fse.org/profile/gabrielebavota" target="_blank" class="navigate">Gabriele Bavota</a><span class="prog-aff"> Università della Svizzera italiana (USI)</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="be13b378-76f9-4657-b4c7-00d8a4f16f64" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1585ea5f-26e8-4c6d-952e-12c3b30df5df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1585ea5f-26e8-4c6d-952e-12c3b30df5df">Which Abbreviations Should Be Expanded?<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yanjiejiang" class="navigate">Yanjie Jiang</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/huiliu" class="navigate">Hui Liu</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/yuxiazhang1" class="navigate">Yuxia Zhang</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/nanniu" class="navigate">Nan Niu</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/yuhaizhao" class="navigate">Yuhai Zhao</a><span class="prog-aff"> Northeastern University</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468616" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2c787614-018b-4360-b24c-d15f5ba43ef6" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="8072f9cc-c96c-4805-84df-37c9bc95d163" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8072f9cc-c96c-4805-84df-37c9bc95d163">BRAID: An API Recommender Supporting Implicit User Feedback</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yuzhou" class="navigate">Yu Zhou</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics</span>, <a href="https://2021.esec-fse.org/profile/haonanjin" class="navigate">Haonan Jin</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics</span>, <a href="https://2021.esec-fse.org/profile/xinyingyang" class="navigate">Xinying Yang</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics</span>, <a href="https://2021.esec-fse.org/profile/taoluechen" class="navigate">Taolue Chen</a><span class="prog-aff"> University of London</span>, <a href="https://2021.esec-fse.org/profile/krishnanarasimhan" class="navigate">Krishna Narasimhan</a><span class="prog-aff"> TU Darmstadt</span>, <a href="https://2021.esec-fse.org/profile/haraldgall" class="navigate">Harald Gall</a><span class="prog-aff"> University of Zurich</span></div><a href="https://doi.org/10.1145/3468264.3473111" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ec145ade-dae6-4906-8912-72c9b8d81a5e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="9014a5df-48fd-4226-a3f5-0fa01e139513" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9014a5df-48fd-4226-a3f5-0fa01e139513">Code2Que: A Tool for Improving Question Titles from Mined Code Snippets in Stack Overflow</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/yuanfangli" class="navigate">Yuan-Fang Li</a><span class="prog-aff"> Monash University</span></div><a href="https://doi.org/10.1145/3468264.3473114" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f6c05fbb-d578-4e95-997f-65a75307e758" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="7b246192-69bd-473f-803e-4b0737fa05ac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7b246192-69bd-473f-803e-4b0737fa05ac">StackEmo: Towards Enhancing User Experience by Augmenting Stack Overflow with Emojis</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/akhilasrimanasavenigalla1" class="navigate">Akhila Sri Manasa Venigalla</a><span class="prog-aff"> IIT Tirupati</span>, <a href="https://2021.esec-fse.org/profile/sridharchimalakonda" class="navigate">Sridhar Chimalakonda</a><span class="prog-aff"> IIT Tirupati</span></div><a href="https://doi.org/10.1145/3468264.3473119" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/12/StackEmo-Towards-Enhancing-User-Experience-by-Augmenting-Stack-Overflow-with-Emojis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="46222855-5ddc-4ede-9e8e-79398409c9b7" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="e38035c7-a3eb-4183-a47c-5815c9adcc9b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e38035c7-a3eb-4183-a47c-5815c9adcc9b">Domain Adaptation for an Automated Classification of Deontic Modalities in Software Engineering Contracts</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/vivekjoshi" class="navigate">Vivek Joshi</a><span class="prog-aff"> TCS Research</span>, <a href="https://2021.esec-fse.org/profile/preethuroseanish" class="navigate">Preethu Rose Anish</a><span class="prog-aff"> TCS Research</span>, <a href="https://2021.esec-fse.org/profile/smitaghaisas" class="navigate">Smita Ghaisas</a><span class="prog-aff"> TCS Research</span></div><a href="https://doi.org/10.1145/3468264.3473921" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="97c06172-5eb7-4769-b3ab-61533030fb46" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="060ac18d-9df2-4f4a-b2f9-05c38f4a730d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="060ac18d-9df2-4f4a-b2f9-05c38f4a730d">Q&amp;A (Analytics &amp; Software Evolution—Recommender Systems)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">12:00 - 13:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—HCI and Mobile<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/jurgencito" target="_blank" class="navigate">Jürgen Cito</a><span class="prog-aff"> TU Vienna; Facebook</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="057b71f7-f302-46cd-8368-1b67a911253d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c5c65d76-af41-4622-af31-df0e19bd9d8c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c5c65d76-af41-4622-af31-df0e19bd9d8c">Data-Driven Accessibility Repair Revisited: On the Effectiveness of Generating Labels for Icons in Android Apps</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/foroughmehralian" class="navigate">Forough Mehralian</a><span class="prog-aff"> University of California at Irvine</span>, <a href="https://2021.esec-fse.org/profile/navidsalehnamadi" class="navigate">Navid Salehnamadi</a><span class="prog-aff"> University of California at Irvine</span>, <a href="https://2021.esec-fse.org/profile/sammalek" class="navigate">Sam Malek</a><span class="prog-aff"> University of California at Irvine</span></div><a href="https://doi.org/10.1145/3468264.3468604" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="916407fe-3661-4380-8cc4-c2eef8225796" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="04390af3-d0af-42f0-bc46-2b4fd3a059b8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="04390af3-d0af-42f0-bc46-2b4fd3a059b8">Benchmarking Automated GUI Testing for Android against Real-World Bugs<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tingsu" class="navigate">Ting Su</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2021.esec-fse.org/profile/juewang1" class="navigate">Jue Wang</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/zhendongsu" class="navigate">Zhendong Su</a><span class="prog-aff"> ETH Zurich</span></div><a href="https://doi.org/10.1145/3468264.3468620" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://tingsu.github.io/files/fse21-themis.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/89/Benchmarking-Automated-GUI-Testing-for-Android-against-Real-World-Bugs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="0570d0df-b91a-40fe-8625-8dba144bd53b" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="0319b15d-7593-4da8-b557-6c9063b44d9c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0319b15d-7593-4da8-b557-6c9063b44d9c">An Empirical Study of GUI Widget Detection for Industrial Mobile Games</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jiamingye1" class="navigate">Jiaming Ye</a><span class="prog-aff"> Kyushu University</span>, <a href="https://2021.esec-fse.org/profile/kechen" class="navigate">Ke Chen</a><span class="prog-aff"> Fuxi AI Lab of Netease</span>, <a href="https://2021.esec-fse.org/profile/xiaofeixie" class="navigate">Xiaofei Xie</a><span class="prog-aff"> Kyushu University</span>, <a href="https://2021.esec-fse.org/profile/leima" class="navigate">Lei Ma</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2021.esec-fse.org/profile/ruochenhuang1" class="navigate">Ruochen Huang</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2021.esec-fse.org/profile/yingfengchen" class="navigate">Yingfeng Chen</a><span class="prog-aff"> Fuxi AI Lab of Netease</span>, <a href="https://2021.esec-fse.org/profile/yinxingxue1" class="navigate">Yinxing Xue</a><span class="prog-aff"> University of Science and Technology of China</span>, <a href="https://2021.esec-fse.org/profile/jianjunzhao" class="navigate">Jianjun Zhao</a><span class="prog-aff"> Kyushu University</span></div><a href="https://doi.org/10.1145/3468264.3473935" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="04ab8207-36d3-4de5-bd17-35fde18fd5c9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="03ddece0-96f1-47e6-a6ef-63cc9b8b85b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="03ddece0-96f1-47e6-a6ef-63cc9b8b85b5">Q&amp;A (Human Aspects—HCI and Mobile)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-12"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">12:00 - 13:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Program Repair 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/saikatchakraborty2" target="_blank" class="navigate">Saikat Chakraborty</a><span class="prog-aff"> Columbia University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1aca2163-1119-4e6c-906f-fd669f289b88" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5de459d6-18d8-450e-93be-79d06a05ecb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5de459d6-18d8-450e-93be-79d06a05ecb4">VarFix: Balancing Edit Expressiveness and Search Effectiveness in Automated Program Repair</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/chupanwong" class="navigate">Chu-Pan Wong</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/priscilasantiesteban" class="navigate">Priscila Santiesteban</a><span class="prog-aff"> Coe College</span>, <a href="https://2021.esec-fse.org/profile/christiankastner" class="navigate">Christian Kästner</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/clairelegoues" class="navigate">Claire Le Goues</a><span class="prog-aff"> Carnegie Mellon University</span></div><a href="https://doi.org/10.1145/3468264.3468600" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="47b4744a-f6f3-4196-b092-56dcc877d493" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="137a6039-0e09-439c-8d34-d68641f0e1ba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="137a6039-0e09-439c-8d34-d68641f0e1ba">Automated Patch Assessment for Program Repair at Scale</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/heye" class="navigate">He Ye</a><span class="prog-aff"> KTH Royal Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/matiasmartinez2" class="navigate">Matias Martinez</a><span class="prog-aff"> Université Polytechnique Hauts-de-France</span>, <a href="https://2021.esec-fse.org/profile/martinmonperrus" class="navigate">Martin Monperrus</a><span class="prog-aff"> KTH Royal Institute of Technology</span></div></td></tr><tr data-slot-id="64095d7c-71f6-40bc-beb8-41ebb5db48e0" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="d94f59da-315d-4ace-b447-498a4d7debe6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d94f59da-315d-4ace-b447-498a4d7debe6">Restore: Retrospective Fault Localization Enhancing Automated Program Repair</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tongtongxu1" class="navigate">Tongtong Xu</a><span class="prog-aff"> Department of Computing, The Hong Kong Polytechnic University, China; The State Key Laboratory for Novel Software Technology, Nanjing University, China</span>, <a href="https://2021.esec-fse.org/profile/liushanchen1" class="navigate">Liushan Chen</a><span class="prog-aff"> The Hong Kong Polytechnic University</span>, <a href="https://2021.esec-fse.org/profile/yupei" class="navigate">Yu Pei</a><span class="prog-aff"> Hong Kong Polytechnic University</span>, <a href="https://2021.esec-fse.org/profile/tianzhang" class="navigate">Tian Zhang</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/minxuepan" class="navigate">Minxue Pan</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/carloafuria" class="navigate">Carlo A. Furia</a><span class="prog-aff"> Università della Svizzera italiana (USI)</span></div></td></tr><tr data-slot-id="87f74329-0305-4298-8910-57592398b286" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">12:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="23ae5c9b-6e02-433f-b726-a3564be3654f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="23ae5c9b-6e02-433f-b726-a3564be3654f">Q&amp;A (Testing—Program Repair 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Dependability<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/eunsukkang" target="_blank" class="navigate">Eunsuk Kang</a><span class="prog-aff"> Carnegie Mellon University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8aca2407-77ea-414d-8117-4915c500f7e6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="05cdc74b-b73a-461e-bc24-ed776be69fd8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="05cdc74b-b73a-461e-bc24-ed776be69fd8">Lightweight and Modular Resource Leak Verification<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/martinkellogg" class="navigate">Martin Kellogg</a><span class="prog-aff"> University of Washington</span>, <a href="https://2021.esec-fse.org/profile/nargesshadab1" class="navigate">Narges Shadab</a><span class="prog-aff"> University of California at Riverside</span>, <a href="https://2021.esec-fse.org/profile/manusridharan" class="navigate">Manu Sridharan</a><span class="prog-aff"> University of California at Riverside</span>, <a href="https://2021.esec-fse.org/profile/michaeldernst" class="navigate">Michael D. Ernst</a><span class="prog-aff"> University of Washington</span></div><a href="https://doi.org/10.1145/3468264.3468576" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="4df18aa4-2ee2-4d47-adf4-c95e87f974d7" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f4d16ee2-fcea-4892-bbd2-b4b23ac8887e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f4d16ee2-fcea-4892-bbd2-b4b23ac8887e">JSISOLATE: Lightweight In-Browser JavaScript Isolation<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mingxuezhang" class="navigate">Mingxue Zhang</a><span class="prog-aff"> Chinese University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/weimeng" class="navigate">Wei Meng</a><span class="prog-aff"> Chinese University of Hong Kong</span></div><a href="https://doi.org/10.1145/3468264.3468577" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="377b0e73-7834-4ca9-bc73-a504a6a7ac90" class="hidable"><td class="track-color c2"></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="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="f452263d-c72d-47fc-a662-52e73ce5493c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f452263d-c72d-47fc-a662-52e73ce5493c">Software Robustness: A Survey, a Theory, and Prospects</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/justynapetke" class="navigate">Justyna Petke</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/davidclark" class="navigate">David Clark</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/williamlangdon1" class="navigate">William B. Langdon</a><span class="prog-aff"> University College London</span></div><a href="https://doi.org/10.1145/3468264.3473133" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1e2d4f0a-5e12-42b5-b52c-dd2f60800b44" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="b87dfeb8-8c77-4ade-87b7-1eae3aa48785" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b87dfeb8-8c77-4ade-87b7-1eae3aa48785">Health of Smart Ecosystems</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nouraelmoussa" class="navigate">Noura El Moussa</a><span class="prog-aff"> USI Lugano; Schaffhausen Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/davidemolinelli1" class="navigate">Davide Molinelli</a><span class="prog-aff"> USI Lugano; Schaffhausen Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/mauropezze" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Lugano; Schaffhausen Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/martintappler" class="navigate">Martin Tappler</a><span class="prog-aff"> TU Graz; Silicon Austria Labs</span></div><a href="https://doi.org/10.1145/3468264.3473137" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="c336a30b-e6e8-4b79-92ed-f5ddae7cb772" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="518ba3eb-87e2-4646-b6a6-7c340c9a8b6a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="518ba3eb-87e2-4646-b6a6-7c340c9a8b6a">Q&amp;A (Dependability—Dependability)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Software Evolution 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/carlosgavidiacalderon" target="_blank" class="navigate">Carlos Gavidia-Calderon</a><span class="prog-aff"> ThoughtWorks (UK) Ltd.</span>, <a href="https://2021.esec-fse.org/profile/anthonycleve" target="_blank" class="navigate">Anthony Cleve</a><span class="prog-aff"> University of Namur</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8a92b4a8-163c-4aed-956d-4fe33501e538" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="fdb9be0f-ebd9-4a6e-9e81-bc095eec083e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fdb9be0f-ebd9-4a6e-9e81-bc095eec083e">Duplicated Code Pattern Mining in Visual Programming Languages</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/miguelterraneves" class="navigate">Miguel Terra-Neves</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/joaopedronunesnadkarni" class="navigate">João Pedro Nunes Nadkarni</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/miguelventura" class="navigate">Miguel Ventura</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/pedroresende" class="navigate">Pedro Resende</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/hugoveiga" class="navigate">Hugo Veiga</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/antonioalegria" class="navigate">António Alegria</a><span class="prog-aff"> OutSystems</span></div><a href="https://doi.org/10.1145/3468264.3473928" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="eea81325-ebfd-47cd-b7d9-ec01d8952990" class="hidable"><td class="track-color c12"></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="ESEC/FSE Journal First"></span></td><td><span data-event-star="06982351-7242-45e4-b98c-3efa3e6a3a9d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="06982351-7242-45e4-b98c-3efa3e6a3a9d">Release Synchronization in Software Ecosystems</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/armstrongfoundjem" class="navigate">Armstrong Foundjem</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/bramadams1" class="navigate">Bram Adams</a><span class="prog-aff"> Queens University</span></div></td></tr><tr data-slot-id="f878e3a3-b374-4b67-8b44-c26e245cc4da" class="hidable"><td class="track-color c2"></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="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="b42c9ec7-2424-49c4-b3c2-071eb1c05212" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b42c9ec7-2424-49c4-b3c2-071eb1c05212">Towards Immersive Software Archaeology: Regaining Legacy Systems’ Design Knowledge via Interactive Exploration in Virtual Reality</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adrianhoff1" class="navigate">Adrian Hoff</a><span class="prog-aff"> IT University of Copenhagen</span>, <a href="https://2021.esec-fse.org/profile/michaelnieke1" class="navigate">Michael Nieke</a><span class="prog-aff"> IT University of Copenhagen</span>, <a href="https://2021.esec-fse.org/profile/christophseidl" class="navigate">Christoph Seidl</a><span class="prog-aff"> IT University of Copenhagen</span></div><a href="https://doi.org/10.1145/3468264.3473128" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="5d84f0eb-ef65-4419-9386-f0915a522ed1" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="38825fda-3696-4985-b067-2a66e4073479" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="38825fda-3696-4985-b067-2a66e4073479">KGAMD: An API-Misuse Detector Driven by Fine-Grained API-Constraint Knowledge Graph</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaoxueren" class="navigate">Xiaoxue Ren</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2021.esec-fse.org/profile/xinyuanye" class="navigate">Xinyuan Ye</a><span class="prog-aff"> Australian National University</span>, <a href="https://2021.esec-fse.org/profile/zhenchangxing" class="navigate">Zhenchang Xing</a><span class="prog-aff"> Australian National University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/xiweixu" class="navigate">Xiwei (Sherry) Xu</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2021.esec-fse.org/profile/limingzhu" class="navigate">Liming Zhu</a><span class="prog-aff"> CSIRO’s Data61; UNSW</span>, <a href="https://2021.esec-fse.org/profile/jianlingsun" class="navigate">JianLing Sun</a><span class="prog-aff"> Zhejiang University</span></div><a href="https://doi.org/10.1145/3468264.3473112" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="6a86182a-e0fa-49ff-b1b8-da71515755e6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="93ff248d-44ac-45e2-a109-fb07a60aeeff" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="93ff248d-44ac-45e2-a109-fb07a60aeeff">Q&amp;A (Analytics &amp; Software Evolution—Software Evolution 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Test Generation 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/racheltzorefbrill" target="_blank" class="navigate">Rachel Tzoref-Brill</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/myracohen" target="_blank" class="navigate">Myra Cohen</a><span class="prog-aff"> Iowa State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="de761204-6539-4557-b646-bda6aaf987f4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7652ece0-67b6-4709-a45d-d4b7809415bb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7652ece0-67b6-4709-a45d-d4b7809415bb">Graph-Based Seed Object Synthesis for Search-Based Unit Testing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yunlin" class="navigate">Yun Lin</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/youshengong" class="navigate">You Sheng Ong</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/junsun" class="navigate">Jun Sun</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/gordonfraser" class="navigate">Gordon Fraser</a><span class="prog-aff"> University of Passau</span>, <a href="https://2021.esec-fse.org/profile/jinsongdong" class="navigate">Jin Song Dong</a><span class="prog-aff"> National University of Singapore</span></div><a href="https://doi.org/10.1145/3468264.3468619" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://linyun.info/publications/fse21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="802701f9-f914-4412-849b-a741e3a72c2d" class="hidable"><td class="track-color c12"></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="ESEC/FSE Journal First"></span></td><td><span data-event-star="88e91ce0-ff20-4cfa-87b5-9be5d01d65ec" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="88e91ce0-ff20-4cfa-87b5-9be5d01d65ec">An Extended Abstract of ''Theoretical and Empirical Analyses of the Effectiveness of Metamorphic Relation Composition''</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kunqiu1" class="navigate">Kun Qiu</a><span class="prog-aff"> Hefei University of Technology</span>, <a href="https://2021.esec-fse.org/profile/zhengzheng" class="navigate">Zheng Zheng</a><span class="prog-aff"> Beihang University</span>, <a href="https://2021.esec-fse.org/profile/tsongyuehchen" class="navigate">Tsong Yueh Chen</a><span class="prog-aff"> Swinburne University of Technology</span>, <a href="https://2021.esec-fse.org/profile/paklokpoon" class="navigate">Pak-Lok Poon</a><span class="prog-aff"> School of Engineering &amp; Technology, Central Queensland University, Australia</span></div><a href="https://ieeexplore.ieee.org/document/9144441" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1109/TSE.2020.3009698" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1feeb1eb-ab9a-4885-b671-750b4b469412" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="197109da-fd08-4cc1-8da2-f3b6836591e7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="197109da-fd08-4cc1-8da2-f3b6836591e7">Output Sampling for Output Diversity in Automatic Unit Test Generation</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hectormenendez1" class="navigate">Hector Menendez</a><span class="prog-aff"> Middlesex University London</span>, <a href="https://2021.esec-fse.org/profile/micheleboreale" class="navigate">Michele Boreale</a><span class="prog-aff"> Università di Firenze</span>, <a href="https://2021.esec-fse.org/profile/danielegorla" class="navigate">Daniele Gorla</a><span class="prog-aff"> Department of Computer Science, Sapienza University of Rome</span>, <a href="https://2021.esec-fse.org/profile/davidclark" class="navigate">David Clark</a><span class="prog-aff"> University College London</span></div></td></tr><tr data-slot-id="40decbec-d982-4a15-8f05-ab38b559d0d8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="cfc0a217-9fd6-4269-b67a-cefc594d0b8f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cfc0a217-9fd6-4269-b67a-cefc594d0b8f">Q&amp;A (Testing—Test Generation 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Vulnerabilities 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/felipefronchetti" target="_blank" class="navigate">Felipe Fronchetti</a><span class="prog-aff"> University of São Paulo, Brazil</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ddb5779d-49ea-4c65-8667-cc5b8d20d9d4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8f80e077-05a5-44af-9169-558f8069f665" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8f80e077-05a5-44af-9169-558f8069f665">Detecting Node.js Prototype Pollution Vulnerabilities via Object Lookup Analysis<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/songli" class="navigate">Song Li</a><span class="prog-aff"> Johns Hopkins University</span>, <a href="https://2021.esec-fse.org/profile/mingqingkang" class="navigate">Mingqing Kang</a><span class="prog-aff"> Johns Hopkins University</span>, <a href="https://2021.esec-fse.org/profile/jianweihou" class="navigate">Jianwei Hou</a><span class="prog-aff"> Johns Hopkins University; Renmin University of China</span>, <a href="https://2021.esec-fse.org/profile/yinzhicao" class="navigate">Yinzhi Cao</a><span class="prog-aff"> Johns Hopkins University</span></div><a href="https://doi.org/10.1145/3468264.3468542" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="13933f79-82c3-4dd0-befc-03d18459d8cd" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b387508c-abee-4f21-bd9f-6098c2775b86" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b387508c-abee-4f21-bd9f-6098c2775b86">Detecting Concurrency Vulnerabilities Based on Partial Orders of Memory and Thread Events</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kunpengyu" class="navigate">Kunpeng Yu</a><span class="prog-aff"> Xi'an Jiaotong University</span>, <a href="https://2021.esec-fse.org/profile/chenxuwang" class="navigate">Chenxu Wang</a><span class="prog-aff"> Xi'an Jiaotong University</span>, <a href="https://2021.esec-fse.org/profile/yancai" class="navigate">Yan Cai</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/xiapuluo" class="navigate">Xiapu Luo</a><span class="prog-aff"> Hong Kong Polytechnic University</span>, <a href="https://2021.esec-fse.org/profile/zijiangyang" class="navigate">Zijiang Yang</a><span class="prog-aff"> Western Michigan University</span></div><a href="https://doi.org/10.1145/3468264.3468572" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="77b051c5-66d7-48bd-beca-5ee1acdc55ca" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8bb0552a-ac9c-48be-96e5-1b6e14981268" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8bb0552a-ac9c-48be-96e5-1b6e14981268">Vulnerability Detection with Fine-Grained Interpretations</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yili1" class="navigate">Yi Li</a><span class="prog-aff"> New Jersey Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/shaohuawang" class="navigate">Shaohua Wang</a><span class="prog-aff"> New Jersey Institute of Technology</span>, <a href="https://2021.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://doi.org/10.1145/3468264.3468597" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2106.10478.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="8c5d0542-d2fa-48b1-bb33-de048ccae1bc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="598b0570-4f10-4d36-b9fc-9c7730d29c55" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="598b0570-4f10-4d36-b9fc-9c7730d29c55">Q&amp;A (Dependability—Vulnerabilities 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Software Evolution 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/juridirocco" target="_blank" class="navigate">Juri Di Rocco</a><span class="prog-aff"> University of L'Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f600c4e9-041b-4c65-93b2-b7ec46d6a6a6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e675c343-0240-403d-b0df-35f3f4650ca0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e675c343-0240-403d-b0df-35f3f4650ca0">Feature Trace Recording<span class="pull-right"><span data-facet-badge="Best Artifact Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Best Artifact Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/paulmaximilianbittner" class="navigate">Paul Maximilian Bittner</a><span class="prog-aff"> University of Ulm</span>, <a href="https://2021.esec-fse.org/profile/alexanderschulthei" class="navigate">Alexander Schultheiß</a><span class="prog-aff"> Humboldt University of Berlin</span>, <a href="https://2021.esec-fse.org/profile/thomasthum" class="navigate">Thomas Thüm</a><span class="prog-aff"> University of Ulm</span>, <a href="https://2021.esec-fse.org/profile/timokehrer" class="navigate">Timo Kehrer</a><span class="prog-aff"> Humboldt University of Berlin</span>, <a href="https://2021.esec-fse.org/profile/jeffreymyoung" class="navigate">Jeffrey M. Young</a><span class="prog-aff"> Oregon State University</span>, <a href="https://2021.esec-fse.org/profile/lukaslinsbauer" class="navigate">Lukas Linsbauer</a><span class="prog-aff"> TU Braunschweig</span></div><a href="https://dl.acm.org/doi/10.1145/3468264.3468531" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3468264.3468531" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://github.com/SoftVarE-Group/Papers/raw/master/2021/2021-ESECFSE-Bittner.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/1/Feature-Trace-Recording" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="a7476409-bba0-4399-b835-a2859d2c7af6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="438f9bde-073c-4b5b-beec-7c7a69fec292" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="438f9bde-073c-4b5b-beec-7c7a69fec292">A Longitudinal Analysis of Bloated Java Dependencies<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cesarsotovalero" class="navigate">César Soto-Valero</a><span class="prog-aff"> KTH</span>, <a href="https://2021.esec-fse.org/profile/thomasdurieux" class="navigate">Thomas Durieux</a><span class="prog-aff"> KTH</span>, <a href="https://2021.esec-fse.org/profile/benoitbaudry" class="navigate">Benoit Baudry</a><span class="prog-aff"> KTH</span></div><a href="https://doi.org/10.1145/3468264.3468589" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2105.14226.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="92b3faed-a276-4c6c-bb48-331621c7aea0" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="1b87d012-7e0f-4bc1-8619-840765ba0413" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1b87d012-7e0f-4bc1-8619-840765ba0413">DAF: Dependency-Aware FaaSifier for Node.js Monolithic Applications</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/saskoristov" class="navigate">Sasko Ristov</a><span class="prog-aff"> University of Innsbruck</span>, <a href="https://2021.esec-fse.org/profile/stefanpedratscher" class="navigate">Stefan Pedratscher</a><span class="prog-aff"> University of Innsbruck</span>, <a href="https://2021.esec-fse.org/profile/jakobwallnofer" class="navigate">Jakob Wallnöfer</a><span class="prog-aff"> University of Innsbruck</span>, <a href="https://2021.esec-fse.org/profile/thomasfahringer" class="navigate">Thomas Fahringer</a><span class="prog-aff"> University of Innsbruck</span></div></td></tr><tr data-slot-id="e0cfd46f-05b5-46ff-b94f-49e2de017608" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="a3143a04-76bb-46bf-8d1e-b20ecb599109" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3143a04-76bb-46bf-8d1e-b20ecb599109">AC²: Towards Understanding Architectural Changes in Python Projects</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/aeashaanrao1" class="navigate">A. Eashaan Rao</a><span class="prog-aff"> IIT Tirupati</span>, <a href="https://2021.esec-fse.org/profile/dheerajvagavolu" class="navigate">Dheeraj Vagavolu</a><span class="prog-aff"> IIT Tirupati</span>, <a href="https://2021.esec-fse.org/profile/sridharchimalakonda" class="navigate">Sridhar Chimalakonda</a><span class="prog-aff"> IIT Tirupati</span></div><a href="https://doi.org/10.1145/3468264.3473120" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/13/AC-Towards-Understanding-Architectural-Changes-in-Python-Projects" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="48128409-5b3a-4216-b7d1-1a5a476199c0" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5989cf33-71f7-4fed-bc8d-ed579eec8d08" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5989cf33-71f7-4fed-bc8d-ed579eec8d08">Q&amp;A (Analytics &amp; Software Evolution—Software Evolution 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Test Generation 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/guneljahangirova1" target="_blank" class="navigate">Gunel Jahangirova</a><span class="prog-aff"> USI Lugano</span>, <a href="https://2021.esec-fse.org/profile/michaelpradel" target="_blank" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b4435d51-830a-44dc-a320-9a203ff6ed15" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c00396e2-8153-4cf8-b156-e3fe50ab8e20" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c00396e2-8153-4cf8-b156-e3fe50ab8e20">LS-Sampling: An Effective Local Search Based Sampling Approach for Achieving High t-wise Coverage</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/chuanluo" class="navigate">Chuan Luo</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/binqisun" class="navigate">Binqi Sun</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/boqiao" class="navigate">Bo Qiao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle</span>, <a href="https://2021.esec-fse.org/profile/jinkunlin" class="navigate">Jinkun Lin</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3468622" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0a1a9d93-6c2b-48cf-b47c-42014a3bddf4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="98bcd9cd-899b-4169-8dae-17576f116446" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98bcd9cd-899b-4169-8dae-17576f116446">GLIB: Towards Automated Test Oracle for Graphically-Rich Applications<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kechen" class="navigate">Ke Chen</a><span class="prog-aff"> Fuxi AI Lab of Netease</span>, <a href="https://2021.esec-fse.org/profile/yufeili" class="navigate">Yufei Li</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2021.esec-fse.org/profile/yingfengchen" class="navigate">Yingfeng Chen</a><span class="prog-aff"> Fuxi AI Lab of Netease</span>, <a href="https://2021.esec-fse.org/profile/changjiefan" class="navigate">Changjie Fan</a><span class="prog-aff"> Netease</span>, <a href="https://2021.esec-fse.org/profile/zhipenghu" class="navigate">Zhipeng Hu</a><span class="prog-aff"> Netease</span>, <a href="https://2021.esec-fse.org/profile/weiyang" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span></div><a href="https://doi.org/10.1145/3468264.3468586" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="fa1b5463-2ea0-428a-930c-f7fabed17108" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="42f8dbba-da17-4da7-9ae8-1587fc69b9a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="42f8dbba-da17-4da7-9ae8-1587fc69b9a6">CrossASR++: A Modular Differential Testing Framework for Automatic Speech Recognition</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/muhammadhilmiasyrofi" class="navigate">Muhammad Hilmi Asyrofi</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/zhouyang" class="navigate">Zhou Yang</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span></div><a href="https://doi.org/10.1145/3468264.3473124" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://mhilmiasyrofi.github.io/papers/CrossASRv2.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/17/CrossASR-A-Modular-Differential-Testing-Framework-for-Automatic-Speech-Recognition" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="039360f4-4df3-48f4-b4aa-44765d237ecb" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="6fc289b2-b767-4a3b-9a8f-41e72d965cba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6fc289b2-b767-4a3b-9a8f-41e72d965cba">Practical Constraint Solving for Generating System Test Data</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ghanemsoltana" class="navigate">Ghanem Soltana</a><span class="prog-aff"> SnT, University of Luxembourg</span>, <a href="https://2021.esec-fse.org/profile/mehrdadsabetzadeh" class="navigate">Mehrdad Sabetzadeh</a><span class="prog-aff"> University of Ottawa</span>, <a href="https://2021.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a><span class="prog-aff"> University of Ottawa, Canada / University of Luxembourg, Luxembourg</span></div></td></tr><tr data-slot-id="a749f6a1-e568-4d28-aa7c-ddb296249cd3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="245bd525-baca-419b-b279-1f183635e155" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="245bd525-baca-419b-b279-1f183635e155">Q&amp;A (Testing—Test Generation 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Vulnerabilities 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.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="d5e7d587-c52f-4a7a-8dc0-87013c2671b0" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="939e3322-be13-4f4e-ad28-b44673e500ca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="939e3322-be13-4f4e-ad28-b44673e500ca">Identifying Casualty Changes in Software Patches</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adrianasejfia" class="navigate">Adriana Sejfia</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2021.esec-fse.org/profile/yixuezhao" class="navigate">Yixue Zhao</a><span class="prog-aff"> University of Massachusetts at Amherst</span>, <a href="https://2021.esec-fse.org/profile/nenadmedvidovic" class="navigate">Nenad Medvidović</a><span class="prog-aff"> University of Southern California</span></div><a href="https://doi.org/10.1145/3468264.3468624" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/93/Identifying-Casualty-Changes-in-Software-Patches" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="0fa746c4-5380-48b3-aa03-8bdcbe42f594" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7a3ca400-6af4-4df8-ace3-5a25640d4b5d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7a3ca400-6af4-4df8-ace3-5a25640d4b5d">ACHyb: A Hybrid Analysis Approach to Detect Kernel Access Control Vulnerabilities<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yanghu1" class="navigate">Yang Hu</a><span class="prog-aff"> The University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/wenxiwang" class="navigate">Wenxi Wang</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/casenhunger" class="navigate">Casen Hunger</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/rileywood" class="navigate">Riley Wood</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/sarfrazkhurshid" class="navigate">Sarfraz Khurshid</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/mohittiwari" class="navigate">Mohit Tiwari</a><span class="prog-aff"> University of Texas at Austin</span></div><a href="https://doi.org/10.1145/3468264.3468627" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="22c1fdd3-146f-4bea-a5d3-3eb43bdf992e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="73c59a92-52fb-4e96-8b86-43907b1d0f48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="73c59a92-52fb-4e96-8b86-43907b1d0f48">ICME: An Informed Consent Management Engine for Conformance in Smart Building Environments</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cheharapathmabandu" class="navigate">Chehara Pathmabandu</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/mohanbaruwalchhetri" class="navigate">Mohan Baruwal Chhetri</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2021.esec-fse.org/profile/zubairbaig" class="navigate">Zubair Baig</a><span class="prog-aff"> Deakin University</span></div><a href="https://doi.org/10.1145/3468264.3473118" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/11/ICME-An-Informed-Consent-Management-Engine-for-Conformance-in-Smart-Building-Environ" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="38926904-3d3e-4d1c-8d2a-6d18d57181cc" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="fa27e3e8-4c86-463f-a3a6-4658ea3d42e1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fa27e3e8-4c86-463f-a3a6-4658ea3d42e1">CrossVul: A Cross-Language Vulnerability Dataset with Commit Data</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/georgiosnikitopoulos" class="navigate">Georgios Nikitopoulos</a><span class="prog-aff"> University of Thessaly</span>, <a href="https://2021.esec-fse.org/profile/konstantinadritsa" class="navigate">Konstantina Dritsa</a><span class="prog-aff"> Athens University of Economics and Business</span>, <a href="https://2021.esec-fse.org/profile/panoslouridas" class="navigate">Panos Louridas</a><span class="prog-aff"> Athens University of Economics and Business</span>, <a href="https://2021.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/3468264.3473122" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d1b96275-8176-4a90-939c-e9a2ecb40ff6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9c3fdbc1-1613-41bc-ac59-6241b49dd888" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9c3fdbc1-1613-41bc-ac59-6241b49dd888">Q&amp;A (Dependability—Vulnerabilities 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table">Analytics &amp; Software Evolution—Refactoring<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/gabrielebavota" target="_blank" class="navigate">Gabriele Bavota</a><span class="prog-aff"> Università della Svizzera italiana (USI)</span>, <a href="https://2021.esec-fse.org/profile/veneraarnaoudova" target="_blank" class="navigate">Venera Arnaoudova</a><span class="prog-aff"> Washington State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f10d299d-82c4-410a-afe4-4a072769d6ac" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="83b9f943-74ae-4d18-b7d0-23f2920faff0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="83b9f943-74ae-4d18-b7d0-23f2920faff0">An Automatic Refactoring Framework for Replacing Test-Production Inheritance by Mocking Mechanism<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaowang1" class="navigate">Xiao Wang</a><span class="prog-aff"> Stevens Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/luxiao" class="navigate">Lu Xiao</a><span class="prog-aff"> Stevens Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/tingtingyu" class="navigate">Tingting Yu</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/annewoepse1" class="navigate">Anne Woepse</a><span class="prog-aff"> Analytical Graphics</span>, <a href="https://2021.esec-fse.org/profile/sunnywong1" class="navigate">Sunny Wong</a><span class="prog-aff"> Analytical Graphics</span></div><a href="https://doi.org/10.1145/3468264.3468590" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7d9fd962-11ba-4437-bfbe-cd930a30fb38" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e306efaa-14e5-450a-a917-e0f1fe617dae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e306efaa-14e5-450a-a917-e0f1fe617dae">RePOR: Mimicking humans on refactoring tasks. Are we there yet?</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rodrigomorales" class="navigate">Rodrigo Morales</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/foutsekhomh" class="navigate">Foutse Khomh</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2021.esec-fse.org/profile/giulianoantoniol" class="navigate">Giuliano Antoniol</a><span class="prog-aff"> Polytechnique Montréal</span></div></td></tr><tr data-slot-id="8fe1886f-b18e-4e95-8113-8448688b251a" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="4a5d4461-a8fe-4a46-a7b6-1b774f5f1125" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4a5d4461-a8fe-4a46-a7b6-1b774f5f1125">One Thousand and One Stories: A Large-Scale Survey of Software Refactoring</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yaroslavgolubev" class="navigate">Yaroslav Golubev</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2021.esec-fse.org/profile/zarinakurbatova" class="navigate">Zarina Kurbatova</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2021.esec-fse.org/profile/emanalomar" class="navigate">Eman Abdullah AlOmar</a><span class="prog-aff"> Rochester Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/timofeybryksin" class="navigate">Timofey Bryksin</a><span class="prog-aff"> JetBrains Research; HSE University</span>, <a href="https://2021.esec-fse.org/profile/mohamedwiemmkaouer" class="navigate">Mohamed Wiem Mkaouer</a><span class="prog-aff"> Rochester Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3473924" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2107.07357" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="5e1e71b8-56ec-418c-b78a-56a20112b3ab" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="30dcb263-ba82-4fc5-bf89-b2308d4d3901" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="30dcb263-ba82-4fc5-bf89-b2308d4d3901">Q&amp;A (Analytics &amp; Software Evolution—Refactoring)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—Human Computer Interaction<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/kellylyons" target="_blank" class="navigate">Kelly Lyons</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2021.esec-fse.org/profile/aserebrenik" target="_blank" class="navigate">Alexander Serebrenik</a><span class="prog-aff"> Eindhoven 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="20ef98b8-ed35-445f-a769-83dac95c6dbc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="95b58918-1104-475b-bc76-9b4b6518fa28" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="95b58918-1104-475b-bc76-9b4b6518fa28">Synthesis of Web Layouts from Examples<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/dylanlukes" class="navigate">Dylan Lukes</a><span class="prog-aff"> University of California at San Diego</span>, <a href="https://2021.esec-fse.org/profile/johnsarracino" class="navigate">John Sarracino</a><span class="prog-aff"> Cornell University</span>, <a href="https://2021.esec-fse.org/profile/coracoleman" class="navigate">Cora Coleman</a><span class="prog-aff"> University of California at San Diego</span>, <a href="https://2021.esec-fse.org/profile/hilapeleg" class="navigate">Hila Peleg</a><span class="prog-aff"> Technion</span>, <a href="https://2021.esec-fse.org/profile/sorinlerner" class="navigate">Sorin Lerner</a><span class="prog-aff"> University of California at San Diego</span>, <a href="https://2021.esec-fse.org/profile/nadiapolikarpova" class="navigate">Nadia Polikarpova</a><span class="prog-aff"> University of California at San Diego</span></div><a href="https://doi.org/10.1145/3468264.3468533" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="71042c4c-6372-4aeb-9a9e-20f0a10157dd" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="04b82d10-137d-4b1b-aa02-0ec13a4329a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="04b82d10-137d-4b1b-aa02-0ec13a4329a2">Combined Intuition and Rationality Increases Software Feature Novelty for Female Software Designers</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cariannepretorius" class="navigate">Carianne Pretorius</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2021.esec-fse.org/profile/maryamrazavian" class="navigate">Maryam Razavian</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2021.esec-fse.org/profile/katrineling" class="navigate">Katrin Eling</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2021.esec-fse.org/profile/fredlangerak" class="navigate">Fred Langerak</a><span class="prog-aff"> Eindhoven University of Technology</span></div></td></tr><tr data-slot-id="cdaca36a-9f93-47f3-9657-d13d1661fef5" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="46f56b78-060d-4943-bfdb-b686b48faddd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="46f56b78-060d-4943-bfdb-b686b48faddd">BiasRV: Uncovering Biased Sentiment Predictions at Runtime</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhouyang" class="navigate">Zhou Yang</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/muhammadhilmiasyrofi" class="navigate">Muhammad Hilmi Asyrofi</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span></div><a href="https://doi.org/10.1145/3468264.3473117" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/10/BiasRV-Uncovering-Biased-Sentiment-Predictions-at-Runtime" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="6c1ec857-fee1-47cd-b9ec-18128c3b5775" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="a9390639-fc0c-4094-97c4-774cdf9bc06b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9390639-fc0c-4094-97c4-774cdf9bc06b">OwlEyes-Online: A Fully Automated Platform for Detecting and Localizing UI Display Issues</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yuhuisu" class="navigate">Yuhui Su</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/liuzhe" class="navigate">Zhe Liu</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/chunyangchen1" class="navigate">Chunyang Chen</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/junjiewang1" class="navigate">Junjie Wang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/qingwang" class="navigate">Qing Wang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span></div><a href="https://doi.org/10.1145/3468264.3473109" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://dl.acm.org/profile/99659601521" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Authorizer link</a><a href="https://arxiv.org/pdf/2107.02364.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/2/OwlEyes-Online-A-Fully-Automated-Platform-for-Detecting-and-Localizing-UI-Display-Is" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="11ba027a-ce03-494b-b468-3b620aae49a7" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="67cb57e0-72b6-4ff6-99b2-8722834d06b6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="67cb57e0-72b6-4ff6-99b2-8722834d06b6">Frontmatter: Mining Android User Interfaces at Scale<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/ff2c05b0-0ba7-4138-a9a5-8fba2f4e8afd/small?1629882434000" class="outputimage"/></span></span></a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/konstantinkuznetsov1" class="navigate">Konstantin Kuznetsov</a><span class="prog-aff"> CISPA</span>, <a href="https://2021.esec-fse.org/profile/chenfu" class="navigate">Chen Fu</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences; University of Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/songgao" class="navigate">Song Gao</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences; University of Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/davidnjansen" class="navigate">David N. Jansen</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences; Institute of Intelligent Software</span>, <a href="https://2021.esec-fse.org/profile/lijunzhang" class="navigate">Lijun Zhang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences; University of Chinese Academy of Sciences; Institute of Intelligent Software</span>, <a href="https://2021.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA</span></div><a href="https://doi.org/10.1145/3468264.3473125" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/18/Frontmatter-Mining-Android-User-Interfaces-at-Scale" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="83ae44eb-482d-45d8-ab02-60cc395991a0" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b3f40168-e85e-4860-89ad-bf0ed3b444ec" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b3f40168-e85e-4860-89ad-bf0ed3b444ec">Q&amp;A (Human Aspects—Human Computer Interaction)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-19"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">19:00 - 20:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Mobile Analysis and Testing<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/fabriziopastore" target="_blank" class="navigate">Fabrizio Pastore</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="d48e2e58-7e06-4f60-be30-6e808be83da2" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3d0f0cb4-ea9f-475d-9dab-53a3d759df37" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3d0f0cb4-ea9f-475d-9dab-53a3d759df37">Algebraic-Datatype Taint Tracking, with Applications to Understanding Android Identifier Leaks<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sydurrahaman" class="navigate">Sydur Rahaman</a><span class="prog-aff"> New Jersey Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/iulianneamtiu" class="navigate">Iulian Neamtiu</a><span class="prog-aff"> New Jersey Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/xinyin" class="navigate">Xin Yin</a><span class="prog-aff"> New Jersey Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3468550" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="597fed46-d90f-43e1-9471-1db0a5972026" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1be505bc-2a89-484e-a866-b87dca2de5cb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1be505bc-2a89-484e-a866-b87dca2de5cb">Vet: Identifying and Avoiding UI Exploration Tarpits<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/wenyuwang" class="navigate">Wenyu Wang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/weiyang" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2021.esec-fse.org/profile/tianyinxu1" class="navigate">Tianyin Xu</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/taoxie" class="navigate">Tao Xie</a><span class="prog-aff"> Peking University</span></div><a href="https://wenyu.io/pub/fse21-vet.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3468264.3468554" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/23/Vet-Identifying-and-Avoiding-UI-Exploration-Tarpits" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="d1fb7f8d-8699-4153-9ee7-1062927675c1" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3101d494-85cb-4ec3-83cf-b21d70333f67" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3101d494-85cb-4ec3-83cf-b21d70333f67">Checking Conformance of Applications against GUI Policies</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhenzhang" class="navigate">Zhen Zhang</a><span class="prog-aff"> University of Washington</span>, <a href="https://2021.esec-fse.org/profile/yufeng" class="navigate">Yu Feng</a><span class="prog-aff"> University of California at Santa Barbara</span>, <a href="https://2021.esec-fse.org/profile/michaeldernst" class="navigate">Michael D. Ernst</a><span class="prog-aff"> University of Washington</span>, <a href="https://2021.esec-fse.org/profile/sebastianporst" class="navigate">Sebastian Porst</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/isildillig" class="navigate">Işıl Dillig</a><span class="prog-aff"> University of Texas at Austin</span></div><a href="https://doi.org/10.1145/3468264.3468561" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9ee595bb-f296-4d49-ade5-3e66701d6c6d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">19:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="aeccf0a3-4d2e-4741-9add-589c86eb37f9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aeccf0a3-4d2e-4741-9add-589c86eb37f9">Q&amp;A (Testing—Mobile Analysis and Testing)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">20:00 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Blockchain 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/panoslouridas" target="_blank" class="navigate">Panos Louridas</a><span class="prog-aff"> Athens University of Economics and Business</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4bcb0ef7-eb89-4c82-85f3-a7675a31dd32" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="c82c16b9-8c86-4df5-baa6-c91c0ea9ea4a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c82c16b9-8c86-4df5-baa6-c91c0ea9ea4a">Code cloning in smart contracts: a case study on verified contracts from the Ethereum blockchain platform</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/masanarikondo1" class="navigate">Masanari Kondo</a><span class="prog-aff"> Kyushu University</span>, <a href="https://2021.esec-fse.org/profile/gustavoansaldioliva" class="navigate">Gustavo A. Oliva</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/zhenmingjackjiang" class="navigate">Zhen Ming (Jack) Jiang</a><span class="prog-aff"> York University </span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/osamumizuno" class="navigate">Osamu Mizuno</a><span class="prog-aff"> Kyoto Institute of Technology</span></div></td></tr><tr data-slot-id="cfa65725-f8c3-4e60-b5cf-9e3e9b80db79" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e8ecc3ae-475b-4f27-8460-60d5853ed2a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e8ecc3ae-475b-4f27-8460-60d5853ed2a2">iBatch: Saving Ethereum Fees via Secure and Cost-Effective Batching of Smart-Contract Invocations</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yibowang1" class="navigate">Yibo Wang</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/qizhang" class="navigate">Qi Zhang</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/kaili" class="navigate">Kai Li</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/yuzhetang" class="navigate">Yuzhe Tang</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/jiaqichen" class="navigate">Jiaqi Chen</a><span class="prog-aff"> Syracuse University</span>, <a href="https://2021.esec-fse.org/profile/xiapuluo" class="navigate">Xiapu Luo</a><span class="prog-aff"> Hong Kong Polytechnic University</span>, <a href="https://2021.esec-fse.org/profile/tingchen1" class="navigate">Ting Chen</a><span class="prog-aff"> University of Electronic Science and Technology of China</span></div><a href="http://tristartom.github.io/docs/fse21-ibatch.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3468264.3468568" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.08554" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="ee1ea4e5-bfd9-46a2-a20d-81da83307380" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="28da7894-851b-482f-8fa8-6fdb9bcd2158" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="28da7894-851b-482f-8fa8-6fdb9bcd2158">The Gas Triangle and Its Challenges to the Development of Blockchain-Powered Applications</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/gustavoansaldioliva" class="navigate">Gustavo A. Oliva</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a><span class="prog-aff"> Queen's University</span></div><a href="https://doi.org/10.1145/3468264.3473130" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e17441ca-1409-480b-b003-3e1f4a15c75e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d4381b39-6d7c-448e-ac46-c9adb18b0ecc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d4381b39-6d7c-448e-ac46-c9adb18b0ecc">Q&amp;A (Dependability—Blockchain 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">20:00 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Metrics<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/tusharsharma1" target="_blank" class="navigate">Tushar Sharma</a><span class="prog-aff"> Siemens Research</span>, <a href="https://2021.esec-fse.org/profile/alexanderchatzigeorgiou" target="_blank" class="navigate">Alexander Chatzigeorgiou</a><span class="prog-aff"> University of Macedonia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b1c91c4e-13b3-4786-aebf-eb2aea41240e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:00</div><strong>10m</strong></div><div class="event-type">Research paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="52d9e098-8402-465d-9acc-c337368fca4b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="52d9e098-8402-465d-9acc-c337368fca4b">Reassessing Automatic Evaluation Metrics for Code Summarization Tasks</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/devjeetroy" class="navigate">Devjeet Roy</a><span class="prog-aff"> Washington State University</span>, <a href="https://2021.esec-fse.org/profile/sarahfakhoury" class="navigate">Sarah Fakhoury</a><span class="prog-aff"> Washington State University</span>, <a href="https://2021.esec-fse.org/profile/veneraarnaoudova" class="navigate">Venera Arnaoudova</a><span class="prog-aff"> Washington State University</span></div><a href="https://doi.org/10.1145/3468264.3468588" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://sarahfakhoury.com/2021-FSE-Summarization-Metrics.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="7a98f607-4858-4eac-b477-9ec039d23129" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e891215b-853f-49f0-946a-feceb9ce89fd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e891215b-853f-49f0-946a-feceb9ce89fd">A Defect Estimator for Source Code: Linking Defect Reports with Programming Constructs Usage Metrics</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ritukapur" class="navigate">Ritu Kapur</a><span class="prog-aff"> University of Sannio</span>, <a href="https://2021.esec-fse.org/profile/balwindersodhi" class="navigate">Balwinder Sodhi</a><span class="prog-aff"> Indian Institute of Technology (IIT) Ropar, Punjab, India.</span></div><a href="https://dl.acm.org/doi/abs/10.1145/3384517" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3384517" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.researchgate.net/profile/Ritu-Kapur/publication/331199314_A_Defect_Estimator_for_Source_Code_Linking_Bug_Reports_With_Programming_Constructs_Usage_Metrics_Accepted_by_ACM_TOSEM/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="849f93cd-e8f4-4c1a-9ed7-30496c040b12" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b1fcf23f-20ce-493c-8f8f-11f59253ebec" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b1fcf23f-20ce-493c-8f8f-11f59253ebec">Explaining Essential and Accidental Code Elements and Their Influences on Code Complexity Increase</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/vardantinyan" class="navigate">Vard Antinyan</a><span class="prog-aff"> Volvo Car Group</span></div></td></tr><tr data-slot-id="ce5a9f5d-a1a6-4000-b104-fea6645d628e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:25</div><strong>35m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="355225c8-27a5-49ba-b1e2-1e6535bdb67a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="355225c8-27a5-49ba-b1e2-1e6535bdb67a">Q&amp;A (Analytics &amp; Software Evolution—Metrics)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">20:00 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—Collaborative Software Engineering<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/kellylyons" target="_blank" class="navigate">Kelly Lyons</a><span class="prog-aff"> University of Toronto</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f45a5521-84e6-49e9-b0b8-44b29fe55fd5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="efb640bd-caa2-43ee-8eb9-6fcd22542228" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="efb640bd-caa2-43ee-8eb9-6fcd22542228">SmartCommit: A Graph-Based Interactive Assistant for Activity-Oriented Commits<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/boshen" class="navigate">Bo Shen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/weizhang2" class="navigate">Wei Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/christiankastner" class="navigate">Christian Kästner</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/haiyanzhao" class="navigate">Haiyan Zhao</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/zhaowei" class="navigate">Zhao Wei</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/guangtailiang" class="navigate">Guangtai Liang</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/zhijin" class="navigate">Zhi Jin</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468551" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d9f37bb6-8a6f-4d96-b638-9465436fc52a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1b5bd5b9-faab-42e3-89e3-37d523857988" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1b5bd5b9-faab-42e3-89e3-37d523857988">A First Look at Developers’ Live Chat on Gitter<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/linshi" class="navigate">Lin Shi</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/xiaochen1" class="navigate">Xiao Chen</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/yeyang" class="navigate">Ye Yang</a><span class="prog-aff"> Stevens Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/hanzhijiang" class="navigate">Hanzhi Jiang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/ziyoujiang" class="navigate">Ziyou Jiang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/nanniu" class="navigate">Nan Niu</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/qingwang" class="navigate">Qing Wang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span></div><a href="https://doi.org/10.1145/3468264.3468562" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="c74d954b-7ea5-4a34-b172-1535e212ad83" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d59b2502-6a44-4f32-88f7-634df1034200" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d59b2502-6a44-4f32-88f7-634df1034200">Reel Life vs. Real Life: How Software Developers Share Their Daily Life through Vlogs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/soutichattopadhyay" class="navigate">Souti Chattopadhyay</a><span class="prog-aff"> Oregon State University</span>, <a href="https://2021.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/denaeford" class="navigate">Denae Ford</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3468599" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2491fabb-6f1b-46f2-b4e5-178e36215d55" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0e975bb3-2283-4d3c-8445-71a9411ee168" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0e975bb3-2283-4d3c-8445-71a9411ee168">Q&amp;A (Human Aspects—Collaborative Software Engineering)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-20"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">20:00 - 21:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Fuzzing<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/felipefronchetti" target="_blank" class="navigate">Felipe Fronchetti</a><span class="prog-aff"> University of São Paulo, Brazil</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="cee4f3f6-787c-4cfd-be55-eaae4df77c1c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="2b78a0f3-937d-429e-bb86-55bab45c912f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2b78a0f3-937d-429e-bb86-55bab45c912f">Estimating Residual Risk in Greybox Fuzzing<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/marcelbohme" class="navigate">Marcel Böhme</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/danushkaliyanage" class="navigate">Danushka Liyanage</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/valentinwustholz" class="navigate">Valentin Wüstholz</a><span class="prog-aff"> ConsenSys</span></div><a href="https://mboehme.github.io/paper/FSE21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3468264.3468570" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://youtu.be/jjhZolSv6UU" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="6d25cb3c-7469-4102-8672-a855aafc29d1" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="856684cc-a50a-42f3-a425-4a7a5eb17c48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="856684cc-a50a-42f3-a425-4a7a5eb17c48">HeteroFuzz: Fuzz Testing to Detect Platform Dependent Divergence for Heterogeneous Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/qianzhang" class="navigate">Qian Zhang</a><span class="prog-aff"> University of California at Los Angeles</span>, <a href="https://2021.esec-fse.org/profile/jiyuanwang" class="navigate">Jiyuan Wang</a><span class="prog-aff"> University of California at Los Angeles</span>, <a href="https://2021.esec-fse.org/profile/miryungkim" class="navigate">Miryung Kim</a><span class="prog-aff"> University of California at Los Angeles</span></div><a href="https://doi.org/10.1145/3468264.3468610" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b5639ab7-8ce7-4a63-a894-983cad0a6a85" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="a35fefbd-a388-403a-8844-f1150724db8f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a35fefbd-a388-403a-8844-f1150724db8f">FuzzBench: An Open Fuzzer Benchmarking Platform and Service</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jonathanmetzman" class="navigate">Jonathan Metzman</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/laszloszekeres" class="navigate">Laszlo Szekeres</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/laurentsimon1" class="navigate">Laurent Simon</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/readsprabery1" class="navigate">Read Sprabery</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/abhishekarya" class="navigate">Abhishek Arya</a><span class="prog-aff"> Google</span></div><a href="https://doi.org/10.1145/3468264.3473932" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b4fb272c-1372-47fa-879e-e07336bc3cab" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">20:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="34f19290-802f-4c3d-aac1-5f8a0000a057" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="34f19290-802f-4c3d-aac1-5f8a0000a057">Q&amp;A (Testing—Fuzzing)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Cyber-Physical Systems 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/joatlee" target="_blank" class="navigate">Joanne M. Atlee</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="d11552c2-c110-41ee-83a5-cae6b2c06eb6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d3141a61-4493-4b5f-a837-e2746eaf97ed" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d3141a61-4493-4b5f-a837-e2746eaf97ed">Hazard Analysis for Human-on-the-Loop Interactions in sUAS Systems<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/michaelvierhauser" class="navigate">Michael Vierhauser</a><span class="prog-aff"> JKU Linz</span>, <a href="https://2021.esec-fse.org/profile/mdnafeealislam" class="navigate">Md Nafee Al Islam</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2021.esec-fse.org/profile/ankitagrawal" class="navigate">Ankit Agrawal</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2021.esec-fse.org/profile/janeclelandhuang" class="navigate">Jane Cleland-Huang</a><span class="prog-aff"> University of Notre Dame</span>, <a href="https://2021.esec-fse.org/profile/jamesmason" class="navigate">James Mason</a><span class="prog-aff"> Northrop Grumman</span></div><a href="https://doi.org/10.1145/3468264.3468534" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/4/Hazard-Analysis-for-Human-on-the-Loop-Interactions-in-sUAS-Systems" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="bea44a05-ff1d-41c0-8967-d144c432a653" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="186cfbc7-a9b1-49be-8b46-0a1061f348ef" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="186cfbc7-a9b1-49be-8b46-0a1061f348ef">An Exploratory Study of Autopilot Software Bugs in Unmanned Aerial Vehicles<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/dinghuawang" class="navigate">Dinghua Wang</a><span class="prog-aff"> University of Technology Sydney</span>, <a href="https://2021.esec-fse.org/profile/shuqingli" class="navigate">Shuqing Li</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/guanpingxiao" class="navigate">Guanping Xiao</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics</span>, <a href="https://2021.esec-fse.org/profile/yepangliu" class="navigate">Yepang Liu</a><span class="prog-aff"> Southern University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/yuleisui" class="navigate">Yulei Sui</a><span class="prog-aff"> University of Technology Sydney</span></div><a href="https://doi.org/10.1145/3468264.3468559" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f95982a4-9874-442b-bd85-35b6bcb6aa5b" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b93c661c-ca41-4757-971e-cac23d295fb3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b93c661c-ca41-4757-971e-cac23d295fb3">Incidents Are Meant for Learning, Not Repeating: Sharing Knowledge About Security Incidents in Cyber-Physical Systems</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/faeqalrimawi1" class="navigate">Faeq Alrimawi</a><span class="prog-aff"> Lero - the Science Foundation Ireland Research Centre for Software</span>, <a href="https://2021.esec-fse.org/profile/lilianapasquale" class="navigate">Liliana Pasquale</a><span class="prog-aff"> University College Dublin &amp; Lero</span>, <a href="https://2021.esec-fse.org/profile/deepakmehta" class="navigate">Deepak Mehta</a><span class="prog-aff"> Apple</span>, <a href="https://2021.esec-fse.org/profile/nobukazuyoshioka1" class="navigate">Nobukazu Yoshioka</a><span class="prog-aff"> Waseda University</span>, <a href="https://2021.esec-fse.org/profile/basharnuseibeh" class="navigate">Bashar Nuseibeh</a><span class="prog-aff"> The Open University (UK) &amp; Lero (Ireland)</span></div></td></tr><tr data-slot-id="598e751b-171b-46b9-9301-b833591b838b" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5ce5c516-12c2-4dc4-a00b-778ce0f68fbd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5ce5c516-12c2-4dc4-a00b-778ce0f68fbd">Q&amp;A (Dependability—Cyber-Physical Systems 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Mining Software Repositories<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/phuongtnguyen" target="_blank" class="navigate">Phuong T. Nguyen</a><span class="prog-aff"> University of L’Aquila</span>, <a href="https://2021.esec-fse.org/profile/veneraarnaoudova" target="_blank" class="navigate">Venera Arnaoudova</a><span class="prog-aff"> Washington State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="060716a6-a6e2-4f01-acd5-5132c4d0e05b" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="681fbc4c-62ee-4e5b-a9c5-b6aa98f596c8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="681fbc4c-62ee-4e5b-a9c5-b6aa98f596c8">Characterizing Search Activities on Stack Overflow</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jiakunliu" class="navigate">Jiakun Liu</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2021.esec-fse.org/profile/sebastianbaltes" class="navigate">Sebastian Baltes</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/yunzhang" class="navigate">Yun Zhang</a><span class="prog-aff"> Zhejiang University City College</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span></div><a href="https://doi.org/10.1145/3468264.3468582" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f23ddf14-cdc7-4199-93ec-406ce2ee3d5e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="2d47a53c-179a-4a56-9144-a0da4d838a3f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2d47a53c-179a-4a56-9144-a0da4d838a3f">Authorship Attribution of Source Code: A Language-Agnostic Approach and Applicability in Software Engineering</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/egorbogomolov" class="navigate">Egor Bogomolov</a><span class="prog-aff"> JetBrains Research; HSE University</span>, <a href="https://2021.esec-fse.org/profile/vladimirkovalenko1" class="navigate">Vladimir Kovalenko</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2021.esec-fse.org/profile/yuriirebryk" class="navigate">Yurii Rebryk</a><span class="prog-aff"> HSE University</span>, <a href="https://2021.esec-fse.org/profile/albertobacchelli" class="navigate">Alberto Bacchelli</a><span class="prog-aff"> University of Zurich</span>, <a href="https://2021.esec-fse.org/profile/timofeybryksin" class="navigate">Timofey Bryksin</a><span class="prog-aff"> JetBrains Research; HSE University</span></div><a href="https://doi.org/10.1145/3468264.3468606" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2001.11593" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="780da49d-f6d9-4ba7-a672-831619ddaa58" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9053135c-d365-4945-9e58-c570ea18da36" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9053135c-d365-4945-9e58-c570ea18da36">Insights into Non-Merged Pull Requests in GitHub: Is there Evidence of Bias Based on Perceptible Race</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rezanadri" class="navigate">Reza Nadri</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2021.esec-fse.org/profile/gemarodriguezperez" class="navigate">Gema Rodríguez-Pérez</a><span class="prog-aff"> University of Waterloo</span>, <a href="https://2021.esec-fse.org/profile/meinagappan" class="navigate">Mei Nagappan</a><span class="prog-aff"> University of Waterloo</span></div></td></tr><tr data-slot-id="329d0ac3-926e-4c1c-ba01-51535b4cdc2e" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="2bc70678-b325-4f4e-9c01-07679d649760" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2bc70678-b325-4f4e-9c01-07679d649760">Automatic Recovery of Issue Type Labels</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/faridaelzanaty" class="navigate">Farida El Zanaty</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/christopherezk" class="navigate">Christophe Rezk</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/sanderlijbrink" class="navigate">Sander Lijbrink</a><span class="prog-aff"> Shopify, Inc.</span>, <a href="https://2021.esec-fse.org/profile/willemvanbergen" class="navigate">Willem Van Bergen</a><span class="prog-aff"> Shopify, Inc.</span>, <a href="https://2021.esec-fse.org/profile/markcote" class="navigate">Mark Côté</a><span class="prog-aff"> Shopify, Inc.</span>, <a href="https://2021.esec-fse.org/profile/shanemcintosh" class="navigate">Shane McIntosh</a><span class="prog-aff"> McGill University</span></div></td></tr><tr data-slot-id="fa1693bb-e8d1-41db-8519-453b559b6c5c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="301a7f32-f8a0-4c11-ba2d-92ceb34427f4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="301a7f32-f8a0-4c11-ba2d-92ceb34427f4">Q&amp;A (Analytics &amp; Software Evolution—Mining Software Repositories)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—Developers 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/margaretannestorey" target="_blank" class="navigate">Margaret-Anne Storey</a><span class="prog-aff"> University of Victoria</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="416a9c04-f798-4f34-9be4-e7e2efaefbd1" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="45b006d2-c68c-4cf0-a306-7a1bbce27849" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="45b006d2-c68c-4cf0-a306-7a1bbce27849">Turnover-Induced Knowledge Loss in Practice</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/martinrobillard" class="navigate">Martin P. Robillard</a><span class="prog-aff"> McGill University</span></div><a href="https://doi.org/10.1145/3468264.3473923" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ec7e4a9b-51d5-41f7-847b-3bdfabfbad9c" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="a0337c11-3313-486d-b308-b571568d1e50" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a0337c11-3313-486d-b308-b571568d1e50">Human Values in Software Engineering: Contrasting Case Studies of Practice</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/waqarhussain" class="navigate">Waqar Hussain</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/harshaperera" class="navigate">Harsha Perera</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a><span class="prog-aff"> CSIRO's Data61 and Monash University</span>, <a href="https://2021.esec-fse.org/profile/arifnurwidyantoro" class="navigate">Arif Nurwidyantoro</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/rashinahoda" class="navigate">Rashina Hoda</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/rifatshams" class="navigate">Rifat Ara Shams</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/gillianoliver" class="navigate">Gillian Oliver</a><span class="prog-aff"> Faculty of Information Technology, Monash University</span></div></td></tr><tr data-slot-id="662f789a-b93d-4616-8a8c-67f3046cb79a" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="fcfe07ee-cbae-4803-8271-04f4fcb7df12" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fcfe07ee-cbae-4803-8271-04f4fcb7df12">Enabling the Study of Software Development Behavior with Cross-Tool Logs</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cierajaspan" class="navigate">Ciera Jaspan</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/matthewjorde" class="navigate">Matthew Jorde</a><span class="prog-aff"> Google, Inc.</span>, <a href="https://2021.esec-fse.org/profile/carolynegelman" class="navigate">Carolyn Egelman</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/collingreen" class="navigate">Collin Green</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/benholtz" class="navigate">Ben Holtz</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/edwardsmith1" class="navigate">Edward Smith</a><span class="prog-aff"> Bloomberg LP</span>, <a href="https://2021.esec-fse.org/profile/margaretmorrowhodges" class="navigate">Margaret Morrow Hodges</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/andreaknight1" class="navigate">Andrea Knight</a><span class="prog-aff"> </span>, <a href="https://2021.esec-fse.org/profile/lizkammer" class="navigate">Liz Kammer</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/jilliandicker" class="navigate">Jillian Dicker</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/caitlinsadowski" class="navigate">Caitlin Sadowski</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/jameslin1" class="navigate">James Lin</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/lancheng" class="navigate">Lan Cheng</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/markcanning" class="navigate">Mark Canning</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/emersonmurphyhill" class="navigate">Emerson Murphy-Hill</a><span class="prog-aff"> Google</span></div></td></tr><tr data-slot-id="eda5f853-1c5b-4a8e-b421-38db2f4d31cb" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="508d67e7-c0e8-4e7f-af01-68c8bd3adf19" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="508d67e7-c0e8-4e7f-af01-68c8bd3adf19">Gender Differences in Public Code Contributions: a 50-year Perspective</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/stefanozacchiroli" class="navigate">Stefano Zacchiroli</a><span class="prog-aff"> Université de Paris and Inria</span></div></td></tr><tr data-slot-id="1857d971-adba-47f6-b69e-8963b93a9503" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="58e95c1a-063f-48a0-b76e-ee1dc875f594" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="58e95c1a-063f-48a0-b76e-ee1dc875f594">Q&amp;A (Human Aspects—Developers 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-21"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">21:00 - 22:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Program Repair 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/lingmingzhang" target="_blank" class="navigate">Lingming Zhang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4d95e7bf-bc98-4921-a5d8-0fb7aa8429d1" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="1c6be8c8-ac6f-46d5-8062-ed94a8d16073" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1c6be8c8-ac6f-46d5-8062-ed94a8d16073">Beyond Tests: Program Vulnerability Repair via Crash Constraint Extraction</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xianggao" class="navigate">Xiang Gao</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/bowang" class="navigate">Bo Wang</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2021.esec-fse.org/profile/gregoryjduck" class="navigate">Gregory J. Duck</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/ruyiji" class="navigate">Ruyi Ji</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.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="49b334d8-a5c2-4f89-9d64-b18b51fcd924" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="12c5296f-1232-4946-abe6-4ca3a31bd187" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="12c5296f-1232-4946-abe6-4ca3a31bd187">Context-Aware and Data-Driven Feedback Generation for Programming Assignments<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/dowonsong" class="navigate">Dowon Song</a><span class="prog-aff"> Korea University</span>, <a href="https://2021.esec-fse.org/profile/woosuklee" class="navigate">Woosuk Lee</a><span class="prog-aff"> Hanyang University</span>, <a href="https://2021.esec-fse.org/profile/hakjoooh" class="navigate">Hakjoo Oh</a><span class="prog-aff"> Korea University</span></div><a href="https://doi.org/10.1145/3468264.3468598" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="98c8f8a9-ac4a-4c65-8c5b-c0fcd9bc0c93" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4c8f2a21-a99d-4e8b-8dcb-ff91c46e7ebc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4c8f2a21-a99d-4e8b-8dcb-ff91c46e7ebc">A Syntax-Guided Edit Decoder for Neural Program Repair<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/qihaozhu" class="navigate">Qihao Zhu</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/zeyusun" class="navigate">Zeyu Sun</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yuananxiao" class="navigate">Yuan-An Xiao</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/wenjiezhang" class="navigate">Wenjie Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/kangyuan" class="navigate">Kang Yuan</a><span class="prog-aff"> Stony Brook University</span>, <a href="https://2021.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468544" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="889e705e-d3ab-4229-86ed-fbc9764f6ee5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">21:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="baa6a177-428f-4af2-a589-a0f5e39514b4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="baa6a177-428f-4af2-a589-a0f5e39514b4">Q&amp;A (Testing—Program Repair 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Cyber-Physical Systems 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/joatlee" target="_blank" class="navigate">Joanne M. Atlee</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="81671f32-dc76-4ea4-a2ff-51749539cccb" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="2531bd9a-2454-479b-acb7-8cd0d477ba08" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2531bd9a-2454-479b-acb7-8cd0d477ba08">Code Integrity Attestation for PLCs using Black Box Neural Network Predictions</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yuqichen" class="navigate">Yuqi Chen</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/chrisposkitt" class="navigate">Chris Poskitt</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/junsun" class="navigate">Jun Sun</a><span class="prog-aff"> Singapore Management University</span></div><a href="https://doi.org/10.1145/3468264.3468617" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2106.07851" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="aeadc8b9-7ad5-4ee6-828f-5824562d1e4a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="fe0b2a03-6316-413d-b0f5-797f537405a3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fe0b2a03-6316-413d-b0f5-797f537405a3">PHYSFRAME: Type Checking Physical Frames of Reference for Robotic Systems<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sayalikate" class="navigate">Sayali Kate</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/michaelchinn" class="navigate">Michael Chinn</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2021.esec-fse.org/profile/hongjunchoi" class="navigate">Hongjun Choi</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/xiangyuzhang" class="navigate">Xiangyu Zhang</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/sebastianelbaum1" class="navigate">Sebastian Elbaum</a><span class="prog-aff"> University of Virginia</span></div><a href="https://doi.org/10.1145/3468264.3468608" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2d124c6b-b09a-49db-b105-30fcfe8689a4" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="a2c1c5ab-c2eb-4f5a-ac8b-cc51f0fb1822" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a2c1c5ab-c2eb-4f5a-ac8b-cc51f0fb1822">Generating Metamorphic Relations for Cyber-Physical Systems with Genetic Programming: An Industrial Case Study</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jonayerdi" class="navigate">Jon Ayerdi</a><span class="prog-aff"> Mondragon University</span>, <a href="https://2021.esec-fse.org/profile/valerioterragni" class="navigate">Valerio Terragni</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2021.esec-fse.org/profile/aitorarrieta" class="navigate">Aitor Arrieta</a><span class="prog-aff"> Mondragon University</span>, <a href="https://2021.esec-fse.org/profile/paolotonella" class="navigate">Paolo Tonella</a><span class="prog-aff"> USI Lugano</span>, <a href="https://2021.esec-fse.org/profile/goiuriasagardui" class="navigate">Goiuria Sagardui</a><span class="prog-aff"> Mondragon University</span>, <a href="https://2021.esec-fse.org/profile/maitearratibel" class="navigate">Maite Arratibel</a><span class="prog-aff"> Orona</span></div><a href="https://doi.org/10.1145/3468264.3473920" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://valerio65.github.io/assets/pdf/ayerdi-fse-2021.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="6dc44366-476f-411d-a91b-43978066eff5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="090c327d-5f50-46b1-8956-f62ccb061595" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="090c327d-5f50-46b1-8956-f62ccb061595">Q&amp;A (Dependability—Cyber-Physical Systems 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Program Comprehension<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/veneraarnaoudova" target="_blank" class="navigate">Venera Arnaoudova</a><span class="prog-aff"> Washington State University</span>, <a href="https://2021.esec-fse.org/profile/bonitasharif" target="_blank" class="navigate">Bonita Sharif</a><span class="prog-aff"> University of Nebraska-Lincoln, USA</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3b837246-70ef-4acf-bfd0-6a0a4b9e6b99" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="793fea83-242b-4e79-9c65-3d96d228774c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="793fea83-242b-4e79-9c65-3d96d228774c">Lightweight Global and Local Contexts Guided Method Name Recommendation with Prior Knowledge<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/shangwenwang" class="navigate">Shangwen Wang</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2021.esec-fse.org/profile/mingwen" class="navigate">Ming Wen</a><span class="prog-aff"> Huazhong University of Science and Technology</span>, <a href="https://2021.esec-fse.org/profile/bolin2" class="navigate">Bo Lin</a><span class="prog-aff"> National University of Defense Technology</span>, <a href="https://2021.esec-fse.org/profile/xiaoguangmao" class="navigate">Xiaoguang Mao</a><span class="prog-aff"> National University of Defense Technology</span></div><a href="https://doi.org/10.1145/3468264.3468567" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://shangwenwang.github.io/files/FSE-21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="a3db803a-083a-465b-b22a-ece0b2d33310" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1fc4c6e1-f3fa-4964-bf44-1ded5ab5d32b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1fc4c6e1-f3fa-4964-bf44-1ded5ab5d32b">To Read or to Rotate? Comparing the Effects of Technical Reading Training and Spatial Skills Training on Novice Programming Ability</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/madelineendres" class="navigate">Madeline Endres</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/madisonfansher" class="navigate">Madison Fansher</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/pritishah" class="navigate">Priti Shah</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/westleyweimer" class="navigate">Westley Weimer</a><span class="prog-aff"> University of Michigan</span></div><a href="https://doi.org/10.1145/3468264.3468583" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://github.com/CelloCorgi/FSE2021_To_Read_or_to_Rotate/blob/main/EndresFSE20211Preprint.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="133e5928-72b0-4363-880f-c1eeffdf58dd" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9791ed52-8e2f-4327-bcd0-951ba8a595d2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9791ed52-8e2f-4327-bcd0-951ba8a595d2">Connecting the Dots: Rethinking the Relationship between Code and Prose Writing with Functional Connectivity</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zacharykaras" class="navigate">Zachary Karas</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/andrewjahn" class="navigate">Andrew Jahn</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/westleyweimer" class="navigate">Westley Weimer</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2021.esec-fse.org/profile/yuhuang" class="navigate">Yu Huang</a><span class="prog-aff"> University of Michigan</span></div><a href="https://doi.org/10.1145/3468264.3468579" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="390db4eb-8e60-46ef-875c-d2e3085c47d3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d15a3a58-de6a-4bd7-98f2-5136ae98147d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d15a3a58-de6a-4bd7-98f2-5136ae98147d">Q&amp;A (Analytics &amp; Software Evolution—Program Comprehension)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—Developers 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/felipefronchetti" target="_blank" class="navigate">Felipe Fronchetti</a><span class="prog-aff"> University of São Paulo, Brazil</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4111b083-41c3-4639-a50c-7b4911b7c7c9" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9c90213c-a341-459a-954f-35d8dca51350" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9c90213c-a341-459a-954f-35d8dca51350">Relations Between Effort Estimates, Skill Indicators, and Measured Programming Skill</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/magnejorgensen" class="navigate">Magne Jørgensen</a><span class="prog-aff"> Simula Metropolitan Center for Digital Engineering</span>, <a href="https://2021.esec-fse.org/profile/gunnarryebergersen" class="navigate">Gunnar Rye Bergersen</a><span class="prog-aff"> University of Oslo</span>, <a href="https://2021.esec-fse.org/profile/knutliestl" class="navigate">Knut LIestøl</a><span class="prog-aff"> University of Oslo</span></div></td></tr><tr data-slot-id="5b43bb67-b1f5-4631-a887-54bca2b03534" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="5510738c-c5a0-47e5-b3fb-982da726715d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5510738c-c5a0-47e5-b3fb-982da726715d">Reducing Software Developer Human Errors by Improving Situation Awareness</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/bhaveetnagaria" class="navigate">Bhaveet Nagaria</a><span class="prog-aff"> Brunel University London</span>, <a href="https://2021.esec-fse.org/profile/tracyhall1" class="navigate">Tracy Hall</a><span class="prog-aff"> Lancaster University</span></div></td></tr><tr data-slot-id="25585797-c475-4032-a7bb-4a375d63a86e" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="d7da41d6-0b1c-4858-a724-c4f27ec85e10" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d7da41d6-0b1c-4858-a724-c4f27ec85e10">A Case for Human Values in Software Engineering</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a><span class="prog-aff"> CSIRO's Data61 and Monash University</span>, <a href="https://2021.esec-fse.org/profile/mariaangelaferrario1" class="navigate">Maria Angela Ferrario</a><span class="prog-aff"> Queen's University Belfast</span>, <a href="https://2021.esec-fse.org/profile/willsimm" class="navigate">Will Simm</a><span class="prog-aff"> Lancaster University</span>, <a href="https://2021.esec-fse.org/profile/waquarhussein" class="navigate">Waquar Hussein</a><span class="prog-aff"> Monash University</span></div></td></tr><tr data-slot-id="ebdf7991-6e79-40bb-99de-788409c02703" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="1e5991ba-a887-44f4-adb5-affaac3d88ba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1e5991ba-a887-44f4-adb5-affaac3d88ba">Is 40 the new 60? How popular media portrays the employability of older software developers</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sebastianbaltes" class="navigate">Sebastian Baltes</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/georgepark" class="navigate">George Park</a><span class="prog-aff"> Itility</span>, <a href="https://2021.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="601c1a9d-15ce-4422-b49f-25da5895fc5e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="c67405ab-9472-4b68-90b2-46427ff31e82" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c67405ab-9472-4b68-90b2-46427ff31e82">csDetector: An Open Source Tool for Community Smells Detection</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nurialmarimi" class="navigate">Nuri Almarimi</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/aliouni" class="navigate">Ali Ouni</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/moatazchouchen" class="navigate">Moataz Chouchen</a><span class="prog-aff"> ETS</span>, <a href="https://2021.esec-fse.org/profile/mohamedwiemmkaouer" class="navigate">Mohamed Wiem Mkaouer</a><span class="prog-aff"> Rochester Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3473121" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f5b90b3f-a029-4508-8e62-09bc9862308d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d9508484-c0ac-456c-a832-df56c3f23608" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d9508484-c0ac-456c-a832-df56c3f23608">Q&amp;A (Human Aspects—Developers 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Thu 26 Aug 2021" data-facet-date-order="210826" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Debugging 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/emersonmurphyhill" target="_blank" class="navigate">Emerson Murphy-Hill</a><span class="prog-aff"> Google</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a6ac6f11-9012-4f24-8542-63e3df43d972" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="11a5965b-d462-4922-bacc-0c75c1ff8d02" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="11a5965b-d462-4922-bacc-0c75c1ff8d02">Detecting and Localizing Keyboard Accessibility Failures in Web Applications<span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/paultchiou" class="navigate">Paul T. Chiou</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2021.esec-fse.org/profile/alisalotaibi" class="navigate">Ali S. Alotaibi</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2021.esec-fse.org/profile/williamgjhalfond" class="navigate">William G.J. Halfond</a><span class="prog-aff"> University of Southern California</span></div><a href="https://doi.org/10.1145/3468264.3468581" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7b102e30-8191-4e54-a60e-aec7adf21661" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="09ced9d4-3ac6-4233-a9fa-05bbfe49bed8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="09ced9d4-3ac6-4233-a9fa-05bbfe49bed8">Swarmbug: Debugging Configuration Bugs in Swarm Robotics</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/chijungjung" class="navigate">Chijung Jung</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2021.esec-fse.org/profile/aliahad" class="navigate">Ali Ahad</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2021.esec-fse.org/profile/jinhojung" class="navigate">Jinho Jung</a><span class="prog-aff"> Georgia Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/sebastianelbaum1" class="navigate">Sebastian Elbaum</a><span class="prog-aff"> University of Virginia</span>, <a href="https://2021.esec-fse.org/profile/yonghwikwon" class="navigate">Yonghwi Kwon</a><span class="prog-aff"> University of Virginia</span></div><a href="https://doi.org/10.1145/3468264.3468601" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="78cc3fd5-c5fc-4494-9261-fde55586367c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="aaef532c-e1aa-42e5-be9a-899bc13460df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aaef532c-e1aa-42e5-be9a-899bc13460df">Probabilistic Delta Debugging<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/guanchengwang" class="navigate">Guancheng Wang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/ruobingshen" class="navigate">Ruobing Shen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468625" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://github.com/Amocy-Wang/ProbDD/blob/main/Camera_Ready_FSE_21__ProbDD.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="d5c8ba10-5b32-4121-8e5d-8d6859ab42bc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="fb9e3def-ffca-40e0-8239-f8d4115f055d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fb9e3def-ffca-40e0-8239-f8d4115f055d">Q&amp;A (Testing—Debugging 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div></div><script type="text/javascript">window.preselectTimeBand = true; </script><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Fri 27 Aug</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Athens</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-0"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">00:00 - 01:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Recommender Systems<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/juridirocco" target="_blank" class="navigate">Juri Di Rocco</a><span class="prog-aff"> University of L'Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d169c835-b948-4bbf-9c87-6758a4ef5d42" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1585ea5f-26e8-4c6d-952e-12c3b30df5df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1585ea5f-26e8-4c6d-952e-12c3b30df5df">Which Abbreviations Should Be Expanded?<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yanjiejiang" class="navigate">Yanjie Jiang</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/huiliu" class="navigate">Hui Liu</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/yuxiazhang1" class="navigate">Yuxia Zhang</a><span class="prog-aff"> Beijing Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/nanniu" class="navigate">Nan Niu</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/yuhaizhao" class="navigate">Yuhai Zhao</a><span class="prog-aff"> Northeastern University</span>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468616" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2503e564-e555-4eb1-b04d-51b6e522ec52" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="8072f9cc-c96c-4805-84df-37c9bc95d163" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8072f9cc-c96c-4805-84df-37c9bc95d163">BRAID: An API Recommender Supporting Implicit User Feedback</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yuzhou" class="navigate">Yu Zhou</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics</span>, <a href="https://2021.esec-fse.org/profile/haonanjin" class="navigate">Haonan Jin</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics</span>, <a href="https://2021.esec-fse.org/profile/xinyingyang" class="navigate">Xinying Yang</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics</span>, <a href="https://2021.esec-fse.org/profile/taoluechen" class="navigate">Taolue Chen</a><span class="prog-aff"> University of London</span>, <a href="https://2021.esec-fse.org/profile/krishnanarasimhan" class="navigate">Krishna Narasimhan</a><span class="prog-aff"> TU Darmstadt</span>, <a href="https://2021.esec-fse.org/profile/haraldgall" class="navigate">Harald Gall</a><span class="prog-aff"> University of Zurich</span></div><a href="https://doi.org/10.1145/3468264.3473111" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b6531ae4-0f24-4cc1-a987-491eab7a84ab" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="9014a5df-48fd-4226-a3f5-0fa01e139513" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9014a5df-48fd-4226-a3f5-0fa01e139513">Code2Que: A Tool for Improving Question Titles from Mined Code Snippets in Stack Overflow</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/yuanfangli" class="navigate">Yuan-Fang Li</a><span class="prog-aff"> Monash University</span></div><a href="https://doi.org/10.1145/3468264.3473114" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d5d912a8-ff40-4edc-952b-f7a82048047d" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="7b246192-69bd-473f-803e-4b0737fa05ac" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7b246192-69bd-473f-803e-4b0737fa05ac">StackEmo: Towards Enhancing User Experience by Augmenting Stack Overflow with Emojis</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/akhilasrimanasavenigalla1" class="navigate">Akhila Sri Manasa Venigalla</a><span class="prog-aff"> IIT Tirupati</span>, <a href="https://2021.esec-fse.org/profile/sridharchimalakonda" class="navigate">Sridhar Chimalakonda</a><span class="prog-aff"> IIT Tirupati</span></div><a href="https://doi.org/10.1145/3468264.3473119" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/12/StackEmo-Towards-Enhancing-User-Experience-by-Augmenting-Stack-Overflow-with-Emojis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="c8428a2b-fcc7-480f-adb8-e4c122679324" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="e38035c7-a3eb-4183-a47c-5815c9adcc9b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e38035c7-a3eb-4183-a47c-5815c9adcc9b">Domain Adaptation for an Automated Classification of Deontic Modalities in Software Engineering Contracts</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/vivekjoshi" class="navigate">Vivek Joshi</a><span class="prog-aff"> TCS Research</span>, <a href="https://2021.esec-fse.org/profile/preethuroseanish" class="navigate">Preethu Rose Anish</a><span class="prog-aff"> TCS Research</span>, <a href="https://2021.esec-fse.org/profile/smitaghaisas" class="navigate">Smita Ghaisas</a><span class="prog-aff"> TCS Research</span></div><a href="https://doi.org/10.1145/3468264.3473921" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b8619c30-2b6d-48e7-9808-53b8ec1918cc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="060ac18d-9df2-4f4a-b2f9-05c38f4a730d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="060ac18d-9df2-4f4a-b2f9-05c38f4a730d">Q&amp;A (Analytics &amp; Software Evolution—Recommender Systems)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-0"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">00:00 - 01:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—HCI and Mobile<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/gustavopinto" target="_blank" class="navigate">Gustavo Pinto</a><span class="prog-aff"> Federal University of Pará (UFPA) and Zup Innovation</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="efe07bb4-9acb-4133-9db8-8c1e151de3ac" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c5c65d76-af41-4622-af31-df0e19bd9d8c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c5c65d76-af41-4622-af31-df0e19bd9d8c">Data-Driven Accessibility Repair Revisited: On the Effectiveness of Generating Labels for Icons in Android Apps</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/foroughmehralian" class="navigate">Forough Mehralian</a><span class="prog-aff"> University of California at Irvine</span>, <a href="https://2021.esec-fse.org/profile/navidsalehnamadi" class="navigate">Navid Salehnamadi</a><span class="prog-aff"> University of California at Irvine</span>, <a href="https://2021.esec-fse.org/profile/sammalek" class="navigate">Sam Malek</a><span class="prog-aff"> University of California at Irvine</span></div><a href="https://doi.org/10.1145/3468264.3468604" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="82ebbf16-d9c9-4ab5-a4d1-250b6fbe34e2" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="04390af3-d0af-42f0-bc46-2b4fd3a059b8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="04390af3-d0af-42f0-bc46-2b4fd3a059b8">Benchmarking Automated GUI Testing for Android against Real-World Bugs<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tingsu" class="navigate">Ting Su</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2021.esec-fse.org/profile/juewang1" class="navigate">Jue Wang</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/zhendongsu" class="navigate">Zhendong Su</a><span class="prog-aff"> ETH Zurich</span></div><a href="https://doi.org/10.1145/3468264.3468620" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://tingsu.github.io/files/fse21-themis.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/89/Benchmarking-Automated-GUI-Testing-for-Android-against-Real-World-Bugs" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="c9e08045-4739-40e0-99dd-b06068bb46db" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="0319b15d-7593-4da8-b557-6c9063b44d9c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0319b15d-7593-4da8-b557-6c9063b44d9c">An Empirical Study of GUI Widget Detection for Industrial Mobile Games</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jiamingye1" class="navigate">Jiaming Ye</a><span class="prog-aff"> Kyushu University</span>, <a href="https://2021.esec-fse.org/profile/kechen" class="navigate">Ke Chen</a><span class="prog-aff"> Fuxi AI Lab of Netease</span>, <a href="https://2021.esec-fse.org/profile/xiaofeixie" class="navigate">Xiaofei Xie</a><span class="prog-aff"> Kyushu University</span>, <a href="https://2021.esec-fse.org/profile/leima" class="navigate">Lei Ma</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2021.esec-fse.org/profile/ruochenhuang1" class="navigate">Ruochen Huang</a><span class="prog-aff"> University of Alberta</span>, <a href="https://2021.esec-fse.org/profile/yingfengchen" class="navigate">Yingfeng Chen</a><span class="prog-aff"> Fuxi AI Lab of Netease</span>, <a href="https://2021.esec-fse.org/profile/yinxingxue1" class="navigate">Yinxing Xue</a><span class="prog-aff"> University of Science and Technology of China</span>, <a href="https://2021.esec-fse.org/profile/jianjunzhao" class="navigate">Jianjun Zhao</a><span class="prog-aff"> Kyushu University</span></div><a href="https://doi.org/10.1145/3468264.3473935" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="237cca29-60ba-4b0a-a99c-c9857b7702ee" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="03ddece0-96f1-47e6-a6ef-63cc9b8b85b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="03ddece0-96f1-47e6-a6ef-63cc9b8b85b5">Q&amp;A (Human Aspects—HCI and Mobile)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-0"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">00:00 - 01:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Program Repair 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/tiennguyen" target="_blank" class="navigate">Tien N. Nguyen</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="45e05515-45ab-44c6-bdfb-f35ba4889ec5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5de459d6-18d8-450e-93be-79d06a05ecb4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5de459d6-18d8-450e-93be-79d06a05ecb4">VarFix: Balancing Edit Expressiveness and Search Effectiveness in Automated Program Repair</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/chupanwong" class="navigate">Chu-Pan Wong</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/priscilasantiesteban" class="navigate">Priscila Santiesteban</a><span class="prog-aff"> Coe College</span>, <a href="https://2021.esec-fse.org/profile/christiankastner" class="navigate">Christian Kästner</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/clairelegoues" class="navigate">Claire Le Goues</a><span class="prog-aff"> Carnegie Mellon University</span></div><a href="https://doi.org/10.1145/3468264.3468600" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1da3fc7b-90c1-44c4-8195-98437e2c3a2f" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="137a6039-0e09-439c-8d34-d68641f0e1ba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="137a6039-0e09-439c-8d34-d68641f0e1ba">Automated Patch Assessment for Program Repair at Scale</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/heye" class="navigate">He Ye</a><span class="prog-aff"> KTH Royal Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/matiasmartinez2" class="navigate">Matias Martinez</a><span class="prog-aff"> Université Polytechnique Hauts-de-France</span>, <a href="https://2021.esec-fse.org/profile/martinmonperrus" class="navigate">Martin Monperrus</a><span class="prog-aff"> KTH Royal Institute of Technology</span></div></td></tr><tr data-slot-id="61e544e0-ef2b-4c7b-abd3-d1240d8d45b4" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="d94f59da-315d-4ace-b447-498a4d7debe6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d94f59da-315d-4ace-b447-498a4d7debe6">Restore: Retrospective Fault Localization Enhancing Automated Program Repair</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tongtongxu1" class="navigate">Tongtong Xu</a><span class="prog-aff"> Department of Computing, The Hong Kong Polytechnic University, China; The State Key Laboratory for Novel Software Technology, Nanjing University, China</span>, <a href="https://2021.esec-fse.org/profile/liushanchen1" class="navigate">Liushan Chen</a><span class="prog-aff"> The Hong Kong Polytechnic University</span>, <a href="https://2021.esec-fse.org/profile/yupei" class="navigate">Yu Pei</a><span class="prog-aff"> Hong Kong Polytechnic University</span>, <a href="https://2021.esec-fse.org/profile/tianzhang" class="navigate">Tian Zhang</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/minxuepan" class="navigate">Minxue Pan</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/carloafuria" class="navigate">Carlo A. Furia</a><span class="prog-aff"> Università della Svizzera italiana (USI)</span></div></td></tr><tr data-slot-id="20ed5072-de46-49b5-8320-7c618312c659" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">00:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="23ae5c9b-6e02-433f-b726-a3564be3654f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="23ae5c9b-6e02-433f-b726-a3564be3654f">Q&amp;A (Testing—Program Repair 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Dependability<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/eunsukkang" target="_blank" class="navigate">Eunsuk Kang</a><span class="prog-aff"> Carnegie Mellon University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="f84dc9c6-5afb-4034-84be-d6af1cffb7e3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="05cdc74b-b73a-461e-bc24-ed776be69fd8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="05cdc74b-b73a-461e-bc24-ed776be69fd8">Lightweight and Modular Resource Leak Verification<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/martinkellogg" class="navigate">Martin Kellogg</a><span class="prog-aff"> University of Washington</span>, <a href="https://2021.esec-fse.org/profile/nargesshadab1" class="navigate">Narges Shadab</a><span class="prog-aff"> University of California at Riverside</span>, <a href="https://2021.esec-fse.org/profile/manusridharan" class="navigate">Manu Sridharan</a><span class="prog-aff"> University of California at Riverside</span>, <a href="https://2021.esec-fse.org/profile/michaeldernst" class="navigate">Michael D. Ernst</a><span class="prog-aff"> University of Washington</span></div><a href="https://doi.org/10.1145/3468264.3468576" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="a712b033-e484-4928-8e7d-718f5175bab8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f4d16ee2-fcea-4892-bbd2-b4b23ac8887e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f4d16ee2-fcea-4892-bbd2-b4b23ac8887e">JSISOLATE: Lightweight In-Browser JavaScript Isolation<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mingxuezhang" class="navigate">Mingxue Zhang</a><span class="prog-aff"> Chinese University of Hong Kong</span>, <a href="https://2021.esec-fse.org/profile/weimeng" class="navigate">Wei Meng</a><span class="prog-aff"> Chinese University of Hong Kong</span></div><a href="https://doi.org/10.1145/3468264.3468577" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0b6b0f27-df03-497c-ad05-87dd6a1967ad" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="f452263d-c72d-47fc-a662-52e73ce5493c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f452263d-c72d-47fc-a662-52e73ce5493c">Software Robustness: A Survey, a Theory, and Prospects</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/justynapetke" class="navigate">Justyna Petke</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/davidclark" class="navigate">David Clark</a><span class="prog-aff"> University College London</span>, <a href="https://2021.esec-fse.org/profile/williamlangdon1" class="navigate">William B. Langdon</a><span class="prog-aff"> University College London</span></div><a href="https://doi.org/10.1145/3468264.3473133" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="05977c44-e7d7-4712-b284-6e4265edc4a2" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="b87dfeb8-8c77-4ade-87b7-1eae3aa48785" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b87dfeb8-8c77-4ade-87b7-1eae3aa48785">Health of Smart Ecosystems</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nouraelmoussa" class="navigate">Noura El Moussa</a><span class="prog-aff"> USI Lugano; Schaffhausen Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/davidemolinelli1" class="navigate">Davide Molinelli</a><span class="prog-aff"> USI Lugano; Schaffhausen Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/mauropezze" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Lugano; Schaffhausen Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/martintappler" class="navigate">Martin Tappler</a><span class="prog-aff"> TU Graz; Silicon Austria Labs</span></div><a href="https://doi.org/10.1145/3468264.3473137" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="501aacfa-6832-46b0-84f6-d3af9689946f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="518ba3eb-87e2-4646-b6a6-7c340c9a8b6a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="518ba3eb-87e2-4646-b6a6-7c340c9a8b6a">Q&amp;A (Dependability—Dependability)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Software Evolution 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/martinrobillard" target="_blank" class="navigate">Martin P. Robillard</a><span class="prog-aff"> McGill University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" target="_blank" class="navigate">John Grundy</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="43161cde-4c78-46e8-80ec-b3b927c20364" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="fdb9be0f-ebd9-4a6e-9e81-bc095eec083e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fdb9be0f-ebd9-4a6e-9e81-bc095eec083e">Duplicated Code Pattern Mining in Visual Programming Languages</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/miguelterraneves" class="navigate">Miguel Terra-Neves</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/joaopedronunesnadkarni" class="navigate">João Pedro Nunes Nadkarni</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/miguelventura" class="navigate">Miguel Ventura</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/pedroresende" class="navigate">Pedro Resende</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/hugoveiga" class="navigate">Hugo Veiga</a><span class="prog-aff"> OutSystems</span>, <a href="https://2021.esec-fse.org/profile/antonioalegria" class="navigate">António Alegria</a><span class="prog-aff"> OutSystems</span></div><a href="https://doi.org/10.1145/3468264.3473928" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="60b47206-7aae-409a-99a2-4a4175c90d65" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="06982351-7242-45e4-b98c-3efa3e6a3a9d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="06982351-7242-45e4-b98c-3efa3e6a3a9d">Release Synchronization in Software Ecosystems</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/armstrongfoundjem" class="navigate">Armstrong Foundjem</a><span class="prog-aff"> Queen's University</span>, <a href="https://2021.esec-fse.org/profile/bramadams1" class="navigate">Bram Adams</a><span class="prog-aff"> Queens University</span></div></td></tr><tr data-slot-id="9a74cc1d-8508-42c2-95df-c7dcc8350dea" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="b42c9ec7-2424-49c4-b3c2-071eb1c05212" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b42c9ec7-2424-49c4-b3c2-071eb1c05212">Towards Immersive Software Archaeology: Regaining Legacy Systems’ Design Knowledge via Interactive Exploration in Virtual Reality</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adrianhoff1" class="navigate">Adrian Hoff</a><span class="prog-aff"> IT University of Copenhagen</span>, <a href="https://2021.esec-fse.org/profile/michaelnieke1" class="navigate">Michael Nieke</a><span class="prog-aff"> IT University of Copenhagen</span>, <a href="https://2021.esec-fse.org/profile/christophseidl" class="navigate">Christoph Seidl</a><span class="prog-aff"> IT University of Copenhagen</span></div><a href="https://doi.org/10.1145/3468264.3473128" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="668af794-c495-4ecf-8d21-63e40e780ef8" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="38825fda-3696-4985-b067-2a66e4073479" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="38825fda-3696-4985-b067-2a66e4073479">KGAMD: An API-Misuse Detector Driven by Fine-Grained API-Constraint Knowledge Graph</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaoxueren" class="navigate">Xiaoxue Ren</a><span class="prog-aff"> Zhejiang University</span>, <a href="https://2021.esec-fse.org/profile/xinyuanye" class="navigate">Xinyuan Ye</a><span class="prog-aff"> Australian National University</span>, <a href="https://2021.esec-fse.org/profile/zhenchangxing" class="navigate">Zhenchang Xing</a><span class="prog-aff"> Australian National University</span>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Huawei Technologies</span>, <a href="https://2021.esec-fse.org/profile/xiweixu" class="navigate">Xiwei (Sherry) Xu</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2021.esec-fse.org/profile/limingzhu" class="navigate">Liming Zhu</a><span class="prog-aff"> CSIRO’s Data61; UNSW</span>, <a href="https://2021.esec-fse.org/profile/jianlingsun" class="navigate">JianLing Sun</a><span class="prog-aff"> Zhejiang University</span></div><a href="https://doi.org/10.1145/3468264.3473112" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="17d1e497-1187-4cba-8aea-000715802719" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="93ff248d-44ac-45e2-a109-fb07a60aeeff" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="93ff248d-44ac-45e2-a109-fb07a60aeeff">Q&amp;A (Analytics &amp; Software Evolution—Software Evolution 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Test Generation 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/shivanejati" target="_blank" class="navigate">Shiva Nejati</a><span class="prog-aff"> University of Ottawa</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6b2bd936-3135-4cdf-8362-57a4aa8f2175" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7652ece0-67b6-4709-a45d-d4b7809415bb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7652ece0-67b6-4709-a45d-d4b7809415bb">Graph-Based Seed Object Synthesis for Search-Based Unit Testing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yunlin" class="navigate">Yun Lin</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/youshengong" class="navigate">You Sheng Ong</a><span class="prog-aff"> National University of Singapore</span>, <a href="https://2021.esec-fse.org/profile/junsun" class="navigate">Jun Sun</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/gordonfraser" class="navigate">Gordon Fraser</a><span class="prog-aff"> University of Passau</span>, <a href="https://2021.esec-fse.org/profile/jinsongdong" class="navigate">Jin Song Dong</a><span class="prog-aff"> National University of Singapore</span></div><a href="https://doi.org/10.1145/3468264.3468619" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://linyun.info/publications/fse21.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="6ed9ea41-d478-48b5-898d-efc9508a5e9e" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="88e91ce0-ff20-4cfa-87b5-9be5d01d65ec" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="88e91ce0-ff20-4cfa-87b5-9be5d01d65ec">An Extended Abstract of ''Theoretical and Empirical Analyses of the Effectiveness of Metamorphic Relation Composition''</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kunqiu1" class="navigate">Kun Qiu</a><span class="prog-aff"> Hefei University of Technology</span>, <a href="https://2021.esec-fse.org/profile/zhengzheng" class="navigate">Zheng Zheng</a><span class="prog-aff"> Beihang University</span>, <a href="https://2021.esec-fse.org/profile/tsongyuehchen" class="navigate">Tsong Yueh Chen</a><span class="prog-aff"> Swinburne University of Technology</span>, <a href="https://2021.esec-fse.org/profile/paklokpoon" class="navigate">Pak-Lok Poon</a><span class="prog-aff"> School of Engineering &amp; Technology, Central Queensland University, Australia</span></div><a href="https://ieeexplore.ieee.org/document/9144441" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1109/TSE.2020.3009698" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ebcbd62c-89ff-416d-ad3c-d791a0a5dbde" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="197109da-fd08-4cc1-8da2-f3b6836591e7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="197109da-fd08-4cc1-8da2-f3b6836591e7">Output Sampling for Output Diversity in Automatic Unit Test Generation</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hectormenendez1" class="navigate">Hector Menendez</a><span class="prog-aff"> Middlesex University London</span>, <a href="https://2021.esec-fse.org/profile/micheleboreale" class="navigate">Michele Boreale</a><span class="prog-aff"> Università di Firenze</span>, <a href="https://2021.esec-fse.org/profile/danielegorla" class="navigate">Daniele Gorla</a><span class="prog-aff"> Department of Computer Science, Sapienza University of Rome</span>, <a href="https://2021.esec-fse.org/profile/davidclark" class="navigate">David Clark</a><span class="prog-aff"> University College London</span></div></td></tr><tr data-slot-id="47e6db6f-62fd-4e52-9cc5-49aa73fbba7c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="cfc0a217-9fd6-4269-b67a-cefc594d0b8f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cfc0a217-9fd6-4269-b67a-cefc594d0b8f">Q&amp;A (Testing—Test Generation 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Vulnerabilities 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/marshachechik" target="_blank" class="navigate">Marsha Chechik</a><span class="prog-aff"> University of Toronto</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4c2e129f-e36b-43f3-be21-025e6d4e5bea" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8f80e077-05a5-44af-9169-558f8069f665" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8f80e077-05a5-44af-9169-558f8069f665">Detecting Node.js Prototype Pollution Vulnerabilities via Object Lookup Analysis<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/songli" class="navigate">Song Li</a><span class="prog-aff"> Johns Hopkins University</span>, <a href="https://2021.esec-fse.org/profile/mingqingkang" class="navigate">Mingqing Kang</a><span class="prog-aff"> Johns Hopkins University</span>, <a href="https://2021.esec-fse.org/profile/jianweihou" class="navigate">Jianwei Hou</a><span class="prog-aff"> Johns Hopkins University; Renmin University of China</span>, <a href="https://2021.esec-fse.org/profile/yinzhicao" class="navigate">Yinzhi Cao</a><span class="prog-aff"> Johns Hopkins University</span></div><a href="https://doi.org/10.1145/3468264.3468542" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="46c30b9a-0fe8-4e49-abc7-8b129413e862" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b387508c-abee-4f21-bd9f-6098c2775b86" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b387508c-abee-4f21-bd9f-6098c2775b86">Detecting Concurrency Vulnerabilities Based on Partial Orders of Memory and Thread Events</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kunpengyu" class="navigate">Kunpeng Yu</a><span class="prog-aff"> Xi'an Jiaotong University</span>, <a href="https://2021.esec-fse.org/profile/chenxuwang" class="navigate">Chenxu Wang</a><span class="prog-aff"> Xi'an Jiaotong University</span>, <a href="https://2021.esec-fse.org/profile/yancai" class="navigate">Yan Cai</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/xiapuluo" class="navigate">Xiapu Luo</a><span class="prog-aff"> Hong Kong Polytechnic University</span>, <a href="https://2021.esec-fse.org/profile/zijiangyang" class="navigate">Zijiang Yang</a><span class="prog-aff"> Western Michigan University</span></div><a href="https://doi.org/10.1145/3468264.3468572" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="c6edc005-39e7-4cd6-b152-22114648c609" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8bb0552a-ac9c-48be-96e5-1b6e14981268" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8bb0552a-ac9c-48be-96e5-1b6e14981268">Vulnerability Detection with Fine-Grained Interpretations</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yili1" class="navigate">Yi Li</a><span class="prog-aff"> New Jersey Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/shaohuawang" class="navigate">Shaohua Wang</a><span class="prog-aff"> New Jersey Institute of Technology</span>, <a href="https://2021.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://doi.org/10.1145/3468264.3468597" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2106.10478.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="d667e5f5-15f7-4cd4-a507-1d507b30271d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="598b0570-4f10-4d36-b9fc-9c7730d29c55" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="598b0570-4f10-4d36-b9fc-9c7730d29c55">Q&amp;A (Dependability—Vulnerabilities 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Software Evolution 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/lingxiaojiang" target="_blank" class="navigate">Lingxiao Jiang</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/massimilianodipenta" target="_blank" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="146e6797-cc5b-4a1a-8e67-db8572e5939e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e675c343-0240-403d-b0df-35f3f4650ca0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e675c343-0240-403d-b0df-35f3f4650ca0">Feature Trace Recording<span class="pull-right"><span data-facet-badge="Best Artifact Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Best Artifact Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/paulmaximilianbittner" class="navigate">Paul Maximilian Bittner</a><span class="prog-aff"> University of Ulm</span>, <a href="https://2021.esec-fse.org/profile/alexanderschulthei" class="navigate">Alexander Schultheiß</a><span class="prog-aff"> Humboldt University of Berlin</span>, <a href="https://2021.esec-fse.org/profile/thomasthum" class="navigate">Thomas Thüm</a><span class="prog-aff"> University of Ulm</span>, <a href="https://2021.esec-fse.org/profile/timokehrer" class="navigate">Timo Kehrer</a><span class="prog-aff"> Humboldt University of Berlin</span>, <a href="https://2021.esec-fse.org/profile/jeffreymyoung" class="navigate">Jeffrey M. Young</a><span class="prog-aff"> Oregon State University</span>, <a href="https://2021.esec-fse.org/profile/lukaslinsbauer" class="navigate">Lukas Linsbauer</a><span class="prog-aff"> TU Braunschweig</span></div><a href="https://dl.acm.org/doi/10.1145/3468264.3468531" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3468264.3468531" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://github.com/SoftVarE-Group/Papers/raw/master/2021/2021-ESECFSE-Bittner.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/1/Feature-Trace-Recording" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="78edcef5-04dd-487f-8e8e-c256042c46ec" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="438f9bde-073c-4b5b-beec-7c7a69fec292" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="438f9bde-073c-4b5b-beec-7c7a69fec292">A Longitudinal Analysis of Bloated Java Dependencies<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cesarsotovalero" class="navigate">César Soto-Valero</a><span class="prog-aff"> KTH</span>, <a href="https://2021.esec-fse.org/profile/thomasdurieux" class="navigate">Thomas Durieux</a><span class="prog-aff"> KTH</span>, <a href="https://2021.esec-fse.org/profile/benoitbaudry" class="navigate">Benoit Baudry</a><span class="prog-aff"> KTH</span></div><a href="https://doi.org/10.1145/3468264.3468589" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2105.14226.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="be935cf2-ce84-45ce-92ee-c26f942851e0" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="1b87d012-7e0f-4bc1-8619-840765ba0413" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1b87d012-7e0f-4bc1-8619-840765ba0413">DAF: Dependency-Aware FaaSifier for Node.js Monolithic Applications</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/saskoristov" class="navigate">Sasko Ristov</a><span class="prog-aff"> University of Innsbruck</span>, <a href="https://2021.esec-fse.org/profile/stefanpedratscher" class="navigate">Stefan Pedratscher</a><span class="prog-aff"> University of Innsbruck</span>, <a href="https://2021.esec-fse.org/profile/jakobwallnofer" class="navigate">Jakob Wallnöfer</a><span class="prog-aff"> University of Innsbruck</span>, <a href="https://2021.esec-fse.org/profile/thomasfahringer" class="navigate">Thomas Fahringer</a><span class="prog-aff"> University of Innsbruck</span></div></td></tr><tr data-slot-id="6cc32d45-0e6b-4424-8eb8-cdcc3495d957" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="a3143a04-76bb-46bf-8d1e-b20ecb599109" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a3143a04-76bb-46bf-8d1e-b20ecb599109">AC²: Towards Understanding Architectural Changes in Python Projects</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/aeashaanrao1" class="navigate">A. Eashaan Rao</a><span class="prog-aff"> IIT Tirupati</span>, <a href="https://2021.esec-fse.org/profile/dheerajvagavolu" class="navigate">Dheeraj Vagavolu</a><span class="prog-aff"> IIT Tirupati</span>, <a href="https://2021.esec-fse.org/profile/sridharchimalakonda" class="navigate">Sridhar Chimalakonda</a><span class="prog-aff"> IIT Tirupati</span></div><a href="https://doi.org/10.1145/3468264.3473120" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/13/AC-Towards-Understanding-Architectural-Changes-in-Python-Projects" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="bc75d8a6-7d52-4b70-92bc-5113b48ad5bc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5989cf33-71f7-4fed-bc8d-ed579eec8d08" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5989cf33-71f7-4fed-bc8d-ed579eec8d08">Q&amp;A (Analytics &amp; Software Evolution—Software Evolution 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Test Generation 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/shivanejati" target="_blank" class="navigate">Shiva Nejati</a><span class="prog-aff"> University of Ottawa</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1476ecb6-3ffc-4f78-9461-eead4d9ed3bc" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c00396e2-8153-4cf8-b156-e3fe50ab8e20" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c00396e2-8153-4cf8-b156-e3fe50ab8e20">LS-Sampling: An Effective Local Search Based Sampling Approach for Achieving High t-wise Coverage</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/chuanluo" class="navigate">Chuan Luo</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/binqisun" class="navigate">Binqi Sun</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/boqiao" class="navigate">Bo Qiao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle</span>, <a href="https://2021.esec-fse.org/profile/jinkunlin" class="navigate">Jinkun Lin</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3468622" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0dd420d6-87eb-4037-9ac6-37dab1c7d16f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="98bcd9cd-899b-4169-8dae-17576f116446" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="98bcd9cd-899b-4169-8dae-17576f116446">GLIB: Towards Automated Test Oracle for Graphically-Rich Applications<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kechen" class="navigate">Ke Chen</a><span class="prog-aff"> Fuxi AI Lab of Netease</span>, <a href="https://2021.esec-fse.org/profile/yufeili" class="navigate">Yufei Li</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2021.esec-fse.org/profile/yingfengchen" class="navigate">Yingfeng Chen</a><span class="prog-aff"> Fuxi AI Lab of Netease</span>, <a href="https://2021.esec-fse.org/profile/changjiefan" class="navigate">Changjie Fan</a><span class="prog-aff"> Netease</span>, <a href="https://2021.esec-fse.org/profile/zhipenghu" class="navigate">Zhipeng Hu</a><span class="prog-aff"> Netease</span>, <a href="https://2021.esec-fse.org/profile/weiyang" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span></div><a href="https://doi.org/10.1145/3468264.3468586" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="de142f9c-08bf-41e3-809f-d38e030e17bd" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="42f8dbba-da17-4da7-9ae8-1587fc69b9a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="42f8dbba-da17-4da7-9ae8-1587fc69b9a6">CrossASR++: A Modular Differential Testing Framework for Automatic Speech Recognition</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/muhammadhilmiasyrofi" class="navigate">Muhammad Hilmi Asyrofi</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/zhouyang" class="navigate">Zhou Yang</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span></div><a href="https://doi.org/10.1145/3468264.3473124" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://mhilmiasyrofi.github.io/papers/CrossASRv2.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/17/CrossASR-A-Modular-Differential-Testing-Framework-for-Automatic-Speech-Recognition" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f71b5f7b-39c6-4d56-9f79-f3969ac4e27e" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="6fc289b2-b767-4a3b-9a8f-41e72d965cba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6fc289b2-b767-4a3b-9a8f-41e72d965cba">Practical Constraint Solving for Generating System Test Data</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ghanemsoltana" class="navigate">Ghanem Soltana</a><span class="prog-aff"> SnT, University of Luxembourg</span>, <a href="https://2021.esec-fse.org/profile/mehrdadsabetzadeh" class="navigate">Mehrdad Sabetzadeh</a><span class="prog-aff"> University of Ottawa</span>, <a href="https://2021.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a><span class="prog-aff"> University of Ottawa, Canada / University of Luxembourg, Luxembourg</span></div></td></tr><tr data-slot-id="f234e4d0-57a7-4522-9c59-2273c2766d28" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="245bd525-baca-419b-b279-1f183635e155" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="245bd525-baca-419b-b279-1f183635e155">Q&amp;A (Testing—Test Generation 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Vulnerabilities 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/ramyshahin" target="_blank" class="navigate">Ramy Shahin</a><span class="prog-aff"> University of Toronto</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="82b464d6-539c-4435-b968-1c9389c2fd12" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="939e3322-be13-4f4e-ad28-b44673e500ca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="939e3322-be13-4f4e-ad28-b44673e500ca">Identifying Casualty Changes in Software Patches</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adrianasejfia" class="navigate">Adriana Sejfia</a><span class="prog-aff"> University of Southern California</span>, <a href="https://2021.esec-fse.org/profile/yixuezhao" class="navigate">Yixue Zhao</a><span class="prog-aff"> University of Massachusetts at Amherst</span>, <a href="https://2021.esec-fse.org/profile/nenadmedvidovic" class="navigate">Nenad Medvidović</a><span class="prog-aff"> University of Southern California</span></div><a href="https://doi.org/10.1145/3468264.3468624" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/93/Identifying-Casualty-Changes-in-Software-Patches" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="8708e148-01a6-410e-9c2d-bc68291ca7d3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7a3ca400-6af4-4df8-ace3-5a25640d4b5d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7a3ca400-6af4-4df8-ace3-5a25640d4b5d">ACHyb: A Hybrid Analysis Approach to Detect Kernel Access Control Vulnerabilities<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yanghu1" class="navigate">Yang Hu</a><span class="prog-aff"> The University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/wenxiwang" class="navigate">Wenxi Wang</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/casenhunger" class="navigate">Casen Hunger</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/rileywood" class="navigate">Riley Wood</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/sarfrazkhurshid" class="navigate">Sarfraz Khurshid</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/mohittiwari" class="navigate">Mohit Tiwari</a><span class="prog-aff"> University of Texas at Austin</span></div><a href="https://doi.org/10.1145/3468264.3468627" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="8f502fee-ee58-49e6-9ad2-8d0c43cc0f75" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="73c59a92-52fb-4e96-8b86-43907b1d0f48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="73c59a92-52fb-4e96-8b86-43907b1d0f48">ICME: An Informed Consent Management Engine for Conformance in Smart Building Environments</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cheharapathmabandu" class="navigate">Chehara Pathmabandu</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/mohanbaruwalchhetri" class="navigate">Mohan Baruwal Chhetri</a><span class="prog-aff"> CSIRO’s Data61</span>, <a href="https://2021.esec-fse.org/profile/zubairbaig" class="navigate">Zubair Baig</a><span class="prog-aff"> Deakin University</span></div><a href="https://doi.org/10.1145/3468264.3473118" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/11/ICME-An-Informed-Consent-Management-Engine-for-Conformance-in-Smart-Building-Environ" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="30f2f0c6-f28a-4f85-86a8-eccf97816dbf" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="fa27e3e8-4c86-463f-a3a6-4658ea3d42e1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="fa27e3e8-4c86-463f-a3a6-4658ea3d42e1">CrossVul: A Cross-Language Vulnerability Dataset with Commit Data</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/georgiosnikitopoulos" class="navigate">Georgios Nikitopoulos</a><span class="prog-aff"> University of Thessaly</span>, <a href="https://2021.esec-fse.org/profile/konstantinadritsa" class="navigate">Konstantina Dritsa</a><span class="prog-aff"> Athens University of Economics and Business</span>, <a href="https://2021.esec-fse.org/profile/panoslouridas" class="navigate">Panos Louridas</a><span class="prog-aff"> Athens University of Economics and Business</span>, <a href="https://2021.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/3468264.3473122" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="996904c8-c0df-4c44-8e72-a73046c31469" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9c3fdbc1-1613-41bc-ac59-6241b49dd888" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9c3fdbc1-1613-41bc-ac59-6241b49dd888">Q&amp;A (Dependability—Vulnerabilities 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Analytics &amp; Software Evolution—Refactoring<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/veneraarnaoudova" target="_blank" class="navigate">Venera Arnaoudova</a><span class="prog-aff"> Washington State University</span>, <a href="https://2021.esec-fse.org/profile/alexanderchatzigeorgiou" target="_blank" class="navigate">Alexander Chatzigeorgiou</a><span class="prog-aff"> University of Macedonia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ec483a24-abab-4c5a-8f81-29c3f9eed3be" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="83b9f943-74ae-4d18-b7d0-23f2920faff0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="83b9f943-74ae-4d18-b7d0-23f2920faff0">An Automatic Refactoring Framework for Replacing Test-Production Inheritance by Mocking Mechanism<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaowang1" class="navigate">Xiao Wang</a><span class="prog-aff"> Stevens Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/luxiao" class="navigate">Lu Xiao</a><span class="prog-aff"> Stevens Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/tingtingyu" class="navigate">Tingting Yu</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/annewoepse1" class="navigate">Anne Woepse</a><span class="prog-aff"> Analytical Graphics</span>, <a href="https://2021.esec-fse.org/profile/sunnywong1" class="navigate">Sunny Wong</a><span class="prog-aff"> Analytical Graphics</span></div><a href="https://doi.org/10.1145/3468264.3468590" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="359a5b4e-091e-4d8f-bcdd-6a8445983828" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e306efaa-14e5-450a-a917-e0f1fe617dae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e306efaa-14e5-450a-a917-e0f1fe617dae">RePOR: Mimicking humans on refactoring tasks. Are we there yet?</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rodrigomorales" class="navigate">Rodrigo Morales</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/foutsekhomh" class="navigate">Foutse Khomh</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2021.esec-fse.org/profile/giulianoantoniol" class="navigate">Giuliano Antoniol</a><span class="prog-aff"> Polytechnique Montréal</span></div></td></tr><tr data-slot-id="d991665c-a819-4d0e-8e15-ef91aa330dc9" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="4a5d4461-a8fe-4a46-a7b6-1b774f5f1125" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4a5d4461-a8fe-4a46-a7b6-1b774f5f1125">One Thousand and One Stories: A Large-Scale Survey of Software Refactoring</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yaroslavgolubev" class="navigate">Yaroslav Golubev</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2021.esec-fse.org/profile/zarinakurbatova" class="navigate">Zarina Kurbatova</a><span class="prog-aff"> JetBrains Research</span>, <a href="https://2021.esec-fse.org/profile/emanalomar" class="navigate">Eman Abdullah AlOmar</a><span class="prog-aff"> Rochester Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/timofeybryksin" class="navigate">Timofey Bryksin</a><span class="prog-aff"> JetBrains Research; HSE University</span>, <a href="https://2021.esec-fse.org/profile/mohamedwiemmkaouer" class="navigate">Mohamed Wiem Mkaouer</a><span class="prog-aff"> Rochester Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3473924" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2107.07357" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="ea7473dd-505d-48dc-ad09-59a0509ec894" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="30dcb263-ba82-4fc5-bf89-b2308d4d3901" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="30dcb263-ba82-4fc5-bf89-b2308d4d3901">Q&amp;A (Analytics &amp; Software Evolution—Refactoring)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—Human Computer Interaction<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/bonitasharif" target="_blank" class="navigate">Bonita Sharif</a><span class="prog-aff"> University of Nebraska-Lincoln, USA</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8091c05c-229f-4a01-80f3-24e3c55e114f" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="95b58918-1104-475b-bc76-9b4b6518fa28" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="95b58918-1104-475b-bc76-9b4b6518fa28">Synthesis of Web Layouts from Examples<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/dylanlukes" class="navigate">Dylan Lukes</a><span class="prog-aff"> University of California at San Diego</span>, <a href="https://2021.esec-fse.org/profile/johnsarracino" class="navigate">John Sarracino</a><span class="prog-aff"> Cornell University</span>, <a href="https://2021.esec-fse.org/profile/coracoleman" class="navigate">Cora Coleman</a><span class="prog-aff"> University of California at San Diego</span>, <a href="https://2021.esec-fse.org/profile/hilapeleg" class="navigate">Hila Peleg</a><span class="prog-aff"> Technion</span>, <a href="https://2021.esec-fse.org/profile/sorinlerner" class="navigate">Sorin Lerner</a><span class="prog-aff"> University of California at San Diego</span>, <a href="https://2021.esec-fse.org/profile/nadiapolikarpova" class="navigate">Nadia Polikarpova</a><span class="prog-aff"> University of California at San Diego</span></div><a href="https://doi.org/10.1145/3468264.3468533" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="61a7ea7b-d171-41a6-a067-f9416ba7779f" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="04b82d10-137d-4b1b-aa02-0ec13a4329a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="04b82d10-137d-4b1b-aa02-0ec13a4329a2">Combined Intuition and Rationality Increases Software Feature Novelty for Female Software Designers</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cariannepretorius" class="navigate">Carianne Pretorius</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2021.esec-fse.org/profile/maryamrazavian" class="navigate">Maryam Razavian</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2021.esec-fse.org/profile/katrineling" class="navigate">Katrin Eling</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2021.esec-fse.org/profile/fredlangerak" class="navigate">Fred Langerak</a><span class="prog-aff"> Eindhoven University of Technology</span></div></td></tr><tr data-slot-id="3cc23471-85b6-46eb-b9f3-09d18b2ebecb" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:15</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="46f56b78-060d-4943-bfdb-b686b48faddd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="46f56b78-060d-4943-bfdb-b686b48faddd">BiasRV: Uncovering Biased Sentiment Predictions at Runtime</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhouyang" class="navigate">Zhou Yang</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/muhammadhilmiasyrofi" class="navigate">Muhammad Hilmi Asyrofi</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span></div><a href="https://doi.org/10.1145/3468264.3473117" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/10/BiasRV-Uncovering-Biased-Sentiment-Predictions-at-Runtime" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="a4cd9207-4e14-43a0-bcbd-da68ab07c760" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="a9390639-fc0c-4094-97c4-774cdf9bc06b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9390639-fc0c-4094-97c4-774cdf9bc06b">OwlEyes-Online: A Fully Automated Platform for Detecting and Localizing UI Display Issues</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yuhuisu" class="navigate">Yuhui Su</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/liuzhe" class="navigate">Zhe Liu</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/chunyangchen1" class="navigate">Chunyang Chen</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.esec-fse.org/profile/junjiewang1" class="navigate">Junjie Wang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/qingwang" class="navigate">Qing Wang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences</span></div><a href="https://doi.org/10.1145/3468264.3473109" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://dl.acm.org/profile/99659601521" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Authorizer link</a><a href="https://arxiv.org/pdf/2107.02364.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/2/OwlEyes-Online-A-Fully-Automated-Platform-for-Detecting-and-Localizing-UI-Display-Is" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="c3e15865-4669-430a-b4ac-f70eecc6b712" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="67cb57e0-72b6-4ff6-99b2-8722834d06b6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="67cb57e0-72b6-4ff6-99b2-8722834d06b6">Frontmatter: Mining Android User Interfaces at Scale<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/ff2c05b0-0ba7-4138-a9a5-8fba2f4e8afd/small?1629882434000" class="outputimage"/></span></span></a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/konstantinkuznetsov1" class="navigate">Konstantin Kuznetsov</a><span class="prog-aff"> CISPA</span>, <a href="https://2021.esec-fse.org/profile/chenfu" class="navigate">Chen Fu</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences; University of Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/songgao" class="navigate">Song Gao</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences; University of Chinese Academy of Sciences</span>, <a href="https://2021.esec-fse.org/profile/davidnjansen" class="navigate">David N. Jansen</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences; Institute of Intelligent Software</span>, <a href="https://2021.esec-fse.org/profile/lijunzhang" class="navigate">Lijun Zhang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences; University of Chinese Academy of Sciences; Institute of Intelligent Software</span>, <a href="https://2021.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA</span></div><a href="https://doi.org/10.1145/3468264.3473125" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/18/Frontmatter-Mining-Android-User-Interfaces-at-Scale" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="e6b80b94-30bf-416f-a33e-be215635ed63" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b3f40168-e85e-4860-89ad-bf0ed3b444ec" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b3f40168-e85e-4860-89ad-bf0ed3b444ec">Q&amp;A (Human Aspects—Human Computer Interaction)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-7"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" class="table table-condensed session-table session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">07:00 - 08:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Mobile Analysis and Testing<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.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="63fcd5e1-dfbb-430f-8119-be32ca9dd3ba" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3d0f0cb4-ea9f-475d-9dab-53a3d759df37" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3d0f0cb4-ea9f-475d-9dab-53a3d759df37">Algebraic-Datatype Taint Tracking, with Applications to Understanding Android Identifier Leaks<span class="pull-right"><span title="Artifacts Functional" data-facet-badge="Artifacts Functional" class="output-badge" style="max-width:40px;"><img alt="Artifacts Functional" src="https://2021.esec-fse.org/getImageFile/95aad968-fe6b-4831-a98f-65f7e73c7b6f/small?1629882313000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sydurrahaman" class="navigate">Sydur Rahaman</a><span class="prog-aff"> New Jersey Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/iulianneamtiu" class="navigate">Iulian Neamtiu</a><span class="prog-aff"> New Jersey Institute of Technology</span>, <a href="https://2021.esec-fse.org/profile/xinyin" class="navigate">Xin Yin</a><span class="prog-aff"> New Jersey Institute of Technology</span></div><a href="https://doi.org/10.1145/3468264.3468550" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="3d83be80-fcc3-45d1-9096-d9030590acab" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1be505bc-2a89-484e-a866-b87dca2de5cb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1be505bc-2a89-484e-a866-b87dca2de5cb">Vet: Identifying and Avoiding UI Exploration Tarpits<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/wenyuwang" class="navigate">Wenyu Wang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/weiyang" class="navigate">Wei Yang</a><span class="prog-aff"> University of Texas at Dallas</span>, <a href="https://2021.esec-fse.org/profile/tianyinxu1" class="navigate">Tianyin Xu</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/taoxie" class="navigate">Tao Xie</a><span class="prog-aff"> Peking University</span></div><a href="https://wenyu.io/pub/fse21-vet.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3468264.3468554" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://2021.esec-fse.org/details/fse-2021-papers/23/Vet-Identifying-and-Avoiding-UI-Exploration-Tarpits" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f6569823-78b0-495c-be2e-9b2631e7a03e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3101d494-85cb-4ec3-83cf-b21d70333f67" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3101d494-85cb-4ec3-83cf-b21d70333f67">Checking Conformance of Applications against GUI Policies</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhenzhang" class="navigate">Zhen Zhang</a><span class="prog-aff"> University of Washington</span>, <a href="https://2021.esec-fse.org/profile/yufeng" class="navigate">Yu Feng</a><span class="prog-aff"> University of California at Santa Barbara</span>, <a href="https://2021.esec-fse.org/profile/michaeldernst" class="navigate">Michael D. Ernst</a><span class="prog-aff"> University of Washington</span>, <a href="https://2021.esec-fse.org/profile/sebastianporst" class="navigate">Sebastian Porst</a><span class="prog-aff"> Google</span>, <a href="https://2021.esec-fse.org/profile/isildillig" class="navigate">Işıl Dillig</a><span class="prog-aff"> University of Texas at Austin</span></div><a href="https://doi.org/10.1145/3468264.3468561" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9405c9e9-03fa-4ca2-ab14-34f6a5f31847" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">07:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="aeccf0a3-4d2e-4741-9add-589c86eb37f9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aeccf0a3-4d2e-4741-9add-589c86eb37f9">Q&amp;A (Testing—Mobile Analysis and Testing)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Testing of Machine Learning Models<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/changxu" target="_blank" class="navigate">Chang Xu</a><span class="prog-aff"> Nanjing University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="677c53d5-2013-4e03-a1d2-187b4d1f6a84" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="ece2d8cc-91bb-417c-a8a9-c9f6244c6161" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ece2d8cc-91bb-417c-a8a9-c9f6244c6161">Validation on Machine Reading Comprehension Software without Annotated Labels: A Property-Based Method</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/songqiangchen" class="navigate">Songqiang Chen</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2021.esec-fse.org/profile/shuojin" class="navigate">Shuo Jin</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2021.esec-fse.org/profile/xiaoyuanxie" class="navigate">Xiaoyuan Xie</a><span class="prog-aff"> Wuhan University</span></div><a href="https://doi.org/10.1145/3468264.3468569" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9b3dbf76-4d91-418d-b416-0e18388d68a3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4c638155-2320-4eab-80bb-17df8bbb94ae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4c638155-2320-4eab-80bb-17df8bbb94ae">FLEX: Fixing Flaky Tests in Machine Learning Projects by Updating Assertion Bounds</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/saikatdutta" class="navigate">Saikat Dutta</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/augustshi" class="navigate">August Shi</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/sasamisailovic" class="navigate">Sasa Misailovic</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://doi.org/10.1145/3468264.3468615" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="69b86aaa-0b0d-4a88-a382-d804f6ac220b" class="hidable"><td class="track-color c12"></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="ESEC/FSE Journal First"></span></td><td><span data-event-star="32099e0b-b38f-484d-ba84-b278cd86ceaa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="32099e0b-b38f-484d-ba84-b278cd86ceaa">Practical Accuracy Estimation for Efficient Deep Neural Network Testing</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/zhuowu" class="navigate">Zhuo Wu</a><span class="prog-aff"> Tianjin International Engineering Institute, Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/zanwang" class="navigate">Zan Wang</a><span class="prog-aff"> Tianjin University, China</span>, <a href="https://2021.esec-fse.org/profile/hanmoyou" class="navigate">Hanmo You</a><span class="prog-aff"> College of Intelligence and Computing, Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/lingmingzhang" class="navigate">Lingming Zhang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/mingyan" class="navigate">Ming Yan</a><span class="prog-aff"> Tianjin University</span></div></td></tr><tr data-slot-id="e1604216-c516-4f02-935f-800ed5268003" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9930d9b7-a1c5-478e-b219-023cd7940afd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9930d9b7-a1c5-478e-b219-023cd7940afd">Q&amp;A (Testing—Testing of Machine Learning Models)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Architectures &amp; Design—Model-Driven Software Engineering<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/lucianobaresi" target="_blank" class="navigate">Luciano Baresi</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://2021.esec-fse.org/profile/davidediruscio" target="_blank" class="navigate">Davide Di Ruscio</a><span class="prog-aff"> University of L'Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="fdb128f1-3c33-44c8-8544-2a7521e82936" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c599959f-66d3-4e4e-aabf-03a81f9d9470" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c599959f-66d3-4e4e-aabf-03a81f9d9470">AlloyMax: Bringing Maximum Satisfaction to Relational Specifications<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/changjianzhang" class="navigate">Changjian Zhang</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/ryanwagner" class="navigate">Ryan Wagner</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/pedroorvalho" class="navigate">Pedro Orvalho</a><span class="prog-aff"> INESC-ID; Universidade de Lisboa</span>, <a href="https://2021.esec-fse.org/profile/davidgarlan" class="navigate">David Garlan</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/vascomanquinho" class="navigate">Vasco Manquinho</a><span class="prog-aff"> INESC-ID; Universidade de Lisboa</span>, <a href="https://2021.esec-fse.org/profile/rubenmartins" class="navigate">Ruben Martins</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/eunsukkang" class="navigate">Eunsuk Kang</a><span class="prog-aff"> Carnegie Mellon University</span></div><a href="https://doi.org/10.1145/3468264.3468587" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="31c3ab67-a43c-474f-8b50-60e4674852a9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8b15e70e-7be7-4ed4-a8cf-abee8681380b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8b15e70e-7be7-4ed4-a8cf-abee8681380b">Timely and Accurate Detection of Model Deviation in Self-Adaptive Software-Intensive Systems<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yanxiangtong" class="navigate">Yanxiang Tong</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/yiqin" class="navigate">Yi Qin</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/yanyanjiang" class="navigate">Yanyan Jiang</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/changxu" class="navigate">Chang Xu</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/chuncao" class="navigate">Chun Cao</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/xiaoxingma1" class="navigate">Xiaoxing Ma</a><span class="prog-aff"> Nanjing University</span></div><a href="https://doi.org/10.1145/3468264.3468548" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="77fbe4c6-102d-4e4a-aedd-8de5ae592edb" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="29a9deef-be7a-4ae4-b4fa-dd45fec61ab0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="29a9deef-be7a-4ae4-b4fa-dd45fec61ab0">Sangrahaka: A Tool for Annotating and Querying Knowledge Graphs</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hrishikeshterdalkar" class="navigate">Hrishikesh Terdalkar</a><span class="prog-aff"> IIT Kanpur</span>, <a href="https://2021.esec-fse.org/profile/arnabbhattacharya" class="navigate">Arnab Bhattacharya</a><span class="prog-aff"> IIT Kanpur</span></div><a href="https://doi.org/10.1145/3468264.3473113" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="be1dd4ae-8db3-4ab2-840b-c81b701031e3" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="141561d4-2dd7-4a39-ba3f-4cd0eb1302cb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="141561d4-2dd7-4a39-ba3f-4cd0eb1302cb">GenSys: A Scalable Fixed-Point Engine for Maximal Controller Synthesis over Infinite State Spaces</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/stanlysamuel" class="navigate">Stanly Samuel</a><span class="prog-aff"> Indian Institute of Science, India</span>, <a href="https://2021.esec-fse.org/profile/deepakdsouza1" class="navigate">Deepak D'Souza</a><span class="prog-aff"> IISc Bangalore</span>, <a href="https://2021.esec-fse.org/profile/raghavankomondoor" class="navigate">Raghavan Komondoor</a><span class="prog-aff"> IISc Bengaluru</span></div><a href="https://doi.org/10.1145/3468264.3473126" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2107.08794.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/19/GenSys-A-Scalable-Fixed-Point-Engine-for-Maximal-Controller-Synthesis-over-Infinite-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="e5abba0f-f19a-4909-86f7-6637f09859ff" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="bf2a2750-f122-4a88-a2e6-6cd347cce7c7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bf2a2750-f122-4a88-a2e6-6cd347cce7c7">Q&amp;A (Architectures &amp; Design—Model-Driven Software Engineering)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—Software Processes<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/carlosgavidiacalderon" target="_blank" class="navigate">Carlos Gavidia-Calderon</a><span class="prog-aff"> ThoughtWorks (UK) Ltd.</span>, <a href="https://2021.esec-fse.org/profile/ivicacrnkovic" target="_blank" class="navigate">Ivica Crnkovic</a><span class="prog-aff"> Chalmers 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="a42039dd-b9f6-48d1-b792-e91edac3393b" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="c352307b-fafb-4337-bd9c-14eb3df9b74e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c352307b-fafb-4337-bd9c-14eb3df9b74e">Organizational Implications of Agile Adoption: A Case Study from the Public Sector</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/parastoomohagheghi" class="navigate">Parastoo Mohagheghi</a><span class="prog-aff"> NAV</span>, <a href="https://2021.esec-fse.org/profile/casperlassenius" class="navigate">Casper Lassenius</a><span class="prog-aff"> Simula Metropolitan Center for Digital Engineering</span></div><a href="https://doi.org/10.1145/3468264.3473937" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ca559699-041b-4861-be47-6d0f59bb074d" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="ccfcc496-0642-4e8a-9f04-7c7ab6f531df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ccfcc496-0642-4e8a-9f04-7c7ab6f531df">How agile teams make self-assignment work: a grounded theory study</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zainabmasood" class="navigate">Zainab Masood</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2021.esec-fse.org/profile/rashinahoda" class="navigate">Rashina Hoda</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.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="0152fc27-bdad-48f8-b9f8-510f573c1bcf" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="574bfcf8-e1e4-4525-bbd5-f642ab8ab914" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="574bfcf8-e1e4-4525-bbd5-f642ab8ab914">Sustainability Forecasting for Apache Incubator Projects</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/likangyin1" class="navigate">Likang Yin</a><span class="prog-aff"> University of California at Davis</span>, <a href="https://2021.esec-fse.org/profile/zhuangzhichen" class="navigate">Zhuangzhi Chen</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2021.esec-fse.org/profile/qixuan" class="navigate">Qi Xuan</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2021.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://doi.org/10.1145/3468264.3468563" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="89894dd5-6301-4930-b07e-c87eff598020" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f58614fc-a642-44c8-92e3-a9503ae0a753" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f58614fc-a642-44c8-92e3-a9503ae0a753">Q&amp;A (Human Aspects—Software Processes)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-11"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">11:00 - 12:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—Software Practices 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/ingridnunes" target="_blank" class="navigate">Ingrid Nunes</a><span class="prog-aff"> Universidade Federal do Rio Grande do Sul (UFRGS), Brazil</span>, <a href="https://2021.esec-fse.org/profile/ivicacrnkovic" target="_blank" class="navigate">Ivica Crnkovic</a><span class="prog-aff"> Chalmers 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="125d92e2-a802-43e8-974f-69d9fba69af8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b32f69d4-18f6-41c1-bc09-13248a1803c4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b32f69d4-18f6-41c1-bc09-13248a1803c4">How Disabled Tests Manifest in Test Maintainability Challenges?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/dongjaekim" class="navigate">Dong Jae Kim</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/boyang4" class="navigate">Bo Yang</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/jinqiuyang1" class="navigate">Jinqiu Yang</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/tsehsunpeterchen" class="navigate">Tse-Hsun (Peter) Chen</a><span class="prog-aff"> Concordia University</span></div><a href="https://doi.org/10.1145/3468264.3468609" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://petertsehsun.github.io/papers/fse2021_disabled_test.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="4570f0d9-2501-468c-b8c9-1b9e43f146b5" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e8648003-7b0b-40fb-a298-ab73974b9f2a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e8648003-7b0b-40fb-a298-ab73974b9f2a">Formal methods in dependable systems engineering: a survey of professionals from Europe and North America</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mariogleirscher1" class="navigate">Mario Gleirscher</a><span class="prog-aff"> University of Bremen</span>, <a href="https://2021.esec-fse.org/profile/diegomarmsoler" class="navigate">Diego Marmsoler</a><span class="prog-aff"> University of Exeter</span></div></td></tr><tr data-slot-id="aa1c8d4a-6ad6-423f-860f-c7c6347e5585" class="hidable"><td class="track-color c12"></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="ESEC/FSE Journal First"></span></td><td><span data-event-star="b2096cbd-7ac5-4273-b993-ff68f09f5f1e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b2096cbd-7ac5-4273-b993-ff68f09f5f1e">Promises and Challenges of Microservices: An Exploratory Study</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yingyingwang1" class="navigate">Yingying Wang</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2021.esec-fse.org/profile/harshavardhannkadiyala" class="navigate">Harshavardhan Kadiyala</a><span class="prog-aff"> The University of British Columbia</span>, <a href="https://2021.esec-fse.org/profile/juliarubin" class="navigate">Julia Rubin</a><span class="prog-aff"> University of British Columbia</span></div></td></tr><tr data-slot-id="c80e1f1d-eff7-4f9d-a43c-5dc4aed2a8c4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">11:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f3a0bf3e-c302-4dcc-900a-9c82f7c91488" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f3a0bf3e-c302-4dcc-900a-9c82f7c91488">Q&amp;A (Human Aspects—Software Practices 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Software Security 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/yili" target="_blank" class="navigate">Yi Li</a><span class="prog-aff"> Nanyang Technological University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a76148a9-eb18-46dc-95ca-7f3e562ce515" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f69e02e6-75fa-497e-99e8-35b830ccd568" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f69e02e6-75fa-497e-99e8-35b830ccd568">LastPyMile: Identifying the Discrepancy between Sources and Packages<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/duclyvu" class="navigate">Duc Ly Vu</a><span class="prog-aff"> University of Trento</span>, <a href="https://2021.esec-fse.org/profile/fabiomassacci" class="navigate">Fabio Massacci</a><span class="prog-aff"> University of Trento; Vrije Universiteit Amsterdam</span>, <a href="https://2021.esec-fse.org/profile/ivanpashchenko" class="navigate">Ivan Pashchenko</a><span class="prog-aff"> University of Trento</span>, <a href="https://2021.esec-fse.org/profile/henrikplate" class="navigate">Henrik Plate</a><span class="prog-aff"> SAP Security Research</span>, <a href="https://2021.esec-fse.org/profile/antoninosabetta" class="navigate">Antonino Sabetta</a><span class="prog-aff"> SAP Security Research</span></div><a href="https://doi.org/10.1145/3468264.3468592" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="1fde6554-31d6-40fd-9eda-a0bab260756a" class="hidable"><td class="track-color c4"></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="ESEC/FSE Research Papers"></span></td><td><span data-event-star="48f10344-157f-4fba-a74c-317d79d7c303" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="48f10344-157f-4fba-a74c-317d79d7c303">A Grounded Theory of the Role of Coordination in Software Security Patch Management</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nesaradissanayake" class="navigate">Nesara Dissanayake</a><span class="prog-aff"> </span>, <a href="https://2021.esec-fse.org/profile/mansoorehzahedi1" class="navigate">Mansooreh Zahedi</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/asangijayatilaka" class="navigate">Asangi Jayatilaka</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/muhammadalibabar" class="navigate">Muhammad Ali Babar</a><span class="prog-aff"> University of Adelaide</span></div><a href="https://doi.org/10.1145/3468264.3468595" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7c031ace-fdc5-423e-b62d-00a9a21cb929" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="9d9fb4d1-ac79-4423-9817-ceb9035cb0b6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9d9fb4d1-ac79-4423-9817-ceb9035cb0b6">Infiltrating Security into Development: Exploring the World’s Largest Software Security Study</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/charlesweir" class="navigate">Charles Weir</a><span class="prog-aff"> Lancaster University</span>, <a href="https://2021.esec-fse.org/profile/sammymigues" class="navigate">Sammy Migues</a><span class="prog-aff"> Synopsys</span>, <a href="https://2021.esec-fse.org/profile/mikeware" class="navigate">Mike Ware</a><span class="prog-aff"> Synopsys</span>, <a href="https://2021.esec-fse.org/profile/lauriewilliams" class="navigate">Laurie Williams</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3468264.3473926" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="a0bb4f71-91c1-4dc2-906e-e3250f3fa099" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5fe4928b-0841-468b-b24e-9745f0cb5e78" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5fe4928b-0841-468b-b24e-9745f0cb5e78">Q&amp;A (Dependability—Software Security 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Architectures &amp; Design—Cloud Computing 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/lucianobaresi" target="_blank" class="navigate">Luciano Baresi</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://2021.esec-fse.org/profile/yukang" target="_blank" class="navigate">Yu Kang</a><span class="prog-aff"> Microsoft Research, Beijing, China</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="961c5319-6cf9-4bf6-af86-5f8e33579e3d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4803f279-f605-4796-90bb-4d0b93c14150" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4803f279-f605-4796-90bb-4d0b93c14150">An Empirical Study on Challenges of Application Development in Serverless Computing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jinfengwen" class="navigate">Jinfeng Wen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/zhenpengchen" class="navigate">Zhenpeng Chen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yiliu3" class="navigate">Yi Liu</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yilinglou" class="navigate">Yiling Lou</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/yunma" class="navigate">Yun Ma</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/ganghuang" class="navigate">Gang Huang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/xinjin" class="navigate">Xin Jin</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/xuanzheliu" class="navigate">Xuanzhe Liu</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468558" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b9efa085-9d4a-4599-978c-0d8faf9866f1" class="hidable"><td class="track-color c11"></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="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="f1bbc7b9-ebb2-42ce-8c93-7dde623270e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f1bbc7b9-ebb2-42ce-8c93-7dde623270e3">An Empirical Investigation of Practical Log Anomaly Detection for Online Service Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nengwenzhao" class="navigate">Nengwen Zhao</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/honglinwang" class="navigate">Honglin Wang</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.esec-fse.org/profile/zeyanli" class="navigate">Zeyan Li</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/xiaopeng1" class="navigate">Xiao Peng</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/gangwang" class="navigate">Gang Wang</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/zhupan" class="navigate">Zhu Pan</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/yongwu" class="navigate">Yong Wu</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/zhenfeng" class="navigate">Zhen Feng</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/xidaowen" class="navigate">Xidao Wen</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/wenchizhang" class="navigate">Wenchi Zhang</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.esec-fse.org/profile/kaixinsui1" class="navigate">Kaixin Sui</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.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/3468264.3473933" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e96fcf1d-96d7-4249-8fab-1ed897fcc8c9" class="hidable"><td class="track-color c11"></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="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="8976ea48-8d04-480a-b5ad-3ae25124b8fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8976ea48-8d04-480a-b5ad-3ae25124b8fb">Effective Low Capacity Status Prediction for Cloud Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hangdong1" class="navigate">Hang Dong</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/siqin" class="navigate">Si Qin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/yongxu" class="navigate">Yong Xu</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/boqiao" class="navigate">Bo Qiao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/shandanzhou" class="navigate">Shandan Zhou</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/xianyang" class="navigate">Xian Yang</a><span class="prog-aff"> Hong Kong Baptist University</span>, <a href="https://2021.esec-fse.org/profile/chuanluo" class="navigate">Chuan Luo</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/puzhao" class="navigate">Pu Zhao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle</span>, <a href="https://2021.esec-fse.org/profile/abulikemuabuduweili" class="navigate">Abulikemu Abuduweili</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/sanjayramanujan" class="navigate">Sanjay Ramanujan</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/karthikeyansubramanian" class="navigate">Karthikeyan Subramanian</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/andrewzhou" class="navigate">Andrew Zhou</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/saravanakumarrajmohan" class="navigate">Saravanakumar Rajmohan</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/thomasmoscibroda" class="navigate">Thomas Moscibroda</a><span class="prog-aff"> Microsoft Azure</span></div><a href="https://doi.org/10.1145/3468264.3473917" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="dfe992e9-8a01-42c0-82ec-3d61d83b5fab" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="48c65306-acc8-40ad-9a8b-cd13686c4b6d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="48c65306-acc8-40ad-9a8b-cd13686c4b6d">Intelligent Container Reallocation at Microsoft 365</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/boqiao" class="navigate">Bo Qiao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/fangkaiyang" class="navigate">Fangkai Yang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/chuanluo" class="navigate">Chuan Luo</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/yananwang" class="navigate">Yanan Wang</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/johnnyli" class="navigate">Johnny Li</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle</span>, <a href="https://2021.esec-fse.org/profile/mohitdatta" class="navigate">Mohit Datta</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/andrewzhou" class="navigate">Andrew Zhou</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/thomasmoscibroda" class="navigate">Thomas Moscibroda</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/saravanakumarrajmohan" class="navigate">Saravanakumar Rajmohan</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3473936" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e6735af1-3c7f-490c-8bcb-d240b8e65671" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="a78496d3-faca-4b3f-8798-8c58759b411e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a78496d3-faca-4b3f-8798-8c58759b411e">Q&amp;A (Architectures &amp; Design—Cloud Computing 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">16:00 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—Software Practices 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/carlosgavidiacalderon" target="_blank" class="navigate">Carlos Gavidia-Calderon</a><span class="prog-aff"> ThoughtWorks (UK) Ltd.</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="70795132-3dce-49e7-99ac-45947e8862be" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f387c278-265a-4355-bd69-ed75837c513b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f387c278-265a-4355-bd69-ed75837c513b">XAI Tools in the Public Sector: A Case Study on Predicting Combined Sewer Overflows<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nicholasmaltbie" class="navigate">Nicholas Maltbie</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/nanniu" class="navigate">Nan Niu</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/matthewvandoren" class="navigate">Matthew Van Doren</a><span class="prog-aff"> Metropolitan Sewer District of Greater Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/reesejohnson" class="navigate">Reese Johnson</a><span class="prog-aff"> Metropolitan Sewer District of Greater Cincinnati</span></div><a href="https://doi.org/10.1145/3468264.3468547" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2d20400e-332a-4dba-b0cf-162b4684b0f9" class="hidable"><td class="track-color c12"></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="ESEC/FSE Journal First"></span></td><td><span data-event-star="0002bcfd-1e08-41b5-80b8-d343edd38004" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0002bcfd-1e08-41b5-80b8-d343edd38004">Software Development with Feature Toggles: Practices used by Practitioners</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rezvanmahdavihezaveh" class="navigate">Rezvan Mahdavi-Hezaveh</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/jacobdremann" class="navigate">Jacob Dremann</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.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="9702ae10-66d9-479a-8c3c-baa0c91e3fac" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="cb7fb431-46f2-4a94-b27c-92300eacbee3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cb7fb431-46f2-4a94-b27c-92300eacbee3">How Can Manual Testing Processes Be Optimized? Developer Survey, Optimization Guidelines, and Case Studies</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/romanhaas" class="navigate">Roman Haas</a><span class="prog-aff"> Saarland University; CQSE</span>, <a href="https://2021.esec-fse.org/profile/danielelsner" class="navigate">Daniel Elsner</a><span class="prog-aff"> TU Munich</span>, <a href="https://2021.esec-fse.org/profile/elmarjurgens" class="navigate">Elmar Juergens</a><span class="prog-aff"> CQSE</span>, <a href="https://2021.esec-fse.org/profile/alexanderpretschner" class="navigate">Alexander Pretschner</a><span class="prog-aff"> TU Munich</span>, <a href="https://2021.esec-fse.org/profile/svenapel" class="navigate">Sven Apel</a><span class="prog-aff"> Saarland University</span></div><a href="https://doi.org/10.1145/3468264.3473922" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://share.cqse.eu/public/research-2021/fse-manual-test-optimization.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-industry/8/How-Can-Manual-Testing-Processes-Be-Optimized-Developer-Survey-Optimization-Guideli" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="a94a66f0-4733-4dc7-b4b3-736428737f4e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c6f41c64-efa4-4880-a62c-1d7072db0e16" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c6f41c64-efa4-4880-a62c-1d7072db0e16">Q&amp;A (Human Aspects—Software Practices 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Dependability—Software Security 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/vaggelisatlidakis" target="_blank" class="navigate">Vaggelis Atlidakis</a><span class="prog-aff"> Brown University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="0690b83b-692f-44bc-8042-81601a71cfb5" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0ec01a04-07ab-4fdf-851f-c146ac9f3f56" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0ec01a04-07ab-4fdf-851f-c146ac9f3f56">TaintStream: Fine-Grained Taint Tracking for Big Data Platforms through Dynamic Code Translation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/chengxuyang" class="navigate">Chengxu Yang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yuanchunli1" class="navigate">Yuanchun Li</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/mengweixu" class="navigate">Mengwei Xu</a><span class="prog-aff"> Beijing University of Posts and Telecommunications</span>, <a href="https://2021.esec-fse.org/profile/zhenpengchen" class="navigate">Zhenpeng Chen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yunxinliu" class="navigate">Yunxin Liu</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/ganghuang" class="navigate">Gang Huang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/xuanzheliu" class="navigate">Xuanzhe Liu</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468532" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://github.com/PrivacyStreams/TaintStream/raw/master/TaintStream.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="91ae82ce-fe66-41e0-8f3a-08e0eb0bfc56" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="ee7640c4-23d4-42aa-839c-d107c2cc2622" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ee7640c4-23d4-42aa-839c-d107c2cc2622">How to Better Distinguish Security Bug Reports (using Dual Hyperparameter Optimization)</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ruishu" class="navigate">Rui Shu</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/tianpeixia1" class="navigate">Tianpei Xia</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/jianfengchen" class="navigate">Jianfeng Chen </a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/lauriewilliams" class="navigate">Laurie Williams</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/timmenzies" class="navigate">Tim Menzies</a><span class="prog-aff"> North Carolina State University</span></div></td></tr><tr data-slot-id="40c1bfa3-e0d1-4659-a3a8-ad598fbdaba0" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="bbae54be-d77e-4421-b3cc-b406fc2f60d2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bbae54be-d77e-4421-b3cc-b406fc2f60d2">A Comprehensive Study on Learning-Based PE Malware Family Classification Methods</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yixuanma" class="navigate">Yixuan Ma</a><span class="prog-aff"> State Key Laboratory of Communication Content Cognition; Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/shuangliu" class="navigate">Shuang Liu</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/jiajunjiang" class="navigate">Jiajun Jiang</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/guanhongchen" class="navigate">Guanhong Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/keqiuli" class="navigate">Keqiu Li</a><span class="prog-aff"> Tianjin University</span></div><a href="https://doi.org/10.1145/3468264.3473925" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d0cd6b3b-2a4f-4dc6-9fed-26c5f4d43dbf" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="02516812-47ca-44c9-9d02-dd0aa46ecb0a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="02516812-47ca-44c9-9d02-dd0aa46ecb0a">Q&amp;A (Dependability—Software Security 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Architectures &amp; Design—Cloud Computing 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/lucianobaresi" target="_blank" class="navigate">Luciano Baresi</a><span class="prog-aff"> Politecnico di Milano</span>, <a href="https://2021.esec-fse.org/profile/yukang" target="_blank" class="navigate">Yu Kang</a><span class="prog-aff"> Microsoft Research, Beijing, China</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8e8a42f3-50b4-417c-a6d9-94c8b87be312" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="f9e03c21-e7fa-41bb-a398-39a5c1bf6044" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f9e03c21-e7fa-41bb-a398-39a5c1bf6044">Onion: Identifying Incident-Indicating Logs for Cloud Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xuzhang" class="navigate">Xu Zhang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/yongxu" class="navigate">Yong Xu</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/siqin" class="navigate">Si Qin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/shilinhe1" class="navigate">Shilin He</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/boqiao" class="navigate">Bo Qiao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/zeli" class="navigate">Ze Li</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle</span>, <a href="https://2021.esec-fse.org/profile/xukunli" class="navigate">Xukun Li</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/yingnongdang" class="navigate">Yingnong Dang</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/muralichintalapati" class="navigate">Murali Chintalapati</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/saravanakumarrajmohan" class="navigate">Saravanakumar Rajmohan</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3473919" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="8eb313fe-b3ec-4064-88cc-f3c74674b261" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="40785f89-7bbe-456b-9d5e-1e8ce851c9bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="40785f89-7bbe-456b-9d5e-1e8ce851c9bf">Mono2Micro: A Practical and Effective Tool for Decomposing Monolithic Java Applications to Microservices</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/anupkkalia" class="navigate">Anup K. Kalia</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/jinxiao" class="navigate">Jin Xiao</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/rahulkrishna" class="navigate">Rahul Krishna</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/saurabhsinha" class="navigate">Saurabh Sinha</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/majavukovic" class="navigate">Maja Vukovic</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/debasishbanerjee" class="navigate">Debasish Banerjee</a><span class="prog-aff"> IBM</span></div><a href="https://doi.org/10.1145/3468264.3473915" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="134d10b2-f65b-44d9-8fbb-0dcc1c81ad7a" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="d4f0870e-4b63-4531-911d-bb05faf26b15" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d4f0870e-4b63-4531-911d-bb05faf26b15">RAPID: Checking API Usage for the Cloud in the Cloud</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/michaelemmi" class="navigate">Michael Emmi</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/lianahadarean" class="navigate">Liana Hadarean</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/ranjitjhala1" class="navigate">Ranjit Jhala</a><span class="prog-aff"> University of California at San Diego; Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/leepike1" class="navigate">Lee Pike</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/nicorosner" class="navigate">Nico Rosner</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/martinschaf" class="navigate">Martin Schäf</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/aritrasengupta" class="navigate">Aritra Sengupta</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/willemvisser2" class="navigate">Willem Visser</a><span class="prog-aff"> Amazon Web Services</span></div><a href="https://doi.org/10.1145/3468264.3473934" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ed466c34-1bc2-4b18-963d-fb271093faa4" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6c88041f-b59d-47ba-b7c1-771b701f0eaf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6c88041f-b59d-47ba-b7c1-771b701f0eaf">Q&amp;A (Architectures &amp; Design—Cloud Computing 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Human Aspects—Research Trends in Software Engineering<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/ivicacrnkovic" target="_blank" class="navigate">Ivica Crnkovic</a><span class="prog-aff"> Chalmers 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="6b3eb5c4-84b2-4dec-a417-31b707510d28" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="f66fb3e1-75f6-4147-bf9c-91f68ac2c33a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f66fb3e1-75f6-4147-bf9c-91f68ac2c33a">Comparing the Results of Replications in Software Engineering</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adriansantosparrilla" class="navigate">Adrian Santos Parrilla</a><span class="prog-aff"> University of Oulu</span>, <a href="https://2021.esec-fse.org/profile/siravegas" class="navigate">Sira Vegas</a><span class="prog-aff"> Universidad Politecnica de Madrid</span>, <a href="https://2021.esec-fse.org/profile/markkuoivo" class="navigate">Markku Oivo</a><span class="prog-aff"> University of Oulu</span>, <a href="https://2021.esec-fse.org/profile/nataliajuristo" class="navigate">Natalia Juristo</a><span class="prog-aff"> Universidad Politecnica de Madrid</span></div></td></tr><tr data-slot-id="c4bd08ed-5ab0-4f7c-b4f0-a724367fb233" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="e695a0db-3f40-4eb4-bbbf-4bc70cda56bd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e695a0db-3f40-4eb4-bbbf-4bc70cda56bd">Term Interrelations and Trends in Software Engineering</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/janusanbaskararajah1" class="navigate">Janusan Baskararajah</a><span class="prog-aff"> Ryerson University</span>, <a href="https://2021.esec-fse.org/profile/leizhang" class="navigate">Lei Zhang</a><span class="prog-aff"> Ryerson University</span>, <a href="https://2021.esec-fse.org/profile/andriymiranskyy" class="navigate">Andriy Miranskyy</a><span class="prog-aff"> Ryerson University</span></div><a href="https://doi.org/10.1145/3468264.3473132" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2108.09529" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-ideas-visions-and-reflections/5/Term-Interrelations-and-Trends-in-Software-Engineering" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="acc827ba-8568-448e-8038-1a4341460c56" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:15</div><strong>45m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="74f48ba2-81ea-4fe1-8b0b-deaa1a039fdb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="74f48ba2-81ea-4fe1-8b0b-deaa1a039fdb">Q&amp;A (Human Aspects—Research Trends in Software Engineering) &amp; Mini-panel</a></strong><div class="prog-track">Research Papers</div><div class="performers"><span title="Panelist" class="role">P: </span><a href="https://2021.esec-fse.org/profile/elvankula" class="navigate">Elvan Kula</a><span class="prog-aff"> Delft University of Technology</span>, <span title="Panelist" class="role">P: </span><a href="https://2021.esec-fse.org/profile/zoekotti" class="navigate">Zoe Kotti</a><span class="prog-aff"> Athens University of Economics and Business</span>, <span title="Panelist" class="role">P: </span><a href="https://2021.esec-fse.org/profile/georgiosgousios" class="navigate">Georgios Gousios</a><span class="prog-aff"> Facebook &amp; Delft University of Technology</span>, <span title="Panelist" class="role">P: </span><a href="https://2021.esec-fse.org/profile/massimilianodipenta" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" 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 c4"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Testing—Test Prioritization and Selection<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> <span title="Session gets mirrored at:" class="mirror-label"><span class="glyphicon glyphicon-repeat"></span> +12h</span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/winglam" target="_blank" class="navigate">Wing Lam</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/myracohen" target="_blank" class="navigate">Myra Cohen</a><span class="prog-aff"> Iowa State University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="e0baa53c-86a5-4370-9e78-4f94438797ee" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="d533903a-532e-41f8-8f84-2b61db1cbadc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d533903a-532e-41f8-8f84-2b61db1cbadc">A Multi-Armed Bandit Approach for Test Case Prioritization in Continuous Integration Environments</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jacksonapradolima" class="navigate">Jackson A. Prado Lima</a><span class="prog-aff"> Federal University of Paraná</span>, <a href="https://2021.esec-fse.org/profile/silviareginavergilio1" class="navigate">Silvia Regina Vergilio</a><span class="prog-aff"> Federal University of Paraná</span></div><a href="https://doi.org/10.1109/TSE.2020.2992428" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1109/TSE.2020.2992428" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://bit.ly/PreprintMABTCPCI" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-journal-first/31/A-Multi-Armed-Bandit-Approach-for-Test-Case-Prioritization-in-Continuous-Integration-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="77a2d072-8820-4c4a-97a6-147ac4117f3f" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="234b987b-a242-4ef5-a99c-6a714b64bdce" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="234b987b-a242-4ef5-a99c-6a714b64bdce">Data-Driven Test Selection at Scale</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sonumehta" class="navigate">Sonu Mehta</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/farimafarmahinifarahani" class="navigate">Farima Farmahinifarahani</a><span class="prog-aff"> University of California at Irvine</span>, <a href="https://2021.esec-fse.org/profile/ranjitabhagwan" class="navigate">Ranjita Bhagwan</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/surajguptha" class="navigate">Suraj Guptha</a><span class="prog-aff"> Microsoft</span>, <a href="https://2021.esec-fse.org/profile/sinajafari" class="navigate">Sina Jafari</a><span class="prog-aff"> Microsoft</span>, <a href="https://2021.esec-fse.org/profile/rahulkumar" class="navigate">Rahul Kumar</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/vaibhavsaini" class="navigate">Vaibhav Saini</a><span class="prog-aff"> Microsoft</span>, <a href="https://2021.esec-fse.org/profile/anirudhsanthiar1" class="navigate">Anirudh Santhiar</a><span class="prog-aff"> Microsoft</span></div><a href="https://doi.org/10.1145/3468264.3473916" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9f075bda-74fc-49be-83ab-a538d317ad08" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="61762e3b-3087-485c-b68a-afb906fedd2d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="61762e3b-3087-485c-b68a-afb906fedd2d">Automating System Test Case Classification and Prioritization for Use Case-Driven Testing in Product Lines</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ineshajri" class="navigate">Ines Hajri</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2021.esec-fse.org/profile/ardagoknil1" class="navigate">Arda Goknil</a><span class="prog-aff"> SINTEF Digital</span>, <a href="https://2021.esec-fse.org/profile/fabriziopastore" class="navigate">Fabrizio Pastore</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2021.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a><span class="prog-aff"> University of Ottawa, Canada / University of Luxembourg, Luxembourg</span></div></td></tr><tr data-slot-id="d12e3357-afb9-4c02-8572-09f0a6179080" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6dbf87eb-57f2-4997-ad48-3a17a2c053ea" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6dbf87eb-57f2-4997-ad48-3a17a2c053ea">Q&amp;A (Testing—Test Prioritization and Selection)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Testing of Machine Learning Models<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/danhao" target="_blank" class="navigate">Dan Hao</a><span class="prog-aff"> Peking University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c9a8015c-6d64-486a-84cd-3698dbf9daf9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="ece2d8cc-91bb-417c-a8a9-c9f6244c6161" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ece2d8cc-91bb-417c-a8a9-c9f6244c6161">Validation on Machine Reading Comprehension Software without Annotated Labels: A Property-Based Method</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/songqiangchen" class="navigate">Songqiang Chen</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2021.esec-fse.org/profile/shuojin" class="navigate">Shuo Jin</a><span class="prog-aff"> Wuhan University</span>, <a href="https://2021.esec-fse.org/profile/xiaoyuanxie" class="navigate">Xiaoyuan Xie</a><span class="prog-aff"> Wuhan University</span></div><a href="https://doi.org/10.1145/3468264.3468569" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="8c4919c5-0935-4dec-ba09-41b64036d841" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4c638155-2320-4eab-80bb-17df8bbb94ae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4c638155-2320-4eab-80bb-17df8bbb94ae">FLEX: Fixing Flaky Tests in Machine Learning Projects by Updating Assertion Bounds</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/saikatdutta" class="navigate">Saikat Dutta</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/augustshi" class="navigate">August Shi</a><span class="prog-aff"> University of Texas at Austin</span>, <a href="https://2021.esec-fse.org/profile/sasamisailovic" class="navigate">Sasa Misailovic</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span></div><a href="https://doi.org/10.1145/3468264.3468615" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="4509a8b0-4e4c-48e2-a719-d1086fe0ed39" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="32099e0b-b38f-484d-ba84-b278cd86ceaa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="32099e0b-b38f-484d-ba84-b278cd86ceaa">Practical Accuracy Estimation for Efficient Deep Neural Network Testing</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/zhuowu" class="navigate">Zhuo Wu</a><span class="prog-aff"> Tianjin International Engineering Institute, Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/zanwang" class="navigate">Zan Wang</a><span class="prog-aff"> Tianjin University, China</span>, <a href="https://2021.esec-fse.org/profile/hanmoyou" class="navigate">Hanmo You</a><span class="prog-aff"> College of Intelligence and Computing, Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/lingmingzhang" class="navigate">Lingming Zhang</a><span class="prog-aff"> University of Illinois at Urbana-Champaign</span>, <a href="https://2021.esec-fse.org/profile/mingyan" class="navigate">Ming Yan</a><span class="prog-aff"> Tianjin University</span></div></td></tr><tr data-slot-id="ff0f1ff8-9ad9-43ab-a2e8-c887847f4c36" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9930d9b7-a1c5-478e-b219-023cd7940afd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9930d9b7-a1c5-478e-b219-023cd7940afd">Q&amp;A (Testing—Testing of Machine Learning Models)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Architectures &amp; Design—Model-Driven Software Engineering<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" target="_blank" class="text-muted navigate">Demonstrations</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/davidediruscio" target="_blank" class="navigate">Davide Di Ruscio</a><span class="prog-aff"> University of L'Aquila</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="6dea16e7-1c9f-4178-8ffc-39e3b58ec394" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c599959f-66d3-4e4e-aabf-03a81f9d9470" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c599959f-66d3-4e4e-aabf-03a81f9d9470">AlloyMax: Bringing Maximum Satisfaction to Relational Specifications<span class="pull-right"><span data-facet-badge="Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">Distinguished Paper Award</span></span></span><span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/changjianzhang" class="navigate">Changjian Zhang</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/ryanwagner" class="navigate">Ryan Wagner</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/pedroorvalho" class="navigate">Pedro Orvalho</a><span class="prog-aff"> INESC-ID; Universidade de Lisboa</span>, <a href="https://2021.esec-fse.org/profile/davidgarlan" class="navigate">David Garlan</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/vascomanquinho" class="navigate">Vasco Manquinho</a><span class="prog-aff"> INESC-ID; Universidade de Lisboa</span>, <a href="https://2021.esec-fse.org/profile/rubenmartins" class="navigate">Ruben Martins</a><span class="prog-aff"> Carnegie Mellon University</span>, <a href="https://2021.esec-fse.org/profile/eunsukkang" class="navigate">Eunsuk Kang</a><span class="prog-aff"> Carnegie Mellon University</span></div><a href="https://doi.org/10.1145/3468264.3468587" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="43d980e3-372c-4ce0-8be8-d2852f2b07d3" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8b15e70e-7be7-4ed4-a8cf-abee8681380b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8b15e70e-7be7-4ed4-a8cf-abee8681380b">Timely and Accurate Detection of Model Deviation in Self-Adaptive Software-Intensive Systems<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yanxiangtong" class="navigate">Yanxiang Tong</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/yiqin" class="navigate">Yi Qin</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/yanyanjiang" class="navigate">Yanyan Jiang</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/changxu" class="navigate">Chang Xu</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/chuncao" class="navigate">Chun Cao</a><span class="prog-aff"> Nanjing University</span>, <a href="https://2021.esec-fse.org/profile/xiaoxingma1" class="navigate">Xiaoxing Ma</a><span class="prog-aff"> Nanjing University</span></div><a href="https://doi.org/10.1145/3468264.3468548" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7b487bdc-5e19-40b4-81f6-cbc4418e5de1" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="29a9deef-be7a-4ae4-b4fa-dd45fec61ab0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="29a9deef-be7a-4ae4-b4fa-dd45fec61ab0">Sangrahaka: A Tool for Annotating and Querying Knowledge Graphs</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hrishikeshterdalkar" class="navigate">Hrishikesh Terdalkar</a><span class="prog-aff"> IIT Kanpur</span>, <a href="https://2021.esec-fse.org/profile/arnabbhattacharya" class="navigate">Arnab Bhattacharya</a><span class="prog-aff"> IIT Kanpur</span></div><a href="https://doi.org/10.1145/3468264.3473113" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f3086a37-4b8d-47a6-a40e-53396beeb06e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Demonstrations"></span></td><td><span data-event-star="141561d4-2dd7-4a39-ba3f-4cd0eb1302cb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="141561d4-2dd7-4a39-ba3f-4cd0eb1302cb">GenSys: A Scalable Fixed-Point Engine for Maximal Controller Synthesis over Infinite State Spaces</a></strong><div class="prog-track">Demonstrations</div><div class="performers"><a href="https://2021.esec-fse.org/profile/stanlysamuel" class="navigate">Stanly Samuel</a><span class="prog-aff"> Indian Institute of Science, India</span>, <a href="https://2021.esec-fse.org/profile/deepakdsouza1" class="navigate">Deepak D'Souza</a><span class="prog-aff"> IISc Bangalore</span>, <a href="https://2021.esec-fse.org/profile/raghavankomondoor" class="navigate">Raghavan Komondoor</a><span class="prog-aff"> IISc Bengaluru</span></div><a href="https://doi.org/10.1145/3468264.3473126" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2107.08794.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-demonstrations/19/GenSys-A-Scalable-Fixed-Point-Engine-for-Maximal-Controller-Synthesis-over-Infinite-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="29c77200-4fee-4b17-a64d-fd7d161cc69d" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="bf2a2750-f122-4a88-a2e6-6cd347cce7c7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bf2a2750-f122-4a88-a2e6-6cd347cce7c7">Q&amp;A (Architectures &amp; Design—Model-Driven Software Engineering)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—Software Processes<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/alexanderchatzigeorgiou" target="_blank" class="navigate">Alexander Chatzigeorgiou</a><span class="prog-aff"> University of Macedonia</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bb198bbb-e966-494e-ba2a-c8671e8a5299" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="c352307b-fafb-4337-bd9c-14eb3df9b74e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c352307b-fafb-4337-bd9c-14eb3df9b74e">Organizational Implications of Agile Adoption: A Case Study from the Public Sector</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/parastoomohagheghi" class="navigate">Parastoo Mohagheghi</a><span class="prog-aff"> NAV</span>, <a href="https://2021.esec-fse.org/profile/casperlassenius" class="navigate">Casper Lassenius</a><span class="prog-aff"> Simula Metropolitan Center for Digital Engineering</span></div><a href="https://doi.org/10.1145/3468264.3473937" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="3a32241c-8c92-4629-bdb8-e02eca1ff595" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="ccfcc496-0642-4e8a-9f04-7c7ab6f531df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ccfcc496-0642-4e8a-9f04-7c7ab6f531df">How agile teams make self-assignment work: a grounded theory study</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zainabmasood" class="navigate">Zainab Masood</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2021.esec-fse.org/profile/rashinahoda" class="navigate">Rashina Hoda</a><span class="prog-aff"> Monash University</span>, <a href="https://2021.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="2df3c11b-17b8-405e-be07-2782579f5bfd" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="574bfcf8-e1e4-4525-bbd5-f642ab8ab914" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="574bfcf8-e1e4-4525-bbd5-f642ab8ab914">Sustainability Forecasting for Apache Incubator Projects</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/likangyin1" class="navigate">Likang Yin</a><span class="prog-aff"> University of California at Davis</span>, <a href="https://2021.esec-fse.org/profile/zhuangzhichen" class="navigate">Zhuangzhi Chen</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2021.esec-fse.org/profile/qixuan" class="navigate">Qi Xuan</a><span class="prog-aff"> Zhejiang University of Technology</span>, <a href="https://2021.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://doi.org/10.1145/3468264.3468563" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e436bf13-eb9c-4094-945a-886a12b73afd" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f58614fc-a642-44c8-92e3-a9503ae0a753" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f58614fc-a642-44c8-92e3-a9503ae0a753">Q&amp;A (Human Aspects—Software Processes)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-23"><table data-facet-date="Fri 27 Aug 2021" data-facet-date-order="210827" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">23:00 - 00:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—Software Practices 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/kostadindamevski1" target="_blank" class="navigate">Kostadin Damevski</a><span class="prog-aff"> Virginia Commonwealth University</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bfe90a84-d06b-4d4c-93f2-076f642e341e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="b32f69d4-18f6-41c1-bc09-13248a1803c4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b32f69d4-18f6-41c1-bc09-13248a1803c4">How Disabled Tests Manifest in Test Maintainability Challenges?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/dongjaekim" class="navigate">Dong Jae Kim</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/boyang4" class="navigate">Bo Yang</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/jinqiuyang1" class="navigate">Jinqiu Yang</a><span class="prog-aff"> Concordia University</span>, <a href="https://2021.esec-fse.org/profile/tsehsunpeterchen" class="navigate">Tse-Hsun (Peter) Chen</a><span class="prog-aff"> Concordia University</span></div><a href="https://doi.org/10.1145/3468264.3468609" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://petertsehsun.github.io/papers/fse2021_disabled_test.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="77093854-931d-4fe3-88cb-833958f70e87" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e8648003-7b0b-40fb-a298-ab73974b9f2a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e8648003-7b0b-40fb-a298-ab73974b9f2a">Formal methods in dependable systems engineering: a survey of professionals from Europe and North America</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mariogleirscher1" class="navigate">Mario Gleirscher</a><span class="prog-aff"> University of Bremen</span>, <a href="https://2021.esec-fse.org/profile/diegomarmsoler" class="navigate">Diego Marmsoler</a><span class="prog-aff"> University of Exeter</span></div></td></tr><tr data-slot-id="0bd75d0d-0f20-4ca3-9d76-a63cc8efaac2" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b2096cbd-7ac5-4273-b993-ff68f09f5f1e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b2096cbd-7ac5-4273-b993-ff68f09f5f1e">Promises and Challenges of Microservices: An Exploratory Study</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yingyingwang1" class="navigate">Yingying Wang</a><span class="prog-aff"> University of British Columbia</span>, <a href="https://2021.esec-fse.org/profile/harshavardhannkadiyala" class="navigate">Harshavardhan Kadiyala</a><span class="prog-aff"> The University of British Columbia</span>, <a href="https://2021.esec-fse.org/profile/juliarubin" class="navigate">Julia Rubin</a><span class="prog-aff"> University of British Columbia</span></div></td></tr><tr data-slot-id="2babead4-dd75-4fb6-bd9e-dfca986da6ba" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">23:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f3a0bf3e-c302-4dcc-900a-9c82f7c91488" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f3a0bf3e-c302-4dcc-900a-9c82f7c91488">Q&amp;A (Human Aspects—Software Practices 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Sat 28 Aug</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>Athens</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-4"><table data-facet-date="Sat 28 Aug 2021" data-facet-date-order="210828" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Software Security 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/mehrdadsabetzadeh" target="_blank" class="navigate">Mehrdad Sabetzadeh</a><span class="prog-aff"> University of Ottawa</span>, <a href="https://2021.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="a48f879e-4a64-4198-a088-db82e0b027d7" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f69e02e6-75fa-497e-99e8-35b830ccd568" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f69e02e6-75fa-497e-99e8-35b830ccd568">LastPyMile: Identifying the Discrepancy between Sources and Packages<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/duclyvu" class="navigate">Duc Ly Vu</a><span class="prog-aff"> University of Trento</span>, <a href="https://2021.esec-fse.org/profile/fabiomassacci" class="navigate">Fabio Massacci</a><span class="prog-aff"> University of Trento; Vrije Universiteit Amsterdam</span>, <a href="https://2021.esec-fse.org/profile/ivanpashchenko" class="navigate">Ivan Pashchenko</a><span class="prog-aff"> University of Trento</span>, <a href="https://2021.esec-fse.org/profile/henrikplate" class="navigate">Henrik Plate</a><span class="prog-aff"> SAP Security Research</span>, <a href="https://2021.esec-fse.org/profile/antoninosabetta" class="navigate">Antonino Sabetta</a><span class="prog-aff"> SAP Security Research</span></div><a href="https://doi.org/10.1145/3468264.3468592" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e28af8d1-dd1e-4429-986f-aca121122259" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="48f10344-157f-4fba-a74c-317d79d7c303" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="48f10344-157f-4fba-a74c-317d79d7c303">A Grounded Theory of the Role of Coordination in Software Security Patch Management</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nesaradissanayake" class="navigate">Nesara Dissanayake</a><span class="prog-aff"> </span>, <a href="https://2021.esec-fse.org/profile/mansoorehzahedi1" class="navigate">Mansooreh Zahedi</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/asangijayatilaka" class="navigate">Asangi Jayatilaka</a><span class="prog-aff"> University of Adelaide</span>, <a href="https://2021.esec-fse.org/profile/muhammadalibabar" class="navigate">Muhammad Ali Babar</a><span class="prog-aff"> University of Adelaide</span></div><a href="https://doi.org/10.1145/3468264.3468595" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b2724427-2890-4986-b2c8-fe29cd001648" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="9d9fb4d1-ac79-4423-9817-ceb9035cb0b6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9d9fb4d1-ac79-4423-9817-ceb9035cb0b6">Infiltrating Security into Development: Exploring the World’s Largest Software Security Study</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/charlesweir" class="navigate">Charles Weir</a><span class="prog-aff"> Lancaster University</span>, <a href="https://2021.esec-fse.org/profile/sammymigues" class="navigate">Sammy Migues</a><span class="prog-aff"> Synopsys</span>, <a href="https://2021.esec-fse.org/profile/mikeware" class="navigate">Mike Ware</a><span class="prog-aff"> Synopsys</span>, <a href="https://2021.esec-fse.org/profile/lauriewilliams" class="navigate">Laurie Williams</a><span class="prog-aff"> North Carolina State University</span></div><a href="https://doi.org/10.1145/3468264.3473926" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2a6f218d-bd4a-449b-8b61-b3da9ef7c1af" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5fe4928b-0841-468b-b24e-9745f0cb5e78" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5fe4928b-0841-468b-b24e-9745f0cb5e78">Q&amp;A (Dependability—Software Security 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Sat 28 Aug 2021" data-facet-date-order="210828" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Architectures &amp; Design—Cloud Computing 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/yukang" target="_blank" class="navigate">Yu Kang</a><span class="prog-aff"> Microsoft Research, Beijing, China</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d9858d1f-0660-495c-877d-bbe0fc48c512" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4803f279-f605-4796-90bb-4d0b93c14150" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4803f279-f605-4796-90bb-4d0b93c14150">An Empirical Study on Challenges of Application Development in Serverless Computing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jinfengwen" class="navigate">Jinfeng Wen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/zhenpengchen" class="navigate">Zhenpeng Chen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yiliu3" class="navigate">Yi Liu</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yilinglou" class="navigate">Yiling Lou</a><span class="prog-aff"> Purdue University</span>, <a href="https://2021.esec-fse.org/profile/yunma" class="navigate">Yun Ma</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/ganghuang" class="navigate">Gang Huang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/xinjin" class="navigate">Xin Jin</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/xuanzheliu" class="navigate">Xuanzhe Liu</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468558" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="8d79cbfe-1bbe-4546-8bd1-8ab988bab6c5" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="f1bbc7b9-ebb2-42ce-8c93-7dde623270e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f1bbc7b9-ebb2-42ce-8c93-7dde623270e3">An Empirical Investigation of Practical Log Anomaly Detection for Online Service Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nengwenzhao" class="navigate">Nengwen Zhao</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/honglinwang" class="navigate">Honglin Wang</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.esec-fse.org/profile/zeyanli" class="navigate">Zeyan Li</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/xiaopeng1" class="navigate">Xiao Peng</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/gangwang" class="navigate">Gang Wang</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/zhupan" class="navigate">Zhu Pan</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/yongwu" class="navigate">Yong Wu</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/zhenfeng" class="navigate">Zhen Feng</a><span class="prog-aff"> China Everbright Bank</span>, <a href="https://2021.esec-fse.org/profile/xidaowen" class="navigate">Xidao Wen</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/wenchizhang" class="navigate">Wenchi Zhang</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.esec-fse.org/profile/kaixinsui1" class="navigate">Kaixin Sui</a><span class="prog-aff"> BizSeer</span>, <a href="https://2021.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/3468264.3473933" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="972663e5-008b-40f0-8dfd-8036b9ee376f" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="8976ea48-8d04-480a-b5ad-3ae25124b8fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8976ea48-8d04-480a-b5ad-3ae25124b8fb">Effective Low Capacity Status Prediction for Cloud Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hangdong1" class="navigate">Hang Dong</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/siqin" class="navigate">Si Qin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/yongxu" class="navigate">Yong Xu</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/boqiao" class="navigate">Bo Qiao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/shandanzhou" class="navigate">Shandan Zhou</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/xianyang" class="navigate">Xian Yang</a><span class="prog-aff"> Hong Kong Baptist University</span>, <a href="https://2021.esec-fse.org/profile/chuanluo" class="navigate">Chuan Luo</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/puzhao" class="navigate">Pu Zhao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle</span>, <a href="https://2021.esec-fse.org/profile/abulikemuabuduweili" class="navigate">Abulikemu Abuduweili</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/sanjayramanujan" class="navigate">Sanjay Ramanujan</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/karthikeyansubramanian" class="navigate">Karthikeyan Subramanian</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/andrewzhou" class="navigate">Andrew Zhou</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/saravanakumarrajmohan" class="navigate">Saravanakumar Rajmohan</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/thomasmoscibroda" class="navigate">Thomas Moscibroda</a><span class="prog-aff"> Microsoft Azure</span></div><a href="https://doi.org/10.1145/3468264.3473917" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="415e4ff4-56c3-440a-9c97-7b61dcb6d90d" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:25</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="48c65306-acc8-40ad-9a8b-cd13686c4b6d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="48c65306-acc8-40ad-9a8b-cd13686c4b6d">Intelligent Container Reallocation at Microsoft 365</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/boqiao" class="navigate">Bo Qiao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/fangkaiyang" class="navigate">Fangkai Yang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/chuanluo" class="navigate">Chuan Luo</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/yananwang" class="navigate">Yanan Wang</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/johnnyli" class="navigate">Johnny Li</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle</span>, <a href="https://2021.esec-fse.org/profile/mohitdatta" class="navigate">Mohit Datta</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/andrewzhou" class="navigate">Andrew Zhou</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/thomasmoscibroda" class="navigate">Thomas Moscibroda</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/saravanakumarrajmohan" class="navigate">Saravanakumar Rajmohan</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3473936" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b9409436-e5fb-43a4-bc77-97b097aba7f8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="a78496d3-faca-4b3f-8798-8c58759b411e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a78496d3-faca-4b3f-8798-8c58759b411e">Q&amp;A (Architectures &amp; Design—Cloud Computing 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-4"><table data-facet-date="Sat 28 Aug 2021" data-facet-date-order="210828" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">04:00 - 05:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—Software Practices 1<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/eirinikalliamvakou" target="_blank" class="navigate">Eirini Kalliamvakou</a><span class="prog-aff"> University of Victoria</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="70a0e304-e7b2-4826-b572-55a2dc7b70a9" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f387c278-265a-4355-bd69-ed75837c513b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f387c278-265a-4355-bd69-ed75837c513b">XAI Tools in the Public Sector: A Case Study on Predicting Combined Sewer Overflows<span class="pull-right"><span title="Artifacts Available" data-facet-badge="Artifacts Available" class="output-badge" style="max-width:40px;"><img alt="Artifacts Available" src="https://2021.esec-fse.org/getImageFile/91fa41af-3702-4356-aea4-b18524d40cd5/small?1629882317000" class="outputimage"/></span></span><span class="pull-right"><span title="Artifacts Reusable" data-facet-badge="Artifacts Reusable" class="output-badge" style="max-width:40px;"><img alt="Artifacts Reusable" src="https://2021.esec-fse.org/getImageFile/ccfeb600-72af-47d1-be88-e8dada846522/small?1629882302000" class="outputimage"/></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/nicholasmaltbie" class="navigate">Nicholas Maltbie</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/nanniu" class="navigate">Nan Niu</a><span class="prog-aff"> University of Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/matthewvandoren" class="navigate">Matthew Van Doren</a><span class="prog-aff"> Metropolitan Sewer District of Greater Cincinnati</span>, <a href="https://2021.esec-fse.org/profile/reesejohnson" class="navigate">Reese Johnson</a><span class="prog-aff"> Metropolitan Sewer District of Greater Cincinnati</span></div><a href="https://doi.org/10.1145/3468264.3468547" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="994023ca-655d-46e7-982e-4b24435e58a5" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="0002bcfd-1e08-41b5-80b8-d343edd38004" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0002bcfd-1e08-41b5-80b8-d343edd38004">Software Development with Feature Toggles: Practices used by Practitioners</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rezvanmahdavihezaveh" class="navigate">Rezvan Mahdavi-Hezaveh</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/jacobdremann" class="navigate">Jacob Dremann</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.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="3f27cb75-ccec-40f7-a837-472884597c88" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="cb7fb431-46f2-4a94-b27c-92300eacbee3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cb7fb431-46f2-4a94-b27c-92300eacbee3">How Can Manual Testing Processes Be Optimized? Developer Survey, Optimization Guidelines, and Case Studies</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/romanhaas" class="navigate">Roman Haas</a><span class="prog-aff"> Saarland University; CQSE</span>, <a href="https://2021.esec-fse.org/profile/danielelsner" class="navigate">Daniel Elsner</a><span class="prog-aff"> TU Munich</span>, <a href="https://2021.esec-fse.org/profile/elmarjurgens" class="navigate">Elmar Juergens</a><span class="prog-aff"> CQSE</span>, <a href="https://2021.esec-fse.org/profile/alexanderpretschner" class="navigate">Alexander Pretschner</a><span class="prog-aff"> TU Munich</span>, <a href="https://2021.esec-fse.org/profile/svenapel" class="navigate">Sven Apel</a><span class="prog-aff"> Saarland University</span></div><a href="https://doi.org/10.1145/3468264.3473922" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://share.cqse.eu/public/research-2021/fse-manual-test-optimization.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-industry/8/How-Can-Manual-Testing-Processes-Be-Optimized-Developer-Survey-Optimization-Guideli" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="9f8dff66-6e68-4b92-af8b-ac64855a91fb" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">04:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c6f41c64-efa4-4880-a62c-1d7072db0e16" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c6f41c64-efa4-4880-a62c-1d7072db0e16">Q&amp;A (Human Aspects—Software Practices 1)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Sat 28 Aug 2021" data-facet-date-order="210828" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Dependability—Software Security 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/ariegurfinkel" target="_blank" class="navigate">Arie Gurfinkel</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="4b061415-f552-46d7-a735-cba7e337550e" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0ec01a04-07ab-4fdf-851f-c146ac9f3f56" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0ec01a04-07ab-4fdf-851f-c146ac9f3f56">TaintStream: Fine-Grained Taint Tracking for Big Data Platforms through Dynamic Code Translation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/chengxuyang" class="navigate">Chengxu Yang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yuanchunli1" class="navigate">Yuanchun Li</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/mengweixu" class="navigate">Mengwei Xu</a><span class="prog-aff"> Beijing University of Posts and Telecommunications</span>, <a href="https://2021.esec-fse.org/profile/zhenpengchen" class="navigate">Zhenpeng Chen</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/yunxinliu" class="navigate">Yunxin Liu</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2021.esec-fse.org/profile/ganghuang" class="navigate">Gang Huang</a><span class="prog-aff"> Peking University</span>, <a href="https://2021.esec-fse.org/profile/xuanzheliu" class="navigate">Xuanzhe Liu</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3468264.3468532" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://github.com/PrivacyStreams/TaintStream/raw/master/TaintStream.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="ee934d5a-7376-402b-91d2-b62e587bddfd" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="ee7640c4-23d4-42aa-839c-d107c2cc2622" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ee7640c4-23d4-42aa-839c-d107c2cc2622">How to Better Distinguish Security Bug Reports (using Dual Hyperparameter Optimization)</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ruishu" class="navigate">Rui Shu</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/tianpeixia1" class="navigate">Tianpei Xia</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/jianfengchen" class="navigate">Jianfeng Chen </a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/lauriewilliams" class="navigate">Laurie Williams</a><span class="prog-aff"> North Carolina State University</span>, <a href="https://2021.esec-fse.org/profile/timmenzies" class="navigate">Tim Menzies</a><span class="prog-aff"> North Carolina State University</span></div></td></tr><tr data-slot-id="73b85714-3518-4970-b3f3-5892bd42cb2c" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="bbae54be-d77e-4421-b3cc-b406fc2f60d2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bbae54be-d77e-4421-b3cc-b406fc2f60d2">A Comprehensive Study on Learning-Based PE Malware Family Classification Methods</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yixuanma" class="navigate">Yixuan Ma</a><span class="prog-aff"> State Key Laboratory of Communication Content Cognition; Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/shuangliu" class="navigate">Shuang Liu</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/jiajunjiang" class="navigate">Jiajun Jiang</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/guanhongchen" class="navigate">Guanhong Chen</a><span class="prog-aff"> Tianjin University</span>, <a href="https://2021.esec-fse.org/profile/keqiuli" class="navigate">Keqiu Li</a><span class="prog-aff"> Tianjin University</span></div><a href="https://doi.org/10.1145/3468264.3473925" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="df8776ba-bc98-4df5-b2d2-906c41c09e62" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="02516812-47ca-44c9-9d02-dd0aa46ecb0a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="02516812-47ca-44c9-9d02-dd0aa46ecb0a">Q&amp;A (Dependability—Software Security 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Sat 28 Aug 2021" data-facet-date-order="210828" data-facet-room="-location not assigned yet-" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Architectures &amp; Design—Cloud Computing 2<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/yukang" target="_blank" class="navigate">Yu Kang</a><span class="prog-aff"> Microsoft Research, Beijing, China</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="92d89ee7-cfc9-4956-b24b-89a10efbfdde" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="f9e03c21-e7fa-41bb-a398-39a5c1bf6044" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f9e03c21-e7fa-41bb-a398-39a5c1bf6044">Onion: Identifying Incident-Indicating Logs for Cloud Systems</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xuzhang" class="navigate">Xu Zhang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/yongxu" class="navigate">Yong Xu</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/siqin" class="navigate">Si Qin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/shilinhe1" class="navigate">Shilin He</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/boqiao" class="navigate">Bo Qiao</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/zeli" class="navigate">Ze Li</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle</span>, <a href="https://2021.esec-fse.org/profile/xukunli" class="navigate">Xukun Li</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/yingnongdang" class="navigate">Yingnong Dang</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/qingweilin" class="navigate">Qingwei Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/muralichintalapati" class="navigate">Murali Chintalapati</a><span class="prog-aff"> Microsoft Azure</span>, <a href="https://2021.esec-fse.org/profile/saravanakumarrajmohan" class="navigate">Saravanakumar Rajmohan</a><span class="prog-aff"> Microsoft 365</span>, <a href="https://2021.esec-fse.org/profile/dongmeizhang" class="navigate">Dongmei Zhang</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3468264.3473919" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="23c3bc4a-2e1b-41ca-a800-b3c60e7fae6d" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="40785f89-7bbe-456b-9d5e-1e8ce851c9bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="40785f89-7bbe-456b-9d5e-1e8ce851c9bf">Mono2Micro: A Practical and Effective Tool for Decomposing Monolithic Java Applications to Microservices</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/anupkkalia" class="navigate">Anup K. Kalia</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/jinxiao" class="navigate">Jin Xiao</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/rahulkrishna" class="navigate">Rahul Krishna</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/saurabhsinha" class="navigate">Saurabh Sinha</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/majavukovic" class="navigate">Maja Vukovic</a><span class="prog-aff"> IBM Research</span>, <a href="https://2021.esec-fse.org/profile/debasishbanerjee" class="navigate">Debasish Banerjee</a><span class="prog-aff"> IBM</span></div><a href="https://doi.org/10.1145/3468264.3473915" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2bd52af1-d376-4969-8887-b3b394b93510" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="d4f0870e-4b63-4531-911d-bb05faf26b15" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d4f0870e-4b63-4531-911d-bb05faf26b15">RAPID: Checking API Usage for the Cloud in the Cloud</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/michaelemmi" class="navigate">Michael Emmi</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/lianahadarean" class="navigate">Liana Hadarean</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/ranjitjhala1" class="navigate">Ranjit Jhala</a><span class="prog-aff"> University of California at San Diego; Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/leepike1" class="navigate">Lee Pike</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/nicorosner" class="navigate">Nico Rosner</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/martinschaf" class="navigate">Martin Schäf</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/aritrasengupta" class="navigate">Aritra Sengupta</a><span class="prog-aff"> Amazon Web Services</span>, <a href="https://2021.esec-fse.org/profile/willemvisser2" class="navigate">Willem Visser</a><span class="prog-aff"> Amazon Web Services</span></div><a href="https://doi.org/10.1145/3468264.3473934" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0f3af3be-fbef-4a13-bc0b-e5e342c72ec6" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6c88041f-b59d-47ba-b7c1-771b701f0eaf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6c88041f-b59d-47ba-b7c1-771b701f0eaf">Q&amp;A (Architectures &amp; Design—Cloud Computing 2)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Sat 28 Aug 2021" data-facet-date-order="210828" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Human Aspects—Research Trends in Software Engineering<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" target="_blank" class="text-muted navigate">Ideas, Visions and Reflections</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/yuxiazhang1" target="_blank" class="navigate">Yuxia Zhang</a><span class="prog-aff"> Beijing 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="10be04b8-060f-4d5b-9dca-d953d1efae7c" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="f66fb3e1-75f6-4147-bf9c-91f68ac2c33a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f66fb3e1-75f6-4147-bf9c-91f68ac2c33a">Comparing the Results of Replications in Software Engineering</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adriansantosparrilla" class="navigate">Adrian Santos Parrilla</a><span class="prog-aff"> University of Oulu</span>, <a href="https://2021.esec-fse.org/profile/siravegas" class="navigate">Sira Vegas</a><span class="prog-aff"> Universidad Politecnica de Madrid</span>, <a href="https://2021.esec-fse.org/profile/markkuoivo" class="navigate">Markku Oivo</a><span class="prog-aff"> University of Oulu</span>, <a href="https://2021.esec-fse.org/profile/nataliajuristo" class="navigate">Natalia Juristo</a><span class="prog-aff"> Universidad Politecnica de Madrid</span></div></td></tr><tr data-slot-id="c247e421-4018-4644-8131-3da13c22f6f6" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>5m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Ideas, Visions and Reflections"></span></td><td><span data-event-star="e695a0db-3f40-4eb4-bbbf-4bc70cda56bd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e695a0db-3f40-4eb4-bbbf-4bc70cda56bd">Term Interrelations and Trends in Software Engineering</a></strong><div class="prog-track">Ideas, Visions and Reflections</div><div class="performers"><a href="https://2021.esec-fse.org/profile/janusanbaskararajah1" class="navigate">Janusan Baskararajah</a><span class="prog-aff"> Ryerson University</span>, <a href="https://2021.esec-fse.org/profile/leizhang" class="navigate">Lei Zhang</a><span class="prog-aff"> Ryerson University</span>, <a href="https://2021.esec-fse.org/profile/andriymiranskyy" class="navigate">Andriy Miranskyy</a><span class="prog-aff"> Ryerson University</span></div><a href="https://doi.org/10.1145/3468264.3473132" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2108.09529" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-ideas-visions-and-reflections/5/Term-Interrelations-and-Trends-in-Software-Engineering" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="334e8cea-e0fa-47ca-9c01-2c4fe11331ac" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:15</div><strong>45m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="74f48ba2-81ea-4fe1-8b0b-deaa1a039fdb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="74f48ba2-81ea-4fe1-8b0b-deaa1a039fdb">Q&amp;A (Human Aspects—Research Trends in Software Engineering) &amp; Mini-panel</a></strong><div class="prog-track">Research Papers</div><div class="performers"><span title="Panelist" class="role">P: </span><a href="https://2021.esec-fse.org/profile/elvankula" class="navigate">Elvan Kula</a><span class="prog-aff"> Delft University of Technology</span>, <span title="Panelist" class="role">P: </span><a href="https://2021.esec-fse.org/profile/zoekotti" class="navigate">Zoe Kotti</a><span class="prog-aff"> Athens University of Economics and Business</span>, <span title="Panelist" class="role">P: </span><a href="https://2021.esec-fse.org/profile/georgiosgousios" class="navigate">Georgios Gousios</a><span class="prog-aff"> Facebook &amp; Delft University of Technology</span>, <span title="Panelist" class="role">P: </span><a href="https://2021.esec-fse.org/profile/massimilianodipenta" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio</span></div></td></tr></table></div><div class="hidable band hour-5"><table data-facet-date="Sat 28 Aug 2021" data-facet-date-order="210828" data-facet-room="-location not assigned yet-" data-facet-plenary="Hide plenary sessions" class="table table-condensed session-table blended-session session-mirror"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c4"></td><td><div class="slot-label">05:00 - 06:00</div></td><td colspan="2"><div class="session-info-in-table"><span title="Mirror of a session" class="mirror-label"><span class="glyphicon glyphicon-repeat flip"></span></span> Testing—Test Prioritization and Selection<span class="pull-right"><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2021.esec-fse.org/track/fse-2021-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2021.esec-fse.org/track/fse-2021-industry" target="_blank" class="text-muted navigate">Industry Papers</a></span><br/> <small>Chair(s): <a href="https://2021.esec-fse.org/profile/michalisfamelis" target="_blank" class="navigate">Michalis Famelis</a><span class="prog-aff"> Université de Montréal</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9cf5e43b-4806-4d02-b7b7-deecaf6f3d67" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:00</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="d533903a-532e-41f8-8f84-2b61db1cbadc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d533903a-532e-41f8-8f84-2b61db1cbadc">A Multi-Armed Bandit Approach for Test Case Prioritization in Continuous Integration Environments</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jacksonapradolima" class="navigate">Jackson A. Prado Lima</a><span class="prog-aff"> Federal University of Paraná</span>, <a href="https://2021.esec-fse.org/profile/silviareginavergilio1" class="navigate">Silvia Regina Vergilio</a><span class="prog-aff"> Federal University of Paraná</span></div><a href="https://doi.org/10.1109/TSE.2020.2992428" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1109/TSE.2020.2992428" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://bit.ly/PreprintMABTCPCI" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-journal-first/31/A-Multi-Armed-Bandit-Approach-for-Test-Case-Prioritization-in-Continuous-Integration-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="ed723b6b-b572-4db4-8f52-f4858e55eb26" class="hidable"><td class="track-color c11"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:10</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="234b987b-a242-4ef5-a99c-6a714b64bdce" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="234b987b-a242-4ef5-a99c-6a714b64bdce">Data-Driven Test Selection at Scale</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sonumehta" class="navigate">Sonu Mehta</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/farimafarmahinifarahani" class="navigate">Farima Farmahinifarahani</a><span class="prog-aff"> University of California at Irvine</span>, <a href="https://2021.esec-fse.org/profile/ranjitabhagwan" class="navigate">Ranjita Bhagwan</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/surajguptha" class="navigate">Suraj Guptha</a><span class="prog-aff"> Microsoft</span>, <a href="https://2021.esec-fse.org/profile/sinajafari" class="navigate">Sina Jafari</a><span class="prog-aff"> Microsoft</span>, <a href="https://2021.esec-fse.org/profile/rahulkumar" class="navigate">Rahul Kumar</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2021.esec-fse.org/profile/vaibhavsaini" class="navigate">Vaibhav Saini</a><span class="prog-aff"> Microsoft</span>, <a href="https://2021.esec-fse.org/profile/anirudhsanthiar1" class="navigate">Anirudh Santhiar</a><span class="prog-aff"> Microsoft</span></div><a href="https://doi.org/10.1145/3468264.3473916" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="0d5094d7-e023-423d-a9de-a34ba69cd4be" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:20</div><strong>10m</strong></div><div class="event-type">Paper</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="61762e3b-3087-485c-b68a-afb906fedd2d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="61762e3b-3087-485c-b68a-afb906fedd2d">Automating System Test Case Classification and Prioritization for Use Case-Driven Testing in Product Lines</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ineshajri" class="navigate">Ines Hajri</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2021.esec-fse.org/profile/ardagoknil1" class="navigate">Arda Goknil</a><span class="prog-aff"> SINTEF Digital</span>, <a href="https://2021.esec-fse.org/profile/fabriziopastore" class="navigate">Fabrizio Pastore</a><span class="prog-aff"> University of Luxembourg</span>, <a href="https://2021.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a><span class="prog-aff"> University of Ottawa, Canada / University of Luxembourg, Luxembourg</span></div></td></tr><tr data-slot-id="52386812-a1cf-4635-a8b7-9da4afc11e1c" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">05:30</div><strong>30m</strong></div><div class="event-type">Live Q&amp;A</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6dbf87eb-57f2-4997-ad48-3a17a2c053ea" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6dbf87eb-57f2-4997-ad48-3a17a2c053ea">Q&amp;A (Testing—Test Prioritization and Selection)</a></strong><div class="prog-track">Research Papers</div><br></td></tr></table></div></div><script type="text/javascript">window.displayUserProgamSettingsOnce = true;</script></div></div></div><div id="event-overview" class="tab-pane "><h3>Accepted Papers</h3><table class="table table-condensed"><colgroup width="5"/><colgroup/><thead><tr><th><span class="glyphicon glyphicon-star"></span></th><th>Title</th></tr></thead><tr><td><span data-event-star="d7da41d6-0b1c-4858-a724-c4f27ec85e10" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="d7da41d6-0b1c-4858-a724-c4f27ec85e10">A Case for Human Values in Software Engineering</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a>, <a href="https://2021.esec-fse.org/profile/mariaangelaferrario1" class="navigate">Maria Angela Ferrario</a>, <a href="https://2021.esec-fse.org/profile/willsimm" class="navigate">Will Simm</a>, <a href="https://2021.esec-fse.org/profile/waquarhussein" class="navigate">Waquar Hussein</a></div></td></tr><tr><td><span data-event-star="688c9733-ad4a-4f74-9c43-1045e43f55f9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="688c9733-ad4a-4f74-9c43-1045e43f55f9">Accelerating Continuous Integration by Caching Environments and Inferring Dependencies</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/keheliyagallaba" class="navigate">Keheliya Gallaba</a>, <a href="https://2021.esec-fse.org/profile/johnewart" class="navigate">John Ewart</a>, <a href="https://2021.esec-fse.org/profile/yvesjunqueira" class="navigate">Yves Junqueira</a>, <a href="https://2021.esec-fse.org/profile/shanemcintosh" class="navigate">Shane McIntosh</a></div></td></tr><tr><td><span data-event-star="e891215b-853f-49f0-946a-feceb9ce89fd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="e891215b-853f-49f0-946a-feceb9ce89fd">A Defect Estimator for Source Code: Linking Defect Reports with Programming Constructs Usage Metrics</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ritukapur" class="navigate">Ritu Kapur</a>, <a href="https://2021.esec-fse.org/profile/balwindersodhi" class="navigate">Balwinder Sodhi</a></div><a href="https://dl.acm.org/doi/abs/10.1145/3384517" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3384517" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.researchgate.net/profile/Ritu-Kapur/publication/331199314_A_Defect_Estimator_for_Source_Code_Linking_Bug_Reports_With_Programming_Constructs_Usage_Metrics_Accepted_by_ACM_TOSEM/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="d533903a-532e-41f8-8f84-2b61db1cbadc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="d533903a-532e-41f8-8f84-2b61db1cbadc">A Multi-Armed Bandit Approach for Test Case Prioritization in Continuous Integration Environments</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/jacksonapradolima" class="navigate">Jackson A. Prado Lima</a>, <a href="https://2021.esec-fse.org/profile/silviareginavergilio1" class="navigate">Silvia Regina Vergilio</a></div><a href="https://doi.org/10.1109/TSE.2020.2992428" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1109/TSE.2020.2992428" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://bit.ly/PreprintMABTCPCI" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2021.esec-fse.org/details/fse-2021-journal-first/31/A-Multi-Armed-Bandit-Approach-for-Test-Case-Prioritization-in-Continuous-Integration-" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr><td><span data-event-star="88e91ce0-ff20-4cfa-87b5-9be5d01d65ec" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="88e91ce0-ff20-4cfa-87b5-9be5d01d65ec">An Extended Abstract of ''Theoretical and Empirical Analyses of the Effectiveness of Metamorphic Relation Composition''</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/kunqiu1" class="navigate">Kun Qiu</a>, <a href="https://2021.esec-fse.org/profile/zhengzheng" class="navigate">Zheng Zheng</a>, <a href="https://2021.esec-fse.org/profile/tsongyuehchen" class="navigate">Tsong Yueh Chen</a>, <a href="https://2021.esec-fse.org/profile/paklokpoon" class="navigate">Pak-Lok Poon</a></div><a href="https://ieeexplore.ieee.org/document/9144441" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1109/TSE.2020.3009698" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr><td><span data-event-star="fd71444b-be72-4600-adfe-fe7dafc5f5b1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="fd71444b-be72-4600-adfe-fe7dafc5f5b1">A Qualitative Study of the Benefits and Costs of Logging from Developers' Perspectives: A Journal First Presentation Proposal</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hengli" class="navigate">Heng Li</a>, <a href="https://2021.esec-fse.org/profile/weiyiianshang" class="navigate">Weiyi Shang</a>, <a href="https://2021.esec-fse.org/profile/bramadams1" class="navigate">Bram Adams</a>, <a href="https://2021.esec-fse.org/profile/mohammedsayagh" class="navigate">Mohammed Sayagh</a>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a></div></td></tr><tr><td><span data-event-star="137a6039-0e09-439c-8d34-d68641f0e1ba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="137a6039-0e09-439c-8d34-d68641f0e1ba">Automated Patch Assessment for Program Repair at Scale</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/heye" class="navigate">He Ye</a>, <a href="https://2021.esec-fse.org/profile/matiasmartinez2" class="navigate">Matias Martinez</a>, <a href="https://2021.esec-fse.org/profile/martinmonperrus" class="navigate">Martin Monperrus</a></div></td></tr><tr><td><span data-event-star="2bc70678-b325-4f4e-9c01-07679d649760" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="2bc70678-b325-4f4e-9c01-07679d649760">Automatic Recovery of Issue Type Labels</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/faridaelzanaty" class="navigate">Farida El Zanaty</a>, <a href="https://2021.esec-fse.org/profile/christopherezk" class="navigate">Christophe Rezk</a>, <a href="https://2021.esec-fse.org/profile/sanderlijbrink" class="navigate">Sander Lijbrink</a>, <a href="https://2021.esec-fse.org/profile/willemvanbergen" class="navigate">Willem Van Bergen</a>, <a href="https://2021.esec-fse.org/profile/markcote" class="navigate">Mark Côté</a>, <a href="https://2021.esec-fse.org/profile/shanemcintosh" class="navigate">Shane McIntosh</a></div></td></tr><tr><td><span data-event-star="61762e3b-3087-485c-b68a-afb906fedd2d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="61762e3b-3087-485c-b68a-afb906fedd2d">Automating System Test Case Classification and Prioritization for Use Case-Driven Testing in Product Lines</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ineshajri" class="navigate">Ines Hajri</a>, <a href="https://2021.esec-fse.org/profile/ardagoknil1" class="navigate">Arda Goknil</a>, <a href="https://2021.esec-fse.org/profile/fabriziopastore" class="navigate">Fabrizio Pastore</a>, <a href="https://2021.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a></div></td></tr><tr><td><span data-event-star="1c6be8c8-ac6f-46d5-8062-ed94a8d16073" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="1c6be8c8-ac6f-46d5-8062-ed94a8d16073">Beyond Tests: Program Vulnerability Repair via Crash Constraint Extraction</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xianggao" class="navigate">Xiang Gao</a>, <a href="https://2021.esec-fse.org/profile/bowang" class="navigate">Bo Wang</a>, <a href="https://2021.esec-fse.org/profile/gregoryjduck" class="navigate">Gregory J. Duck</a>, <a href="https://2021.esec-fse.org/profile/ruyiji" class="navigate">Ruyi Ji</a>, <a href="https://2021.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a>, <a href="https://2021.esec-fse.org/profile/abhikroychoudhury" class="navigate">Abhik Roychoudhury</a></div></td></tr><tr><td><span data-event-star="8f58e3da-afbe-4360-be0e-1f8064072443" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="8f58e3da-afbe-4360-be0e-1f8064072443">Checking Smart Contracts with Structural Code Embedding</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a>, <a href="https://2021.esec-fse.org/profile/lingxiaojiang" class="navigate">Lingxiao Jiang</a>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a></div></td></tr><tr><td><span data-event-star="c82c16b9-8c86-4df5-baa6-c91c0ea9ea4a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="c82c16b9-8c86-4df5-baa6-c91c0ea9ea4a">Code cloning in smart contracts: a case study on verified contracts from the Ethereum blockchain platform</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/masanarikondo1" class="navigate">Masanari Kondo</a>, <a href="https://2021.esec-fse.org/profile/gustavoansaldioliva" class="navigate">Gustavo A. Oliva</a>, <a href="https://2021.esec-fse.org/profile/zhenmingjackjiang" class="navigate">Zhen Ming (Jack) Jiang</a>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a>, <a href="https://2021.esec-fse.org/profile/osamumizuno" class="navigate">Osamu Mizuno</a></div></td></tr><tr><td><span data-event-star="04b82d10-137d-4b1b-aa02-0ec13a4329a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="04b82d10-137d-4b1b-aa02-0ec13a4329a2">Combined Intuition and Rationality Increases Software Feature Novelty for Female Software Designers</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cariannepretorius" class="navigate">Carianne Pretorius</a>, <a href="https://2021.esec-fse.org/profile/maryamrazavian" class="navigate">Maryam Razavian</a>, <a href="https://2021.esec-fse.org/profile/katrineling" class="navigate">Katrin Eling</a>, <a href="https://2021.esec-fse.org/profile/fredlangerak" class="navigate">Fred Langerak</a></div></td></tr><tr><td><span data-event-star="f66fb3e1-75f6-4147-bf9c-91f68ac2c33a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="f66fb3e1-75f6-4147-bf9c-91f68ac2c33a">Comparing the Results of Replications in Software Engineering</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/adriansantosparrilla" class="navigate">Adrian Santos Parrilla</a>, <a href="https://2021.esec-fse.org/profile/siravegas" class="navigate">Sira Vegas</a>, <a href="https://2021.esec-fse.org/profile/markkuoivo" class="navigate">Markku Oivo</a>, <a href="https://2021.esec-fse.org/profile/nataliajuristo" class="navigate">Natalia Juristo</a></div></td></tr><tr><td><span data-event-star="1b87d012-7e0f-4bc1-8619-840765ba0413" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="1b87d012-7e0f-4bc1-8619-840765ba0413">DAF: Dependency-Aware FaaSifier for Node.js Monolithic Applications</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/saskoristov" class="navigate">Sasko Ristov</a>, <a href="https://2021.esec-fse.org/profile/stefanpedratscher" class="navigate">Stefan Pedratscher</a>, <a href="https://2021.esec-fse.org/profile/jakobwallnofer" class="navigate">Jakob Wallnöfer</a>, <a href="https://2021.esec-fse.org/profile/thomasfahringer" class="navigate">Thomas Fahringer</a></div></td></tr><tr><td><span data-event-star="fcfe07ee-cbae-4803-8271-04f4fcb7df12" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="fcfe07ee-cbae-4803-8271-04f4fcb7df12">Enabling the Study of Software Development Behavior with Cross-Tool Logs</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/cierajaspan" class="navigate">Ciera Jaspan</a>, <a href="https://2021.esec-fse.org/profile/matthewjorde" class="navigate">Matthew Jorde</a>, <a href="https://2021.esec-fse.org/profile/carolynegelman" class="navigate">Carolyn Egelman</a>, <a href="https://2021.esec-fse.org/profile/collingreen" class="navigate">Collin Green</a>, <a href="https://2021.esec-fse.org/profile/benholtz" class="navigate">Ben Holtz</a>, <a href="https://2021.esec-fse.org/profile/edwardsmith1" class="navigate">Edward Smith</a>, <a href="https://2021.esec-fse.org/profile/margaretmorrowhodges" class="navigate">Margaret Morrow Hodges</a>, <a href="https://2021.esec-fse.org/profile/andreaknight1" class="navigate">Andrea Knight</a>, <a href="https://2021.esec-fse.org/profile/lizkammer" class="navigate">Liz Kammer</a>, <a href="https://2021.esec-fse.org/profile/jilliandicker" class="navigate">Jillian Dicker</a>, <a href="https://2021.esec-fse.org/profile/caitlinsadowski" class="navigate">Caitlin Sadowski</a>, <a href="https://2021.esec-fse.org/profile/jameslin1" class="navigate">James Lin</a>, <a href="https://2021.esec-fse.org/profile/lancheng" class="navigate">Lan Cheng</a>, <a href="https://2021.esec-fse.org/profile/markcanning" class="navigate">Mark Canning</a>, <a href="https://2021.esec-fse.org/profile/emersonmurphyhill" class="navigate">Emerson Murphy-Hill</a></div></td></tr><tr><td><span data-event-star="b1fcf23f-20ce-493c-8f8f-11f59253ebec" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="b1fcf23f-20ce-493c-8f8f-11f59253ebec">Explaining Essential and Accidental Code Elements and Their Influences on Code Complexity Increase</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/vardantinyan" class="navigate">Vard Antinyan</a></div></td></tr><tr><td><span data-event-star="e8648003-7b0b-40fb-a298-ab73974b9f2a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="e8648003-7b0b-40fb-a298-ab73974b9f2a">Formal methods in dependable systems engineering: a survey of professionals from Europe and North America</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mariogleirscher1" class="navigate">Mario Gleirscher</a>, <a href="https://2021.esec-fse.org/profile/diegomarmsoler" class="navigate">Diego Marmsoler</a></div></td></tr><tr><td><span data-event-star="508d67e7-c0e8-4e7f-af01-68c8bd3adf19" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="508d67e7-c0e8-4e7f-af01-68c8bd3adf19">Gender Differences in Public Code Contributions: a 50-year Perspective</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/stefanozacchiroli" class="navigate">Stefano Zacchiroli</a></div></td></tr><tr><td><span data-event-star="e96feb75-3a9b-491b-baca-9fdb96e9c620" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="e96feb75-3a9b-491b-baca-9fdb96e9c620">Generating Question Titles for Stack Overflow from Mined Code Snippets</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zhipenggao" class="navigate">Zhipeng Gao</a>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a>, <a href="https://2021.esec-fse.org/profile/johngrundy" class="navigate">John Grundy</a>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a>, <a href="https://2021.esec-fse.org/profile/yuanfangli" class="navigate">Yuan-Fang Li</a></div></td></tr><tr><td><span data-event-star="6c6a7cf1-4199-4617-a1cc-c9643131898f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="6c6a7cf1-4199-4617-a1cc-c9643131898f">Heuristic and Neural Network based Prediction of Project-Specific API Member Access</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/linjiang2" class="navigate">Lin Jiang</a>, <a href="https://2021.esec-fse.org/profile/huiliu" class="navigate">Hui Liu</a>, <a href="https://2021.esec-fse.org/profile/hejiang1" class="navigate">He Jiang</a>, <a href="https://2021.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a>, <a href="https://2021.esec-fse.org/profile/hongmei1" class="navigate">Hong Mei</a></div></td></tr><tr><td><span data-event-star="ccfcc496-0642-4e8a-9f04-7c7ab6f531df" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="ccfcc496-0642-4e8a-9f04-7c7ab6f531df">How agile teams make self-assignment work: a grounded theory study</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/zainabmasood" class="navigate">Zainab Masood</a>, <a href="https://2021.esec-fse.org/profile/rashinahoda" class="navigate">Rashina Hoda</a>, <a href="https://2021.esec-fse.org/profile/kellyblincoe" class="navigate">Kelly Blincoe</a></div></td></tr><tr><td><span data-event-star="ee7640c4-23d4-42aa-839c-d107c2cc2622" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="ee7640c4-23d4-42aa-839c-d107c2cc2622">How to Better Distinguish Security Bug Reports (using Dual Hyperparameter Optimization)</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ruishu" class="navigate">Rui Shu</a>, <a href="https://2021.esec-fse.org/profile/tianpeixia1" class="navigate">Tianpei Xia</a>, <a href="https://2021.esec-fse.org/profile/jianfengchen" class="navigate">Jianfeng Chen </a>, <a href="https://2021.esec-fse.org/profile/lauriewilliams" class="navigate">Laurie Williams</a>, <a href="https://2021.esec-fse.org/profile/timmenzies" class="navigate">Tim Menzies</a></div></td></tr><tr><td><span data-event-star="a0337c11-3313-486d-b308-b571568d1e50" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="a0337c11-3313-486d-b308-b571568d1e50">Human Values in Software Engineering: Contrasting Case Studies of Practice</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/waqarhussain" class="navigate">Waqar Hussain</a>, <a href="https://2021.esec-fse.org/profile/harshaperera" class="navigate">Harsha Perera</a>, <a href="https://2021.esec-fse.org/profile/jonwhittle" class="navigate">Jon Whittle</a>, <a href="https://2021.esec-fse.org/profile/arifnurwidyantoro" class="navigate">Arif Nurwidyantoro</a>, <a href="https://2021.esec-fse.org/profile/rashinahoda" class="navigate">Rashina Hoda</a>, <a href="https://2021.esec-fse.org/profile/rifatshams" class="navigate">Rifat Ara Shams</a>, <a href="https://2021.esec-fse.org/profile/gillianoliver" class="navigate">Gillian Oliver</a></div></td></tr><tr><td><span data-event-star="b93c661c-ca41-4757-971e-cac23d295fb3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="b93c661c-ca41-4757-971e-cac23d295fb3">Incidents Are Meant for Learning, Not Repeating: Sharing Knowledge About Security Incidents in Cyber-Physical Systems</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/faeqalrimawi1" class="navigate">Faeq Alrimawi</a>, <a href="https://2021.esec-fse.org/profile/lilianapasquale" class="navigate">Liliana Pasquale</a>, <a href="https://2021.esec-fse.org/profile/deepakmehta" class="navigate">Deepak Mehta</a>, <a href="https://2021.esec-fse.org/profile/nobukazuyoshioka1" class="navigate">Nobukazu Yoshioka</a>, <a href="https://2021.esec-fse.org/profile/basharnuseibeh" class="navigate">Bashar Nuseibeh</a></div></td></tr><tr><td><span data-event-star="9ffff1ee-6fed-40e3-ac35-2b51d35545ad" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="9ffff1ee-6fed-40e3-ac35-2b51d35545ad">Information Correspondence between Types of Documentation for APIs</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/deekshamarya" class="navigate">Deeksha M. Arya</a>, <a href="https://2021.esec-fse.org/profile/jinlcguo" class="navigate">Jin L.C. Guo</a>, <a href="https://2021.esec-fse.org/profile/martinrobillard" class="navigate">Martin P. Robillard</a></div></td></tr><tr><td><span data-event-star="10a59f49-8854-44d5-be05-0097f9523d0f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="10a59f49-8854-44d5-be05-0097f9523d0f">Information Needs: Lessons for Programming Tools</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/thomaslatoza" class="navigate">Thomas LaToza</a></div><a href="https://doi.org/10.1109/MS.2020.3014343" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://cs.gmu.edu/~tlatoza/papers/software2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr><td><span data-event-star="9053135c-d365-4945-9e58-c570ea18da36" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="9053135c-d365-4945-9e58-c570ea18da36">Insights into Non-Merged Pull Requests in GitHub: Is there Evidence of Bias Based on Perceptible Race</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rezanadri" class="navigate">Reza Nadri</a>, <a href="https://2021.esec-fse.org/profile/gemarodriguezperez" class="navigate">Gema Rodríguez-Pérez</a>, <a href="https://2021.esec-fse.org/profile/meinagappan" class="navigate">Mei Nagappan</a></div></td></tr><tr><td><span data-event-star="1e5991ba-a887-44f4-adb5-affaac3d88ba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="1e5991ba-a887-44f4-adb5-affaac3d88ba">Is 40 the new 60? How popular media portrays the employability of older software developers</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sebastianbaltes" class="navigate">Sebastian Baltes</a>, <a href="https://2021.esec-fse.org/profile/georgepark" class="navigate">George Park</a>, <a href="https://2021.esec-fse.org/profile/aserebrenik" class="navigate">Alexander Serebrenik</a></div></td></tr><tr><td><span data-event-star="a3da408c-1257-427b-859d-375a393355b9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="a3da408c-1257-427b-859d-375a393355b9">Journal First Submission of the Article: &quot;An Empirical Investigation of Relevant Changes and Automation Needs in Modern Code Review&quot;</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sebastianopanichella" class="navigate">Sebastiano Panichella</a>, <a href="https://2021.esec-fse.org/profile/nickzaugg" class="navigate">Nick Zaugg</a></div></td></tr><tr><td><span data-event-star="b6aef08f-14c0-4622-8051-0e8cfb8686e1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="b6aef08f-14c0-4622-8051-0e8cfb8686e1">Just-In-Time Defect Identification and Localization: A Two-Phase Framework</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/mengyan1" class="navigate">Meng Yan</a>, <a href="https://2021.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a>, <a href="https://2021.esec-fse.org/profile/yuanruifan1" class="navigate">Yuanrui Fan</a>, <a href="https://2021.esec-fse.org/profile/davidlo" class="navigate">David Lo</a>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a>, <a href="https://2021.esec-fse.org/profile/shanpingli" class="navigate">Shanping Li</a></div></td></tr><tr><td><span data-event-star="e10f51ca-9034-4543-9e8e-3e301c24e2c0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="e10f51ca-9034-4543-9e8e-3e301c24e2c0">Learning From Mistakes: Machine Learning Enhanced Human Expert Effort Estimates</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/federicasarro" class="navigate">Federica Sarro</a>, <a href="https://2021.esec-fse.org/profile/rebeccamoussa" class="navigate">Rebecca Moussa</a>, <a href="https://2021.esec-fse.org/profile/alessiopetrozziello" class="navigate">Alessio Petrozziello</a>, <a href="https://2021.esec-fse.org/profile/markharman" class="navigate">Mark Harman</a></div></td></tr><tr><td><span data-event-star="9f51b207-a0c2-4c48-bac5-9293cfeedd2e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="9f51b207-a0c2-4c48-bac5-9293cfeedd2e">Monotone Precision and Recall Measures for Comparing Executions and Specifications of Dynamic Systems</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/artempolyvyanyy" class="navigate">Artem Polyvyanyy</a>, <a href="https://2021.esec-fse.org/profile/andreassolti" class="navigate">Andreas Solti</a>, <a href="https://2021.esec-fse.org/profile/matthiasweidlich" class="navigate">Matthias Weidlich</a>, <a href="https://2021.esec-fse.org/profile/claudiodiciccio" class="navigate">Claudio Di Ciccio</a>, <a href="https://2021.esec-fse.org/profile/janmendling" class="navigate">Jan Mendling</a></div></td></tr><tr><td><span data-event-star="b09fd49b-d7cc-4982-a65b-1faa8142f433" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="b09fd49b-d7cc-4982-a65b-1faa8142f433">On the Assessment of Software Defect Prediction Models via ROC Curves</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/sandromorasca" class="navigate">Sandro Morasca</a>, <a href="https://2021.esec-fse.org/profile/luigilavazza" class="navigate">Luigi Lavazza</a></div></td></tr><tr><td><span data-event-star="197109da-fd08-4cc1-8da2-f3b6836591e7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="197109da-fd08-4cc1-8da2-f3b6836591e7">Output Sampling for Output Diversity in Automatic Unit Test Generation</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/hectormenendez1" class="navigate">Hector Menendez</a>, <a href="https://2021.esec-fse.org/profile/micheleboreale" class="navigate">Michele Boreale</a>, <a href="https://2021.esec-fse.org/profile/danielegorla" class="navigate">Daniele Gorla</a>, <a href="https://2021.esec-fse.org/profile/davidclark" class="navigate">David Clark</a></div></td></tr><tr><td><span data-event-star="32099e0b-b38f-484d-ba84-b278cd86ceaa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="32099e0b-b38f-484d-ba84-b278cd86ceaa">Practical Accuracy Estimation for Efficient Deep Neural Network Testing</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a>, <a href="https://2021.esec-fse.org/profile/zhuowu" class="navigate">Zhuo Wu</a>, <a href="https://2021.esec-fse.org/profile/zanwang" class="navigate">Zan Wang</a>, <a href="https://2021.esec-fse.org/profile/hanmoyou" class="navigate">Hanmo You</a>, <a href="https://2021.esec-fse.org/profile/lingmingzhang" class="navigate">Lingming Zhang</a>, <a href="https://2021.esec-fse.org/profile/mingyan" class="navigate">Ming Yan</a></div></td></tr><tr><td><span data-event-star="6fc289b2-b767-4a3b-9a8f-41e72d965cba" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="6fc289b2-b767-4a3b-9a8f-41e72d965cba">Practical Constraint Solving for Generating System Test Data</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/ghanemsoltana" class="navigate">Ghanem Soltana</a>, <a href="https://2021.esec-fse.org/profile/mehrdadsabetzadeh" class="navigate">Mehrdad Sabetzadeh</a>, <a href="https://2021.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a></div></td></tr><tr><td><span data-event-star="70b353fb-3411-49b5-a5b6-7742736fa456" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="70b353fb-3411-49b5-a5b6-7742736fa456">Predicting Node Failures in an Ultra-large-scale Cloud Computing Platform: an AIOps Solution: A Journal First Presentation Proposal</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yangguangli" class="navigate">Yangguang Li</a>, <a href="https://2021.esec-fse.org/profile/zhenmingjackjiang" class="navigate">Zhen Ming (Jack) Jiang</a>, <a href="https://2021.esec-fse.org/profile/hengli" class="navigate">Heng Li</a>, <a href="https://2021.esec-fse.org/profile/ahmedehassan" class="navigate">Ahmed E. Hassan</a>, <a href="https://2021.esec-fse.org/profile/chenghe" class="navigate">Cheng He</a>, <a href="https://2021.esec-fse.org/profile/ruiruihuang" class="navigate">Ruirui Huang</a>, <a href="https://2021.esec-fse.org/profile/zhengdazeng" class="navigate">Zhengda Zeng</a>, <a href="https://2021.esec-fse.org/profile/mianwang" class="navigate">Mian Wang</a>, <a href="https://2021.esec-fse.org/profile/pinanchen" class="navigate">PIN AN CHEN</a></div></td></tr><tr><td><span data-event-star="b2096cbd-7ac5-4273-b993-ff68f09f5f1e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="b2096cbd-7ac5-4273-b993-ff68f09f5f1e">Promises and Challenges of Microservices: An Exploratory Study</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/yingyingwang1" class="navigate">Yingying Wang</a>, <a href="https://2021.esec-fse.org/profile/harshavardhannkadiyala" class="navigate">Harshavardhan Kadiyala</a>, <a href="https://2021.esec-fse.org/profile/juliarubin" class="navigate">Julia Rubin</a></div></td></tr><tr><td><span data-event-star="5510738c-c5a0-47e5-b3fb-982da726715d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="5510738c-c5a0-47e5-b3fb-982da726715d">Reducing Software Developer Human Errors by Improving Situation Awareness</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/bhaveetnagaria" class="navigate">Bhaveet Nagaria</a>, <a href="https://2021.esec-fse.org/profile/tracyhall1" class="navigate">Tracy Hall</a></div></td></tr><tr><td><span data-event-star="abfcd3fb-e5bd-486e-9c89-8f12287a8594" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="abfcd3fb-e5bd-486e-9c89-8f12287a8594">RegionTrack: A Trace-based Sound and Complete Checker to Debug Transactional Atomicity Violations and Non-Serializable Traces</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaoxuema" class="navigate">Xiaoxue Ma</a>, <a href="https://2021.esec-fse.org/profile/shangruwu" class="navigate">Shangru WU</a>, <a href="https://2021.esec-fse.org/profile/ernestpobee" class="navigate">Ernest Pobee</a>, <a href="https://2021.esec-fse.org/profile/xiupeimei" class="navigate">Xiupei Mei</a>, <a href="https://2021.esec-fse.org/profile/haozhang" class="navigate">Hao Zhang</a>, <a href="https://2021.esec-fse.org/profile/bojiang" class="navigate">Bo Jiang</a>, <a href="https://2021.esec-fse.org/profile/wingkwongchan1" class="navigate">Wing-Kwong Chan</a></div></td></tr><tr><td><span data-event-star="9c90213c-a341-459a-954f-35d8dca51350" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="9c90213c-a341-459a-954f-35d8dca51350">Relations Between Effort Estimates, Skill Indicators, and Measured Programming Skill</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/magnejorgensen" class="navigate">Magne Jørgensen</a>, <a href="https://2021.esec-fse.org/profile/gunnarryebergersen" class="navigate">Gunnar Rye Bergersen</a>, <a href="https://2021.esec-fse.org/profile/knutliestl" class="navigate">Knut LIestøl</a></div></td></tr><tr><td><span data-event-star="06982351-7242-45e4-b98c-3efa3e6a3a9d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="06982351-7242-45e4-b98c-3efa3e6a3a9d">Release Synchronization in Software Ecosystems</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/armstrongfoundjem" class="navigate">Armstrong Foundjem</a>, <a href="https://2021.esec-fse.org/profile/bramadams1" class="navigate">Bram Adams</a></div></td></tr><tr><td><span data-event-star="e306efaa-14e5-450a-a917-e0f1fe617dae" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="e306efaa-14e5-450a-a917-e0f1fe617dae">RePOR: Mimicking humans on refactoring tasks. Are we there yet?</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rodrigomorales" class="navigate">Rodrigo Morales</a>, <a href="https://2021.esec-fse.org/profile/foutsekhomh" class="navigate">Foutse Khomh</a>, <a href="https://2021.esec-fse.org/profile/giulianoantoniol" class="navigate">Giuliano Antoniol</a></div></td></tr><tr><td><span data-event-star="d94f59da-315d-4ace-b447-498a4d7debe6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="d94f59da-315d-4ace-b447-498a4d7debe6">Restore: Retrospective Fault Localization Enhancing Automated Program Repair</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/tongtongxu1" class="navigate">Tongtong Xu</a>, <a href="https://2021.esec-fse.org/profile/liushanchen1" class="navigate">Liushan Chen</a>, <a href="https://2021.esec-fse.org/profile/yupei" class="navigate">Yu Pei</a>, <a href="https://2021.esec-fse.org/profile/tianzhang" class="navigate">Tian Zhang</a>, <a href="https://2021.esec-fse.org/profile/minxuepan" class="navigate">Minxue Pan</a>, <a href="https://2021.esec-fse.org/profile/carloafuria" class="navigate">Carlo A. Furia</a></div></td></tr><tr><td><span data-event-star="97b1bacb-7868-47f6-bea1-e732044a049a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="97b1bacb-7868-47f6-bea1-e732044a049a">Seads: Scalable and Cost-Effective Dynamic Dependence Analysis of Distributed Systems via Reinforcement Learning</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/xiaoqinfu" class="navigate">Xiaoqin Fu</a>, <a href="https://2021.esec-fse.org/profile/haipengcai" class="navigate">Haipeng Cai</a>, <a href="https://2021.esec-fse.org/profile/wenli" class="navigate">Wen Li</a>, <a href="https://2021.esec-fse.org/profile/lili" class="navigate">Li Li</a></div></td></tr><tr><td><span data-event-star="0002bcfd-1e08-41b5-80b8-d343edd38004" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="0002bcfd-1e08-41b5-80b8-d343edd38004">Software Development with Feature Toggles: Practices used by Practitioners</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/rezvanmahdavihezaveh" class="navigate">Rezvan Mahdavi-Hezaveh</a>, <a href="https://2021.esec-fse.org/profile/jacobdremann" class="navigate">Jacob Dremann</a>, <a href="https://2021.esec-fse.org/profile/lauriewilliams" class="navigate">Laurie Williams</a></div></td></tr><tr><td><span data-event-star="a038720a-6d25-402f-a2c7-fb9cf1348bbe" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><a href="#" data-event-modal="a038720a-6d25-402f-a2c7-fb9cf1348bbe">The Current State of Industrial Practice in Artificial Intelligence Ethics</a><div class="prog-track">Journal First</div><div class="performers"><a href="https://2021.esec-fse.org/profile/villevakkuri" class="navigate">Ville Vakkuri</a>, <a href="https://2021.esec-fse.org/profile/kaikristiankemell" class="navigate">Kai-Kristian Kemell</a>, <a href="https://2021.esec-fse.org/profile/jonikultanen" class="navigate">Joni Kultanen</a>, <a href="https://2021.esec-fse.org/profile/pekkaabrahamsson" class="navigate">Pekka Abrahamsson</a></div></td></tr></table></div><div id="Call-for-Journal-First-Papers" class="tab-pane "><h2>Call for Journal First Papers</h2><p><p>ESEC/FSE 2021 will continue partnership with prestigious Software Engineering journals to incorporate journal-first papers into its research program. Authors of journal-first papers accepted in the partnering journals are invited to submit their work to be presented at ESEC/FSE 2021. This will allow authors of journal-first papers to present their work to the community.</p> <p>The journals that support the journal-first model as partners with ESEC/FSE 2021 are:</p> <ul> <li>IEEE Transaction of Software Engineering (IEEE TSE) – Research Track</li> <li>ACM Transactions on Software Engineering and Methodology (TOSEM) – Research Track</li> <li>Empirical Software Engineering – Research Track</li> <li>IEEE Software – Industry Track</li> </ul> <h2><a href="#scope" id="scope" class="anchor-link">Scope</a></h2> <p>A journal-first paper submitted to ESEC/FSE 2021 must adhere to the following criteria:</p> <ul> <li>The paper must have been already accepted after peer review by one of the journals from the above list and the original version of the paper must have been accepted in such journal no earlier than December 1st, 2019.</li> <li>The paper is in the scope of the conference.</li> <li>The paper reports completely new research results or presents novel contributions that significantly extend and were not previously reported in prior work. The paper does not extend prior work solely with additional proofs or algorithms (or other such details presented for completeness), additional empirical results, or minor enhancements or variants of the results presented in the prior work.</li> <li>The paper has not been presented at, and is not under consideration for, journal-first programs of other conferences.</li> </ul> <h2><a href="#how-to-submit" id="how-to-submit" class="anchor-link">How to submit</a></h2> <p>Authors of manuscripts that respect the above criteria are invited to submit a presentation proposal consisting of (1) paper title, (2) authors, (3) abstract, and (4) a pointer to the original journal paper. Moreover, they should include (5) a justification on how the paper meets the eligibility criteria regarding the originality of the paper with respect to previous work of the authors presented at other conferences. If this is not applicable, authors must make an explicit statement about this. The submission (proposal and eligibility justification) must not exceed one page and conform to the <a href="https://2021.esec-fse.org/track/fse-2021-how-to-submit#submission-policies">ESEC/FSE 2021 Format and Submission Guidelines</a>. Proposals must be submitted electronically through the submission site&nbsp;<a href="https://esecfse2021-jf.hotcrp.com/">https://esecfse2021-jf.hotcrp.com/</a>.</p> <h2><a href="#evaluation" id="evaluation" class="anchor-link">Evaluation</a></h2> <p>Authors will be invited to present their paper at ESEC/FSE 2021 after a check that the paper is in scope to the conference. As the papers have been already reviewed and accepted by the journals, they will not be reviewed again for technical content.</p> <p>Our plan is to include in the journal first program as many papers as possible; only in case an exceptionally high number of proposals is received, not all submissions might be selected. If needed, presentation proposals will be prioritized according to fit to the conference theme and structure of sessions.</p> <h2><a href="#important-dates" id="important-dates" class="anchor-link">Important Dates</a></h2> <p>All dates are 23:59:59 AoE (UTC-12h).</p> <ul> <li>Submission deadline: May 21, 2021</li> <li>Author notification: June 18, 2021</li> <li>Conference: 23 - 27 August 2021</li> </ul> <h2><a href="#presentation" id="presentation" class="anchor-link">Presentation</a></h2> <p>At least one author of each presentation accepted for the journal-first program must register and attend the conference to present the paper. The journal-first manuscripts are published through the journals and will not be part of the ESEC/FSE 2021 proceedings. The journal-first papers will be listed in the conference program and ESEC/FSE 2021 participants will have access to the paper abstracts and a pointer to the journal publication outside the conference proceedings.</p> <h2><a href="#track-chair" id="track-chair" class="anchor-link">Track Chair</a></h2> <ul> <li>Alexander Chatzigeorgiou, University of Macedonia, Greece</li> </ul> </p></div></div><span class="pull-right"><small>Questions? Use the <a href="https://2021.esec-fse.org/contact2/fse-2021-journal-first" class="navigate">ESEC/FSE Journal First contact form</a>.</small></span><br></div><div class="col-sm-4 sidebar"><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title">Important Dates<span class="pull-right"><small><span class="glyphicon glyphicon-globe"></span><span class="glyphicon glyphicon-time"></span> AoE (UTC-12h)</small></span></div></div><table class="table table-hover important-dates-in-sidebar"><tr href="https://2021.esec-fse.org/track/fse-2021-journal-first" class="clickable-row past"><td>Fri 18 Jun 2021<br/>Author notification</td></tr><tr href="https://2021.esec-fse.org/track/fse-2021-journal-first" class="clickable-row past"><td>Fri 21 May 2021<br/>Submission deadline</td></tr></table></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title">Submission Link</div></div><div class="panel-body"><small><span class="text-muted"><span class="glyphicon glyphicon-new-window"></span></span> <a href="https://esecfse2021-jf.hotcrp.com/" title="Submission link for Call for Journal First Papers" target="_blank" class="navigate">https://esecfse2021-jf.hotcrp.com/</a></small></div></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title"><a href="https://2021.esec-fse.org/committee/fse-2021-journal-first-program-committee" class="navigate">Program Committee</a></div></div><ul class="list-group"><li class="list-group-item"><a href="https://2021.esec-fse.org/profile/alexanderchatzigeorgiou" class="navigate"><div class="media"><span class="pull-left"><img alt="Alexander Chatzigeorgiou" src="https://2021.esec-fse.org/getProfileImage/alexanderchatzigeorgiou/90aa8c0b-976b-4448-af56-fb90f9e7b1f0/micro-avatar.jpg?1711494358000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Alexander Chatzigeorgiou<span class="pull-right"><small>Chair</small></span></h5><h5 class="media-heading"><span class="text-black">University of Macedonia</span></h5><h5 class="media-heading"><small>Greece</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2021.esec-fse.org/profile/gabrielebavota" class="navigate"><div class="media"><span class="pull-left"><img alt="Gabriele Bavota" src="https://2021.esec-fse.org/getProfileImage/gabrielebavota/dd206e97-5f53-4641-b7e4-dc3df229cd0c/micro-avatar.jpg?1711533001000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Gabriele Bavota<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Università della Svizzera italiana (USI)</span></h5><h5 class="media-heading"><small>Switzerland</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2021.esec-fse.org/profile/kostadindamevski" class="navigate"><div class="media"><span class="pull-left"><img alt="Kostadin Damevski" src="https://2021.esec-fse.org/getProfileImage/kostadindamevski/9cbeb509-baa0-4515-a445-7e0e09cd0776/micro-avatar.jpg?1711474127000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Kostadin Damevski<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">Virginia Commonwealth University</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2021.esec-fse.org/profile/fabiopalomba1" class="navigate"><div class="media"><span class="pull-left"><img alt="Fabio Palomba" src="https://2021.esec-fse.org/getProfileImage/fabiopalomba1/ea18d84c-b9fb-4e51-83cf-c5245691b44e/micro-avatar.jpg?1711466069000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Fabio Palomba<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Salerno</span></h5><h5 class="media-heading"><small>Italy</small></h5></div></div></a></li><li class="list-group-item"><a href="https://2021.esec-fse.org/profile/carolynseaman" class="navigate"><div class="media"><span class="pull-left"><img alt="Carolyn Seaman" src="https://2021.esec-fse.org/getProfileImage/carolynseaman/87de7c56-c166-4a98-96f6-1e1e415cb27a/micro-avatar.jpg?1711454073000" class="outputimage media-object thumbnail no-bottom-margin"/></span><div class="media-body"><h5 class="media-heading">Carolyn Seaman<span class="pull-right"><small></small></span></h5><h5 class="media-heading"><span class="text-black">University of Maryland Baltimore County</span></h5><h5 class="media-heading"><small>United States</small></h5></div></div></a></li></ul></div></div></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Mon 25 Nov 06:48</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://2021.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-2021" /><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://2021.esec-fse.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"fse-2021"},],"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://2021.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-2021" /><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://2021.esec-fse.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"fse-2021"},],"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"><div class="footer-box"><div class="row"><div class="col-sm-3"><h3><a href="https://2021.esec-fse.org" class="navigate"><span class="glyphicon glyphicon-home"></span> ESEC/FSE 2021</a></h3><div><a href="https://2021.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://2021.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://2021.esec-fse.org/track/fse-2021-plenary-events" class="navigate">Plenary Events</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-diversity-and-inclusion-events" class="navigate">Diversity and Inclusion Events</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-virtual-run" class="navigate">Virtual Run</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-papers" class="navigate">Research Papers</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-industry" class="navigate">Industry Papers</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-artifacts" class="navigate">Artifacts</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-demonstrations" class="navigate">Demonstrations</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-doctoral-symposium" class="navigate">Doctoral Symposium</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-ideas-visions-and-reflections" class="navigate">Ideas, Visions and Reflections</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-journal-first" class="navigate">Journal First</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-new-faculty-symposium" class="navigate">New Faculty Symposium</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-showcase" class="navigate">Industry Showcase</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-student-research-competition" class="navigate">Student Research Competition</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-workshops" class="navigate">Workshops</a><br/><a href="https://2021.esec-fse.org/track/fse-2021-how-to-submit" class="navigate">How to Submit</a></div><div class="col-sm-6"></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://2021.esec-fse.org/venue/fse-2021-venue" class="navigate">Venue: Clowdr</a><br><a href="https://2021.esec-fse.org/attending/virtualization-plan" class="navigate">Virtualization Plan</a><br><a href="https://2021.esec-fse.org/attending/registration" class="navigate">Registration</a><br><a href="https://2021.esec-fse.org/attending/fse-2021-code-of-conduct" class="navigate">Code of Conduct</a><br><a href="https://2021.esec-fse.org/attending/diversity-and-inclusion" class="navigate">Diversity and Inclusion Statement</a><br><a href="https://2021.esec-fse.org/attending/Open_Science_Guidelines" class="navigate">Open Science Guidelines</a><br><a href="https://2021.esec-fse.org/attending/financial-support" class="navigate">Financial Support</a></div><div class="col-sm-2"><a href="https://2021.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>

Pages: 1 2 3 4 5 6 7 8 9 10