CINXE.COM
Virtual room 1 - ESEC/FSE 2020
<!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://2020.esec-fse.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://2020.esec-fse.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>Virtual room 1 - ESEC/FSE 2020</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://2020.esec-fse.org";</script> <link rel="stylesheet" href="https://2020.esec-fse.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://2020.esec-fse.org/stylesheets/conf.css?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://2020.esec-fse.org/stylesheets/logobar.css?d68c282160782c2b5f5bfb8ceb47a30e" type="text/css" /><link rel="stylesheet" href="https://2020.esec-fse.org/stylesheets/flatpickr-4.3.2.min.css?8eedb7a0f2455c0dbbbbcc46c4172c0d" type="text/css" /><link rel="stylesheet" href="https://2020.esec-fse.org/stylesheets/print-program.css?b774586a40b6df0d1423d546295a4866" type="text/css" /><link rel="stylesheet" href="https://2020.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://2020.esec-fse.org/javascript/flatpickr-4.3.2.min.js?c2885c17ae5fd471c9a40c437e8a2736"></script> <script type="text/javascript" src="https://2020.esec-fse.org/javascript/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://2020.esec-fse.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://2020.esec-fse.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://2020.esec-fse.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://2020.esec-fse.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://2020.esec-fse.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <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:image' content='https://2020.esec-fse.org/getImage/carousel/Sacramento_Skyline_at_Night.jpg?1566333071000'> <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> <meta name='description' content='Due to the unforeseen effects of the Covid 19 pandemic, ESEC/FSE 2020 will be held virtually. The conference will be held using Zoom for the formal presentation sessions, and Discord for the more interactive sessions (both formal and informal). We will shortly be making more details available. We thank you for your patience in these difficult times. 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 recen ...'> <script type="text/javascript">$(document).ready( function(){ $('#program-menu a[data-fltr-type]').on('click', function(event){ event.preventDefault(); window.location = $(this).attr('href') + "?" + encodeURIComponent( $(this).data('fltr-type') ) + '=' + encodeURIComponent( $(this).data('fltr-val') ); }) }) </script> <script 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 prefix='og: http://ogp.me/ns#' property='og:title' content='Virtual room 1 - ESEC/FSE 2020'> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='Due to the unforeseen effects of the Covid 19 pandemic, ESEC/FSE 2020 will be held virtually. The conference will be held using Zoom for the formal presentation sessions, and Discord for the more interactive sessions (both formal and informal). We will shortly be making more details available. We thank you for your patience in these difficult times. 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 recen ...'> </head> <body id="room"><div class="frame"><a href="https://2020.esec-fse.org/blogposts" class="blog-link btn btn-xs btn-default navigate">Write a Blog >></a><div class="logobar"><div class="container"><a href="https://2020.esec-fse.org" class="navbar-brand navigate"><span class="brand-text">ESEC/FSE 2020</span></a><div class="place">Fri 6 - Mon 16 November 2020 <a href="https://2020.esec-fse.org/venue/esecfse-2020-venue" class="navigate">Sacramento, California, United States</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://2020.esec-fse.org/venue/esecfse-2020-venue" class="navigate">Venue: ESEC/FSE 2020 will be held virtually</a></li><li class="block"><a href="https://2020.esec-fse.org/attending/registration" class="navigate">Registration</a></li><li class="block"><a href="https://2020.esec-fse.org/attending/esec%5Esfse-2020-submission-policies" class="navigate">Submission Policies</a></li><li class="block"><a href="https://2020.esec-fse.org/attending/Open_Science_Guidelines" class="navigate">Open Science Guidelines</a></li><li class="block"><a href="https://2020.esec-fse.org/attending/presenter-information" class="navigate">Presenter Information</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://2020.esec-fse.org/program/program-esecfse-2020/" class="navigate">ESEC/FSE Program</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="prog" data-fltr-val="Your Program" class="navigate"><span class="glyphicon glyphicon-star"></span> Your Program</a></li><li class="block"><a href="https://2020.esec-fse.org/info/keynote" class="navigate">Keynote</a></li><li class="block"><a href="https://2020.esec-fse.org/info/awards" class="navigate">Awards</a></li><li class="block"><a href="https://2020.esec-fse.org/info/proceedings" class="navigate">Proceedings</a></li><li class="block"><a href="https://2020.esec-fse.org/info/merchandise" class="navigate">Merchandise</a></li><li class="block"><a href="https://2020.esec-fse.org/info/esec%5Esfse-open" class="navigate">ESEC/FSE Open</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://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Fri 6 Nov 2020" class="navigate">Fri 6 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Sat 7 Nov 2020" class="navigate">Sat 7 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Sun 8 Nov 2020" class="navigate">Sun 8 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Mon 9 Nov 2020" class="navigate">Mon 9 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Tue 10 Nov 2020" class="navigate">Tue 10 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Wed 11 Nov 2020" class="navigate">Wed 11 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Thu 12 Nov 2020" class="navigate">Thu 12 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Fri 13 Nov 2020" class="navigate">Fri 13 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Sat 14 Nov 2020" class="navigate">Sat 14 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Sun 15 Nov 2020" class="navigate">Sun 15 Nov</a></li><li class="block"><a href="https://2020.esec-fse.org/program/program-esecfse-2020/" data-fltr-type="date" data-fltr-val="Mon 16 Nov 2020" class="navigate">Mon 16 Nov</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 2020</li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" class="navigate">Paper Presentations</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" class="navigate">Plenary events</a></li><li class="block"><a href="https://2020.esec-fse.org/track/fse-2020-papers" class="navigate">Research Papers</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-social-events" class="navigate">Social Events</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-test-of-time-paper" class="navigate">Test of Time Paper Award</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" class="navigate">Journal First</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-industry-papers" class="navigate">Industry Papers</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-workshops" class="navigate">Workshops</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-artifacts" class="navigate">Artifacts</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-doctoral-symposium" class="navigate">Doctoral Symposium</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-showcase" class="navigate">Showcase</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-student-research-competition" class="navigate">Student Research Competition</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-tool-demos" class="navigate">Tool Demos</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-visions-and-reflections-" class="navigate">Visions and Reflections </a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-diversity-and-inclusion-program" class="navigate">Diversity and Inclusion Program</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" class="navigate">PROMISE 2020</a></li><li class="block"><a href="https://2020.esec-fse.org/track/esecfse-2020-student-volunteers" class="navigate">Student Volunteers</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 2020 Committees</li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block"><a href="https://2020.esec-fse.org/committee/fse-2020-steering-committee" class="navigate">Steering Committee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://2020.esec-fse.org/committee/fse-2020-papers-program-committee" class="navigate"><strong>Research Papers</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-test-of-time-paper-program-committee" class="navigate"><strong>Test of Time Paper Award</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-journal-first-journal-first-committe" class="navigate"><strong>Journal First</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-industry-papers-program-committee" class="navigate"><strong>Industry Papers</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-workshops-program-committee" class="navigate"><strong>Workshops</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-artifacts-program-committee" class="navigate"><strong>Artifacts</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-doctoral-symposium-program-committee" class="navigate"><strong>Doctoral Symposium</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-showcase-program-committee" class="navigate"><strong>Showcase</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-student-research-competition-program-committee" class="navigate"><strong>Student Research Competition</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-tool-demos-program-committee" class="navigate"><strong>Tool Demos</strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-visions-and-reflections--program-committee" class="navigate"><strong>Visions and Reflections </strong></a></li><li class="block"><a href="https://2020.esec-fse.org/committee/esecfse-2020-diversity-and-inclusion-program-program-committee" class="navigate"><strong>Diversity and Inclusion Program</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://2020.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="block"><a href="https://2020.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://2020.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"><a href="https://2021.esec-fse.org" class="navigate">ESEC/FSE 2021</a></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> ESEC/FSE 2020</span></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/esecfse-2020/https%3A%5Es%5Es2020.esec-fse.org%5Esroom%5Esesecfse-2020-venue-virtual-room-1" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://2020.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://2020.esec-fse.org" class="navigate">ESEC/FSE 2020</a> (<a href="https://2020.esec-fse.org/series/fse" class="navigate">series</a>) / </span><span class="text-muted small"><span class="glyphicon glyphicon-tower"></span> <a href="https://2020.esec-fse.org/venue/esecfse-2020-venue" class="navigate">ESEC/FSE 2020 will be held virtually</a> / </span><h1>Room information: Virtual room 1</h1></div><div class="row"><div class="col-sm-4"><fieldset><legend>Venue</legend><a href="https://2020.esec-fse.org/venue/esecfse-2020-venue" class="navigate">ESEC/FSE 2020 will be held virtually</a></fieldset><fieldset><legend>Room name</legend>Virtual room 1</fieldset><fieldset><legend>Floor</legend>0</fieldset></div><div class="col-sm-8"><fieldset><legend>Room Information</legend><span class="help-block">No extra information available</span></fieldset></div></div><div class="row"><div class="col-sm-12"><fieldset><legend>Program</legend><ul id="tab" class="nav nav-tabs"><li class="active"><a href="#Detailed-Table" data-toggle="tab">Detailed Table</a></li><li><a href="#Session-Timeline" data-toggle="tab">Session Timeline</a></li><li><a href="#Detailed-Timeline" data-toggle="tab">Detailed Timeline</a></li><li><a href="javascript:window.print()"><span class="glyphicon glyphicon-print"></span></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><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://2020.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="esecfse-2020" /><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>(UTC) Coordinated Universal Time</strong>.</span><div class="row"><div class="col-sm-11 col-sm-offset-1"><label class="radio"><input type="radio" checked="checked" name="9659afaa126198132be460b106e35ccb" value="false" onchange="if( ($(this).val() == 'true' && this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/><strong>Use conference time zone: (UTC) Coordinated Universal Time</strong></label><label class="radio"><input type="radio" name="9659afaa126198132be460b106e35ccb" value="true" onchange="if( ($(this).val() == 'true' && this.checked) != $('#cec04de0447905c49fb377c6d9693505').is(':visible') ) { $('#cec04de0447905c49fb377c6d9693505').fadeToggle( 250 ); }"/>Select other time zone</label><div id="cec04de0447905c49fb377c6d9693505" style=" display: none;"><select name="0e35d6393a8ba494aa0723dd51b6899c" class="select form-control"><option value="" selected="selected" data-utc-minute-offset="0"></option><option value="Etc/GMT+12" data-utc-minute-offset="-720">(GMT-12:00) AoE (Anywhere On Earth)</option><option value="Pacific/Midway" data-utc-minute-offset="-660">(GMT-11:00) Midway Island, Samoa</option><option value="America/Adak" data-utc-minute-offset="-600">(GMT-10: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-09:00) Alaska</option><option value="America/Ensenada" data-utc-minute-offset="-480">(GMT-08: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-08:00) Pacific Time (US & Canada)</option><option value="America/Denver" data-utc-minute-offset="-420">(GMT-07:00) Mountain Time (US & Canada)</option><option value="America/Chihuahua" data-utc-minute-offset="-360">(GMT-07: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-05:00) Easter Island</option><option value="America/Chicago" data-utc-minute-offset="-360">(GMT-06:00) Central Time (US & Canada)</option><option value="America/New_York" data-utc-minute-offset="-300">(GMT-05:00) Eastern Time (US & Canada)</option><option value="America/Havana" data-utc-minute-offset="-300">(GMT-05: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-03: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-04:00) Atlantic Time (Goose Bay)</option><option value="America/Glace_Bay" data-utc-minute-offset="-240">(GMT-04:00) Atlantic Time (Canada)</option><option value="America/St_Johns" data-utc-minute-offset="-210">(GMT-03: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-03:00) Miquelon, St. Pierre</option><option value="America/Godthab" data-utc-minute-offset="-180">(GMT-03: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-01:00) 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) Belfast</option><option value="Europe/Dublin" data-utc-minute-offset="0">(GMT) Dublin</option><option value="Europe/Lisbon" data-utc-minute-offset="0">(GMT) Lisbon</option><option value="Europe/London" data-utc-minute-offset="0">(GMT) 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+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</option><option value="Europe/Belgrade" data-utc-minute-offset="60">(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague</option><option value="Europe/Brussels" data-utc-minute-offset="60">(GMT+01: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+02:00) Athens</option><option value="Asia/Beirut" data-utc-minute-offset="120">(GMT+02: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+02: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+02: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+02:00) Syria</option><option value="Europe/Moscow" data-utc-minute-offset="180">(GMT+03:00) Moscow, St. Petersburg, Volgograd</option><option value="Africa/Addis_Ababa" data-utc-minute-offset="180">(GMT+03:00) Nairobi</option><option value="Asia/Tehran" data-utc-minute-offset="210">(GMT+03:30) Tehran</option><option value="Asia/Dubai" data-utc-minute-offset="240">(GMT+04:00) Abu Dhabi, Muscat</option><option value="Asia/Yerevan" data-utc-minute-offset="240">(GMT+04:00) Yerevan</option><option value="Asia/Kabul" data-utc-minute-offset="270">(GMT+04:30) Kabul</option><option value="Asia/Yekaterinburg" data-utc-minute-offset="300">(GMT+05:00) Ekaterinburg</option><option value="Asia/Tashkent" data-utc-minute-offset="300">(GMT+05:00) Tashkent</option><option value="Asia/Kolkata" data-utc-minute-offset="330">(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi</option><option value="Asia/Katmandu" data-utc-minute-offset="345">(GMT+05:45) Kathmandu</option><option value="Asia/Dhaka" data-utc-minute-offset="360">(GMT+06:00) Astana, Dhaka</option><option value="Asia/Novosibirsk" data-utc-minute-offset="420">(GMT+07:00) Novosibirsk</option><option value="Asia/Rangoon" data-utc-minute-offset="390">(GMT+06:30) Yangon (Rangoon)</option><option value="Asia/Bangkok" data-utc-minute-offset="420">(GMT+07:00) Bangkok, Hanoi, Jakarta</option><option value="Asia/Krasnoyarsk" data-utc-minute-offset="420">(GMT+07:00) Krasnoyarsk</option><option value="Asia/Hong_Kong" data-utc-minute-offset="480">(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi</option><option value="Asia/Irkutsk" data-utc-minute-offset="480">(GMT+08:00) Irkutsk, Ulaan Bataar</option><option value="Australia/Perth" data-utc-minute-offset="480">(GMT+08:00) Perth</option><option value="Australia/Eucla" data-utc-minute-offset="525">(GMT+08:45) Eucla</option><option value="Asia/Tokyo" data-utc-minute-offset="540">(GMT+09:00) Osaka, Sapporo, Tokyo</option><option value="Asia/Seoul" data-utc-minute-offset="540">(GMT+09:00) Seoul</option><option value="Asia/Yakutsk" data-utc-minute-offset="540">(GMT+09:00) Yakutsk</option><option value="Australia/Adelaide" data-utc-minute-offset="630">(GMT+10: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+11: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+11:00) 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+12: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+13: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+13:45) Chatham Islands</option><option value="Pacific/Tongatapu" data-utc-minute-offset="780">(GMT+13:00) Nuku'alofa</option><option value="Pacific/Kiritimati" data-utc-minute-offset="840">(GMT+14:00) Kiritimati</option></select><script type="text/javascript">var tzOffsetMin = new Date().getTimezoneOffset()*-1; var sel = document.getElementsByName('0e35d6393a8ba494aa0723dd51b6899c')[0] var opts = sel.options; for (var opt, j = 0; opt = opts[j]; j++) { if (opt.getAttribute('data-utc-minute-offset') == tzOffsetMin) { sel.selectedIndex = j; break; } } </script></div></div></div><br><span class="help-block"><small><span class="glyphicon glyphicon-info-sign"></span> The GMT offsets shown reflect the offsets <strong>at the moment of the conference</strong>.</small></span></div></div><div class="panel panel-default timeband-panel"><div class="panel-heading clearfix"><div class="panel-title">Time Band</div></div><div class="panel-body"><span class="help-block">By setting a time band, the program will dim events that are outside this time window. This is useful for (virtual) conferences with a continuous program (with repeated sessions).<br>The time band will also limit the events that are included in the personal iCalendar subscription service.</span><div class="row"><div class="col-sm-11 col-sm-offset-1"><label class="radio"><input type="radio" checked="checked" name="f1869fcfb40f29e9c9c46042f4fbda2c" value="false" onchange="if( ($(this).val() == 'true' && this.checked) != $('#c2371058bcb9b31dd10e115e7f712708').is(':visible') ) { $('#c2371058bcb9b31dd10e115e7f712708').fadeToggle( 250 ); }"/><strong>Display full program</strong></label><label class="radio"><input type="radio" name="f1869fcfb40f29e9c9c46042f4fbda2c" value="true" onchange="if( ($(this).val() == 'true' && this.checked) != $('#c2371058bcb9b31dd10e115e7f712708').is(':visible') ) { $('#c2371058bcb9b31dd10e115e7f712708').fadeToggle( 250 ); }"/>Specify a time band</label><div id="c2371058bcb9b31dd10e115e7f712708" style=" display: none;"><span class="input-group"><input name="a4e58ac1cd9cfb26fb62ecc29e600148" type="text" value="07:00" class="flatpickr inputDate form-control"/><script type="text/javascript">$("input:not(.flatpickr-input)[name=a4e58ac1cd9cfb26fb62ecc29e600148]").flatpickr({onOpen: function(dateObj, dateStr, instance){ if(dateStr == ''){ instance.jumpToDate( new Date() ); } }, allowInput: true, dateformat: 'H:i', altFormat: 'H:i' , altInput: true, time_24hr: true, noCalendar: true, enableTime : true}); </script><span class="input-group-addon"> - </span><input name="01ff55ee23f3ce1eb7d922f922eb09b1" type="text" value="19:00" class="flatpickr inputDate form-control"/><script type="text/javascript">$("input:not(.flatpickr-input)[name=01ff55ee23f3ce1eb7d922f922eb09b1]").flatpickr({onOpen: function(dateObj, dateStr, instance){ if(dateStr == ''){ instance.jumpToDate( new Date() ); } }, allowInput: true, dateformat: 'H:i', altFormat: 'H:i' , altInput: true, time_24hr: true, noCalendar: true, enableTime : true}); </script></span></div></div></div></div></div><div class="row form-group"><div class="col-sm-offset-2 col-sm-10"><button style="position: absolute; left: -9999px; width: 1px; height: 1px;" onclick='javascript:serverInvoke("https://2020.esec-fse.org/userProgramSettingsModalConferenceEdition","userProgramSettingsModalConferenceEdition_apply18ec3dfeeecb5c44c1e40a40983898869", [{"name":"context", "value":"esecfse-2020"},],"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="tab-content printable"><p><div class="time-zone-warning text-muted hide-in-print"><div class="alert alert-dismissible alert-info"><button type="button" data-dismiss="alert" aria-label="Close" class="close"><span aria-hidden="true">×</span></button><span class="glyphicon glyphicon-info-sign"></span> You're viewing the program in a time zone which is different from your device's time zone <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change time zone</a></small></div></div><div class="tz-floating-link"><small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings" title="Change Program Display Configuration" class="btn btn-xs btn-info"><span class="glyphicon glyphicon-wrench"></span> <span class="glyphicon glyphicon-time"></span></a></small></div><script type="text/javascript">var tzOffsetMin = new Date().getTimezoneOffset()*-1; if(tzOffsetMin != 0){ $('.time-zone-warning').toggleClass('visible'); window.displayUserProgamSettingsOnce = true; } </script><div id="Detailed-Table" class="tab-pane active"><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Thu 5 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-15"><table data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">15:00 - 15:10</div></td><td colspan="2"><div class="session-info-in-table">Admin<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="d574b232-90ff-4b04-a761-6c8084714ca6" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="e87678e1-2d8e-4f37-a662-ebefec753883" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e87678e1-2d8e-4f37-a662-ebefec753883">Welcome</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/meinagappan" class="navigate">Mei Nagappan</a><span class="prog-aff"> University of Waterloo</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">15:10 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Keynote#1<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="caa177f3-d09a-4c07-bd63-d48acc4ee6e2" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:10</div><strong>50m</strong></div><div class="event-type">Keynote</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="4cac1950-3f1f-4229-aaf5-c785a0d69f23" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4cac1950-3f1f-4229-aaf5-c785a0d69f23">Fair AI in Practice</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/rachelbellamy" class="navigate">Rachel Bellamy</a><span class="prog-aff"> IBM T.J. Watson Research Center</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">16:00 - 16:40</div></td><td colspan="2"><div class="session-info-in-table">Defect<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ec5cdfda-f965-4f28-bb4e-fb2142c4719f" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="b53cd7f3-5551-4b66-8472-c5a6a769eb92" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b53cd7f3-5551-4b66-8472-c5a6a769eb92">Software Defect Prediction using Tree-Based Ensembles</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/hamoudaljamaan" class="navigate">Hamoud Aljamaan</a><span class="prog-aff"> King Fahd University of Petroleum and Minerals</span>, <a href="https://2020.esec-fse.org/profile/amalalazba" class="navigate">Amal Alazba</a><span class="prog-aff"> King Saud University</span></div></td></tr><tr data-slot-id="5e46400c-75bd-4178-8a33-995b6b8b325a" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="7079113c-7113-472f-9d03-13c39034d969" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7079113c-7113-472f-9d03-13c39034d969">Improving Real-World Vulnerability Characterization with Vulnerable Slices</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/solmazsalimi" class="navigate">Solmaz Salimi</a><span class="prog-aff"> Sharif University of Technology</span>, <a href="https://2020.esec-fse.org/profile/maryamebrahimzadeh" class="navigate">Maryam Ebrahimzadeh</a><span class="prog-aff"> Sharif University of Technology</span>, <a href="https://2020.esec-fse.org/profile/mehdikharrazi" class="navigate">Mehdi Kharrazi</a><span class="prog-aff"> Sharif University of Technology</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">16:40 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Discussion<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7adde2e4-f48a-414e-8861-80615c33dcf7" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:40</div><strong>20m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="2e183efe-637c-4a72-b038-8fbb74160c81" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2e183efe-637c-4a72-b038-8fbb74160c81">Open challlenges in defect analysis</a></strong><div class="prog-track">PROMISE 2020</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-facet-track="ESEC/FSE PROMISE" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">16:45 - 17:05</div></td><td colspan="2"><div class="session-info-in-table">Break<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">17:05 - 17:45</div></td><td colspan="2"><div class="session-info-in-table">Search<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="b9d62543-c883-4b02-8e1d-1e1b30e9e1ae" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:05</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="03ef5e15-bcf3-4c80-8338-04c83ddbb364" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="03ef5e15-bcf3-4c80-8338-04c83ddbb364">Workload-Aware Reviewer Recommendation using a Multi-Objective Search-based Approach</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/wisamhaithamabboodalzubaidi" class="navigate">Wisam Haitham Abbood Al-Zubaidi</a><span class="prog-aff"> University of Wollongong</span>, <a href="https://2020.esec-fse.org/profile/patanamonthongtanunam" class="navigate">Patanamon Thongtanunam</a><span class="prog-aff"> The University of Melbourne</span>, <a href="https://2020.esec-fse.org/profile/hoakhanhdam" class="navigate">Hoa Khanh Dam</a><span class="prog-aff"> University of Wollongong</span>, <a href="https://2020.esec-fse.org/profile/chakkrittantithamthavorn" class="navigate">Kla Tantithamthavorn</a><span class="prog-aff"> Monash University, Australia</span>, <a href="https://2020.esec-fse.org/profile/adityaghose" class="navigate">Aditya Ghose</a><span class="prog-aff"> University of Wollongong</span></div></td></tr><tr data-slot-id="89960476-93c5-4d23-8e3b-c59c2e324526" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:25</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="59c365a0-b295-403f-9514-d0025e7513e9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="59c365a0-b295-403f-9514-d0025e7513e9">Evaluating Hyper-Parameter Tuning using Random Search in Support Vector Machines for Software Effort Estimation</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/leonardovillalobosarias" class="navigate">Leonardo Villalobos-Arias</a><span class="prog-aff"> Universidad de Costa Rica</span>, <a href="https://2020.esec-fse.org/profile/christianquesadalopez" class="navigate">Christian Quesada-López</a><span class="prog-aff"> Universidad de Costa Rica</span>, <a href="https://2020.esec-fse.org/profile/joseguevaracoto" class="navigate">Jose Guevara-Coto</a><span class="prog-aff"> Universidad de Costa Rica</span>, <a href="https://2020.esec-fse.org/profile/alexandramartinez" class="navigate">Alexandra Martinez</a><span class="prog-aff"> Universidad de Costa Rica</span>, <a href="https://2020.esec-fse.org/profile/marcelojenkins1" class="navigate">Marcelo Jenkins</a><span class="prog-aff"> Universidad de Costa Rica</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">17:45 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Discussion<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4b0d35a2-d279-40e4-b8d6-8b41da1e11a5" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:45</div><strong>15m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="a88beedb-a60e-4045-83db-2076e2ace82a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a88beedb-a60e-4045-83db-2076e2ace82a">Open challlenges in search-based SE</a></strong><div class="prog-track">PROMISE 2020</div><br></td></tr></table></div></div><div class="hidable day-wrapper"><h4 class="day-header sticky-top"><div><div>Fri 6 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-15"><table data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">15:00 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Keynote#2<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="9cbbc748-4677-4a48-acfa-cee4740ca4c9" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>60m</strong></div><div class="event-type">Keynote</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="3599050f-5c86-4a1f-9e8a-91462a2da1cb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3599050f-5c86-4a1f-9e8a-91462a2da1cb">AI in Software Engineering: A 25-year Journey</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.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></table></div><div class="hidable band hour-16"><table data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">16:00 - 16:40</div></td><td colspan="2"><div class="session-info-in-table">People<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a69e6c09-ee2f-4d4d-b30d-a471a3a003d9" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:00</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="803a7341-67ac-49c3-bc4a-e0485604dfdc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="803a7341-67ac-49c3-bc4a-e0485604dfdc">Fault-insertion and Fault-fixing: Analysing Developer Activity Over Time</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/davidbowes" class="navigate">David Bowes</a><span class="prog-aff"> Lancaster University</span>, <a href="https://2020.esec-fse.org/profile/giuseppedestefanis" class="navigate">Giuseppe Destefanis</a><span class="prog-aff"> Brunel University</span>, <a href="https://2020.esec-fse.org/profile/tracyhall1" class="navigate">Tracy Hall</a><span class="prog-aff"> Lancaster University</span>, <a href="https://2020.esec-fse.org/profile/jeanpetric" class="navigate">Jean Petric</a><span class="prog-aff"> Lancaster University</span>, <a href="https://2020.esec-fse.org/profile/marcoortu" class="navigate">Marco Ortu</a><span class="prog-aff"> University of Cagliari</span></div></td></tr><tr data-slot-id="db732846-69f1-403e-9463-b8de090cecb8" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:20</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="f1e89fcb-60dd-4275-8f06-a275b14aab5d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f1e89fcb-60dd-4275-8f06-a275b14aab5d">Identifying Key Developers using Artifact Traceability Graphs</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/halperencetin" class="navigate">H. Alperen Çetin</a><span class="prog-aff"> Bilkent University</span>, <a href="https://2020.esec-fse.org/profile/eraytuzun" class="navigate">Eray Tüzün</a><span class="prog-aff"> Bilkent University</span></div></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">16:40 - 17:00</div></td><td colspan="2"><div class="session-info-in-table">Discussion<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="008bb6a8-a9c0-4f7b-9528-63bab4fa3685" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">16:40</div><strong>20m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="99355c8f-d9a5-42a6-a6f3-91b7e24c527c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="99355c8f-d9a5-42a6-a6f3-91b7e24c527c">Open challlenges in personnel analysis</a></strong><div class="prog-track">PROMISE 2020</div><br></td></tr></table></div><div class="hidable band hour-16"><table data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-facet-track="ESEC/FSE PROMISE" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">16:45 - 17:05</div></td><td colspan="2"><div class="session-info-in-table">Break<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">17:05 - 17:45</div></td><td colspan="2"><div class="session-info-in-table">Effort<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="722c41ee-d45e-4521-9c42-9898c1a932f3" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:05</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="eb73716f-d71c-4d64-92a1-f8466e4fbc0a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="eb73716f-d71c-4d64-92a1-f8466e4fbc0a">SEERA: A software cost estimation dataset for constrained environments</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/emtinanimustafa" class="navigate">Emtinan I. Mustafa</a><span class="prog-aff"> University of Khartoum</span>, <a href="https://2020.esec-fse.org/profile/rashaosman" class="navigate">Rasha Osman</a><span class="prog-aff"> University of Khartoum</span></div></td></tr><tr data-slot-id="ce21ffd2-0675-4a28-bf4e-5db1d05d00e3" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:25</div><strong>20m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="4cb4844e-5a64-4d67-b298-c456eb096e9f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4cb4844e-5a64-4d67-b298-c456eb096e9f">An Exploratory Study on Applicability of Cross Project Defect Prediction Approaches to Cross-Company Effort Estimation</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/sousukeamasaki" class="navigate">Sousuke Amasaki</a><span class="prog-aff"> Okayama Prefectural University</span>, <a href="https://2020.esec-fse.org/profile/hirohisaaman" class="navigate">Hirohisa Aman</a><span class="prog-aff"> Ehime University</span>, <a href="https://2020.esec-fse.org/profile/tomoyukiyokogawa" class="navigate">Tomoyuki Yokogawa</a><span class="prog-aff"> Okayama Prefectural University</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c12"></td><td><div class="slot-label">17:45 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Discussion<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="text-muted navigate">PROMISE 2020</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="eacf4fab-0360-496f-aa9b-d2b7cb79fe36" class="hidable"><td class="track-color c12"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:45</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE PROMISE"></span></td><td><span data-event-star="377f16e8-4362-46b6-808f-4eb250044b63" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="377f16e8-4362-46b6-808f-4eb250044b63">"a) Open challlenges in effort estimation b) How to better organize Promise 2021?"</a></strong><div class="prog-track">PROMISE 2020</div><div class="performers"><a href="https://2020.esec-fse.org/profile/timmenzies" class="navigate">Tim Menzies</a><span class="prog-aff"> North Carolina State University, USA</span></div></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>Mon 9 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-1"><table data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">01:00 - 02:00</div></td><td colspan="2"><div class="session-info-in-table">Welcome Panels <span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8b965caf-8132-4846-af27-32dfbf7820e4" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:00</div><strong>60m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="a42b1e7b-183c-435b-8089-a936700a893e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a42b1e7b-183c-435b-8089-a936700a893e">Welcome Panel #1</a></strong><div class="prog-track">Plenary events</div><div class="performers"><span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/premdevanbu" class="navigate">Prem Devanbu</a><span class="prog-aff"> University of California</span>, <a href="https://2020.esec-fse.org/profile/andrewbegel1" class="navigate">Andrew Begel</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2020.esec-fse.org/profile/foutsekhomh" class="navigate">Foutse Khomh</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2020.esec-fse.org/profile/robynlutz" class="navigate">Robyn Lutz</a><span class="prog-aff"> Iowa State University</span>, <a href="https://2020.esec-fse.org/profile/nenadmedvidovic" class="navigate">Nenad Medvidović</a><span class="prog-aff"> University of Southern California, USA</span>, <a href="https://2020.esec-fse.org/profile/anandashoksawant" class="navigate">Anand Ashok Sawant</a><span class="prog-aff"> University of California, Davis</span>, <a href="https://2020.esec-fse.org/profile/patanamonthongtanunam" class="navigate">Patanamon Thongtanunam</a><span class="prog-aff"> The University of Melbourne</span>, <a href="https://2020.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle, Australia</span>, <a href="https://2020.esec-fse.org/profile/kellyblincoe" class="navigate">Kelly Blincoe</a><span class="prog-aff"> University of Auckland</span></div></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Welcome Panels <span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1a06f126-8a31-4f80-ab36-baa124f8cba7" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>60m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="140a785e-5801-4bbb-b861-991fe5daf3c4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="140a785e-5801-4bbb-b861-991fe5daf3c4">Welcome Panel #2</a></strong><div class="prog-track">Plenary events</div><div class="performers"><span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2020.esec-fse.org/profile/danhao" class="navigate">Dan Hao</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2020.esec-fse.org/profile/basharnuseibeh" class="navigate">Bashar Nuseibeh</a><span class="prog-aff"> The Open University (UK) & Lero (Ireland)</span>, <a href="https://2020.esec-fse.org/profile/mauropezze1" class="navigate">Mauro Pezzè</a><span class="prog-aff"> University of Milano-Bicocca, Italy</span>, <a href="https://2020.esec-fse.org/profile/ayushirastogi" class="navigate">Ayushi Rastogi</a><span class="prog-aff"> </span>, <a href="https://2020.esec-fse.org/profile/jiemzhang" class="navigate">Jie M. Zhang</a><span class="prog-aff"> University College London, UK</span>, <a href="https://2020.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA, Germany</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Welcome Panels <span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1a0dadf9-1e14-441d-9118-712ba92c213c" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>60m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="d7e2ac7b-3a3c-4cd1-b30d-8342a1317613" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d7e2ac7b-3a3c-4cd1-b30d-8342a1317613">Welcome Panel #3</a></strong><div class="prog-track">Plenary events</div><div class="performers"><span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/myracohen" class="navigate">Myra Cohen</a><span class="prog-aff"> Iowa State University</span>, <a href="https://2020.esec-fse.org/profile/jonathanbell" class="navigate">Jonathan Bell</a><span class="prog-aff"> Northeastern University</span>, <a href="https://2020.esec-fse.org/profile/yuhuang" class="navigate">Yu Huang</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2020.esec-fse.org/profile/shaharmaoz" class="navigate">Shahar Maoz</a><span class="prog-aff"> Tel Aviv University, Israel</span>, <a href="https://2020.esec-fse.org/profile/maleknaznayebi" class="navigate">Maleknaz Nayebi</a><span class="prog-aff"> Polytechnique Montréal</span>, <a href="https://2020.esec-fse.org/profile/aserebrenik" class="navigate">Alexander Serebrenik</a><span class="prog-aff"> Eindhoven University of Technology</span>, <a href="https://2020.esec-fse.org/profile/paolotonella" class="navigate">Paolo Tonella</a><span class="prog-aff"> USI Lugano, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/yixuezhao" class="navigate">Yixue Zhao</a><span class="prog-aff"> University of Massachusetts at Amherst, USA</span>, <a href="https://2020.esec-fse.org/profile/davidcshepherd" class="navigate">David C. Shepherd</a><span class="prog-aff"> Virginia Commonwealth University</span></div></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>Tue 10 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-1"><table data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">01:00 - 01:30</div></td><td colspan="2"><div class="session-info-in-table"> ML In Practice<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-industry-papers" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="0dbab13f-4cb9-4437-8b73-1ddc897015b6" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="aa2e263e-46d5-4670-96f1-72bc001f8199" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="aa2e263e-46d5-4670-96f1-72bc001f8199">A Comprehensive Study on Challenges in Deploying Deep Learning Based Software</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/zhenpengchen" class="navigate">Zhenpeng Chen</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/yanbincao" class="navigate">Yanbin Cao</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/yuanqiangliu" class="navigate">Yuanqiang Liu</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/haoyuwang" class="navigate">Haoyu Wang</a><span class="prog-aff"> Beijing University of Posts and Telecommunications</span>, <a href="https://2020.esec-fse.org/profile/taoxie" class="navigate">Tao Xie</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.esec-fse.org/profile/xuanzheliu" class="navigate">Xuanzhe Liu</a><span class="prog-aff"> Peking University, China</span></div><a href="https://doi.org/10.1145/3368089.3409759" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://chenzhenpeng18.github.io/papers/FSE20_1.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="d83b38d8-d803-44fc-a638-d21d73d5ef54" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:03</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="3d658a91-68ad-4b23-89d5-7850521919ff" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3d658a91-68ad-4b23-89d5-7850521919ff">A First Look at the Integration of Machine Learning Models in Complex Autonomous Driving Systems: A Case Study on Apollo</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/pengzi" class="navigate">pengzi </a><span class="prog-aff"> Concordia University, Canada</span>, <a href="https://2020.esec-fse.org/profile/jinqiuyang1" class="navigate">Jinqiu Yang</a><span class="prog-aff"> Concordia University, Montreal, Canada</span>, <a href="https://2020.esec-fse.org/profile/tsehsunpeterchen" class="navigate">Tse-Hsun (Peter) Chen</a><span class="prog-aff"> Concordia University</span>, <a href="https://2020.esec-fse.org/profile/leima" class="navigate">Lei Ma</a><span class="prog-aff"> Kyushu University</span></div><a href="https://doi.org/10.1145/3368089.3417063" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="57cae999-2441-468e-932e-d401fb5c5741" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="1625a985-00f3-47c2-a066-a7a63e258a92" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1625a985-00f3-47c2-a066-a7a63e258a92">Enhancing the Interoperability between Deep Learning Frameworks by Model Conversion</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yudavidliu1" class="navigate">Yu David Liu</a><span class="prog-aff"> SUNY Binghamton, USA</span>, <a href="https://2020.esec-fse.org/profile/chengchen2" class="navigate">Cheng Chen</a><span class="prog-aff"> ByteDance, China</span>, <a href="https://2020.esec-fse.org/profile/ruzhang" class="navigate">Ru Zhang</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2020.esec-fse.org/profile/tingtingqin" class="navigate">Tingting Qin</a><span class="prog-aff"> Microsoft Research, China</span>, <a href="https://2020.esec-fse.org/profile/xiangji" class="navigate">Xiang Ji</a><span class="prog-aff"> Microsoft Research, China</span>, <a href="https://2020.esec-fse.org/profile/haoxianglin" class="navigate">Haoxiang Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2020.esec-fse.org/profile/maoyang" class="navigate">Mao Yang</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3368089.3417051" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.microsoft.com/en-us/research/publication/enhancing-the-interoperability-between-deep-learning-frameworks-by-model-conversion/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="caa161b6-e2d8-4cfc-a24e-97f3bdbabaf3" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="88715582-cd52-4d89-92e4-f9bfd0d1feed" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="88715582-cd52-4d89-92e4-f9bfd0d1feed">Estimating GPU Memory Consumption of Deep Learning Models</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yanjiegao" class="navigate">Yanjie Gao</a><span class="prog-aff"> Microsoft Research, China</span>, <a href="https://2020.esec-fse.org/profile/yudavidliu1" class="navigate">Yu David Liu</a><span class="prog-aff"> SUNY Binghamton, USA</span>, <a href="https://2020.esec-fse.org/profile/hongyuzhang" class="navigate">Hongyu Zhang</a><span class="prog-aff"> University of Newcastle, Australia</span>, <a href="https://2020.esec-fse.org/profile/lizhengxian" class="navigate">lizhengxian </a><span class="prog-aff"> Microsoft Research, China</span>, <a href="https://2020.esec-fse.org/profile/yonghaozhu" class="navigate">Yonghao Zhu</a><span class="prog-aff"> Microsoft Research, China</span>, <a href="https://2020.esec-fse.org/profile/haoxianglin" class="navigate">Haoxiang Lin</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2020.esec-fse.org/profile/maoyang" class="navigate">Mao Yang</a><span class="prog-aff"> Microsoft Research</span></div><a href="https://doi.org/10.1145/3368089.3417050" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.microsoft.com/en-us/research/publication/estimating-gpu-memory-consumption-of-deep-learning-models/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="0b3c8fe8-3525-4a0a-a1b6-266c2f17675b" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:09</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="bf27ccc7-12c1-4f10-981d-aa8f473d3647" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bf27ccc7-12c1-4f10-981d-aa8f473d3647">IntelliCode Compose: Code Generation using Transformer</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/alexeysvyatkovskiy" class="navigate">Alexey Svyatkovskiy</a><span class="prog-aff"> Microsoft</span>, <a href="https://2020.esec-fse.org/profile/shaokundeng" class="navigate">Shao Kun Deng</a><span class="prog-aff"> Microsoft Corporation</span>, <a href="https://2020.esec-fse.org/profile/shengyufu1" class="navigate">Shengyu Fu</a><span class="prog-aff"> Microsoft, USA</span>, <a href="https://2020.esec-fse.org/profile/neelsundaresan" class="navigate">Neel Sundaresan</a><span class="prog-aff"> Microsoft Corporation</span></div><a href="https://doi.org/10.1145/3368089.3417058" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2005.08025" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="f888e230-45ce-4a98-96b7-3372d9e45f23" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:11</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="e18c6d77-902d-47ae-9228-442284435afa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e18c6d77-902d-47ae-9228-442284435afa">Reducing DNN Labelling Cost using Surprise Adequacy: An Industrial Case Study for Autonomous Driving</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/jinhankim" class="navigate">Jinhan Kim</a><span class="prog-aff"> KAIST</span>, <a href="https://2020.esec-fse.org/profile/jeongilju" class="navigate">Jeongil Ju</a><span class="prog-aff"> Hyundai Motor Group, South Korea</span>, <a href="https://2020.esec-fse.org/profile/robertfeldt1" class="navigate">Robert Feldt</a><span class="prog-aff"> Chalmers University of Technology, Sweden</span>, <a href="https://2020.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span></div><a href="https://doi.org/10.1145/3368089.3417065" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2006.00894.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="cec2118f-473f-4f23-95ce-0fb954b98d3b" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:13</div><strong>17m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0f4ebed6-6a88-420a-bf0c-89fc5126e922" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0f4ebed6-6a88-420a-bf0c-89fc5126e922">Conversations on ML In Practice</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/sidongfeng" class="navigate">Sidong Feng</a><span class="prog-aff"> Australian National University, Australia</span>, <a href="https://2020.esec-fse.org/profile/tsehsunpeterchen" class="navigate">Tse-Hsun (Peter) Chen</a><span class="prog-aff"> Concordia University</span>, <a href="https://2020.esec-fse.org/profile/yanbincao" class="navigate">Yanbin Cao</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/yanjiegao" class="navigate">Yanjie Gao</a><span class="prog-aff"> Microsoft Research, China</span>, <a href="https://2020.esec-fse.org/profile/zhenpengchen" class="navigate">Zhenpeng Chen</a><span class="prog-aff"> Peking University, China</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/joshuagarcia" class="navigate">Joshua Garcia</a><span class="prog-aff"> University of California, Irvine</span></div></td></tr></table></div><div class="hidable band hour-1"><table data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">01:30 - 02:00</div></td><td colspan="2"><div class="session-info-in-table"> ML Testing 1<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8d4ecf8d-f922-4e2e-9978-f41c54ce2024" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d48a7e3c-fda2-4801-abe4-43127f002fca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d48a7e3c-fda2-4801-abe4-43127f002fca">Correlations between Deep Neural Network Model Coverage Criteria and Model Quality</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/shenaoyan" class="navigate">Shenao Yan</a><span class="prog-aff"> Rutgers University, USA</span>, <a href="https://2020.esec-fse.org/profile/guanhongtao" class="navigate">Guanhong Tao</a><span class="prog-aff"> Purdue University, USA</span>, <a href="https://2020.esec-fse.org/profile/xuweiliu1" class="navigate">Xuwei Liu</a><span class="prog-aff"> Purdue University, USA</span>, <a href="https://2020.esec-fse.org/profile/juanzhai" class="navigate">Juan Zhai</a><span class="prog-aff"> Rutgers University, USA</span>, <a href="https://2020.esec-fse.org/profile/shiqingma" class="navigate">Shiqing Ma</a><span class="prog-aff"> Rutgers University, USA</span>, <a href="https://2020.esec-fse.org/profile/leixu1" class="navigate">Lei Xu</a><span class="prog-aff"> Nanjing University, China</span>, <a href="https://2020.esec-fse.org/profile/xiangyuzhang" class="navigate">Xiangyu Zhang</a><span class="prog-aff"> Purdue University</span></div><a href="https://doi.org/10.1145/3368089.3409671" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="05c7e026-897f-49e1-807d-bde587f28612" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:33</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="22607340-5494-4b98-bfef-a4b417765737" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="22607340-5494-4b98-bfef-a4b417765737">Deep Learning Library Testing via Effective Model Generation<span class="pull-right"><span data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">ACM SIGSOFT Distinguished Paper Award</span></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/zanwang" class="navigate">Zan Wang</a><span class="prog-aff"> Tianjin University, China</span>, <a href="https://2020.esec-fse.org/profile/mingyan" class="navigate">Ming Yan</a><span class="prog-aff"> Tianjin University, China</span>, <a href="https://2020.esec-fse.org/profile/junjiechen1" class="navigate">Junjie Chen</a><span class="prog-aff"> Tianjin University, China</span>, <a href="https://2020.esec-fse.org/profile/shuangliu" class="navigate">Shuang Liu</a><span class="prog-aff"> Tianjin University, China</span>, <a href="https://2020.esec-fse.org/profile/dongdizhang" class="navigate">Dongdi Zhang</a><span class="prog-aff"> Tianjin University, China</span></div><a href="https://doi.org/10.1145/3368089.3409761" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="195f8f64-432a-4d03-9cb1-19cbb6ae8427" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="396bf22d-c5c2-4827-9f8d-4d8d8c8df708" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="396bf22d-c5c2-4827-9f8d-4d8d8c8df708">Detecting Numerical Bugs in Neural Network Architectures<span class="pull-right"><span data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">ACM SIGSOFT Distinguished Paper Award</span></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yuhaozhang" class="navigate">Yuhao Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.esec-fse.org/profile/luyaoren" class="navigate">Luyao Ren</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/liqianchen" class="navigate">Liqian Chen</a><span class="prog-aff"> National University of Defense Technology, China</span>, <a href="https://2020.esec-fse.org/profile/yingfeixiong" class="navigate">Yingfei Xiong</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.esec-fse.org/profile/shingchicheung" class="navigate">Shing-Chi Cheung</a><span class="prog-aff"> Hong Kong University of Science and Technology, China</span>, <a href="https://2020.esec-fse.org/profile/taoxie" class="navigate">Tao Xie</a><span class="prog-aff"> Peking University</span></div><a href="https://doi.org/10.1145/3368089.3409720" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="6547d1c2-7278-4dbc-964f-8b47bb96689a" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="403ca929-7563-41b5-bd6c-d575309fda63" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="403ca929-7563-41b5-bd6c-d575309fda63">Dynamic Slicing for Deep Neural Networks</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/ziqizhang" class="navigate">Ziqi Zhang</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/yuanchunli1" class="navigate">Yuanchun Li</a><span class="prog-aff"> Microsoft Research, China</span>, <a href="https://2020.esec-fse.org/profile/yaoguo" class="navigate">Yao Guo</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.esec-fse.org/profile/xiangqunchen" class="navigate">Xiangqun Chen</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.esec-fse.org/profile/yunxinliu" class="navigate">Yunxin Liu</a><span class="prog-aff"> Microsoft Research, China</span></div><a href="https://doi.org/10.1145/3368089.3409676" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="187c9a3e-9540-499f-833b-b9a454040151" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="f1b7e153-4444-4d93-b734-1925d97c1842" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f1b7e153-4444-4d93-b734-1925d97c1842">Grammar Based Directed Testing of Machine Learning Systems</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/sakshiudeshi" class="navigate">Sakshi Udeshi</a><span class="prog-aff"> Singapore University of Technology and Design</span>, <a href="https://2020.esec-fse.org/profile/sudiptachattopadhyay" class="navigate">Sudipta Chattopadhyay</a><span class="prog-aff"> Singapore University of Technology and Design</span></div></td></tr><tr data-slot-id="0b8ae163-0f6e-432f-bdce-79765c905e44" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:41</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e006746c-b6b1-4302-af5b-3e7668184e02" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e006746c-b6b1-4302-af5b-3e7668184e02">Is Neuron Coverage a Meaningful Measure for Testing Deep Neural Networks?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/fabriceharelcanada" class="navigate">Fabrice Harel-Canada</a><span class="prog-aff"> University of California at Los Angeles, USA</span>, <a href="https://2020.esec-fse.org/profile/lingxiaowang" class="navigate">Lingxiao Wang</a><span class="prog-aff"> University of California at Los Angeles, USA</span>, <a href="https://2020.esec-fse.org/profile/muhammadaligulzar" class="navigate">Muhammad Ali Gulzar</a><span class="prog-aff"> University of California at Los Angeles, USA</span>, <a href="https://2020.esec-fse.org/profile/quanquangu" class="navigate">Quanquan Gu</a><span class="prog-aff"> University of California at Los Angeles, USA</span>, <a href="https://2020.esec-fse.org/profile/miryungkim" class="navigate">Miryung Kim</a><span class="prog-aff"> University of California at Los Angeles, USA</span></div><a href="https://doi.org/10.1145/3368089.3409754" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ccfbec87-9c14-4864-a1ec-2733a7e5665e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:43</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="1ea05de1-b61d-408c-91f0-56d10df99def" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1ea05de1-b61d-408c-91f0-56d10df99def">Operational Calibration: Debugging Confidence Errors for DNNs in the Field</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/zenanli" class="navigate">Zenan Li</a><span class="prog-aff"> Nanjing University, China</span>, <a href="https://2020.esec-fse.org/profile/xiaoxingma1" class="navigate">Xiaoxing Ma</a><span class="prog-aff"> Nanjing University, China</span>, <a href="https://2020.esec-fse.org/profile/changxu" class="navigate">Chang Xu</a><span class="prog-aff"> Nanjing University, China</span>, <a href="https://2020.esec-fse.org/profile/jingweixu" class="navigate">Jingwei Xu</a><span class="prog-aff"> Nanjing University, China</span>, <a href="https://2020.esec-fse.org/profile/chuncao" class="navigate">Chun Cao</a><span class="prog-aff"> Nanjing University, China</span>, <a href="https://2020.esec-fse.org/profile/jianlu" class="navigate">Jian Lu</a><span class="prog-aff"> Nanjing University, China</span></div><a href="https://doi.org/10.1145/3368089.3409696" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="dc0e923e-08a5-4481-a845-686ec3eee743" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:45</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="78cbac09-e7ba-4cd0-8096-e6246a373800" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="78cbac09-e7ba-4cd0-8096-e6246a373800">Conversations on ML Testing 1</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/fabriceharelcanada" class="navigate">Fabrice Harel-Canada</a><span class="prog-aff"> University of California at Los Angeles, USA</span>, <a href="https://2020.esec-fse.org/profile/mingyan" class="navigate">Ming Yan</a><span class="prog-aff"> Tianjin University, China</span>, <a href="https://2020.esec-fse.org/profile/sakshiudeshi" class="navigate">Sakshi Udeshi</a><span class="prog-aff"> Singapore University of Technology and Design</span>, <a href="https://2020.esec-fse.org/profile/shenaoyan" class="navigate">Shenao Yan</a><span class="prog-aff"> Rutgers University, USA</span>, <a href="https://2020.esec-fse.org/profile/yuhaozhang" class="navigate">Yuhao Zhang</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.esec-fse.org/profile/zenanli" class="navigate">Zenan Li</a><span class="prog-aff"> Nanjing University, China</span>, <a href="https://2020.esec-fse.org/profile/ziqizhang" class="navigate">Ziqi Zhang</a><span class="prog-aff"> Peking University, China</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/hamidbagheri" class="navigate">Hamid Bagheri</a><span class="prog-aff"> University of Nebraska-Lincoln, USA</span></div></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">08:00 - 08:30</div></td><td colspan="2"><div class="session-info-in-table">Fuzzing<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-industry-papers" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="3375a7ee-a846-4790-8bc3-1f6fcc965875" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3e5ef94b-62f3-4daf-a1ad-9b4b10215263" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3e5ef94b-62f3-4daf-a1ad-9b4b10215263">Boosting Fuzzer Efficiency: An Information Theoretic Perspective<span class="pull-right"><span data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">ACM SIGSOFT Distinguished Paper Award</span></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/marcelbohme" class="navigate">Marcel Böhme</a><span class="prog-aff"> Monash University, Australia</span>, <a href="https://2020.esec-fse.org/profile/valentinmanes1" class="navigate">Valentin Manès</a><span class="prog-aff"> KAIST, South Korea</span>, <a href="https://2020.esec-fse.org/profile/sangkilcha" class="navigate">Sang Kil Cha</a><span class="prog-aff"> KAIST, South Korea</span></div><a href="https://doi.org/10.1145/3368089.3409748" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="8e55182b-c01c-46a3-b193-51a85310af68" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:03</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f04b3809-2423-4c19-9b5a-1adb5c893487" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f04b3809-2423-4c19-9b5a-1adb5c893487">CrFuzz: Fuzzing Multi-purpose Programs through Input Validation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/suhwansong" class="navigate">Suhwan Song</a><span class="prog-aff"> Seoul National University, South Korea</span>, <a href="https://2020.esec-fse.org/profile/chengyusong" class="navigate">Chengyu Song</a><span class="prog-aff"> University of California at Riverside, USA</span>, <a href="https://2020.esec-fse.org/profile/yeongjinjang" class="navigate">Yeongjin Jang</a><span class="prog-aff"> Oregon State University, USA</span>, <a href="https://2020.esec-fse.org/profile/byoungyounglee" class="navigate">Byoungyoung Lee</a><span class="prog-aff"> Seoul National University, South Korea</span></div><a href="https://doi.org/10.1145/3368089.3409769" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="640457d9-cb2f-4053-8f7f-42df4865edc0" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="45c3050b-674e-490f-8815-55ed1759cc3b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="45c3050b-674e-490f-8815-55ed1759cc3b">Detecting Critical Bugs in SMT Solvers Using Blackbox Mutational Fuzzing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/muhammadnumairmansur" class="navigate">Muhammad Numair Mansur</a><span class="prog-aff"> MPI-SWS, Germany</span>, <a href="https://2020.esec-fse.org/profile/mariachristakis" class="navigate">Maria Christakis</a><span class="prog-aff"> MPI-SWS</span>, <a href="https://2020.esec-fse.org/profile/valentinwustholz" class="navigate">Valentin Wüstholz</a><span class="prog-aff"> ConsenSys</span>, <a href="https://2020.esec-fse.org/profile/fuyuanzhang" class="navigate">Fuyuan Zhang</a><span class="prog-aff"> MPI-SWS, Germany</span></div><a href="https://doi.org/10.1145/3368089.3409763" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://mariachris.github.io/Pubs/FSE-2020-STORM.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="92cdd2e7-9cc9-4682-9617-2e8fae44c14b" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d0e32017-2d89-4ca5-b668-f700603f07c1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d0e32017-2d89-4ca5-b668-f700603f07c1">Fuzzing: On the Exponential Cost of Vulnerability Discovery</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/marcelbohme" class="navigate">Marcel Böhme</a><span class="prog-aff"> Monash University, Australia</span>, <a href="https://2020.esec-fse.org/profile/brandonfalk" class="navigate">Brandon Falk</a><span class="prog-aff"> Gamozo Labs, n.n.</span></div><a href="https://doi.org/10.1145/3368089.3409729" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b7b6cad5-1f08-417a-a2b3-4be8f5831c86" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:09</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="05727939-da6a-4477-9a42-6c9231115f1e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="05727939-da6a-4477-9a42-6c9231115f1e">Harvey: A Greybox Fuzzer for Smart Contracts</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/valentinwustholz" class="navigate">Valentin Wüstholz</a><span class="prog-aff"> ConsenSys</span>, <a href="https://2020.esec-fse.org/profile/mariachristakis" class="navigate">Maria Christakis</a><span class="prog-aff"> MPI-SWS</span></div><a href="https://doi.org/10.1145/3368089.3417064" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://mariachris.github.io/Pubs/FSE-2020-Harvey.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="c4d1f1d2-9924-403f-99b2-59faf500b5c0" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:11</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="8f4ed052-3293-4af5-b553-4d1f5a5a3558" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8f4ed052-3293-4af5-b553-4d1f5a5a3558">Intelligent REST API Data Fuzzing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/patricegodefroid" class="navigate">Patrice Godefroid</a><span class="prog-aff"> Microsoft Research, USA</span>, <a href="https://2020.esec-fse.org/profile/boyuanhuang" class="navigate">Bo-Yuan Huang</a><span class="prog-aff"> Princeton University, USA</span>, <a href="https://2020.esec-fse.org/profile/marinapolishchuk" class="navigate">Marina Polishchuk</a><span class="prog-aff"> Microsoft Research, USA</span></div><a href="https://doi.org/10.1145/3368089.3409719" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e329292e-c6bc-477a-bae6-eb64947bedc7" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:13</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="27885094-c0f3-4056-b660-62c9ce412467" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="27885094-c0f3-4056-b660-62c9ce412467">MTFuzz: Fuzzing with a Multi-task Neural Network</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/dongdongshe1" class="navigate">Dongdong She</a><span class="prog-aff"> Columbia University, USA</span>, <a href="https://2020.esec-fse.org/profile/rahulkrishna" class="navigate">Rahul Krishna</a><span class="prog-aff"> Columbia University, USA</span>, <a href="https://2020.esec-fse.org/profile/luyan" class="navigate">Lu Yan</a><span class="prog-aff"> Shanghai Jiao Tong University, China</span>, <a href="https://2020.esec-fse.org/profile/sumanjana" class="navigate">Suman Jana</a><span class="prog-aff"> Columbia University, USA</span>, <a href="https://2020.esec-fse.org/profile/baishakhiray" class="navigate">Baishakhi Ray</a><span class="prog-aff"> Columbia University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409723" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2005.12392.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="c065b81b-087c-4ce4-8bea-5b290007e69a" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:15</div><strong>15m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9099a89c-1cf5-4518-b231-12aab19a1e33" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9099a89c-1cf5-4518-b231-12aab19a1e33">Conversations on Fuzzing</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/dongdongshe1" class="navigate">Dongdong She</a><span class="prog-aff"> Columbia University, USA</span>, <a href="https://2020.esec-fse.org/profile/muhammadnumairmansur" class="navigate">Muhammad Numair Mansur</a><span class="prog-aff"> MPI-SWS, Germany</span>, <a href="https://2020.esec-fse.org/profile/marcelbohme" class="navigate">Marcel Böhme</a><span class="prog-aff"> Monash University, Australia</span>, <a href="https://2020.esec-fse.org/profile/suhwansong" class="navigate">Suhwan Song</a><span class="prog-aff"> Seoul National University, South Korea</span>, <a href="https://2020.esec-fse.org/profile/valentinwustholz" class="navigate">Valentin Wüstholz</a><span class="prog-aff"> ConsenSys</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/mikepapadakis" class="navigate">Mike Papadakis</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span></div></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">08:30 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Security<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-industry-papers" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="147def94-7094-42c3-9c3f-f8a8b4fca91b" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d20b07aa-9b04-4f16-b7cb-58d5127fc045" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d20b07aa-9b04-4f16-b7cb-58d5127fc045">An Evaluation of Methods to Port Legacy Code to SGX Enclaves</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/kripashanker" class="navigate">Kripa Shanker</a><span class="prog-aff"> Indian Institute of Science, Bangalore</span>, <a href="https://2020.esec-fse.org/profile/arunjoseph" class="navigate">Arun Joseph</a><span class="prog-aff"> Indian Institute of Science, India</span>, <a href="https://2020.esec-fse.org/profile/vinodganapathy" class="navigate">Vinod Ganapathy</a><span class="prog-aff"> Indian Institute of Science, India</span></div><a href="https://doi.org/10.1145/3368089.3409726" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.csa.iisc.ac.in/~vg/papers/fse2020/fse2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/153/An-Evaluation-of-Methods-to-Port-Legacy-Code-to-SGX-Enclaves" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="71e3063a-67af-41ea-a489-1f750bcac90f" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:33</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="f6174ee3-b5c0-4ffd-b053-8b206385eea4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f6174ee3-b5c0-4ffd-b053-8b206385eea4">How Does Refactoring Impact Security When Improving Quality? A Security-Aware Refactoring Approach</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/chaimaabid" class="navigate">Chaima Abid</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2020.esec-fse.org/profile/marouanekessentini" class="navigate">Marouane Kessentini</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2020.esec-fse.org/profile/vahidalizadeh" class="navigate">Vahid Alizadeh</a><span class="prog-aff"> DePaul University</span>, <a href="https://2020.esec-fse.org/profile/mounadhaouadi" class="navigate">Mouna Dhaouadi</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2020.esec-fse.org/profile/rickkazman" class="navigate">Rick Kazman</a><span class="prog-aff"> University of Hawai‘i at Mānoa</span></div></td></tr><tr data-slot-id="516cde26-5848-4df7-8aef-cb84e7ccf669" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="b771a671-c09b-4893-87be-6975168f2c52" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b771a671-c09b-4893-87be-6975168f2c52">Improving Cybersecurity Hygiene through JIT Patching</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/fredericoaraujo" class="navigate">Frederico Araujo</a><span class="prog-aff"> IBM T.J. Watson Research Center, New York, USA</span>, <a href="https://2020.esec-fse.org/profile/teryltaylor" class="navigate">Teryl Taylor</a><span class="prog-aff"> IBM Research, n.n.</span></div><a href="https://doi.org/10.1145/3368089.3417056" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="fdf91ff4-2321-4484-87cf-6a5597040589" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4230801c-773c-4e4a-ba44-175514e231f4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4230801c-773c-4e4a-ba44-175514e231f4">Search-Based Adversarial Testing and Improvement of Constrained Credit Scoring Systems</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/salahghamizi1" class="navigate">Salah Ghamizi</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/maximecordy" class="navigate">Maxime Cordy</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/martingubri" class="navigate">Martin Gubri</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/mikepapadakis" class="navigate">Mike Papadakis</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/andreyboystov" class="navigate">Andrey Boystov</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/yvesletraon" class="navigate">Yves Le Traon</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/annegoujon" class="navigate">Anne Goujon</a><span class="prog-aff"> BGL BNP Paribas, Luxembourg</span></div><a href="https://doi.org/10.1145/3368089.3409739" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://sites.google.com/site/mikepapadakis/FSE_cameraready.pdf.pdf?attredirects=0&d=1" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="9490a171-ee03-415f-9bb9-6c1ba81fc07c" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d3b92081-ed4e-4d6b-99a9-8559afa90d49" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d3b92081-ed4e-4d6b-99a9-8559afa90d49">SinkFinder: Harvesting Hundreds of Unknown Interesting Function Pairs with Just One Seed</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/panbian" class="navigate">Pan Bian</a><span class="prog-aff"> Renmin University of China, China</span>, <a href="https://2020.esec-fse.org/profile/binliang" class="navigate">Bin Liang</a><span class="prog-aff"> Renmin University of China, China</span>, <a href="https://2020.esec-fse.org/profile/jianjunhuang" class="navigate">Jianjun Huang</a><span class="prog-aff"> Renmin University of China, China</span>, <a href="https://2020.esec-fse.org/profile/wenchangshi" class="navigate">Wenchang Shi</a><span class="prog-aff"> Renmin University of China, China</span>, <a href="https://2020.esec-fse.org/profile/xidongwang" class="navigate">Xidong Wang</a><span class="prog-aff"> Renmin University of China, China</span>, <a href="https://2020.esec-fse.org/profile/jianzhang1" class="navigate">Jian Zhang</a><span class="prog-aff"> Institute of Software at Chinese Academy of Sciences, China</span></div><a href="https://doi.org/10.1145/3368089.3409678" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="6e480928-db3a-422a-8c23-a228d9f19802" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:41</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="011639ba-8c3e-405b-8fff-7f65057caa4c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="011639ba-8c3e-405b-8fff-7f65057caa4c">Taking the Middle Path: Learning About Security Through Online Social Interaction</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/tamaralopez" class="navigate">Tamara Lopez</a><span class="prog-aff"> The Open University</span>, <a href="https://2020.esec-fse.org/profile/theintun" class="navigate">Thein Tun</a><span class="prog-aff"> </span>, <a href="https://2020.esec-fse.org/profile/aroshakbandara" class="navigate">Arosha K Bandara</a><span class="prog-aff"> The Open University</span>, <a href="https://2020.esec-fse.org/profile/marklevine1" class="navigate">Mark Levine</a><span class="prog-aff"> Lancaster University</span>, <a href="https://2020.esec-fse.org/profile/basharnuseibeh" class="navigate">Bashar Nuseibeh</a><span class="prog-aff"> The Open University (UK) & Lero (Ireland)</span>, <a href="https://2020.esec-fse.org/profile/helensharp" class="navigate">Helen Sharp</a><span class="prog-aff"> The Open University</span></div></td></tr><tr data-slot-id="cf3573fc-3bf8-44cd-b5dd-a2f1ced0c752" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:43</div><strong>17m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f20884ed-2020-459d-966c-6a09631262d7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f20884ed-2020-459d-966c-6a09631262d7">Conversations on Security</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/fredericoaraujo" class="navigate">Frederico Araujo</a><span class="prog-aff"> IBM T.J. Watson Research Center, New York, USA</span>, <a href="https://2020.esec-fse.org/profile/kripashanker" class="navigate">Kripa Shanker</a><span class="prog-aff"> Indian Institute of Science, Bangalore</span>, <a href="https://2020.esec-fse.org/profile/panbian" class="navigate">Pan Bian</a><span class="prog-aff"> Renmin University of China, China</span>, <a href="https://2020.esec-fse.org/profile/salahghamizi" class="navigate">Salah Ghamizi</a><span class="prog-aff"> SntT - University of Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/tamaralopez" class="navigate">Tamara Lopez</a><span class="prog-aff"> The Open University</span>, <a href="https://2020.esec-fse.org/profile/chaimaabid" class="navigate">Chaima Abid</a><span class="prog-aff"> University of Michigan</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/benhermann" class="navigate">Ben Hermann</a><span class="prog-aff"> Technical University Dortmund</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">15:00 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">The Good Place: The Next Generation of Science<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/><p>Please see the slides at <a href="http://tiny.cc/goodplace">http://tiny.cc/goodplace</a>.</p> </div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="2dac543b-22f5-497e-9055-768779860b3b" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>60m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="03e6943a-2b7c-4455-a95c-89526d6e4a45" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="03e6943a-2b7c-4455-a95c-89526d6e4a45">The Good Place: The Next Generation of Science</a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/timmenzies" class="navigate">Tim Menzies</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/benhermann" class="navigate">Ben Hermann</a><span class="prog-aff"> Technical University Dortmund</span>, <a href="https://2020.esec-fse.org/profile/janetsiegmund" class="navigate">Janet Siegmund</a><span class="prog-aff"> TU Chemnitz, Germany</span>, <a href="https://2020.esec-fse.org/profile/paulralph" class="navigate">Paul Ralph</a><span class="prog-aff"> Dalhousie University</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">17:00 - 17:30</div></td><td colspan="2"><div class="session-info-in-table">Configuration<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-visions-and-reflections-" target="_blank" class="text-muted navigate">Visions and Reflections </a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1e1167f2-0525-4439-b3df-c4bd3a8d921e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4037023a-cff3-47c8-914c-e5da587c09b4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4037023a-cff3-47c8-914c-e5da587c09b4">Configuration Smells in Continuous Delivery Pipelines: A Linter and a Six-Month Study on GitLab</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/carminevassallo" class="navigate">Carmine Vassallo</a><span class="prog-aff"> University of Zurich, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/sebastianproksch" class="navigate">Sebastian Proksch</a><span class="prog-aff"> Delft University of Technology, Netherlands</span>, <a href="https://2020.esec-fse.org/profile/annajancso" class="navigate">Anna Jancso</a><span class="prog-aff"> University of Zurich, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/haraldgall" class="navigate">Harald Gall</a><span class="prog-aff"> University of Zurich, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/massimilianodipenta" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio, Italy</span></div><a href="https://doi.org/10.1145/3368089.3409709" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://doi.org/10.5281/zenodo.3860984" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="f0e403e0-0ff7-4135-b0c5-25f81096b63c" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:03</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c2be9294-c94a-4577-b4c7-674645a192aa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c2be9294-c94a-4577-b4c7-674645a192aa">Dimensions of Software Configuration: On the Configuration Context in Modern Software Development</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/norbertsiegmund" class="navigate">Norbert Siegmund</a><span class="prog-aff"> Bauhaus-University Weimar</span>, <a href="https://2020.esec-fse.org/profile/nicolairuckel" class="navigate">Nicolai Ruckel</a><span class="prog-aff"> Bauhaus-University Weimar</span>, <a href="https://2020.esec-fse.org/profile/janetsiegmund" class="navigate">Janet Siegmund</a><span class="prog-aff"> TU Chemnitz, Germany</span></div><a href="https://doi.org/10.1145/3368089.3409675" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="879f135d-d230-4c3a-9714-effc4d70285e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c2d22d36-51f4-4a00-9272-0dc14c461652" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c2d22d36-51f4-4a00-9272-0dc14c461652">Global Cost/Quality Management across Multiple Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/liuliu" class="navigate">Liu Liu</a><span class="prog-aff"> Rutgers University, USA</span>, <a href="https://2020.esec-fse.org/profile/sibrenisaacman" class="navigate">Sibren Isaacman</a><span class="prog-aff"> Loyola University Maryland, USA</span>, <a href="https://2020.esec-fse.org/profile/ulrichkremer" class="navigate">Uli Kremer</a><span class="prog-aff"> Rutgers University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409721" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="cf5f9b0c-bba7-4e68-adcd-c83e9f36d6f8" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Visions and Reflections "></span></td><td><span data-event-star="f2b63172-409d-4840-a8ba-3afa103ee513" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f2b63172-409d-4840-a8ba-3afa103ee513">Inferring and Securing Software Configurations using Automated Reasoning</a></strong><div class="prog-track">Visions and Reflections </div><div class="performers"><a href="https://2020.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/3368089.3417041" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f8737851-c766-49db-ba16-d608c3d276f1" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:09</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7e48ef0a-476a-4cd6-b3de-5997fe626910" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7e48ef0a-476a-4cd6-b3de-5997fe626910">Understanding and Discovering Software Configuration Dependencies in Cloud and Datacenter Systems</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/qingrongchen" class="navigate">Qingrong Chen</a><span class="prog-aff"> University of Illinois at Urbana-Champaign, USA</span>, <a href="https://2020.esec-fse.org/profile/tengwang" class="navigate">Teng Wang</a><span class="prog-aff"> National University of Defense Technology, China</span>, <a href="https://2020.esec-fse.org/profile/owolabilegunsen" class="navigate">Owolabi Legunsen</a><span class="prog-aff"> Cornell University</span>, <a href="https://2020.esec-fse.org/profile/shanshanli1" class="navigate">Shanshan Li</a><span class="prog-aff"> National University of Defense Technology, China</span>, <a href="https://2020.esec-fse.org/profile/tianyinxu1" class="navigate">Tianyin Xu</a><span class="prog-aff"> University of Illinois at Urbana-Champaign, USA</span></div><a href="https://doi.org/10.1145/3368089.3409727" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e3ec58e7-b8c9-4f1a-b4df-080a32154ed2" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:11</div><strong>19m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="bb52130f-3e3d-49bd-83b5-6ed1ad8a0163" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bb52130f-3e3d-49bd-83b5-6ed1ad8a0163">Conversations on Configuration</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/carminevassallo" class="navigate">Carmine Vassallo</a><span class="prog-aff"> University of Zurich, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/liuliu1" class="navigate">Liu Liu</a><span class="prog-aff"> Rutgers University</span>, <a href="https://2020.esec-fse.org/profile/nicolairuckel" class="navigate">Nicolai Ruckel</a><span class="prog-aff"> Bauhaus-University Weimar</span>, <a href="https://2020.esec-fse.org/profile/paulgazzillo" class="navigate">Paul Gazzillo</a><span class="prog-aff"> University of Central Florida</span>, <a href="https://2020.esec-fse.org/profile/qingrongchen" class="navigate">Qingrong Chen</a><span class="prog-aff"> University of Illinois at Urbana-Champaign, USA</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/sarahnadi" class="navigate">Sarah Nadi</a><span class="prog-aff"> University of Alberta</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">17:30 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Performance / QoS<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="bc39b0ed-d154-4fc9-ad54-0d8bce47fe70" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="69c9b517-dcb2-436d-958c-58aeaa793ca6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="69c9b517-dcb2-436d-958c-58aeaa793ca6">Automatically Identifying Performance Issue Reports with Heuristic Linguistic Patterns</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yutongzhao" class="navigate">Yutong Zhao</a><span class="prog-aff"> Stevens Institute of Technology, USA</span>, <a href="https://2020.esec-fse.org/profile/luxiao" class="navigate">Lu Xiao</a><span class="prog-aff"> Stevens Institute of Technology, USA</span>, <a href="https://2020.esec-fse.org/profile/pouriababvey" class="navigate">Pouria Babvey</a><span class="prog-aff"> Stevens Institute of Technology, USA</span>, <a href="https://2020.esec-fse.org/profile/leisun" class="navigate">Lei Sun</a><span class="prog-aff"> Stevens Institute of Technology, USA</span>, <a href="https://2020.esec-fse.org/profile/sunnywong1" class="navigate">Sunny Wong</a><span class="prog-aff"> Analytical Graphics, USA</span>, <a href="https://2020.esec-fse.org/profile/angelamartinez" class="navigate">Angel A. Martinez</a><span class="prog-aff"> Analytical Graphics, USA</span>, <a href="https://2020.esec-fse.org/profile/xiaowang1" class="navigate">Xiao Wang</a><span class="prog-aff"> Stevens Institute of Technology, USA</span></div><a href="https://doi.org/10.1145/3368089.3409674" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="2dff4069-a45e-4eb0-aafe-cf2e8313afea" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:33</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="31b9ff37-7d5d-491b-8969-fb25007ef7a1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="31b9ff37-7d5d-491b-8969-fb25007ef7a1">Calm Energy Accounting for Multithreaded Java Applications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/timurbabakol" class="navigate">Timur Babakol</a><span class="prog-aff"> SUNY Binghamton, USA</span>, <a href="https://2020.esec-fse.org/profile/anthonycanino" class="navigate">Anthony Canino</a><span class="prog-aff"> University of Pennsylvania, USA</span>, <a href="https://2020.esec-fse.org/profile/khaledmahmoud" class="navigate">Khaled Mahmoud</a><span class="prog-aff"> SUNY Binghamton, USA</span>, <a href="https://2020.esec-fse.org/profile/rachitsaxena" class="navigate">Rachit Saxena</a><span class="prog-aff"> SUNY Binghamton, USA</span>, <a href="https://2020.esec-fse.org/profile/yudavidliu1" class="navigate">Yu David Liu</a><span class="prog-aff"> SUNY Binghamton, USA</span></div><a href="https://doi.org/10.1145/3368089.3409703" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="27e2348a-a1ce-4a27-8ab9-91e19c66a48c" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="485fb74c-4519-497a-923f-ea3259d57108" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="485fb74c-4519-497a-923f-ea3259d57108">Dynamically Reconfiguring Software Microbenchmarks: Reducing Execution Time without Sacrificing Result Quality</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/christophlaaber" class="navigate">Christoph Laaber</a><span class="prog-aff"> University of Zurich, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/stefanwursten" class="navigate">Stefan Würsten</a><span class="prog-aff"> University of Zurich, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/haraldgall" class="navigate">Harald Gall</a><span class="prog-aff"> University of Zurich, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/philippleitner1" class="navigate">Philipp Leitner</a><span class="prog-aff"> Chalmers University of Technology, Sweden / University of Gothenburg, Sweden</span></div><a href="https://doi.org/10.1145/3368089.3409683" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://t.uzh.ch/13k" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/17/Dynamically-Reconfiguring-Software-Microbenchmarks-Reducing-Execution-Time-without-S" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="c4066c05-fcd3-4428-8924-97f745a514f5" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b99db70a-3201-4824-b469-e09eb65eeabb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b99db70a-3201-4824-b469-e09eb65eeabb">Investigating types and survivability of performance bugs in mobile apps</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/alejandromazuerarozo" class="navigate">Alejandro Mazuera-Rozo</a><span class="prog-aff"> Università della Svizzera italiana & Universidad de los Andes</span>, <a href="https://2020.esec-fse.org/profile/catiatrubiani1" class="navigate">Catia Trubiani</a><span class="prog-aff"> Gran Sasso Science Institute</span>, <a href="https://2020.esec-fse.org/profile/mariolinaresvasquez1" class="navigate">Mario Linares-Vásquez</a><span class="prog-aff"> Universidad de los Andes</span>, <a href="https://2020.esec-fse.org/profile/gabrielebavota" class="navigate">Gabriele Bavota</a><span class="prog-aff"> USI Lugano, Switzerland</span></div></td></tr><tr data-slot-id="a0ee1166-ae57-4d63-be89-cd107616c208" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c0f2da22-c9d6-4895-89ab-1dbb8d63c5af" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c0f2da22-c9d6-4895-89ab-1dbb8d63c5af">Testing Self-Adaptive Software with Probabilistic Guarantees on Performance Metrics<span class="pull-right"><span data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:40px;"><span class="label-primary label">ACM SIGSOFT Distinguished Paper Award</span></span></span></a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/claudiomandrioli" class="navigate">Claudio Mandrioli</a><span class="prog-aff"> Lund University, Sweden</span>, <a href="https://2020.esec-fse.org/profile/martinamaggio1" class="navigate">Martina Maggio</a><span class="prog-aff"> Saarland University, Germany / Lund University, Sweden</span></div><a href="https://doi.org/10.1145/3368089.3409685" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://admorph.eu/wp-content/uploads/2020/10/fse20_preprint.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="3e0c8e9c-2ca6-4f00-9a4d-9b9e1d341050" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:41</div><strong>19m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="64f590ab-feec-4b02-9441-86d6905c88a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="64f590ab-feec-4b02-9441-86d6905c88a2">Conversations on Performance / QoS</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/alejandromazuerarozo" class="navigate">Alejandro Mazuera-Rozo</a><span class="prog-aff"> Università della Svizzera italiana & Universidad de los Andes</span>, <a href="https://2020.esec-fse.org/profile/christophlaaber" class="navigate">Christoph Laaber</a><span class="prog-aff"> University of Zurich, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/claudiomandrioli" class="navigate">Claudio Mandrioli</a><span class="prog-aff"> Lund University, Sweden</span>, <a href="https://2020.esec-fse.org/profile/timurbabakol" class="navigate">Timur Babakol</a><span class="prog-aff"> SUNY Binghamton, USA</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/meinagappan" class="navigate">Mei Nagappan</a><span class="prog-aff"> University of Waterloo</span></div></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>Wed 11 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-1"><table data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">01:00 - 01:30</div></td><td colspan="2"><div class="session-info-in-table">Developer Support 2<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-tool-demos" target="_blank" class="text-muted navigate">Tool Demos</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-industry-papers" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-visions-and-reflections-" target="_blank" class="text-muted navigate">Visions and Reflections </a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="529e78b7-0a62-407c-8c49-07c6c3bc3d06" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="9f442d96-5d8c-4aab-a266-fc28477e900c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9f442d96-5d8c-4aab-a266-fc28477e900c">Adapting Bug Prediction Models to Predict Reverted Commits at Wayfair</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/alexandersuh" class="navigate">Alexander Suh</a><span class="prog-aff"> Wayfair Research, USA</span></div><a href="https://doi.org/10.1145/3368089.3417062" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="4a5abbc4-d269-4d88-898f-3c97da4ca50a" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:03</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Tool Demos"></span></td><td><span data-event-star="5a12e2b9-1919-4498-aef2-64532570df49" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5a12e2b9-1919-4498-aef2-64532570df49">ARCADE: An Extensible Workbench for Architecture Recovery, Change, and Decay Evaluation</a></strong><div class="prog-track">Tool Demos</div><div class="performers"><a href="https://2020.esec-fse.org/profile/marceloschmittlaser" class="navigate">Marcelo Schmitt Laser</a><span class="prog-aff"> University of Southern California, USA</span>, <a href="https://2020.esec-fse.org/profile/nenadmedvidovic" class="navigate">Nenad Medvidović</a><span class="prog-aff"> University of Southern California, USA</span>, <a href="https://2020.esec-fse.org/profile/ducminhle" class="navigate">Duc Minh Le</a><span class="prog-aff"> Bloomberg, USA</span>, <a href="https://2020.esec-fse.org/profile/joshuagarcia" class="navigate">Joshua Garcia</a><span class="prog-aff"> University of California, Irvine</span></div><a href="https://doi.org/10.1145/3368089.3417941" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="a86871db-220e-4b80-b5db-2c746a9ae0a8" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Tool Demos"></span></td><td><span data-event-star="b2d8a6ba-5ba5-4af4-9275-ab03e2239afc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b2d8a6ba-5ba5-4af4-9275-ab03e2239afc">BEE: A Tool for Structuring and Analyzing Bug Reports</a></strong><div class="prog-track">Tool Demos</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yangsong1" class="navigate">Yang Song</a><span class="prog-aff"> The College of William & Mary</span>, <a href="https://2020.esec-fse.org/profile/oscarchaparro" class="navigate">Oscar Chaparro</a><span class="prog-aff"> College of William & Mary</span></div><a href="https://doi.org/10.1145/3368089.3417928" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d9faae79-eeb1-4f6b-830a-1d4d7a9e8db6" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="0fb11a48-b673-41c2-b70d-f22eda17f4a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0fb11a48-b673-41c2-b70d-f22eda17f4a6">Enhancing Developers' Support on Pull Requests Activities with Software Bots</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/mairieliwessel" class="navigate">Mairieli Wessel</a><span class="prog-aff"> University of São Paulo</span></div></td></tr><tr data-slot-id="4377e17e-1db5-4497-8de3-c459d829f653" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:09</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="d8cc20e7-464a-417a-bfaf-d7d83e790c0a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d8cc20e7-464a-417a-bfaf-d7d83e790c0a">Heard It through the Gitvine: An Empirical Study of Tool Diffusion across the npm Ecosystem</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/hemanklamba" class="navigate">Hemank Lamba</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/ashertrockman" class="navigate">Asher Trockman</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/danielarmanios" class="navigate">Daniel Armanios</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/christiankastner" class="navigate">Christian Kästner</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/heathermiller" class="navigate">Heather Miller</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/bogdanvasilescu" class="navigate">Bogdan Vasilescu</a><span class="prog-aff"> Carnegie Mellon University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409705" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="c120b4a9-a2d6-40ef-a1e6-d20337631c0c" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:11</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Visions and Reflections "></span></td><td><span data-event-star="40289054-ee18-4435-a074-663fe5fdfb38" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="40289054-ee18-4435-a074-663fe5fdfb38">Next Generation Automated Software Evolution Refactoring at Scale</a></strong><div class="prog-track">Visions and Reflections </div><div class="performers"><a href="https://2020.esec-fse.org/profile/jamesivers" class="navigate">James Ivers</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/ipekozkaya" class="navigate">Ipek Ozkaya</a><span class="prog-aff"> Carnegie Mellon Software Engineering Institute</span>, <a href="https://2020.esec-fse.org/profile/robertnord" class="navigate">Robert Nord</a><span class="prog-aff"> Software Engineering Institute</span>, <a href="https://2020.esec-fse.org/profile/chrisseifried" class="navigate">Chris Seifried</a><span class="prog-aff"> Carnegie Mellon University, USA</span></div><a href="https://doi.org/10.1145/3368089.3417042" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="6e05579f-5bdd-4345-813d-ac22a721187d" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:13</div><strong>17m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="af08fdeb-30f7-48c8-8afe-10586825c929" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="af08fdeb-30f7-48c8-8afe-10586825c929">Conversations on Developer Support 2</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/alexandersuh" class="navigate">Alexander Suh</a><span class="prog-aff"> Wayfair Research, USA</span>, <a href="https://2020.esec-fse.org/profile/ipekozkaya" class="navigate">Ipek Ozkaya</a><span class="prog-aff"> Carnegie Mellon Software Engineering Institute</span>, <a href="https://2020.esec-fse.org/profile/mairieliwessel" class="navigate">Mairieli Wessel</a><span class="prog-aff"> University of São Paulo</span>, <a href="https://2020.esec-fse.org/profile/marceloschmittlaser" class="navigate">Marcelo Schmitt Laser</a><span class="prog-aff"> University of Southern California, USA</span>, <a href="https://2020.esec-fse.org/profile/yangsong" class="navigate">Yang Song</a><span class="prog-aff"> University of North Carolina Wilmington</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/bonitasharif" class="navigate">Bonita Sharif</a><span class="prog-aff"> University of Nebraska-Lincoln, USA</span></div></td></tr></table></div><div class="hidable band hour-1"><table data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">01:30 - 02:00</div></td><td colspan="2"><div class="session-info-in-table">Mobile<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-tool-demos" target="_blank" class="text-muted navigate">Tool Demos</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c1be97cc-c0cd-4c19-b463-95be757b79ec" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="25ed9d6d-16d0-43ee-8ddc-3f489465ad4b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="25ed9d6d-16d0-43ee-8ddc-3f489465ad4b">Automated Construction of Energy Test Oracles for Android</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/reyhanehjabbarvand" class="navigate">Reyhaneh Jabbarvand</a><span class="prog-aff"> University of Illinois, Urbana-Champain</span>, <a href="https://2020.esec-fse.org/profile/foroughmehralian" class="navigate">Forough Mehralian</a><span class="prog-aff"> University of California at Irvine, USA</span>, <a href="https://2020.esec-fse.org/profile/sammalek" class="navigate">Sam Malek</a><span class="prog-aff"> University of California at Irvine, USA</span></div><a href="https://doi.org/10.1145/3368089.3409677" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://reyhaneh.cs.illinois.edu/pdfs/2020_FSE_Automated.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="1a304639-8d24-4608-b86c-81bddabab73f" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:33</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="f064c06f-6747-41e1-a783-ff72ecf3dbea" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f064c06f-6747-41e1-a783-ff72ecf3dbea">Assessing and improving malware detection sustainability through app evolution studies</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/haipengcai" class="navigate">Haipeng Cai</a><span class="prog-aff"> Washington State University, USA</span></div></td></tr><tr data-slot-id="7c0a8576-c329-4628-ba14-4955f89129cb" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Tool Demos"></span></td><td><span data-event-star="39a59aa0-2454-4080-b240-cb7f09d76ba8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="39a59aa0-2454-4080-b240-cb7f09d76ba8">MutAPK 2.0: A Tool for Reducing Mutation Testing Effort of Android Apps</a></strong><div class="prog-track">Tool Demos</div><div class="performers"><a href="https://2020.esec-fse.org/profile/camiloescobarvelasquez" class="navigate">Camilo Escobar-Velásquez</a><span class="prog-aff"> Universidad de los Andes</span>, <a href="https://2020.esec-fse.org/profile/diegoriveros" class="navigate">Diego Riveros</a><span class="prog-aff"> University of Los Andes, Colombia</span>, <a href="https://2020.esec-fse.org/profile/mariolinaresvasquez1" class="navigate">Mario Linares-Vásquez</a><span class="prog-aff"> Universidad de los Andes</span></div><a href="https://doi.org/10.1145/3368089.3417942" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://thesoftwaredesignlab.github.io/MutAPK/assets/pdfs/escobar2020mutapk.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="7f3a468d-a187-4d63-afed-b71e5925bc66" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Tool Demos"></span></td><td><span data-event-star="45c10b04-8efd-4c49-80bc-3ced3aa96148" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="45c10b04-8efd-4c49-80bc-3ced3aa96148">UIScreens: Extracting User Interface Screens from Mobile Programming Video Tutorials</a></strong><div class="prog-track">Tool Demos</div><div class="performers"><a href="https://2020.esec-fse.org/profile/mohammadalahmadi" class="navigate">Mohammad Alahmadi</a><span class="prog-aff"> Florida State University</span>, <a href="https://2020.esec-fse.org/profile/ahmadtayeb" class="navigate">Ahmad Tayeb</a><span class="prog-aff"> Florida State University, USA</span>, <a href="https://2020.esec-fse.org/profile/abdulkarimkhormi1" class="navigate">Abdulkarim Malkadi</a><span class="prog-aff"> Florida State University, USA - Jazan University, KSA</span>, <a href="https://2020.esec-fse.org/profile/estebanparra" class="navigate">Esteban Parra</a><span class="prog-aff"> Florida State University</span>, <a href="https://2020.esec-fse.org/profile/soniahaiduc" class="navigate">Sonia Haiduc</a><span class="prog-aff"> Florida State University</span></div><a href="https://doi.org/10.1145/3368089.3417935" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="dc0adbb5-721a-46fd-972c-ae8281ef622f" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="efda8995-3839-419f-bc8d-1c3cd42bc8b6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="efda8995-3839-419f-bc8d-1c3cd42bc8b6">Where2Change: Change Request Localization for App Reviews</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/taozhang" class="navigate">Tao Zhang</a><span class="prog-aff"> Macau University of Science and Technology (MUST)</span>, <a href="https://2020.esec-fse.org/profile/jiachichen1" class="navigate">Jiachi Chen</a><span class="prog-aff"> Monash University</span>, <a href="https://2020.esec-fse.org/profile/xianzhan" class="navigate">Xian Zhan</a><span class="prog-aff"> </span>, <a href="https://2020.esec-fse.org/profile/xiapuluo" class="navigate">Xiapu Luo</a><span class="prog-aff"> Hong Kong Polytechnic University, China</span>, <a href="https://2020.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2020.esec-fse.org/profile/hejiang" class="navigate">He Jiang</a><span class="prog-aff"> School of Software, Dalian University of Technology</span></div></td></tr><tr data-slot-id="ae21b483-09d6-41d5-a9b1-c5738d455479" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:41</div><strong>19m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="b6879781-9a1f-40eb-8af1-a2ed179903f9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b6879781-9a1f-40eb-8af1-a2ed179903f9">Conversations on Mobile 1</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/camiloescobarvelasquez" class="navigate">Camilo Escobar-Velásquez</a><span class="prog-aff"> Universidad de los Andes</span>, <a href="https://2020.esec-fse.org/profile/haipengcai" class="navigate">Haipeng Cai</a><span class="prog-aff"> Washington State University, USA</span>, <a href="https://2020.esec-fse.org/profile/jieshanchen" class="navigate">Jieshan Chen</a><span class="prog-aff"> Australian National University, Australia</span>, <a href="https://2020.esec-fse.org/profile/reyhanehjabbarvand" class="navigate">Reyhaneh Jabbarvand</a><span class="prog-aff"> University of Illinois, Urbana-Champain</span>, <a href="https://2020.esec-fse.org/profile/taozhang" class="navigate">Tao Zhang</a><span class="prog-aff"> Macau University of Science and Technology (MUST)</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/yixuezhao" class="navigate">Yixue Zhao</a><span class="prog-aff"> University of Massachusetts at Amherst, USA</span></div></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">08:00 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Keynote<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/> <small>Chair(s): <a href="https://2020.esec-fse.org/profile/tomzimmermann" target="_blank" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="1dba0d2a-af93-4809-ad2f-54af7e8db987" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>60m</strong></div><div class="event-type">Keynote</div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="bef10698-6e21-4728-955f-3975eb2765ce" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bef10698-6e21-4728-955f-3975eb2765ce">ATARI WOMEN - retro gaming and the women pioneers behind them</a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/pernillebjrn" class="navigate">Pernille Bjørn</a><span class="prog-aff"> University of Copenhagen, Denmark & University of Washington, USA</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">15:00 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">Diversity in Technology<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8a80b541-0881-41ac-a294-99c0b1586114" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>60m</strong></div><div class="event-type">Keynote</div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="4712128b-7f00-4941-bf25-41304482d053" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4712128b-7f00-4941-bf25-41304482d053">The Diversity and Inclusion Imperative for Software Engineering</a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/fatimakardar" class="navigate">Fatima Kardar</a><span class="prog-aff"> Microsoft</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">17:00 - 17:30</div></td><td colspan="2"><div class="session-info-in-table">APIs<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-tool-demos" target="_blank" class="text-muted navigate">Tool Demos</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-industry-papers" target="_blank" class="text-muted navigate">Industry Papers</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="8835f435-32b3-484c-8e13-720f02d6e0cb" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="493bc427-e5b3-4963-9fc7-4e24c64f5316" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="493bc427-e5b3-4963-9fc7-4e24c64f5316">Emerging Perspectives of Application Programming Interface Strategy: A Framework to Respond to Business Concerns</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/juholindman" class="navigate">Juho Lindman</a><span class="prog-aff"> University of Gothenburg</span>, <a href="https://2020.esec-fse.org/profile/jenniferhorkoff" class="navigate">Jennifer Horkoff</a><span class="prog-aff"> Chalmers and the University of Gothenburg</span>, <a href="https://2020.esec-fse.org/profile/imedhammouda1" class="navigate">Imed Hammouda</a><span class="prog-aff"> Mediterranean Institute of Technology</span>, <a href="https://2020.esec-fse.org/profile/ericknauss" class="navigate">Eric Knauss</a><span class="prog-aff"> Chalmers and University of Gothenburg</span></div></td></tr><tr data-slot-id="e3ed19a0-0958-482c-bb3f-f9c2840729ec" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:03</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="a8f380e7-d7c0-41e4-bc43-da167301dd34" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a8f380e7-d7c0-41e4-bc43-da167301dd34">Exempla Gratis (E.G.): Code Examples for Free</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/celestebarnaby" class="navigate">Celeste Barnaby</a><span class="prog-aff"> Facebook, Inc.</span>, <a href="https://2020.esec-fse.org/profile/koushiksen" class="navigate">Koushik Sen</a><span class="prog-aff"> University of California at Berkeley</span>, <a href="https://2020.esec-fse.org/profile/tianyizhang" class="navigate">Tianyi Zhang</a><span class="prog-aff"> Harvard University, USA</span>, <a href="https://2020.esec-fse.org/profile/elenaglassman" class="navigate">Elena Glassman</a><span class="prog-aff"> Harvard University</span>, <a href="https://2020.esec-fse.org/profile/satishchandra" class="navigate">Satish Chandra</a><span class="prog-aff"> Facebook, USA</span></div><a href="https://doi.org/10.1145/3368089.3417052" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="665cdcb1-7bd4-46a2-99cd-8c7a04b17fc5" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="ac1b400c-5110-4efc-8721-97d081196beb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="ac1b400c-5110-4efc-8721-97d081196beb">Exploring How Deprecated Python Library APIs Are (Not) Handled</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/jiaweiwang" class="navigate">Jiawei Wang</a><span class="prog-aff"> Monash University, Australia</span>, <a href="https://2020.esec-fse.org/profile/lili" class="navigate">Li Li</a><span class="prog-aff"> Monash University, Australia</span>, <a href="https://2020.esec-fse.org/profile/kuiliu2" class="navigate">Kui Liu</a><span class="prog-aff"> Nanjing University of Aeronautics and Astronautics, China</span>, <a href="https://2020.esec-fse.org/profile/haipengcai" class="navigate">Haipeng Cai</a><span class="prog-aff"> Washington State University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409735" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="81a9c1db-fa5c-43da-a10a-8ab021748b29" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Tool Demos"></span></td><td><span data-event-star="13423b78-8756-4445-b0e3-0214880a21d3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="13423b78-8756-4445-b0e3-0214880a21d3">LibComp: An IntelliJ Plugin for Comparing Java Libraries</a></strong><div class="prog-track">Tool Demos</div><div class="performers"><a href="https://2020.esec-fse.org/profile/rehabelhajj" class="navigate">Rehab El-Hajj</a><span class="prog-aff"> University of Alberta, Canada</span>, <a href="https://2020.esec-fse.org/profile/sarahnadi" class="navigate">Sarah Nadi</a><span class="prog-aff"> University of Alberta</span></div><a href="https://github.com/ualberta-smr/LibCompPlugin" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3368089.3417922" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www.dropbox.com/s/rwlyyqfpsmb49og/El-HajjFSE20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/esecfse-2020-tool-demos/5/LibComp-An-IntelliJ-Plugin-for-Comparing-Java-Libraries" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="c096f7d5-e719-4fda-8ee4-5510ebb01cd8" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:09</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="079c0d78-d2bb-417c-bb76-0214018da280" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="079c0d78-d2bb-417c-bb76-0214018da280">Selecting Third-Party Libraries: The Practitioners’ Perspective</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/enriquelariosvargas" class="navigate">Enrique Larios Vargas</a><span class="prog-aff"> Software Improvement Group, Netherlands</span>, <a href="https://2020.esec-fse.org/profile/mauricioaniche" class="navigate">Maurício Aniche</a><span class="prog-aff"> Delft University of Technology, Netherlands</span>, <a href="https://2020.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide, Australia</span>, <a href="https://2020.esec-fse.org/profile/magielbruntink1" class="navigate">Magiel Bruntink</a><span class="prog-aff"> Software Improvement Group, Netherlands</span>, <a href="https://2020.esec-fse.org/profile/georgiosgousios" class="navigate">Georgios Gousios</a><span class="prog-aff"> Facebook & Delft University of Technology</span></div><a href="https://doi.org/10.1145/3368089.3409711" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="927d22b2-553b-4b26-ae51-99f1dcd783d8" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:11</div><strong>19m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="d174e341-2d13-463f-9e4f-f38b3b4034fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="d174e341-2d13-463f-9e4f-f38b3b4034fb">Conversations on APIs</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/celestebarnaby" class="navigate">Celeste Barnaby</a><span class="prog-aff"> Facebook, Inc.</span>, <a href="https://2020.esec-fse.org/profile/jiaweiwang" class="navigate">Jiawei Wang</a><span class="prog-aff"> Monash University, Australia</span>, <a href="https://2020.esec-fse.org/profile/juholindman" class="navigate">Juho Lindman</a><span class="prog-aff"> University of Gothenburg</span>, <a href="https://2020.esec-fse.org/profile/rehabelhajj" class="navigate">Rehab El-Hajj</a><span class="prog-aff"> University of Alberta, Canada</span>, <a href="https://2020.esec-fse.org/profile/tamnguyen" class="navigate">Tam Nguyen</a><span class="prog-aff"> Auburn University, USA</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/massimilianodipenta" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio, Italy</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">17:30 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Recommendation<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-student-research-competition" target="_blank" class="text-muted navigate">Student Research Competition</a> / <a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="55303fe3-ad72-47c5-80eb-0b07d29cc3ac" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3b4ffb98-b031-42a1-b6c3-695dfd2dc9a7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3b4ffb98-b031-42a1-b6c3-695dfd2dc9a7">API Method Recommendation via Explicit Matching of Functionality Verb Phrases</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/wenkaixie" class="navigate">Wenkai Xie</a><span class="prog-aff"> Fudan University, China</span>, <a href="https://2020.esec-fse.org/profile/xinpeng" class="navigate">Xin Peng</a><span class="prog-aff"> Fudan University, China</span>, <a href="https://2020.esec-fse.org/profile/mingweiliu" class="navigate">Mingwei Liu</a><span class="prog-aff"> Fudan University, China</span>, <a href="https://2020.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide, Australia</span>, <a href="https://2020.esec-fse.org/profile/zhenchangxing" class="navigate">Zhenchang Xing</a><span class="prog-aff"> Australian National University, Australia</span>, <a href="https://2020.esec-fse.org/profile/xiaoxinzhang" class="navigate">Xiaoxin Zhang</a><span class="prog-aff"> Fudan University, China</span>, <a href="https://2020.esec-fse.org/profile/wenyunzhao" class="navigate">Wenyun Zhao</a><span class="prog-aff"> Fudan University, China</span></div><a href="https://doi.org/10.1145/3368089.3409731" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d7ce95c7-bfb7-4f8b-9065-037fe8f96363" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:33</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f47c9fa3-7cb1-460d-abe4-5a8300cc9d48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f47c9fa3-7cb1-460d-abe4-5a8300cc9d48">Code Recommendation for Exception Handling</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/tamnguyen" class="navigate">Tam Nguyen</a><span class="prog-aff"> Auburn University, USA</span>, <a href="https://2020.esec-fse.org/profile/phongvu1" class="navigate">Phong Vu</a><span class="prog-aff"> Auburn University, USA</span>, <a href="https://2020.esec-fse.org/profile/tungnguyen" class="navigate">Tung Nguyen</a><span class="prog-aff"> Auburn University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409690" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="bb19e5e0-d666-40fe-aca1-ccf5ec703896" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="cc24b3fa-f8ed-4253-a8bc-efc0e1180353" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="cc24b3fa-f8ed-4253-a8bc-efc0e1180353">eQual: Informing Early Design Decisions</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/armanshahbazian1" class="navigate">Arman Shahbazian</a><span class="prog-aff"> Google, USA</span>, <a href="https://2020.esec-fse.org/profile/suhridkarthik" class="navigate">Suhrid Karthik</a><span class="prog-aff"> University of Southern California, USA</span>, <a href="https://2020.esec-fse.org/profile/yuriybrun" class="navigate">Yuriy Brun</a><span class="prog-aff"> University of Massachusetts Amherst</span>, <a href="https://2020.esec-fse.org/profile/nenadmedvidovic" class="navigate">Nenad Medvidović</a><span class="prog-aff"> University of Southern California, USA</span></div><a href="http://people.cs.umass.edu/brun/pubs/pubs/Shahbazian20fse.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3368089.3409749" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://people.cs.umass.edu/brun/pubs/pubs/Shahbazian20fse.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/175/eQual-Informing-Early-Design-Decisions" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="eb37a5b2-f9b2-4e2e-8ed3-fef881e6fa15" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="6ecc6b7c-baf9-4433-bb8c-281265f4d02b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6ecc6b7c-baf9-4433-bb8c-281265f4d02b">Recommending Stack Overflow Posts for Fixing Runtime Exceptions using Failure Scenario Matching</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/sonalmahajan" class="navigate">Sonal Mahajan</a><span class="prog-aff"> Fujitsu Labs, USA</span>, <a href="https://2020.esec-fse.org/profile/negarsadatabolhassani" class="navigate">Negarsadat Abolhassani</a><span class="prog-aff"> University of Southern California, USA</span>, <a href="https://2020.esec-fse.org/profile/mukulprasad" class="navigate">Mukul Prasad</a><span class="prog-aff"> Fujitsu Labs, USA</span></div><a href="https://doi.org/10.1145/3368089.3409764" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2009.10174.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/190/Recommending-Stack-Overflow-Posts-for-Fixing-Runtime-Exceptions-using-Failure-Scenari" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="0dc2d0c9-f778-464e-abd5-46bc42f514f0" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Student Research Competition"></span></td><td><span data-event-star="c7826743-69e4-48da-8164-40671589eddf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c7826743-69e4-48da-8164-40671589eddf">Recommender Systems: Metric Suggestion Mechanisms Applied to Adaptable Software Dashboards</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2020.esec-fse.org/profile/dragosstrugar" class="navigate">Dragos Strugar</a><span class="prog-aff"> Innopolis University, Russia</span></div><a href="https://doi.org/10.1145/3368089.3418779" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="99700b67-218b-40c6-8785-222337b4ca23" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:41</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5ec078c3-2f0b-4df8-8b57-e9fcecf75264" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5ec078c3-2f0b-4df8-8b57-e9fcecf75264">Understanding the Impact of GitHub Suggested Changes on Recommendations between Developers</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/chrisbrown" class="navigate">Chris Brown</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/chrisparnin1" class="navigate">Chris Parnin</a><span class="prog-aff"> North Carolina State University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409722" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="dc46cab4-0d25-4e63-ba34-e4ded83049d0" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:43</div><strong>17m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="b2bb1d03-3e12-4db1-999f-01684419eea8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b2bb1d03-3e12-4db1-999f-01684419eea8">Conversations on Recommendation</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/chrisbrown" class="navigate">Chris Brown</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/dragosstrugar" class="navigate">Dragos Strugar</a><span class="prog-aff"> Innopolis University, Russia</span>, <a href="https://2020.esec-fse.org/profile/mingweiliu" class="navigate">Mingwei Liu</a><span class="prog-aff"> Fudan University, China</span>, <a href="https://2020.esec-fse.org/profile/sonalmahajan" class="navigate">Sonal Mahajan</a><span class="prog-aff"> Fujitsu Labs, USA</span>, <a href="https://2020.esec-fse.org/profile/armanshahbazian" class="navigate">Arman Shahbazian</a><span class="prog-aff"> University of Southern California</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/massimilianodipenta" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio, Italy</span></div></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 12 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-1"><table data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">01:00 - 01:30</div></td><td colspan="2"><div class="session-info-in-table">Fairness<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-student-research-competition" target="_blank" class="text-muted navigate">Student Research Competition</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="fa1d5771-a015-4cfe-8492-672d2648e821" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="119b4287-4210-4180-a5ba-d1b4d1164012" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="119b4287-4210-4180-a5ba-d1b4d1164012">Do the Machine Learning Models on a Crowd Sourced Platform Exhibit Bias? An Empirical Study on Model Fairness</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/sumonbiswas" class="navigate">Sumon Biswas</a><span class="prog-aff"> Iowa State University, USA</span>, <a href="https://2020.esec-fse.org/profile/hrideshrajan" class="navigate">Hridesh Rajan</a><span class="prog-aff"> Iowa State University, USA</span></div><a href="https://dl.acm.org/doi/10.1145/3368089.3409704" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Link to publication</a><a href="https://doi.org/10.1145/3368089.3409704" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2005.12379.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/134/Do-the-Machine-Learning-Models-on-a-Crowd-Sourced-Platform-Exhibit-Bias-An-Empirical" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="1ebfef76-4210-49a6-9641-a169bcf0c460" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:03</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="c50480ba-68e8-48bf-9aa6-56214ccf92ef" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c50480ba-68e8-48bf-9aa6-56214ccf92ef">Fairway: A Way to Build Fair ML Software</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/joymallyachakraborty" class="navigate">Joymallya Chakraborty</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/suvodeepmajumder" class="navigate">Suvodeep Majumder</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/zheyu" class="navigate">Zhe Yu</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/timmenzies" class="navigate">Tim Menzies</a><span class="prog-aff"> North Carolina State University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409697" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="daee022c-2e25-4d5a-a9b4-c3eed02168c3" class="hidable"><td class="track-color c9"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Student Research Competition"></span></td><td><span data-event-star="87d18e94-2cdf-48cf-a72d-e0253246bd57" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="87d18e94-2cdf-48cf-a72d-e0253246bd57">Repairing Confusion and Bias Errors for DNN-Based Image Classifiers</a></strong><div class="prog-track">Student Research Competition</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yuchitian1" class="navigate">Yuchi Tian</a><span class="prog-aff"> Columbia University</span></div><a href="https://doi.org/10.1145/3368089.3418776" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="af519e61-af38-42c9-8eef-8aa24488bbdf" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="82547fc6-6b4c-4cb2-b48a-30c2ea23a51f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="82547fc6-6b4c-4cb2-b48a-30c2ea23a51f">Towards Automated Verification of Smart Contract Fairness</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yeliu" class="navigate">Ye Liu</a><span class="prog-aff"> Nanyang Technological University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/yili" class="navigate">Yi Li</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2020.esec-fse.org/profile/shangweilin" class="navigate">Shang-Wei Lin</a><span class="prog-aff"> Nanyang Technological University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/rongzhao" class="navigate">Rong Zhao</a><span class="prog-aff"> Nanyang Technological University, Singapore</span></div><a href="https://doi.org/10.1145/3368089.3409740" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://www3.ntu.edu.sg/home/yi_li/files/Liu2020TAV.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="3c4ccf9d-6af5-46c5-8d76-af60bcf16433" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:09</div><strong>21m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="b65941dd-3997-4164-a72a-24df3419dfd1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b65941dd-3997-4164-a72a-24df3419dfd1">Conversations on Fairness</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/joymallyachakraborty" class="navigate">Joymallya Chakraborty</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/sumonbiswas" class="navigate">Sumon Biswas</a><span class="prog-aff"> Iowa State University, USA</span>, <a href="https://2020.esec-fse.org/profile/yeliu" class="navigate">Ye Liu</a><span class="prog-aff"> Nanyang Technological University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/yili" class="navigate">Yi Li</a><span class="prog-aff"> Nanyang Technological University</span>, <a href="https://2020.esec-fse.org/profile/yuchitian1" class="navigate">Yuchi Tian</a><span class="prog-aff"> Columbia University</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/christianbird" class="navigate">Christian Bird</a><span class="prog-aff"> Microsoft Research</span></div></td></tr></table></div><div class="hidable band hour-1"><table data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">01:30 - 02:00</div></td><td colspan="2"><div class="session-info-in-table">Community<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="c9fb8621-439b-4e8d-9b00-4bc355486251" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="24115f47-df6a-4ecf-8f4f-d8542f8d908f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="24115f47-df6a-4ecf-8f4f-d8542f8d908f">A First Look at Good First Issues on GitHub</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/xintan" class="navigate">Xin Tan</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/minghuizhou" class="navigate">Minghui Zhou</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/zeyusun" class="navigate">Zeyu Sun</a><span class="prog-aff"> Peking University, China</span></div><a href="https://doi.org/10.1145/3368089.3409746" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b75b5963-ac41-4daa-a97a-44cf7bf6a3ca" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:32</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="66f64ffb-90c4-4c67-bbe8-4115ca81e048" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="66f64ffb-90c4-4c67-bbe8-4115ca81e048">A Theory of the Engagement in Open Source Projects via Summer of Code Programs</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/jeffersonsilva" class="navigate">Jefferson Silva</a><span class="prog-aff"> PUC-SP, Brazil</span>, <a href="https://2020.esec-fse.org/profile/igorwiese" class="navigate">Igor Wiese</a><span class="prog-aff"> Federal University of Technology Paraná, Brazil</span>, <a href="https://2020.esec-fse.org/profile/danielmgerman" class="navigate">Daniel M. German</a><span class="prog-aff"> University of Victoria, Canada</span>, <a href="https://2020.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide, Australia</span>, <a href="https://2020.esec-fse.org/profile/marcogerosa" class="navigate">Marco Gerosa</a><span class="prog-aff"> Northern Arizona University, USA</span>, <a href="https://2020.esec-fse.org/profile/igorsteinmacher" class="navigate">Igor Steinmacher</a><span class="prog-aff"> Northern Arizona University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409724" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7f4b17e0-a3c8-41f3-9565-8f32e8710c44" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e6f28199-2ebe-449e-8171-ce28715732c1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e6f28199-2ebe-449e-8171-ce28715732c1">Biases and Differences in Code Review using Medical Imaging and Eye-Tracking: Genders, Humans, and Machines</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yuhuang" class="navigate">Yu Huang</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2020.esec-fse.org/profile/kevinleach" class="navigate">Kevin Leach</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2020.esec-fse.org/profile/zohrehsharafi" class="navigate">Zohreh Sharafi</a><span class="prog-aff"> University of Michigan</span>, <a href="https://2020.esec-fse.org/profile/nicholasmckay" class="navigate">Nicholas McKay</a><span class="prog-aff"> University of Michigan, USA</span>, <a href="https://2020.esec-fse.org/profile/tylersantander" class="navigate">Tyler Santander</a><span class="prog-aff"> University of California at Santa Barbara</span>, <a href="https://2020.esec-fse.org/profile/westleyweimer" class="navigate">Westley Weimer</a><span class="prog-aff"> University of Michigan, USA</span></div><a href="https://doi.org/10.1145/3368089.3409681" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="f1293ee9-a971-49bf-babc-c961dd8d7532" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="bcb83775-8804-4103-ade2-68ae496a14b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="bcb83775-8804-4103-ade2-68ae496a14b5">Does Stress Impact Technical Interview Performance?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/mahnazbehroozi" class="navigate">Mahnaz (Mana) Behroozi</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/shivanishirolkar" class="navigate">Shivani Shirolkar</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/titusbarik" class="navigate">Titus Barik</a><span class="prog-aff"> Microsoft, USA</span>, <a href="https://2020.esec-fse.org/profile/chrisparnin1" class="navigate">Chris Parnin</a><span class="prog-aff"> North Carolina State University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409712" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="481f8e25-0e3e-4b87-a336-b18f9deb58f2" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="a9f76bf0-16b1-475a-8b7b-273d0842981a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9f76bf0-16b1-475a-8b7b-273d0842981a">Reducing Implicit Gender Biases in Software Development: Does Intergroup Contact Theory Work?</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yiwang2" class="navigate">Yi Wang</a><span class="prog-aff"> CoCo Labs, USA</span>, <a href="https://2020.esec-fse.org/profile/minzhang" class="navigate">Min Zhang</a><span class="prog-aff"> East China Normal University, China</span></div><a href="https://doi.org/10.1145/3368089.3409762" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="25c2512c-0315-4f9b-8969-e56300de0b5b" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:41</div><strong>19m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="0b848d23-6ae9-45b7-8f5f-d11a7337730d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0b848d23-6ae9-45b7-8f5f-d11a7337730d">Conversations on Community</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/kellyblincoe" class="navigate">Kelly Blincoe</a><span class="prog-aff"> University of Auckland</span>, <a href="https://2020.esec-fse.org/profile/mahnazbehroozi" class="navigate">Mahnaz (Mana) Behroozi</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/xintan" class="navigate">Xin Tan</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/yiwang1" class="navigate">Yi Wang</a><span class="prog-aff"> Rochester Institute of Technology</span>, <a href="https://2020.esec-fse.org/profile/yuhuang" class="navigate">Yu Huang</a><span class="prog-aff"> University of Michigan</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/peterrigby" class="navigate">Peter Rigby</a><span class="prog-aff"> Concordia University, Montreal, Canada</span></div></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">08:00 - 08:30</div></td><td colspan="2"><div class="session-info-in-table">Analysis 3<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-industry-papers" target="_blank" class="text-muted navigate">Industry Papers</a> / <a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="4887333b-dac7-4e5c-8265-5c899902ad79" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="2e899b98-c77e-4cec-b1a8-e2290631b872" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="2e899b98-c77e-4cec-b1a8-e2290631b872">Flexeme: Untangling Commits Using Lexical Flows</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/profirpetrupartachi" class="navigate">Profir-Petru Pârțachi</a><span class="prog-aff"> University College London, UK</span>, <a href="https://2020.esec-fse.org/profile/santanudash" class="navigate">Santanu Dash</a><span class="prog-aff"> University of Surrey, UK</span>, <a href="https://2020.esec-fse.org/profile/miltiadisallamanis" class="navigate">Miltiadis Allamanis</a><span class="prog-aff"> Microsoft Research, UK</span>, <a href="https://2020.esec-fse.org/profile/earlbarr" class="navigate">Earl T. Barr</a><span class="prog-aff"> University College London, UK</span></div><a href="https://doi.org/10.1145/3368089.3409693" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://discovery.ucl.ac.uk/id/eprint/10107163/" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/27/Flexeme-Untangling-Commits-Using-Lexical-Flows" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/27/Flexeme-Untangling-Commits-Using-Lexical-Flows" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-paperclip"></span> File Attached</a></td></tr><tr data-slot-id="014ad6d4-0120-49e4-b9a7-44c6ac70dde8" class="hidable"><td class="track-color c2"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:03</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Industry Papers"></span></td><td><span data-event-star="a9b74d7b-cdb1-488c-913c-56cafc993004" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9b74d7b-cdb1-488c-913c-56cafc993004">FREPA: An Automated and Formal Approach to Requirement Modeling and Analysis in Aircraft Control Domain</a></strong><div class="prog-track">Industry Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/jincaofeng" class="navigate">Jincao Feng</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2020.esec-fse.org/profile/weikaimiao" class="navigate">Weikai Miao</a><span class="prog-aff"> East China Normal University, China</span>, <a href="https://2020.esec-fse.org/profile/hanyuezheng" class="navigate">Hanyue Zheng</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2020.esec-fse.org/profile/yihaohuang" class="navigate">Yihao Huang</a><span class="prog-aff"> East China Normal University</span>, <a href="https://2020.esec-fse.org/profile/jianwenli" class="navigate">Jianwen Li</a><span class="prog-aff"> East China Normal University, China</span>, <a href="https://2020.esec-fse.org/profile/zhengwang2" class="navigate">Zheng Wang</a><span class="prog-aff"> Beijing Sunwise Information Technology, China</span>, <a href="https://2020.esec-fse.org/profile/tingsu" class="navigate">Ting Su</a><span class="prog-aff"> East China Normal University, China</span>, <a href="https://2020.esec-fse.org/profile/bingu" class="navigate">Bin Gu</a><span class="prog-aff"> Beijing Institute of Control Engineering, China</span>, <a href="https://2020.esec-fse.org/profile/geguangpu" class="navigate">Geguang Pu</a><span class="prog-aff"> Shanghai Trusted Industrial Control Platform, China</span>, <a href="https://2020.esec-fse.org/profile/mengfeiyang" class="navigate">Mengfei Yang</a><span class="prog-aff"> China Academy of Space Technology, China</span>, <a href="https://2020.esec-fse.org/profile/jifenghe" class="navigate">Jifeng He</a><span class="prog-aff"> Shanghai Key Lab of Trustworthy Computing, China</span></div><a href="https://doi.org/10.1145/3368089.3417047" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="e2879696-631b-4c36-9c63-359ece164b1d" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="7dcb5e36-5716-4db0-821c-9bddc5ddd151" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="7dcb5e36-5716-4db0-821c-9bddc5ddd151">Mining Assumptions for Software Components using Machine Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/khouloudgaaloul" class="navigate">Khouloud Gaaloul</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/claudiomenghi" class="navigate">Claudio Menghi</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/shivanejati" class="navigate">Shiva Nejati</a><span class="prog-aff"> University of Ottawa, Canada / University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/lionelbriand" class="navigate">Lionel Briand</a><span class="prog-aff"> University of Ottawa, Canada / University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/davidwolfe" class="navigate">David Wolfe</a><span class="prog-aff"> QRA, Canada</span></div><a href="https://doi.org/10.1145/3368089.3409737" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="7b604a68-7cf3-4b2d-893c-5df7c9aa9db0" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="21c4c78d-cefe-4da5-baca-0bbdb42caf47" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="21c4c78d-cefe-4da5-baca-0bbdb42caf47">Mining Input Grammars from Dynamic Control Flow</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/rahulgopinath" class="navigate">Rahul Gopinath</a><span class="prog-aff"> CISPA, Germany</span>, <a href="https://2020.esec-fse.org/profile/bjornmathis" class="navigate">Björn Mathis</a><span class="prog-aff"> CISPA, Germany</span>, <a href="https://2020.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA, Germany</span></div><a href="https://doi.org/10.1145/3368089.3409679" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9c21192b-d09d-4aaf-85de-7ab96210b946" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:09</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f7538a93-8ef5-42ad-a8cd-9e5f64046f79" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f7538a93-8ef5-42ad-a8cd-9e5f64046f79">TypeWriter: Neural Type Prediction with Search-Based Validation</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/michaelpradel" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart, Germany</span>, <a href="https://2020.esec-fse.org/profile/georgiosgousios" class="navigate">Georgios Gousios</a><span class="prog-aff"> Facebook & Delft University of Technology</span>, <a href="https://2020.esec-fse.org/profile/jasonliu1" class="navigate">Jason Liu</a><span class="prog-aff"> Facebook, USA</span>, <a href="https://2020.esec-fse.org/profile/satishchandra" class="navigate">Satish Chandra</a><span class="prog-aff"> Facebook, USA</span></div><a href="https://doi.org/10.1145/3368089.3409715" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="http://software-lab.org/publications/fse2020_TypeWriter.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/143/TypeWriter-Neural-Type-Prediction-with-Search-Based-Validation" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="f50a04ec-c8a9-4b01-aa5a-1fd2bdc3911b" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:11</div><strong>19m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="96c375eb-7bef-40f2-a4ed-019009efbf43" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="96c375eb-7bef-40f2-a4ed-019009efbf43">Conversations on Analysis 3</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/khouloudgaaloul" class="navigate">Khouloud Gaaloul</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/michaelpradel" class="navigate">Michael Pradel</a><span class="prog-aff"> University of Stuttgart, Germany</span>, <a href="https://2020.esec-fse.org/profile/profirpetrupartachi" class="navigate">Profir-Petru Pârțachi</a><span class="prog-aff"> University College London, UK</span>, <a href="https://2020.esec-fse.org/profile/rahulgopinath" class="navigate">Rahul Gopinath</a><span class="prog-aff"> CISPA, Germany</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/danhao" class="navigate">Dan Hao</a><span class="prog-aff"> Peking University, China</span></div></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">08:30 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Analysis 4<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="970baca8-a37d-4d80-9611-d248aca81653" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="3809507f-34f0-4a71-973b-c3d539d3c128" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="3809507f-34f0-4a71-973b-c3d539d3c128">Domain-Independent Interprocedural Program Analysis using Block-Abstraction Memoization</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/dirkbeyer" class="navigate">Dirk Beyer</a><span class="prog-aff"> LMU Munich, Germany</span>, <a href="https://2020.esec-fse.org/profile/karlheinzfriedberger1" class="navigate">Karlheinz Friedberger</a><span class="prog-aff"> LMU Munich, Germany</span></div><a href="https://doi.org/10.1145/3368089.3409718" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://dl.acm.org/doi/pdf/10.1145/3368089.3409718" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/146/Domain-Independent-Interprocedural-Program-Analysis-using-Block-Abstraction-Memoizati" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="26e4a422-e327-4add-950f-53b17c06f39b" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:33</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="93da47e0-b518-4e6b-bc7c-b869ee8662eb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="93da47e0-b518-4e6b-bc7c-b869ee8662eb">Inherent Vacuity for GR(1) Specifications</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/shaharmaoz" class="navigate">Shahar Maoz</a><span class="prog-aff"> Tel Aviv University, Israel</span>, <a href="https://2020.esec-fse.org/profile/rafishalom" class="navigate">Rafi Shalom</a><span class="prog-aff"> Tel Aviv University, Israel</span></div><a href="https://doi.org/10.1145/3368089.3409669" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="3b1ef0d1-1412-45dc-a06e-d005b6816775" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="a8cdeb7c-d5e5-484a-800a-01df2f6b0ee1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a8cdeb7c-d5e5-484a-800a-01df2f6b0ee1">Interval Counterexamples for Loop Invariant Learning</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/rongchenxu" class="navigate">Rongchen Xu</a><span class="prog-aff"> Tsinghua University, China</span>, <a href="https://2020.esec-fse.org/profile/feihe" class="navigate">Fei He</a><span class="prog-aff"> Tsinghua University</span>, <a href="https://2020.esec-fse.org/profile/bowyawwang1" class="navigate">Bow-Yaw Wang</a><span class="prog-aff"> Academia Sinica</span></div><a href="https://doi.org/10.1145/3368089.3409752" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ef2da75b-3be2-45fc-994d-3e3a162e5b79" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e711d64f-ac6b-4d4d-b8ba-3b0e48cce406" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e711d64f-ac6b-4d4d-b8ba-3b0e48cce406">Modular Collaborative Program Analysis in OPAL</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/dominikhelm" class="navigate">Dominik Helm</a><span class="prog-aff"> TU Darmstadt, Germany</span>, <a href="https://2020.esec-fse.org/profile/floriankubler" class="navigate">Florian Kübler</a><span class="prog-aff"> TU Darmstadt, Germany</span>, <a href="https://2020.esec-fse.org/profile/michaelreif" class="navigate">Michael Reif</a><span class="prog-aff"> TU Darmstadt, Germany</span>, <a href="https://2020.esec-fse.org/profile/michaeleichberg" class="navigate">Michael Eichberg</a><span class="prog-aff"> TU Darmstadt, Germany</span>, <a href="https://2020.esec-fse.org/profile/miramezini" class="navigate">Mira Mezini</a><span class="prog-aff"> TU Darmstadt, Germany</span></div><a href="https://doi.org/10.1145/3368089.3409765" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="ece76870-616c-4cba-8a97-4b1f84830e50" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="972dbcf3-c171-4b25-ae50-7502a3d5497d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="972dbcf3-c171-4b25-ae50-7502a3d5497d">Past-Sensitive Pointer Analysis for Symbolic Execution</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/davidtrabish" class="navigate">David Trabish</a><span class="prog-aff"> Tel Aviv University, Israel</span>, <a href="https://2020.esec-fse.org/profile/timotejkapus" class="navigate">Timotej Kapus</a><span class="prog-aff"> Imperial College London, UK</span>, <a href="https://2020.esec-fse.org/profile/noamrinetzky" class="navigate">Noam Rinetzky</a><span class="prog-aff"> Tel Aviv University</span>, <a href="https://2020.esec-fse.org/profile/cristiancadar" class="navigate">Cristian Cadar</a><span class="prog-aff"> Imperial College London, UK</span></div><a href="https://doi.org/10.1145/3368089.3409698" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://srg.doc.ic.ac.uk/files/papers/pastsensitive-fse-20.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/128/Past-Sensitive-Pointer-Analysis-for-Symbolic-Execution" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="2326f8de-407b-42ba-aff9-1ab2ebc3125a" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:41</div><strong>19m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="c1f6a50e-334d-4cf5-ac2e-42564f1c1856" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="c1f6a50e-334d-4cf5-ac2e-42564f1c1856">Conversations on Analysis 4</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/davidtrabish" class="navigate">David Trabish</a><span class="prog-aff"> Tel Aviv University, Israel</span>, <a href="https://2020.esec-fse.org/profile/dominikhelm" class="navigate">Dominik Helm</a><span class="prog-aff"> TU Darmstadt, Germany</span>, <a href="https://2020.esec-fse.org/profile/rafishalom" class="navigate">Rafi Shalom</a><span class="prog-aff"> Tel Aviv University, Israel</span>, <a href="https://2020.esec-fse.org/profile/rongchenxu" class="navigate">Rongchen Xu</a><span class="prog-aff"> Tsinghua University, China</span>, <a href="https://2020.esec-fse.org/profile/shaharmaoz" class="navigate">Shahar Maoz</a><span class="prog-aff"> Tel Aviv University, Israel</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/racheltzorefbrill" class="navigate">Rachel Tzoref-Brill</a><span class="prog-aff"> IBM Research</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">15:00 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">New Future of Work Panel<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ca2702cb-6d2d-4e47-b11a-43f36e495e0d" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>60m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="6aeb25b4-d94e-4f8b-b564-788ce8a3d1cc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6aeb25b4-d94e-4f8b-b564-788ce8a3d1cc">New Future of Work</a></strong><div class="prog-track">Plenary events</div><div class="performers"><span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/paigerodeghero" class="navigate">Paige Rodeghero </a><span class="prog-aff"> Clemson University</span>, <a href="https://2020.esec-fse.org/profile/denaeford" class="navigate">Denae Ford</a><span class="prog-aff"> Microsoft Research</span>, <a href="https://2020.esec-fse.org/profile/moritzbeller" class="navigate">Moritz Beller</a><span class="prog-aff"> Facebook, USA</span>, <a href="https://2020.esec-fse.org/profile/paulralph" class="navigate">Paul Ralph</a><span class="prog-aff"> Dalhousie University</span>, <a href="https://2020.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Monash University</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">17:00 - 18:00</div></td><td colspan="2"><div class="session-info-in-table">Keynote<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/> <small>Chair(s): <a href="https://2020.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="41ea902e-a8a4-4add-ba99-cd050971c0d7" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>60m</strong></div><div class="event-type">Keynote</div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="50843fd7-ceb1-47eb-b32f-e1794c4b039d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="50843fd7-ceb1-47eb-b32f-e1794c4b039d">Real world approaches to human-computer collaboration</a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/miralane" class="navigate">Mira Lane</a><span class="prog-aff"> Microsoft</span></div></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 13 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="hidable band hour-1"><table data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">01:00 - 01:30</div></td><td colspan="2"><div class="session-info-in-table">Empirical<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-tool-demos" target="_blank" class="text-muted navigate">Tool Demos</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="dd11824c-e424-41b7-9200-b04ab0b4f677" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="4212cb98-37f2-4efb-abbc-6f32b82d67dc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4212cb98-37f2-4efb-abbc-6f32b82d67dc">A Randomized Controlled Trial on the Effects of Embedded Computer Language Switching</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/pmerlinuesbeck" class="navigate">P. Merlin Uesbeck</a><span class="prog-aff"> University of Nevada at Las Vegas, USA</span>, <a href="https://2020.esec-fse.org/profile/colespeterson" class="navigate">Cole S. Peterson</a><span class="prog-aff"> University of Nebraska-Lincoln, USA</span>, <a href="https://2020.esec-fse.org/profile/bonitasharif" class="navigate">Bonita Sharif</a><span class="prog-aff"> University of Nebraska-Lincoln, USA</span>, <a href="https://2020.esec-fse.org/profile/andreasstefik" class="navigate">Andreas Stefik</a><span class="prog-aff"> University of Nevada at Las Vegas, USA</span></div><a href="https://doi.org/10.1145/3368089.3409701" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="a467b26c-66ac-43d9-a69d-d5130fee71cb" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:03</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Tool Demos"></span></td><td><span data-event-star="8b81343c-2abf-4afa-bf3d-e14faa2eed6c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8b81343c-2abf-4afa-bf3d-e14faa2eed6c">BugsInPy: A Database of Existing Bugs in Python Programs to Enable Controlled Testing and Debugging Studies</a></strong><div class="prog-track">Tool Demos</div><div class="performers"><a href="https://2020.esec-fse.org/profile/ratnadirawidyasari" class="navigate">Ratnadira Widyasari</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/shengqinsim" class="navigate">Sheng Qin Sim</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/camellialok" class="navigate">Camellia Lok</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/haodiqi" class="navigate">Haodi Qi</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/jackphan" class="navigate">Jack Phan</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/qijintay" class="navigate">Qijin Tay</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/constancetan" class="navigate">Constance Tan</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/fionawee" class="navigate">Fiona Wee</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/jodieetheldatan" class="navigate">Jodie Ethelda Tan</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/yuhengyieh" class="navigate">Yuheng Yieh</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/briangoh" class="navigate">Brian Goh</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/ferdianthung2" class="navigate">Ferdian Thung</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2020.esec-fse.org/profile/hongjinkang1" class="navigate">Hong Jin Kang</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/thonghoang" class="navigate">Thong Hoang</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/davidlo" class="navigate">David Lo</a><span class="prog-aff"> Singapore Management University</span>, <a href="https://2020.esec-fse.org/profile/ouhenglieh" class="navigate">Eng Lieh Ouh</a><span class="prog-aff"> Singapore Management University, Singapore</span></div><a href="https://doi.org/10.1145/3368089.3417943" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9321559d-404a-4146-930e-91d915b51e0c" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="5100499c-0c8b-4f30-a41f-762693eea451" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5100499c-0c8b-4f30-a41f-762693eea451">Do Code Review Measures Explain the Incidence of Post-Release Defects? Case Study Replications and Bayesian Networks</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/andreykrutauz1" class="navigate">Andrey Krutauz</a><span class="prog-aff"> Concordia University</span>, <a href="https://2020.esec-fse.org/profile/tapajitdey" class="navigate">Tapajit Dey</a><span class="prog-aff"> Lero - The Irish Software Research Centre and University of Limerick</span>, <a href="https://2020.esec-fse.org/profile/peterrigby" class="navigate">Peter Rigby</a><span class="prog-aff"> Concordia University, Montreal, Canada</span>, <a href="https://2020.esec-fse.org/profile/audrismockus" class="navigate">Audris Mockus</a><span class="prog-aff"> University of Tennessee - Knoxville</span></div></td></tr><tr data-slot-id="c1b92ed7-72a0-4c8e-a720-988d2b29d3f9" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5a8145c2-c28b-49a7-9c1f-7e1674454711" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5a8145c2-c28b-49a7-9c1f-7e1674454711">On the Naturalness of Hardware Descriptions</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/jaeseonglee" class="navigate">Jaeseong Lee</a><span class="prog-aff"> University of Texas at Austin, USA</span>, <a href="https://2020.esec-fse.org/profile/pengyunie" class="navigate">Pengyu Nie</a><span class="prog-aff"> University of Texas at Austin, USA</span>, <a href="https://2020.esec-fse.org/profile/junyijessyli" class="navigate">Junyi Jessy Li</a><span class="prog-aff"> University of Texas at Austin, USA</span>, <a href="https://2020.esec-fse.org/profile/milosgligoric" class="navigate">Milos Gligoric</a><span class="prog-aff"> University of Texas at Austin</span></div><a href="https://doi.org/10.1145/3368089.3409692" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="51ecc8da-7854-426d-b696-7e574719f0f0" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:09</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="73bbf47c-e8be-4a17-b15a-a5ed56f5e110" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="73bbf47c-e8be-4a17-b15a-a5ed56f5e110">Understanding Build Issue Resolution in Practice: Symptoms and Fix Patterns</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yilinglou" class="navigate">Yiling Lou</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/zhenpengchen" class="navigate">Zhenpeng Chen</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/yanbincao" class="navigate">Yanbin Cao</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/danhao" class="navigate">Dan Hao</a><span class="prog-aff"> Peking University, China</span>, <a href="https://2020.esec-fse.org/profile/luzhang" class="navigate">Lu Zhang</a><span class="prog-aff"> Peking University, China</span></div><a href="https://doi.org/10.1145/3368089.3409760" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="02260944-45f1-4337-b5eb-fbf11a4bf7f3" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:11</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="f3933025-7506-4a2a-955a-72d083d1cee5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f3933025-7506-4a2a-955a-72d083d1cee5">Understanding Type Changes in Java</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/ameyaketkar" class="navigate">Ameya Ketkar</a><span class="prog-aff"> Oregon State University, USA</span>, <a href="https://2020.esec-fse.org/profile/nikolaostsantalis" class="navigate">Nikolaos Tsantalis</a><span class="prog-aff"> Concordia University, Canada</span>, <a href="https://2020.esec-fse.org/profile/dannydig" class="navigate">Danny Dig</a><span class="prog-aff"> University of Colorado Boulder, USA</span></div><a href="https://doi.org/10.1145/3368089.3409725" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://users.encs.concordia.ca/~nikolaos/publications/FSE_2020.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/59/Understanding-Type-Changes-in-Java" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="8c8470d6-863e-47c8-8e2a-ba7bc5470eab" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:13</div><strong>17m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="10aefdf6-4d49-440d-b8ba-acaba37aec54" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="10aefdf6-4d49-440d-b8ba-acaba37aec54">Conversations on Empirical 2</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/colespeterson" class="navigate">Cole S. Peterson</a><span class="prog-aff"> University of Nebraska-Lincoln, USA</span>, <a href="https://2020.esec-fse.org/profile/pengyunie" class="navigate">Pengyu Nie</a><span class="prog-aff"> University of Texas at Austin, USA</span>, <a href="https://2020.esec-fse.org/profile/ratnadirawidyasari" class="navigate">Ratnadira Widyasari</a><span class="prog-aff"> Singapore Management University, Singapore</span>, <a href="https://2020.esec-fse.org/profile/peterrigby" class="navigate">Peter Rigby</a><span class="prog-aff"> Concordia University, Montreal, Canada</span>, <a href="https://2020.esec-fse.org/profile/yilinglou" class="navigate">Yiling Lou</a><span class="prog-aff"> Peking University, China</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/kellyblincoe" class="navigate">Kelly Blincoe</a><span class="prog-aff"> University of Auckland</span></div></td></tr></table></div><div class="hidable band hour-1"><table data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">01:30 - 02:00</div></td><td colspan="2"><div class="session-info-in-table">Documentation<span class="pull-right"><a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-visions-and-reflections-" target="_blank" class="text-muted navigate">Visions and Reflections </a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-tool-demos" target="_blank" class="text-muted navigate">Tool Demos</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="7d62054b-2eb2-4788-9ebd-7d9871daa920" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Visions and Reflections "></span></td><td><span data-event-star="56063760-d791-4f9a-a4ef-262162262deb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="56063760-d791-4f9a-a4ef-262162262deb">Beyond Accuracy: Assessing Software Documentation Quality</a></strong><div class="prog-track">Visions and Reflections </div><div class="performers"><a href="https://2020.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide, Australia</span>, <a href="https://2020.esec-fse.org/profile/justinmiddleton" class="navigate">Justin Middleton </a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/thushariatapattu" class="navigate">Thushari Atapattu</a><span class="prog-aff"> The University of Adelaide</span></div><a href="https://doi.org/10.1145/3368089.3417045" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="b8f1388f-d352-4b26-ae01-57c06b072a6e" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:33</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="a9f153db-9cd0-4118-85c9-0c292438e1fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a9f153db-9cd0-4118-85c9-0c292438e1fb">Contextual Documentation Referencing on Stack Overflow</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/sebastianbaltes" class="navigate">Sebastian Baltes</a><span class="prog-aff"> QAware GmbH and The University of Adelaide</span>, <a href="https://2020.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide, Australia</span>, <a href="https://2020.esec-fse.org/profile/martinrobillard" class="navigate">Martin P. Robillard</a><span class="prog-aff"> McGill University</span></div><a href="https://empirical-software.engineering/assets/pdf/tse19-condor.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="f823799b-041e-4c08-b26e-51624b1299cf" class="hidable"><td class="track-color c4"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Tool Demos"></span></td><td><span data-event-star="5333bdb6-6764-465f-ad2d-f2de00bd4f55" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5333bdb6-6764-465f-ad2d-f2de00bd4f55">DeepCommenter: A Deep Code Comment Generation Tool with Hybrid Lexical and Syntactical Information</a></strong><div class="prog-track">Tool Demos</div><div class="performers"><a href="https://2020.esec-fse.org/profile/boaoli" class="navigate">Boao Li</a><span class="prog-aff"> Zhejiang University, China</span>, <a href="https://2020.esec-fse.org/profile/mengyan1" class="navigate">Meng Yan</a><span class="prog-aff"> Chongqing University</span>, <a href="https://2020.esec-fse.org/profile/xinxia" class="navigate">Xin Xia</a><span class="prog-aff"> Monash University</span>, <a href="https://2020.esec-fse.org/profile/xinghu" class="navigate">Xing Hu</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.esec-fse.org/profile/geli" class="navigate">Ge Li</a><span class="prog-aff"> Peking University</span>, <a href="https://2020.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/3368089.3417926" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9e4b6547-8f41-4190-95a4-50fb884ca2be" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="80511253-74ed-4c4d-ad24-84b0b5fe8087" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="80511253-74ed-4c4d-ad24-84b0b5fe8087">Docable: Evaluating the Executability of Software Tutorials</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/samimmirhosseini" class="navigate">Samim Mirhosseini</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/chrisparnin1" class="navigate">Chris Parnin</a><span class="prog-aff"> North Carolina State University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409706" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://bit.ly/docable" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="28fcb996-17a0-4d74-bfad-a7fa606be545" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="39aff338-c2d6-4c59-973f-f63dc8db46fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="39aff338-c2d6-4c59-973f-f63dc8db46fb">RulePad: Interactive Authoring of Checkable Design Rules</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/saharmehrpour" class="navigate">Sahar Mehrpour</a><span class="prog-aff"> George Mason University, USA</span>, <a href="https://2020.esec-fse.org/profile/thomaslatoza" class="navigate">Thomas LaToza</a><span class="prog-aff"> George Mason University, USA</span>, <a href="https://2020.esec-fse.org/profile/hamedsarvari" class="navigate">Hamed Sarvari</a><span class="prog-aff"> George Mason University, USA</span></div><a href="https://doi.org/10.1145/3368089.3409751" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2007.05046.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="a6da56b9-5b40-4212-8132-edec2b39e507" class="hidable"><td class="track-color c7"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:41</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Visions and Reflections "></span></td><td><span data-event-star="e52a20b7-27f3-4954-98c2-52d8bb0f764e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e52a20b7-27f3-4954-98c2-52d8bb0f764e">Software Documentation and Augmented Reality: Love or Arranged Marriage?</a></strong><div class="prog-track">Visions and Reflections </div><div class="performers"><a href="https://2020.esec-fse.org/profile/sridharchimalakonda" class="navigate">Sridhar Chimalakonda</a><span class="prog-aff"> Indian Institute of Technology Tirupati</span>, <a href="https://2020.esec-fse.org/profile/akhilasrimanasavenigalla1" class="navigate">Akhila Sri Manasa Venigalla</a><span class="prog-aff"> IIT Tirupati, India</span></div><a href="https://doi.org/10.1145/3368089.3417044" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="9951378a-a77a-41fa-ae4f-d482b4f63eed" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">01:43</div><strong>17m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="002e81db-caeb-434f-9f4a-e5ee1cc7a884" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="002e81db-caeb-434f-9f4a-e5ee1cc7a884">Conversations on Documentation</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/akhilasrimanasavenigalla" class="navigate">Akhila Sri Manasa Venigalla</a><span class="prog-aff"> </span>, <a href="https://2020.esec-fse.org/profile/christophtreude" class="navigate">Christoph Treude</a><span class="prog-aff"> University of Adelaide, Australia</span>, <a href="https://2020.esec-fse.org/profile/saharmehrpour" class="navigate">Sahar Mehrpour</a><span class="prog-aff"> George Mason University, USA</span>, <a href="https://2020.esec-fse.org/profile/samimmirhosseini" class="navigate">Samim Mirhosseini</a><span class="prog-aff"> North Carolina State University, USA</span>, <a href="https://2020.esec-fse.org/profile/sridharchimalakonda" class="navigate">Sridhar Chimalakonda</a><span class="prog-aff"> Indian Institute of Technology Tirupati</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/veneraarnaoudova" class="navigate">Venera Arnaoudova</a><span class="prog-aff"> Washington State University</span></div></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">08:00 - 08:30</div></td><td colspan="2"><div class="session-info-in-table">Testing 3<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="30b461eb-9575-431d-ba22-b899d0c59a40" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:00</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="694587a6-a6d2-47fd-bff2-64afd9190e7e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="694587a6-a6d2-47fd-bff2-64afd9190e7e">Baital: An Adaptive Weighted Sampling Approach for Improved t-wise Coverage</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/eduardbaranov" class="navigate">Eduard Baranov</a><span class="prog-aff"> Université Catholique de Louvain, Belgium</span>, <a href="https://2020.esec-fse.org/profile/axellegay1" class="navigate">Axel Legay</a><span class="prog-aff"> Université Catholique de Louvain, Belgium</span>, <a href="https://2020.esec-fse.org/profile/kuldeepsmeel" class="navigate">Kuldeep S. Meel</a><span class="prog-aff"> National University of Singapore, Singapore</span></div><a href="https://doi.org/10.1145/3368089.3409744" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="4e8143a9-eeaf-4c20-97e0-be0551d6a15b" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:03</div><strong>1m</strong></div><div class="event-type">Research paper</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="0e28cc6b-692b-4357-998f-1969c25766e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="0e28cc6b-692b-4357-998f-1969c25766e3">Cost Measures Matter for Mutation Testing Study Validity</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/giovaniguizzo" class="navigate">Giovani Guizzo</a><span class="prog-aff"> University College London, UK</span>, <a href="https://2020.esec-fse.org/profile/federicasarro" class="navigate">Federica Sarro</a><span class="prog-aff"> University College London, UK</span>, <a href="https://2020.esec-fse.org/profile/markharman" class="navigate">Mark Harman</a><span class="prog-aff"> University College London, UK</span></div><a href="https://doi.org/10.1145/3368089.3409742" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://bit.ly/Guizzo-FSE-2020" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a></td></tr><tr data-slot-id="12a37d91-899a-4799-b609-895cc0dfdb63" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:05</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="b8b20a0a-069c-4bee-8cd2-78ebf694f3bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="b8b20a0a-069c-4bee-8cd2-78ebf694f3bf">Developing and Evaluating Objective Termination Criteria for Random Testing</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/porfiriotramontana" class="navigate">Porfirio Tramontana</a><span class="prog-aff"> Department of Electrical Engineering and Information Technologies, University of Naples Federico II, Italy</span>, <a href="https://2020.esec-fse.org/profile/domenicoamalfitano" class="navigate">Domenico Amalfitano</a><span class="prog-aff"> University of Naples Federico II</span>, <a href="https://2020.esec-fse.org/profile/nicolaamatucci" class="navigate">Nicola Amatucci</a><span class="prog-aff"> Department of Civil, Architectural and Environmental Engineering, University of Naples Federico II, Italy</span>, <a href="https://2020.esec-fse.org/profile/atifmemon" class="navigate">Atif Memon</a><span class="prog-aff"> Apple Inc.</span>, <a href="https://2020.esec-fse.org/profile/annarita" class="navigate">Anna Rita Fasolino</a><span class="prog-aff"> Federico II University of Naples</span></div></td></tr><tr data-slot-id="91a54870-15aa-4a70-8e59-dc9bc6fbd75f" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:07</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="9e88ef75-ff62-4bb9-844a-d111a738b9e6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9e88ef75-ff62-4bb9-844a-d111a738b9e6">Efficient Binary-Level Coverage Analysis</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/mammarbenkhadra" class="navigate">M. Ammar Ben Khadra</a><span class="prog-aff"> TU Kaiserslautern, Germany</span>, <a href="https://2020.esec-fse.org/profile/dominikstoffel" class="navigate">Dominik Stoffel</a><span class="prog-aff"> TU Kaiserslautern, Germany</span>, <a href="https://2020.esec-fse.org/profile/wolfgangkunz" class="navigate">Wolfgang Kunz</a><span class="prog-aff"> TU Kaiserslautern, Germany</span></div><a href="https://doi.org/10.1145/3368089.3409694" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/pdf/2004.14191.pdf" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/124/Efficient-Binary-Level-Coverage-Analysis" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="22a67ef5-4fcf-4435-bd50-44d52b492b39" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:09</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="e73948f7-d984-4370-960f-ae29070251dd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e73948f7-d984-4370-960f-ae29070251dd">Efficiently Finding Higher-Order Mutants</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/chupanwong" class="navigate">Chu-Pan Wong</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/jensmeinicke1" class="navigate">Jens Meinicke</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/leochen" class="navigate">Leo Chen</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/joaopdiniz" class="navigate">João Paulo Diniz</a><span class="prog-aff"> Federal University of Minas Gerais, Brazil</span>, <a href="https://2020.esec-fse.org/profile/christiankastner" class="navigate">Christian Kästner</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/eduardofigueiredo" class="navigate">Eduardo Figueiredo</a><span class="prog-aff"> Federal University of Minas Gerais, Brazil</span></div><a href="https://doi.org/10.1145/3368089.3409713" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="d6e5198e-3128-47e2-9d0a-8bc81ce9ef46" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:11</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="9ad205e9-938c-4e16-865a-f7606a73e09c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="9ad205e9-938c-4e16-865a-f7606a73e09c">Selecting Fault Revealing Mutants</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/thierrytitcheuchekam" class="navigate">Thierry Titcheu Chekam</a><span class="prog-aff"> University of Luxembourg (SnT)</span>, <a href="https://2020.esec-fse.org/profile/mikepapadakis" class="navigate">Mike Papadakis</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/tegawendefbissyande" class="navigate">Tegawendé F. Bissyandé</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/yvesletraon" class="navigate">Yves Le Traon</a><span class="prog-aff"> University of Luxembourg, Luxembourg</span>, <a href="https://2020.esec-fse.org/profile/koushiksen" class="navigate">Koushik Sen</a><span class="prog-aff"> University of California at Berkeley</span></div></td></tr><tr data-slot-id="58a72190-09d5-41e5-bcc8-c1a070b90578" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:13</div><strong>17m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="1d0f04b6-1648-41bd-a014-6c0fe8ffe2d4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="1d0f04b6-1648-41bd-a014-6c0fe8ffe2d4">Conversations on Testing 3</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/chupanwong" class="navigate">Chu-Pan Wong</a><span class="prog-aff"> Carnegie Mellon University, USA</span>, <a href="https://2020.esec-fse.org/profile/eduardbaranov" class="navigate">Eduard Baranov</a><span class="prog-aff"> Université Catholique de Louvain, Belgium</span>, <a href="https://2020.esec-fse.org/profile/giovaniguizzo" class="navigate">Giovani Guizzo</a><span class="prog-aff"> University College London, UK</span>, <a href="https://2020.esec-fse.org/profile/mammarbenkhadra" class="navigate">M. Ammar Ben Khadra</a><span class="prog-aff"> TU Kaiserslautern, Germany</span>, <a href="https://2020.esec-fse.org/profile/porfiriotramontana" class="navigate">Porfirio Tramontana</a><span class="prog-aff"> Department of Electrical Engineering and Information Technologies, University of Naples Federico II, Italy</span>, <a href="https://2020.esec-fse.org/profile/thierrytitcheuchekam" class="navigate">Thierry Titcheu Chekam</a><span class="prog-aff"> University of Luxembourg (SnT)</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/marcelbohme" class="navigate">Marcel Böhme</a><span class="prog-aff"> Monash University, Australia</span></div></td></tr></table></div><div class="hidable band hour-8"><table data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-facet-room="Virtual room 1" 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 c10"></td><td><div class="slot-label">08:30 - 09:00</div></td><td colspan="2"><div class="session-info-in-table">Testing 4<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" target="_blank" class="text-muted navigate">Journal First</a> / <a href="https://2020.esec-fse.org/track/fse-2020-papers" target="_blank" class="text-muted navigate">Research Papers</a> / <a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="text-muted navigate">Paper Presentations</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="a826d745-d3e3-48f3-a760-4bea09e16ea2" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:30</div><strong>2m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="f1da21d7-bd33-42ad-884f-ed2c889586a4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="f1da21d7-bd33-42ad-884f-ed2c889586a4">A Taxonomy to Assess and Tailor Risk-based Testing in Recent Testing Standards</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/juergengrossmann" class="navigate">Juergen Grossmann</a><span class="prog-aff"> Fraunhofer</span>, <a href="https://2020.esec-fse.org/profile/michaelfelderer" class="navigate">Michael Felderer</a><span class="prog-aff"> University of Innsbruck</span>, <a href="https://2020.esec-fse.org/profile/johannesviehmann" class="navigate">Johannes Viehmann</a><span class="prog-aff"> Fraunhofer FOKUS, Germany</span>, <a href="https://2020.esec-fse.org/profile/inaschieferdecker1" class="navigate">Ina Schieferdecker</a><span class="prog-aff"> Fraunhofer FOKUS & TU Berlin, Germany</span></div></td></tr><tr data-slot-id="fb43d642-1e54-41cb-a39f-f3aded016e3e" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:33</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="a5d24dd9-c5be-4c74-8681-cc65d983dbe7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="a5d24dd9-c5be-4c74-8681-cc65d983dbe7">Detecting Optimization Bugs in Database Engines via Non-optimizing Reference Engine Construction</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/manuelrigger" class="navigate">Manuel Rigger</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://2020.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/3368089.3409710" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a><a href="https://arxiv.org/abs/2007.08292" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> Pre-print</a><a href="https://2020.esec-fse.org/details/fse-2020-papers/44/Detecting-Optimization-Bugs-in-Database-Engines-via-Non-optimizing-Reference-Engine-C" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-film"></span> Media Attached</a></td></tr><tr data-slot-id="6c4880e0-c902-46bf-abbb-aca710735512" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:35</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="218373f6-dc59-477a-9fdf-743e9566fbd1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="218373f6-dc59-477a-9fdf-743e9566fbd1">Evolutionary Improvement of Assertion Oracles</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/valerioterragni" class="navigate">Valerio Terragni</a><span class="prog-aff"> USI Lugano, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/guneljahangirova1" class="navigate">Gunel Jahangirova</a><span class="prog-aff"> USI Lugano, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/paolotonella" class="navigate">Paolo Tonella</a><span class="prog-aff"> USI Lugano, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/mauropezze" class="navigate">Mauro Pezze</a><span class="prog-aff"> USI Lugano, Switzerland</span></div><a href="https://doi.org/10.1145/3368089.3409758" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="17f71d86-892e-4f3a-9b7e-249c91600e63" class="hidable"><td class="track-color c1"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:37</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Journal First"></span></td><td><span data-event-star="e2ff39ca-382c-4d3b-a730-a78b5a5d9349" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e2ff39ca-382c-4d3b-a730-a78b5a5d9349">Precise Learn-to-Rank Fault Localization Using Dynamic and Static Features of Target Programs</a></strong><div class="prog-track">Journal First</div><div class="performers"><a href="https://2020.esec-fse.org/profile/yunhokim" class="navigate">Yunho Kim</a><span class="prog-aff"> KAIST</span>, <a href="https://2020.esec-fse.org/profile/seokhyeonmun" class="navigate">Seokhyeon Moon</a><span class="prog-aff"> KAIST</span>, <a href="https://2020.esec-fse.org/profile/shinyoo" class="navigate">Shin Yoo</a><span class="prog-aff"> Korea Advanced Institute of Science and Technology</span>, <a href="https://2020.esec-fse.org/profile/moonzookim" class="navigate">Moonzoo Kim</a><span class="prog-aff"> KAIST / VPlusLab Inc. </span></div></td></tr><tr data-slot-id="8c3a3558-50f9-49d6-baa6-0ba74041dc7d" class="hidable"><td class="track-color c0"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:39</div><strong>1m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Research Papers"></span></td><td><span data-event-star="5991b35a-bd9d-49e3-9762-1bf5518541c3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="5991b35a-bd9d-49e3-9762-1bf5518541c3">When Does My Program Do This? Learning Circumstances of Software Behavior</a></strong><div class="prog-track">Research Papers</div><div class="performers"><a href="https://2020.esec-fse.org/profile/alexanderkampmann" class="navigate">Alexander Kampmann</a><span class="prog-aff"> CISPA, Germany</span>, <a href="https://2020.esec-fse.org/profile/nikolashavrikov" class="navigate">Nikolas Havrikov</a><span class="prog-aff"> CISPA, Germany</span>, <a href="https://2020.esec-fse.org/profile/ezekielosoremekun1" class="navigate">Ezekiel O. Soremekun</a><span class="prog-aff"> CISPA, Germany</span>, <a href="https://2020.esec-fse.org/profile/andreaszeller" class="navigate">Andreas Zeller</a><span class="prog-aff"> CISPA, Germany</span></div><a href="https://doi.org/10.1145/3368089.3409687" target="_blank" class="publication-link navigate"><span class="glyphicon glyphicon-link"></span> DOI</a></td></tr><tr data-slot-id="fcf4d924-b218-4405-b734-51eca35fbbfe" class="hidable"><td class="track-color c10"></td><td class=" text-right"><div class="text-muted"><div class="start-time">08:41</div><strong>19m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Paper Presentations"></span></td><td><span data-event-star="e9de39c6-4731-4aa0-9d36-403e53c762a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="e9de39c6-4731-4aa0-9d36-403e53c762a6">Conversations on Testing 4</a></strong><div class="prog-track">Paper Presentations</div><div class="performers"><a href="https://2020.esec-fse.org/profile/manuelrigger" class="navigate">Manuel Rigger</a><span class="prog-aff"> ETH Zurich</span>, <a href="https://2020.esec-fse.org/profile/valerioterragni" class="navigate">Valerio Terragni</a><span class="prog-aff"> USI Lugano, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/guneljahangirova" class="navigate">Gunel Jahangirova</a><span class="prog-aff"> USI Lugano, Switzerland</span>, <a href="https://2020.esec-fse.org/profile/alexanderkampmann" class="navigate">Alexander Kampmann</a><span class="prog-aff"> CISPA, Germany</span>, <span title="Moderator" class="role">M: </span><a href="https://2020.esec-fse.org/profile/marcelbohme" class="navigate">Marcel Böhme</a><span class="prog-aff"> Monash University, Australia</span></div></td></tr></table></div><div class="hidable band hour-15"><table data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">15:00 - 16:00</div></td><td colspan="2"><div class="session-info-in-table">SIGSOFT Town Hall<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="ca64a766-1025-4fe5-a0ec-9c5e3deaedc5" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">15:00</div><strong>60m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="8485ac2c-18db-464c-9b12-f4f6e988134c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8485ac2c-18db-464c-9b12-f4f6e988134c">SIGSOFT Town Hall </a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/tomzimmermann" class="navigate">Thomas Zimmermann</a><span class="prog-aff"> Microsoft Research</span></div></td></tr></table></div><div class="hidable band hour-17"><table data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-facet-room="Virtual room 1" class="table table-condensed session-table"><colgroup width="10px"/><colgroup width="100px"/><colgroup width="10px"/><colgroup width="100%"/><tr class="session-details"><td class="track-color c17"></td><td><div class="slot-label">17:00 - 18:15</div></td><td colspan="2"><div class="session-info-in-table">Impact Paper Award & Test of Time Award Presentations<span class="pull-right"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="text-muted navigate">Plenary events</a></span> at <a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link navigate">Virtual room 1</a><br/> <small>Chair(s): <a href="https://2020.esec-fse.org/profile/premdevanbu" target="_blank" class="navigate">Prem Devanbu</a><span class="prog-aff"> University of California</span></small></div></td></tr><tr class="firefox-fix"><td></td><td></td><td></td><td></td></tr><tr data-slot-id="26fbef49-853f-427b-8dd9-4baca0bfc3ba" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:00</div><strong>18m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="8d73f70a-e21d-4e98-ace4-226a9fde3df0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="8d73f70a-e21d-4e98-ace4-226a9fde3df0">Impact paper: Model Checking Programs</a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/willemvisser" class="navigate">Willem Visser</a><span class="prog-aff"> Stellenbosch University, South Africa</span>, <a href="https://2020.esec-fse.org/profile/klaushavelund" class="navigate">Klaus Havelund</a><span class="prog-aff"> NASA/Caltech Jet Propulsion Laboratory</span>, <a href="https://2020.esec-fse.org/profile/guillaumepbrat" class="navigate">Guillaume P. Brat</a><span class="prog-aff"> </span>, <a href="https://2020.esec-fse.org/profile/seungjoonpark" class="navigate">Seungjoon Park</a><span class="prog-aff"> </span></div></td></tr><tr data-slot-id="01458cb8-9489-4fef-afb5-cd7d7a953cfb" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">17:30</div><strong>30m</strong></div><div class="event-type">Talk</div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="4ac010db-9a80-46ad-904b-1e464cc0bcbd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="4ac010db-9a80-46ad-904b-1e464cc0bcbd">Test of Time paper: FUSION: a framework for engineering self-tuning self-adaptive software systems</a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/ahmedelkhodary" class="navigate">Ahmed Elkhodary</a><span class="prog-aff"> </span>, <a href="https://2020.esec-fse.org/profile/naeemesfahani" class="navigate">Naeem Esfahani</a><span class="prog-aff"> Google LLC, USA</span>, <a href="https://2020.esec-fse.org/profile/sammalek" class="navigate">Sam Malek</a><span class="prog-aff"> University of California at Irvine, USA</span></div></td></tr><tr data-slot-id="6f0629d6-38bf-4451-803f-a17db75de05f" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">18:00</div><strong>5m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="af5042bc-c1ed-4578-b814-dcb41abe7aaf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="af5042bc-c1ed-4578-b814-dcb41abe7aaf">Award Announcements (SRC, Reddit)</a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/bonitasharif" class="navigate">Bonita Sharif</a><span class="prog-aff"> University of Nebraska-Lincoln, USA</span>, <a href="https://2020.esec-fse.org/profile/soniahaiduc" class="navigate">Sonia Haiduc</a><span class="prog-aff"> Florida State University</span>, <a href="https://2020.esec-fse.org/profile/davidcshepherd" class="navigate">David C. Shepherd</a><span class="prog-aff"> Virginia Commonwealth University</span></div></td></tr><tr data-slot-id="3462f19f-e692-4924-baeb-78a460bb5817" class="hidable"><td class="track-color c17"></td><td class=" text-right"><div class="text-muted"><div class="start-time">18:05</div><strong>10m</strong></div><div class="event-type"></div><span data-facet-track="ESEC/FSE Plenary events"></span></td><td><span data-event-star="6453af95-31cf-440d-9a86-4ad54e176180" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span></td><td><strong><a href="#" data-event-modal="6453af95-31cf-440d-9a86-4ad54e176180">Announcement ESEC/FSE 2021 </a></strong><div class="prog-track">Plenary events</div><div class="performers"><a href="https://2020.esec-fse.org/profile/diomidisspinellis" class="navigate">Diomidis Spinellis</a><span class="prog-aff"> Athens University of Economics and Business</span>, <a href="https://2020.esec-fse.org/profile/georgiosgousios" class="navigate">Georgios Gousios</a><span class="prog-aff"> Facebook & Delft University of Technology</span>, <a href="https://2020.esec-fse.org/profile/marshachechik" class="navigate">Marsha Chechik</a><span class="prog-aff"> University of Toronto</span>, <a href="https://2020.esec-fse.org/profile/massimilianodipenta" class="navigate">Massimiliano Di Penta</a><span class="prog-aff"> University of Sannio, Italy</span></div></td></tr></table></div></div></div><div id="Session-Timeline" class="tab-pane "><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Thu 5 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="7732c09f-5481-467f-bcf0-b5c5d77a9e84" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Admin<span data-event-star="e87678e1-2d8e-4f37-a662-ebefec753883"/></div></a></div></div></div></td><td colspan="10" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="ffcf51bc-cb3d-465e-8b9c-436635218199" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Keynote#1<span data-event-star="4cac1950-3f1f-4229-aaf5-c785a0d69f23"/></div></a></div></div></div></td><td colspan="8" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="71452a57-2314-41d6-8046-eaeb1e5aca6a" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Defect<span data-event-star="7079113c-7113-472f-9d03-13c39034d969"/><span data-event-star="b53cd7f3-5551-4b66-8472-c5a6a769eb92"/></div></a></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div class="multiple"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="75206c09-1b62-45a4-8f25-d7465f93a276" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Discussion<span data-event-star="2e183efe-637c-4a72-b038-8fbb74160c81"/></div></a></div></div><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="74d81c47-c56a-40c4-a8c0-01eccc41efe4" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Break</div></a></div></div><div class="small clearfix"><span class="pull-left">16:45 - 17:05</span></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="8" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="32a019ac-462e-4631-966c-c4a4384d7103" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Search<span data-event-star="59c365a0-b295-403f-9514-d0025e7513e9"/><span data-event-star="03ef5e15-bcf3-4c80-8338-04c83ddbb364"/></div></a></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="dcf993db-8c56-4729-a95b-51edbb0d18c1" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Discussion<span data-event-star="a88beedb-a60e-4045-83db-2076e2ace82a"/></div></a></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Fri 6 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="d616a9b3-d186-4615-aec1-3ac5cd5c02f4" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Keynote#2<span data-event-star="3599050f-5c86-4a1f-9e8a-91462a2da1cb"/></div></a></div></div></div></td><td colspan="8" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="5b02be7d-4b82-498a-b31d-2f25b5867108" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>People<span data-event-star="803a7341-67ac-49c3-bc4a-e0485604dfdc"/><span data-event-star="f1e89fcb-60dd-4275-8f06-a275b14aab5d"/></div></a></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div class="multiple"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="83def2c6-429d-47a4-bdad-b9f2ae684de5" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Discussion<span data-event-star="99355c8f-d9a5-42a6-a6f3-91b7e24c527c"/></div></a></div></div><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="4d0963a0-e6a5-49a8-89df-63c9134e687e" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Break</div></a></div></div><div class="small clearfix"><span class="pull-left">16:45 - 17:05</span></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="8" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="ddbed243-121a-4491-82c1-c0d3492e0fd8" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Effort<span data-event-star="eb73716f-d71c-4d64-92a1-f8466e4fbc0a"/><span data-event-star="4cb4844e-5a64-4d67-b298-c456eb096e9f"/></div></a></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="a7a2f4c3-fa93-4e64-9cc1-818695b40735" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c12"><h4>PROMISE 2020</h4>Discussion<span data-event-star="377f16e8-4362-46b6-808f-4eb250044b63"/></div></a></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Mon 9 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">1:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">2:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">3:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">4:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">5:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">6:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">7:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">8:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">9:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">10:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">11:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">12:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">13:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">14:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-slot-id="eb4ebcc6-8cdd-4368-bac7-07141f19e60c" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>Welcome Panels <span data-event-star="a42b1e7b-183c-435b-8089-a936700a893e"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-slot-id="77c92fbb-7902-43e7-8963-84c0ef88e3fc" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>Welcome Panels <span data-event-star="140a785e-5801-4bbb-b861-991fe5daf3c4"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-slot-id="e13ee195-e717-4011-b015-2a33c1a4e2c5" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Paper Presentations</h4></div></a></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-slot-id="dcd8e4a1-21b2-4072-94a3-7afdcc8d6387" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>Welcome Panels <span data-event-star="d7e2ac7b-3a3c-4cd1-b30d-8342a1317613"/></div></a></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Tue 10 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">1:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">2:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">3:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">4:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">5:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">6:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">7:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">8:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">9:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">10:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">11:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">12:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">13:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">14:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="cacd7ead-afc5-4b7b-8b80-7604f17db76e" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Industry Papers + Research Papers</h4> ML In Practice<span data-event-star="bf27ccc7-12c1-4f10-981d-aa8f473d3647"/><span data-event-star="aa2e263e-46d5-4670-96f1-72bc001f8199"/><span data-event-star="1625a985-00f3-47c2-a066-a7a63e258a92"/><span data-event-star="88715582-cd52-4d89-92e4-f9bfd0d1feed"/><span data-event-star="0f4ebed6-6a88-420a-bf0c-89fc5126e922"/><span data-event-star="3d658a91-68ad-4b23-89d5-7850521919ff"/><span data-event-star="e18c6d77-902d-47ae-9228-442284435afa"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="dbe49d58-0919-4b04-a963-a60040b73a50" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Journal First</h4> ML Testing 1<span data-event-star="22607340-5494-4b98-bfef-a4b417765737"/><span data-event-star="e006746c-b6b1-4302-af5b-3e7668184e02"/><span data-event-star="f1b7e153-4444-4d93-b734-1925d97c1842"/><span data-event-star="396bf22d-c5c2-4827-9f8d-4d8d8c8df708"/><span data-event-star="403ca929-7563-41b5-bd6c-d575309fda63"/><span data-event-star="d48a7e3c-fda2-4801-abe4-43127f002fca"/><span data-event-star="1ea05de1-b61d-408c-91f0-56d10df99def"/><span data-event-star="78cbac09-e7ba-4cd0-8096-e6246a373800"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="5f238703-8732-468f-ae96-41d8592fd013" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Industry Papers</h4>Fuzzing<span data-event-star="3e5ef94b-62f3-4daf-a1ad-9b4b10215263"/><span data-event-star="45c3050b-674e-490f-8815-55ed1759cc3b"/><span data-event-star="f04b3809-2423-4c19-9b5a-1adb5c893487"/><span data-event-star="d0e32017-2d89-4ca5-b668-f700603f07c1"/><span data-event-star="05727939-da6a-4477-9a42-6c9231115f1e"/><span data-event-star="9099a89c-1cf5-4518-b231-12aab19a1e33"/><span data-event-star="8f4ed052-3293-4af5-b553-4d1f5a5a3558"/><span data-event-star="27885094-c0f3-4056-b660-62c9ce412467"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="6a51a031-a4f5-4358-8de7-25f2bdff0acb" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Industry Papers + Journal First</h4>Security<span data-event-star="d20b07aa-9b04-4f16-b7cb-58d5127fc045"/><span data-event-star="b771a671-c09b-4893-87be-6975168f2c52"/><span data-event-star="011639ba-8c3e-405b-8fff-7f65057caa4c"/><span data-event-star="f6174ee3-b5c0-4ffd-b053-8b206385eea4"/><span data-event-star="d3b92081-ed4e-4d6b-99a9-8559afa90d49"/><span data-event-star="f20884ed-2020-459d-966c-6a09631262d7"/><span data-event-star="4230801c-773c-4e4a-ba44-175514e231f4"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="040088e8-f4c6-429f-b8cd-8ac030702b54" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>The Good Place: The Next Generation of Science<span data-event-star="03e6943a-2b7c-4455-a95c-89526d6e4a45"/></div></a></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="31882bbb-2850-42d2-9a7b-ceef3701a71b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Visions and Reflections + Paper Presentations</h4>Configuration<span data-event-star="4037023a-cff3-47c8-914c-e5da587c09b4"/><span data-event-star="c2d22d36-51f4-4a00-9272-0dc14c461652"/><span data-event-star="f2b63172-409d-4840-a8ba-3afa103ee513"/><span data-event-star="bb52130f-3e3d-49bd-83b5-6ed1ad8a0163"/><span data-event-star="c2be9294-c94a-4577-b4c7-674645a192aa"/><span data-event-star="7e48ef0a-476a-4cd6-b3de-5997fe626910"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="3ab7c4ea-b625-4146-9efc-87f901f05847" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Paper Presentations + Journal First</h4>Performance / QoS<span data-event-star="485fb74c-4519-497a-923f-ea3259d57108"/><span data-event-star="31b9ff37-7d5d-491b-8969-fb25007ef7a1"/><span data-event-star="64f590ab-feec-4b02-9441-86d6905c88a2"/><span data-event-star="c0f2da22-c9d6-4895-89ab-1dbb8d63c5af"/><span data-event-star="69c9b517-dcb2-436d-958c-58aeaa793ca6"/><span data-event-star="b99db70a-3201-4824-b469-e09eb65eeabb"/></div></a></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Wed 11 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">1:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">2:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">3:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">4:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">5:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">6:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">7:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">8:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">9:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">10:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">11:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">12:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">13:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">14:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="3a9205c3-0928-4aa3-bbab-e8388f73a3d3" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Tool Demos + Industry Papers + Paper Presentations + Visions and Reflections </h4>Developer Support 2<span data-event-star="d8cc20e7-464a-417a-bfaf-d7d83e790c0a"/><span data-event-star="5a12e2b9-1919-4498-aef2-64532570df49"/><span data-event-star="9f442d96-5d8c-4aab-a266-fc28477e900c"/><span data-event-star="af08fdeb-30f7-48c8-8afe-10586825c929"/><span data-event-star="b2d8a6ba-5ba5-4af4-9275-ab03e2239afc"/><span data-event-star="40289054-ee18-4435-a074-663fe5fdfb38"/><span data-event-star="0fb11a48-b673-41c2-b70d-f22eda17f4a6"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="f60a8b57-0c42-412c-9601-13e7fc7e2718" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Journal First + Tool Demos + Paper Presentations + Research Papers</h4>Mobile<span data-event-star="f064c06f-6747-41e1-a783-ff72ecf3dbea"/><span data-event-star="39a59aa0-2454-4080-b240-cb7f09d76ba8"/><span data-event-star="45c10b04-8efd-4c49-80bc-3ced3aa96148"/><span data-event-star="b6879781-9a1f-40eb-8af1-a2ed179903f9"/><span data-event-star="25ed9d6d-16d0-43ee-8ddc-3f489465ad4b"/><span data-event-star="efda8995-3839-419f-bc8d-1c3cd42bc8b6"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="234f71ec-e829-40e3-bcdf-4402597fb5d1" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>Keynote<span data-event-star="bef10698-6e21-4728-955f-3975eb2765ce"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="20e91bc0-1539-4485-ac3f-a72136092c72" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>Diversity in Technology<span data-event-star="4712128b-7f00-4941-bf25-41304482d053"/></div></a></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="e2c69d60-162b-485f-942f-2490c91f1b35" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Tool Demos + Journal First + Paper Presentations + Industry Papers</h4>APIs<span data-event-star="ac1b400c-5110-4efc-8721-97d081196beb"/><span data-event-star="13423b78-8756-4445-b0e3-0214880a21d3"/><span data-event-star="493bc427-e5b3-4963-9fc7-4e24c64f5316"/><span data-event-star="d174e341-2d13-463f-9e4f-f38b3b4034fb"/><span data-event-star="079c0d78-d2bb-417c-bb76-0214018da280"/><span data-event-star="a8f380e7-d7c0-41e4-bc43-da167301dd34"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="37f28104-6fe9-4d97-998f-883f6eb4c571" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Student Research Competition + Research Papers + Paper Presentations</h4>Recommendation<span data-event-star="c7826743-69e4-48da-8164-40671589eddf"/><span data-event-star="3b4ffb98-b031-42a1-b6c3-695dfd2dc9a7"/><span data-event-star="5ec078c3-2f0b-4df8-8b57-e9fcecf75264"/><span data-event-star="cc24b3fa-f8ed-4253-a8bc-efc0e1180353"/><span data-event-star="f47c9fa3-7cb1-460d-abe4-5a8300cc9d48"/><span data-event-star="b2bb1d03-3e12-4db1-999f-01684419eea8"/><span data-event-star="6ecc6b7c-baf9-4433-bb8c-281265f4d02b"/></div></a></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Thu 12 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">1:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">2:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">3:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">4:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">5:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">6:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">7:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">8:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">9:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">10:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">11:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">12:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">13:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">14:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="9b8eba30-f0be-4314-8093-80d79197b20d" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Paper Presentations + Student Research Competition</h4>Fairness<span data-event-star="c50480ba-68e8-48bf-9aa6-56214ccf92ef"/><span data-event-star="b65941dd-3997-4164-a72a-24df3419dfd1"/><span data-event-star="82547fc6-6b4c-4cb2-b48a-30c2ea23a51f"/><span data-event-star="87d18e94-2cdf-48cf-a72d-e0253246bd57"/><span data-event-star="119b4287-4210-4180-a5ba-d1b4d1164012"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="f8fd526a-c69a-4255-8e45-054c5a86b1da" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Paper Presentations + Research Papers</h4>Community<span data-event-star="0b848d23-6ae9-45b7-8f5f-d11a7337730d"/><span data-event-star="a9f76bf0-16b1-475a-8b7b-273d0842981a"/><span data-event-star="e6f28199-2ebe-449e-8171-ce28715732c1"/><span data-event-star="66f64ffb-90c4-4c67-bbe8-4115ca81e048"/><span data-event-star="24115f47-df6a-4ecf-8f4f-d8542f8d908f"/><span data-event-star="bcb83775-8804-4103-ade2-68ae496a14b5"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="ab7a8415-7caa-4e9c-9ddd-26e8892407ba" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Industry Papers + Research Papers + Paper Presentations</h4>Analysis 3<span data-event-star="a9b74d7b-cdb1-488c-913c-56cafc993004"/><span data-event-star="2e899b98-c77e-4cec-b1a8-e2290631b872"/><span data-event-star="21c4c78d-cefe-4da5-baca-0bbdb42caf47"/><span data-event-star="f7538a93-8ef5-42ad-a8cd-9e5f64046f79"/><span data-event-star="7dcb5e36-5716-4db0-821c-9bddc5ddd151"/><span data-event-star="96c375eb-7bef-40f2-a4ed-019009efbf43"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="e480065c-e524-421f-b747-e3b6a214681b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Paper Presentations + Research Papers</h4>Analysis 4<span data-event-star="c1f6a50e-334d-4cf5-ac2e-42564f1c1856"/><span data-event-star="93da47e0-b518-4e6b-bc7c-b869ee8662eb"/><span data-event-star="a8cdeb7c-d5e5-484a-800a-01df2f6b0ee1"/><span data-event-star="3809507f-34f0-4a71-973b-c3d539d3c128"/><span data-event-star="972dbcf3-c171-4b25-ae50-7502a3d5497d"/><span data-event-star="e711d64f-ac6b-4d4d-b8ba-3b0e48cce406"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="327beb5f-afd2-49e7-94a5-56d4a48e6d79" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>New Future of Work Panel<span data-event-star="6aeb25b4-d94e-4f8b-b564-788ce8a3d1cc"/></div></a></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="fa75f13d-76e3-412e-a3d9-c6b4880de8b6" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>Keynote<span data-event-star="50843fd7-ceb1-47eb-b32f-e1794c4b039d"/></div></a></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Fri 13 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="6" class="timeline-header timeline-30m-header hour-header">1:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">2:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">3:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">4:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">5:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">6:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">7:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">8:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">9:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">10:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">11:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">12:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">13:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">14:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">15:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">16:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">17:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th><th colspan="6" class="timeline-header timeline-30m-header hour-header">18:00</th><th colspan="6" class="timeline-header timeline-30m-header quarter-header"><small>30</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="e80ef39d-5525-4f97-a005-759b9f97001f" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Paper Presentations + Journal First + Tool Demos</h4>Empirical<span data-event-star="f3933025-7506-4a2a-955a-72d083d1cee5"/><span data-event-star="73bbf47c-e8be-4a17-b15a-a5ed56f5e110"/><span data-event-star="10aefdf6-4d49-440d-b8ba-acaba37aec54"/><span data-event-star="5100499c-0c8b-4f30-a41f-762693eea451"/><span data-event-star="8b81343c-2abf-4afa-bf3d-e14faa2eed6c"/><span data-event-star="5a8145c2-c28b-49a7-9c1f-7e1674454711"/><span data-event-star="4212cb98-37f2-4efb-abbc-6f32b82d67dc"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="2038df51-6d18-43d7-bd64-073a9ebd6a46" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Research Papers + Visions and Reflections + Paper Presentations + Journal First + Tool Demos</h4>Documentation<span data-event-star="39aff338-c2d6-4c59-973f-f63dc8db46fb"/><span data-event-star="56063760-d791-4f9a-a4ef-262162262deb"/><span data-event-star="002e81db-caeb-434f-9f4a-e5ee1cc7a884"/><span data-event-star="80511253-74ed-4c4d-ad24-84b0b5fe8087"/><span data-event-star="e52a20b7-27f3-4954-98c2-52d8bb0f764e"/><span data-event-star="a9f153db-9cd0-4118-85c9-0c292438e1fb"/><span data-event-star="5333bdb6-6764-465f-ad2d-f2de00bd4f55"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="3ba94c8c-6a0b-42e5-b8f9-72727ff5509e" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Journal First + Research Papers + Paper Presentations</h4>Testing 3<span data-event-star="b8b20a0a-069c-4bee-8cd2-78ebf694f3bf"/><span data-event-star="e73948f7-d984-4370-960f-ae29070251dd"/><span data-event-star="694587a6-a6d2-47fd-bff2-64afd9190e7e"/><span data-event-star="0e28cc6b-692b-4357-998f-1969c25766e3"/><span data-event-star="1d0f04b6-1648-41bd-a014-6c0fe8ffe2d4"/><span data-event-star="9e88ef75-ff62-4bb9-844a-d111a738b9e6"/><span data-event-star="9ad205e9-938c-4e16-865a-f7606a73e09c"/></div></a></div></div></div></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="4a0ea6d8-a3b7-4eaf-a80b-1383b9ec52c2" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="https://2020.esec-fse.org/track/esecfse-2020-paper-presentations" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c10"><h4>Journal First + Research Papers + Paper Presentations</h4>Testing 4<span data-event-star="e2ff39ca-382c-4d3b-a730-a78b5a5d9349"/><span data-event-star="218373f6-dc59-477a-9fdf-743e9566fbd1"/><span data-event-star="5991b35a-bd9d-49e3-9762-1bf5518541c3"/><span data-event-star="f1da21d7-bd33-42ad-884f-ed2c889586a4"/><span data-event-star="a5d24dd9-c5be-4c74-8681-cc65d983dbe7"/><span data-event-star="e9de39c6-4731-4aa0-9d36-403e53c762a6"/></div></a></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="40749cb5-eeff-432f-b1fc-d3aec5bec817" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>SIGSOFT Town Hall<span data-event-star="8485ac2c-18db-464c-9b12-f4f6e988134c"/></div></a></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="15" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="420a9a5f-5cfa-442f-97dd-61e250548587" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" target="_blank" class="navigate"><div class="timeline-elem track-elem track-color c17"><h4>Plenary events</h4>Impact Paper Award & Test of Time Award Presentations<span data-event-star="4ac010db-9a80-46ad-904b-1e464cc0bcbd"/><span data-event-star="8d73f70a-e21d-4e98-ace4-226a9fde3df0"/><span data-event-star="6453af95-31cf-440d-9a86-4ad54e176180"/><span data-event-star="af5042bc-c1ed-4578-b814-dcb41abe7aaf"/></div></a></div></div></div></td><td colspan="9" class="timeline-col empty "></td></tr></div></table></div></div></div></div><div id="Detailed-Timeline" class="tab-pane "><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Thu 5 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="d574b232-90ff-4b04-a761-6c8084714ca6" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="e87678e1-2d8e-4f37-a662-ebefec753883"><div class="timeline-elem event-elem track-color c12"><span data-event-star="e87678e1-2d8e-4f37-a662-ebefec753883" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Welcome</div></div></a><div class="small clearfix"><span class="pull-left">15:00 - 15:10</span></div></div></div></div></td><td colspan="10" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="caa177f3-d09a-4c07-bd63-d48acc4ee6e2" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="4cac1950-3f1f-4229-aaf5-c785a0d69f23"><div class="timeline-elem event-elem track-color c12"><span data-event-star="4cac1950-3f1f-4229-aaf5-c785a0d69f23" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Fair AI in Practice</div></div></a><div class="small clearfix"><span class="pull-left">15:10 - 16:00</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="ec5cdfda-f965-4f28-bb4e-fb2142c4719f" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="b53cd7f3-5551-4b66-8472-c5a6a769eb92"><div class="timeline-elem event-elem track-color c12"><span data-event-star="b53cd7f3-5551-4b66-8472-c5a6a769eb92" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Software Defect Prediction using Tree-Based Ensembles</div></div></a><div class="small clearfix"><span class="pull-left">16:00 - 16:20</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="5e46400c-75bd-4178-8a33-995b6b8b325a" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="7079113c-7113-472f-9d03-13c39034d969"><div class="timeline-elem event-elem track-color c12"><span data-event-star="7079113c-7113-472f-9d03-13c39034d969" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Improving Real-World Vulnerability Characterization with Vulnerable Slices</div></div></a><div class="small clearfix"><span class="pull-left">16:20 - 16:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="7adde2e4-f48a-414e-8861-80615c33dcf7" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="2e183efe-637c-4a72-b038-8fbb74160c81"><div class="timeline-elem event-elem track-color c12"><span data-event-star="2e183efe-637c-4a72-b038-8fbb74160c81" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Open challlenges in defect analysis</div></div></a><div class="small clearfix"><span class="pull-left">16:40 - 17:00</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="b9d62543-c883-4b02-8e1d-1e1b30e9e1ae" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="03ef5e15-bcf3-4c80-8338-04c83ddbb364"><div class="timeline-elem event-elem track-color c12"><span data-event-star="03ef5e15-bcf3-4c80-8338-04c83ddbb364" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Workload-Aware Reviewer Recommendation using a Multi-Objective Search-b ...</div></div></a><div class="small clearfix"><span class="pull-left">17:05 - 17:25</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="89960476-93c5-4d23-8e3b-c59c2e324526" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="59c365a0-b295-403f-9514-d0025e7513e9"><div class="timeline-elem event-elem track-color c12"><span data-event-star="59c365a0-b295-403f-9514-d0025e7513e9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Evaluating Hyper-Parameter Tuning using Random Search in Support Vector ...</div></div></a><div class="small clearfix"><span class="pull-left">17:25 - 17:45</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Thu 5 Nov 2020" data-facet-date-order="201105" data-slot-id="4b0d35a2-d279-40e4-b8d6-8b41da1e11a5" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="a88beedb-a60e-4045-83db-2076e2ace82a"><div class="timeline-elem event-elem track-color c12"><span data-event-star="a88beedb-a60e-4045-83db-2076e2ace82a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Open challlenges in search-based SE</div></div></a><div class="small clearfix"><span class="pull-left">17:45 - 18:00</span></div></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Fri 6 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="9cbbc748-4677-4a48-acfa-cee4740ca4c9" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="3599050f-5c86-4a1f-9e8a-91462a2da1cb"><div class="timeline-elem event-elem track-color c12"><span data-event-star="3599050f-5c86-4a1f-9e8a-91462a2da1cb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>AI in Software Engineering: A 25-year Journey</div></div></a><div class="small clearfix"><span class="pull-left">15:00 - 16:00</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="a69e6c09-ee2f-4d4d-b30d-a471a3a003d9" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="803a7341-67ac-49c3-bc4a-e0485604dfdc"><div class="timeline-elem event-elem track-color c12"><span data-event-star="803a7341-67ac-49c3-bc4a-e0485604dfdc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Fault-insertion and Fault-fixing: Analysing Developer Activity Over Time</div></div></a><div class="small clearfix"><span class="pull-left">16:00 - 16:20</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="db732846-69f1-403e-9463-b8de090cecb8" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="f1e89fcb-60dd-4275-8f06-a275b14aab5d"><div class="timeline-elem event-elem track-color c12"><span data-event-star="f1e89fcb-60dd-4275-8f06-a275b14aab5d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Identifying Key Developers using Artifact Traceability Graphs</div></div></a><div class="small clearfix"><span class="pull-left">16:20 - 16:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="008bb6a8-a9c0-4f7b-9528-63bab4fa3685" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-16"><a href="#" data-event-modal="99355c8f-d9a5-42a6-a6f3-91b7e24c527c"><div class="timeline-elem event-elem track-color c12"><span data-event-star="99355c8f-d9a5-42a6-a6f3-91b7e24c527c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>Open challlenges in personnel analysis</div></div></a><div class="small clearfix"><span class="pull-left">16:40 - 17:00</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="722c41ee-d45e-4521-9c42-9898c1a932f3" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="eb73716f-d71c-4d64-92a1-f8466e4fbc0a"><div class="timeline-elem event-elem track-color c12"><span data-event-star="eb73716f-d71c-4d64-92a1-f8466e4fbc0a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>SEERA: A software cost estimation dataset for constrained environments</div></div></a><div class="small clearfix"><span class="pull-left">17:05 - 17:25</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="ce21ffd2-0675-4a28-bf4e-5db1d05d00e3" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="4cb4844e-5a64-4d67-b298-c456eb096e9f"><div class="timeline-elem event-elem track-color c12"><span data-event-star="4cb4844e-5a64-4d67-b298-c456eb096e9f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>An Exploratory Study on Applicability of Cross Project Defect Predictio ...</div></div></a><div class="small clearfix"><span class="pull-left">17:25 - 17:45</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE PROMISE" data-facet-date="Fri 6 Nov 2020" data-facet-date-order="201106" data-slot-id="eacf4fab-0360-496f-aa9b-d2b7cb79fe36" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="377f16e8-4362-46b6-808f-4eb250044b63"><div class="timeline-elem event-elem track-color c12"><span data-event-star="377f16e8-4362-46b6-808f-4eb250044b63" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE PROMISE</strong></div><div>"a) Open challlenges in effort estimation b) How to better organize Pro ...</div></div></a><div class="small clearfix"><span class="pull-left">17:45 - 18:00</span></div></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Mon 9 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">1:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">2:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">3:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">4:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">5:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">6:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">7:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">8:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">9:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">10:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">11:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">12:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">13:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">14:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-slot-id="8b965caf-8132-4846-af27-32dfbf7820e4" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="a42b1e7b-183c-435b-8089-a936700a893e"><div class="timeline-elem event-elem track-color c17"><span data-event-star="a42b1e7b-183c-435b-8089-a936700a893e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>Welcome Panel #1</div></div></a><div class="small clearfix"><span class="pull-left">01:00 - 02:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-slot-id="1a06f126-8a31-4f80-ab36-baa124f8cba7" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="140a785e-5801-4bbb-b861-991fe5daf3c4"><div class="timeline-elem event-elem track-color c17"><span data-event-star="140a785e-5801-4bbb-b861-991fe5daf3c4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>Welcome Panel #2</div></div></a><div class="small clearfix"><span class="pull-left">08:00 - 09:00</span></div></div></div></div></td><td colspan="96" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Mon 9 Nov 2020" data-facet-date-order="201109" data-slot-id="1a0dadf9-1e14-441d-9118-712ba92c213c" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="d7e2ac7b-3a3c-4cd1-b30d-8342a1317613"><div class="timeline-elem event-elem track-color c17"><span data-event-star="d7e2ac7b-3a3c-4cd1-b30d-8342a1317613" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>Welcome Panel #3</div></div></a><div class="small clearfix"><span class="pull-left">17:00 - 18:00</span></div></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Tue 10 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">1:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">2:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">3:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">4:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">5:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">6:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">7:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">8:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">9:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">10:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">11:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">12:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">13:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">14:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="0dbab13f-4cb9-4437-8b73-1ddc897015b6" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="aa2e263e-46d5-4670-96f1-72bc001f8199"><div class="timeline-elem event-elem track-color c0"><span data-event-star="aa2e263e-46d5-4670-96f1-72bc001f8199" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>A Comprehensive Study on Challenges in Deploying Deep Learning Based So ...</div></div></a><div class="small clearfix"><span class="pull-left">01:00 - 01:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="d83b38d8-d803-44fc-a638-d21d73d5ef54" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="3d658a91-68ad-4b23-89d5-7850521919ff"><div class="timeline-elem event-elem track-color c2"><span data-event-star="3d658a91-68ad-4b23-89d5-7850521919ff" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>A First Look at the Integration of Machine Learning Models in Complex A ...</div></div></a><div class="small clearfix"><span class="pull-left">01:03 - 01:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="57cae999-2441-468e-932e-d401fb5c5741" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="1625a985-00f3-47c2-a066-a7a63e258a92"><div class="timeline-elem event-elem track-color c2"><span data-event-star="1625a985-00f3-47c2-a066-a7a63e258a92" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>Enhancing the Interoperability between Deep Learning Frameworks by Mode ...</div></div></a><div class="small clearfix"><span class="pull-left">01:05 - 01:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="caa161b6-e2d8-4cfc-a24e-97f3bdbabaf3" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="88715582-cd52-4d89-92e4-f9bfd0d1feed"><div class="timeline-elem event-elem track-color c2"><span data-event-star="88715582-cd52-4d89-92e4-f9bfd0d1feed" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>Estimating GPU Memory Consumption of Deep Learning Models</div></div></a><div class="small clearfix"><span class="pull-left">01:07 - 01:08</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="0b3c8fe8-3525-4a0a-a1b6-266c2f17675b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="bf27ccc7-12c1-4f10-981d-aa8f473d3647"><div class="timeline-elem event-elem track-color c2"><span data-event-star="bf27ccc7-12c1-4f10-981d-aa8f473d3647" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>IntelliCode Compose: Code Generation using Transformer</div></div></a><div class="small clearfix"><span class="pull-left">01:09 - 01:10</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="f888e230-45ce-4a98-96b7-3372d9e45f23" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="e18c6d77-902d-47ae-9228-442284435afa"><div class="timeline-elem event-elem track-color c2"><span data-event-star="e18c6d77-902d-47ae-9228-442284435afa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>Reducing DNN Labelling Cost using Surprise Adequacy: An Industrial Case ...</div></div></a><div class="small clearfix"><span class="pull-left">01:11 - 01:12</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="cec2118f-473f-4f23-95ce-0fb954b98d3b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="0f4ebed6-6a88-420a-bf0c-89fc5126e922"><div class="timeline-elem event-elem track-color c0"><span data-event-star="0f4ebed6-6a88-420a-bf0c-89fc5126e922" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Conversations on ML In Practice</div></div></a><div class="small clearfix"><span class="pull-left">01:13 - 01:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="8d4ecf8d-f922-4e2e-9978-f41c54ce2024" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="d48a7e3c-fda2-4801-abe4-43127f002fca"><div class="timeline-elem event-elem track-color c0"><span data-event-star="d48a7e3c-fda2-4801-abe4-43127f002fca" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Correlations between Deep Neural Network Model Coverage Criteria and Mo ...</div></div></a><div class="small clearfix"><span class="pull-left">01:30 - 01:32</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="05c7e026-897f-49e1-807d-bde587f28612" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="22607340-5494-4b98-bfef-a4b417765737"><div class="timeline-elem event-elem track-color c0"><span data-event-star="22607340-5494-4b98-bfef-a4b417765737" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong><span class="pull-right"><span data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">ACM SIGSOFT Distinguished Paper Award</span></span></span></div><div>Deep Learning Library Testing via Effective Model Generation</div></div></a><div class="small clearfix"><span class="pull-left">01:33 - 01:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="195f8f64-432a-4d03-9cb1-19cbb6ae8427" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="396bf22d-c5c2-4827-9f8d-4d8d8c8df708"><div class="timeline-elem event-elem track-color c0"><span data-event-star="396bf22d-c5c2-4827-9f8d-4d8d8c8df708" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong><span class="pull-right"><span data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">ACM SIGSOFT Distinguished Paper Award</span></span></span></div><div>Detecting Numerical Bugs in Neural Network Architectures</div></div></a><div class="small clearfix"><span class="pull-left">01:35 - 01:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="6547d1c2-7278-4dbc-964f-8b47bb96689a" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="403ca929-7563-41b5-bd6c-d575309fda63"><div class="timeline-elem event-elem track-color c0"><span data-event-star="403ca929-7563-41b5-bd6c-d575309fda63" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Dynamic Slicing for Deep Neural Networks</div></div></a><div class="small clearfix"><span class="pull-left">01:37 - 01:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="187c9a3e-9540-499f-833b-b9a454040151" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="f1b7e153-4444-4d93-b734-1925d97c1842"><div class="timeline-elem event-elem track-color c1"><span data-event-star="f1b7e153-4444-4d93-b734-1925d97c1842" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Grammar Based Directed Testing of Machine Learning Systems</div></div></a><div class="small clearfix"><span class="pull-left">01:39 - 01:40</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="0b8ae163-0f6e-432f-bdce-79765c905e44" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="e006746c-b6b1-4302-af5b-3e7668184e02"><div class="timeline-elem event-elem track-color c0"><span data-event-star="e006746c-b6b1-4302-af5b-3e7668184e02" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Is Neuron Coverage a Meaningful Measure for Testing Deep Neural Networks?</div></div></a><div class="small clearfix"><span class="pull-left">01:41 - 01:42</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="ccfbec87-9c14-4864-a1ec-2733a7e5665e" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="1ea05de1-b61d-408c-91f0-56d10df99def"><div class="timeline-elem event-elem track-color c0"><span data-event-star="1ea05de1-b61d-408c-91f0-56d10df99def" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Operational Calibration: Debugging Confidence Errors for DNNs in the Field</div></div></a><div class="small clearfix"><span class="pull-left">01:43 - 01:44</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="dc0e923e-08a5-4481-a845-686ec3eee743" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="78cbac09-e7ba-4cd0-8096-e6246a373800"><div class="timeline-elem event-elem track-color c0"><span data-event-star="78cbac09-e7ba-4cd0-8096-e6246a373800" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Conversations on ML Testing 1</div></div></a><div class="small clearfix"><span class="pull-left">01:45 - 02:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="3375a7ee-a846-4790-8bc3-1f6fcc965875" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="3e5ef94b-62f3-4daf-a1ad-9b4b10215263"><div class="timeline-elem event-elem track-color c0"><span data-event-star="3e5ef94b-62f3-4daf-a1ad-9b4b10215263" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong><span class="pull-right"><span data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">ACM SIGSOFT Distinguished Paper Award</span></span></span></div><div>Boosting Fuzzer Efficiency: An Information Theoretic Perspective</div></div></a><div class="small clearfix"><span class="pull-left">08:00 - 08:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="8e55182b-c01c-46a3-b193-51a85310af68" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="f04b3809-2423-4c19-9b5a-1adb5c893487"><div class="timeline-elem event-elem track-color c0"><span data-event-star="f04b3809-2423-4c19-9b5a-1adb5c893487" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>CrFuzz: Fuzzing Multi-purpose Programs through Input Validation</div></div></a><div class="small clearfix"><span class="pull-left">08:03 - 08:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="640457d9-cb2f-4053-8f7f-42df4865edc0" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="45c3050b-674e-490f-8815-55ed1759cc3b"><div class="timeline-elem event-elem track-color c0"><span data-event-star="45c3050b-674e-490f-8815-55ed1759cc3b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Detecting Critical Bugs in SMT Solvers Using Blackbox Mutational Fuzzing</div></div></a><div class="small clearfix"><span class="pull-left">08:05 - 08:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="92cdd2e7-9cc9-4682-9617-2e8fae44c14b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="d0e32017-2d89-4ca5-b668-f700603f07c1"><div class="timeline-elem event-elem track-color c0"><span data-event-star="d0e32017-2d89-4ca5-b668-f700603f07c1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Fuzzing: On the Exponential Cost of Vulnerability Discovery</div></div></a><div class="small clearfix"><span class="pull-left">08:07 - 08:08</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="b7b6cad5-1f08-417a-a2b3-4be8f5831c86" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="05727939-da6a-4477-9a42-6c9231115f1e"><div class="timeline-elem event-elem track-color c2"><span data-event-star="05727939-da6a-4477-9a42-6c9231115f1e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>Harvey: A Greybox Fuzzer for Smart Contracts</div></div></a><div class="small clearfix"><span class="pull-left">08:09 - 08:10</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="c4d1f1d2-9924-403f-99b2-59faf500b5c0" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="8f4ed052-3293-4af5-b553-4d1f5a5a3558"><div class="timeline-elem event-elem track-color c0"><span data-event-star="8f4ed052-3293-4af5-b553-4d1f5a5a3558" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Intelligent REST API Data Fuzzing</div></div></a><div class="small clearfix"><span class="pull-left">08:11 - 08:12</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="e329292e-c6bc-477a-bae6-eb64947bedc7" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="27885094-c0f3-4056-b660-62c9ce412467"><div class="timeline-elem event-elem track-color c0"><span data-event-star="27885094-c0f3-4056-b660-62c9ce412467" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>MTFuzz: Fuzzing with a Multi-task Neural Network</div></div></a><div class="small clearfix"><span class="pull-left">08:13 - 08:14</span></div></div></div></div></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="c065b81b-087c-4ce4-8bea-5b290007e69a" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="9099a89c-1cf5-4518-b231-12aab19a1e33"><div class="timeline-elem event-elem track-color c0"><span data-event-star="9099a89c-1cf5-4518-b231-12aab19a1e33" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Conversations on Fuzzing</div></div></a><div class="small clearfix"><span class="pull-left">08:15 - 08:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="147def94-7094-42c3-9c3f-f8a8b4fca91b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="d20b07aa-9b04-4f16-b7cb-58d5127fc045"><div class="timeline-elem event-elem track-color c0"><span data-event-star="d20b07aa-9b04-4f16-b7cb-58d5127fc045" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>An Evaluation of Methods to Port Legacy Code to SGX Enclaves</div></div></a><div class="small clearfix"><span class="pull-left">08:30 - 08:32</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="71e3063a-67af-41ea-a489-1f750bcac90f" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="f6174ee3-b5c0-4ffd-b053-8b206385eea4"><div class="timeline-elem event-elem track-color c1"><span data-event-star="f6174ee3-b5c0-4ffd-b053-8b206385eea4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>How Does Refactoring Impact Security When Improving Quality? A Security ...</div></div></a><div class="small clearfix"><span class="pull-left">08:33 - 08:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="516cde26-5848-4df7-8aef-cb84e7ccf669" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="b771a671-c09b-4893-87be-6975168f2c52"><div class="timeline-elem event-elem track-color c2"><span data-event-star="b771a671-c09b-4893-87be-6975168f2c52" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>Improving Cybersecurity Hygiene through JIT Patching</div></div></a><div class="small clearfix"><span class="pull-left">08:35 - 08:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="fdf91ff4-2321-4484-87cf-6a5597040589" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="4230801c-773c-4e4a-ba44-175514e231f4"><div class="timeline-elem event-elem track-color c0"><span data-event-star="4230801c-773c-4e4a-ba44-175514e231f4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Search-Based Adversarial Testing and Improvement of Constrained Credit ...</div></div></a><div class="small clearfix"><span class="pull-left">08:37 - 08:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="9490a171-ee03-415f-9bb9-6c1ba81fc07c" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="d3b92081-ed4e-4d6b-99a9-8559afa90d49"><div class="timeline-elem event-elem track-color c0"><span data-event-star="d3b92081-ed4e-4d6b-99a9-8559afa90d49" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>SinkFinder: Harvesting Hundreds of Unknown Interesting Function Pairs w ...</div></div></a><div class="small clearfix"><span class="pull-left">08:39 - 08:40</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="6e480928-db3a-422a-8c23-a228d9f19802" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="011639ba-8c3e-405b-8fff-7f65057caa4c"><div class="timeline-elem event-elem track-color c1"><span data-event-star="011639ba-8c3e-405b-8fff-7f65057caa4c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Taking the Middle Path: Learning About Security Through Online Social I ...</div></div></a><div class="small clearfix"><span class="pull-left">08:41 - 08:42</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="cf3573fc-3bf8-44cd-b5dd-a2f1ced0c752" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="f20884ed-2020-459d-966c-6a09631262d7"><div class="timeline-elem event-elem track-color c0"><span data-event-star="f20884ed-2020-459d-966c-6a09631262d7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Conversations on Security</div></div></a><div class="small clearfix"><span class="pull-left">08:43 - 09:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="2dac543b-22f5-497e-9055-768779860b3b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="03e6943a-2b7c-4455-a95c-89526d6e4a45"><div class="timeline-elem event-elem track-color c17"><span data-event-star="03e6943a-2b7c-4455-a95c-89526d6e4a45" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>The Good Place: The Next Generation of Science</div></div></a><div class="small clearfix"><span class="pull-left">15:00 - 16:00</span></div></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="1e1167f2-0525-4439-b3df-c4bd3a8d921e" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="4037023a-cff3-47c8-914c-e5da587c09b4"><div class="timeline-elem event-elem track-color c0"><span data-event-star="4037023a-cff3-47c8-914c-e5da587c09b4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Configuration Smells in Continuous Delivery Pipelines: A Linter and a S ...</div></div></a><div class="small clearfix"><span class="pull-left">17:00 - 17:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="f0e403e0-0ff7-4135-b0c5-25f81096b63c" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="c2be9294-c94a-4577-b4c7-674645a192aa"><div class="timeline-elem event-elem track-color c0"><span data-event-star="c2be9294-c94a-4577-b4c7-674645a192aa" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Dimensions of Software Configuration: On the Configuration Context in M ...</div></div></a><div class="small clearfix"><span class="pull-left">17:03 - 17:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="879f135d-d230-4c3a-9714-effc4d70285e" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="c2d22d36-51f4-4a00-9272-0dc14c461652"><div class="timeline-elem event-elem track-color c0"><span data-event-star="c2d22d36-51f4-4a00-9272-0dc14c461652" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Global Cost/Quality Management across Multiple Applications</div></div></a><div class="small clearfix"><span class="pull-left">17:05 - 17:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Visions and Reflections " data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="cf5f9b0c-bba7-4e68-adcd-c83e9f36d6f8" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="f2b63172-409d-4840-a8ba-3afa103ee513"><div class="timeline-elem event-elem track-color c7"><span data-event-star="f2b63172-409d-4840-a8ba-3afa103ee513" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Visions and Reflections </strong></div><div>Inferring and Securing Software Configurations using Automated Reasoning</div></div></a><div class="small clearfix"><span class="pull-left">17:07 - 17:08</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="f8737851-c766-49db-ba16-d608c3d276f1" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="7e48ef0a-476a-4cd6-b3de-5997fe626910"><div class="timeline-elem event-elem track-color c0"><span data-event-star="7e48ef0a-476a-4cd6-b3de-5997fe626910" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Understanding and Discovering Software Configuration Dependencies in Cl ...</div></div></a><div class="small clearfix"><span class="pull-left">17:09 - 17:10</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="e3ec58e7-b8c9-4f1a-b4df-080a32154ed2" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="bb52130f-3e3d-49bd-83b5-6ed1ad8a0163"><div class="timeline-elem event-elem track-color c10"><span data-event-star="bb52130f-3e3d-49bd-83b5-6ed1ad8a0163" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Configuration</div></div></a><div class="small clearfix"><span class="pull-left">17:11 - 17:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="bc39b0ed-d154-4fc9-ad54-0d8bce47fe70" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="69c9b517-dcb2-436d-958c-58aeaa793ca6"><div class="timeline-elem event-elem track-color c0"><span data-event-star="69c9b517-dcb2-436d-958c-58aeaa793ca6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Automatically Identifying Performance Issue Reports with Heuristic Ling ...</div></div></a><div class="small clearfix"><span class="pull-left">17:30 - 17:32</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="2dff4069-a45e-4eb0-aafe-cf2e8313afea" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="31b9ff37-7d5d-491b-8969-fb25007ef7a1"><div class="timeline-elem event-elem track-color c0"><span data-event-star="31b9ff37-7d5d-491b-8969-fb25007ef7a1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Calm Energy Accounting for Multithreaded Java Applications</div></div></a><div class="small clearfix"><span class="pull-left">17:33 - 17:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="27e2348a-a1ce-4a27-8ab9-91e19c66a48c" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="485fb74c-4519-497a-923f-ea3259d57108"><div class="timeline-elem event-elem track-color c0"><span data-event-star="485fb74c-4519-497a-923f-ea3259d57108" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Dynamically Reconfiguring Software Microbenchmarks: Reducing Execution ...</div></div></a><div class="small clearfix"><span class="pull-left">17:35 - 17:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="c4066c05-fcd3-4428-8924-97f745a514f5" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="b99db70a-3201-4824-b469-e09eb65eeabb"><div class="timeline-elem event-elem track-color c1"><span data-event-star="b99db70a-3201-4824-b469-e09eb65eeabb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Investigating types and survivability of performance bugs in mobile apps</div></div></a><div class="small clearfix"><span class="pull-left">17:37 - 17:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="a0ee1166-ae57-4d63-be89-cd107616c208" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="c0f2da22-c9d6-4895-89ab-1dbb8d63c5af"><div class="timeline-elem event-elem track-color c0"><span data-event-star="c0f2da22-c9d6-4895-89ab-1dbb8d63c5af" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong><span class="pull-right"><span data-facet-badge="ACM SIGSOFT Distinguished Paper Award" class="output-badge" style="max-width:25px;"><span class="label-primary label">ACM SIGSOFT Distinguished Paper Award</span></span></span></div><div>Testing Self-Adaptive Software with Probabilistic Guarantees on Perform ...</div></div></a><div class="small clearfix"><span class="pull-left">17:39 - 17:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Tue 10 Nov 2020" data-facet-date-order="201110" data-slot-id="3e0c8e9c-2ca6-4f00-9a4d-9b9e1d341050" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="64f590ab-feec-4b02-9441-86d6905c88a2"><div class="timeline-elem event-elem track-color c10"><span data-event-star="64f590ab-feec-4b02-9441-86d6905c88a2" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Performance / QoS</div></div></a><div class="small clearfix"><span class="pull-left">17:41 - 18:00</span></div></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Wed 11 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">1:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">2:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">3:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">4:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">5:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">6:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">7:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">8:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">9:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">10:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">11:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">12:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">13:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">14:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="529e78b7-0a62-407c-8c49-07c6c3bc3d06" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="9f442d96-5d8c-4aab-a266-fc28477e900c"><div class="timeline-elem event-elem track-color c2"><span data-event-star="9f442d96-5d8c-4aab-a266-fc28477e900c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>Adapting Bug Prediction Models to Predict Reverted Commits at Wayfair</div></div></a><div class="small clearfix"><span class="pull-left">01:00 - 01:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Tool Demos" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="4a5abbc4-d269-4d88-898f-3c97da4ca50a" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="5a12e2b9-1919-4498-aef2-64532570df49"><div class="timeline-elem event-elem track-color c4"><span data-event-star="5a12e2b9-1919-4498-aef2-64532570df49" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Tool Demos</strong></div><div>ARCADE: An Extensible Workbench for Architecture Recovery, Change, and ...</div></div></a><div class="small clearfix"><span class="pull-left">01:03 - 01:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Tool Demos" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="a86871db-220e-4b80-b5db-2c746a9ae0a8" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="b2d8a6ba-5ba5-4af4-9275-ab03e2239afc"><div class="timeline-elem event-elem track-color c4"><span data-event-star="b2d8a6ba-5ba5-4af4-9275-ab03e2239afc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Tool Demos</strong></div><div>BEE: A Tool for Structuring and Analyzing Bug Reports</div></div></a><div class="small clearfix"><span class="pull-left">01:05 - 01:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="d9faae79-eeb1-4f6b-830a-1d4d7a9e8db6" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="0fb11a48-b673-41c2-b70d-f22eda17f4a6"><div class="timeline-elem event-elem track-color c10"><span data-event-star="0fb11a48-b673-41c2-b70d-f22eda17f4a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Enhancing Developers' Support on Pull Requests Activities with Software ...</div></div></a><div class="small clearfix"><span class="pull-left">01:07 - 01:08</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="4377e17e-1db5-4497-8de3-c459d829f653" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="d8cc20e7-464a-417a-bfaf-d7d83e790c0a"><div class="timeline-elem event-elem track-color c0"><span data-event-star="d8cc20e7-464a-417a-bfaf-d7d83e790c0a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Heard It through the Gitvine: An Empirical Study of Tool Diffusion acro ...</div></div></a><div class="small clearfix"><span class="pull-left">01:09 - 01:10</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Visions and Reflections " data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="c120b4a9-a2d6-40ef-a1e6-d20337631c0c" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="40289054-ee18-4435-a074-663fe5fdfb38"><div class="timeline-elem event-elem track-color c7"><span data-event-star="40289054-ee18-4435-a074-663fe5fdfb38" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Visions and Reflections </strong></div><div>Next Generation Automated Software Evolution Refactoring at Scale</div></div></a><div class="small clearfix"><span class="pull-left">01:11 - 01:12</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="6e05579f-5bdd-4345-813d-ac22a721187d" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="af08fdeb-30f7-48c8-8afe-10586825c929"><div class="timeline-elem event-elem track-color c10"><span data-event-star="af08fdeb-30f7-48c8-8afe-10586825c929" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Developer Support 2</div></div></a><div class="small clearfix"><span class="pull-left">01:13 - 01:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="c1be97cc-c0cd-4c19-b463-95be757b79ec" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="25ed9d6d-16d0-43ee-8ddc-3f489465ad4b"><div class="timeline-elem event-elem track-color c0"><span data-event-star="25ed9d6d-16d0-43ee-8ddc-3f489465ad4b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Automated Construction of Energy Test Oracles for Android</div></div></a><div class="small clearfix"><span class="pull-left">01:30 - 01:32</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="1a304639-8d24-4608-b86c-81bddabab73f" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="f064c06f-6747-41e1-a783-ff72ecf3dbea"><div class="timeline-elem event-elem track-color c1"><span data-event-star="f064c06f-6747-41e1-a783-ff72ecf3dbea" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Assessing and improving malware detection sustainability through app ev ...</div></div></a><div class="small clearfix"><span class="pull-left">01:33 - 01:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Tool Demos" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="7c0a8576-c329-4628-ba14-4955f89129cb" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="39a59aa0-2454-4080-b240-cb7f09d76ba8"><div class="timeline-elem event-elem track-color c4"><span data-event-star="39a59aa0-2454-4080-b240-cb7f09d76ba8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Tool Demos</strong></div><div>MutAPK 2.0: A Tool for Reducing Mutation Testing Effort of Android Apps</div></div></a><div class="small clearfix"><span class="pull-left">01:35 - 01:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Tool Demos" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="7f3a468d-a187-4d63-afed-b71e5925bc66" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="45c10b04-8efd-4c49-80bc-3ced3aa96148"><div class="timeline-elem event-elem track-color c4"><span data-event-star="45c10b04-8efd-4c49-80bc-3ced3aa96148" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Tool Demos</strong></div><div>UIScreens: Extracting User Interface Screens from Mobile Programming Vi ...</div></div></a><div class="small clearfix"><span class="pull-left">01:37 - 01:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="dc0adbb5-721a-46fd-972c-ae8281ef622f" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="efda8995-3839-419f-bc8d-1c3cd42bc8b6"><div class="timeline-elem event-elem track-color c1"><span data-event-star="efda8995-3839-419f-bc8d-1c3cd42bc8b6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Where2Change: Change Request Localization for App Reviews</div></div></a><div class="small clearfix"><span class="pull-left">01:39 - 01:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="ae21b483-09d6-41d5-a9b1-c5738d455479" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="b6879781-9a1f-40eb-8af1-a2ed179903f9"><div class="timeline-elem event-elem track-color c10"><span data-event-star="b6879781-9a1f-40eb-8af1-a2ed179903f9" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Mobile 1</div></div></a><div class="small clearfix"><span class="pull-left">01:41 - 02:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="1dba0d2a-af93-4809-ad2f-54af7e8db987" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="bef10698-6e21-4728-955f-3975eb2765ce"><div class="timeline-elem event-elem track-color c17"><span data-event-star="bef10698-6e21-4728-955f-3975eb2765ce" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>ATARI WOMEN - retro gaming and the women pioneers behind them</div></div></a><div class="small clearfix"><span class="pull-left">08:00 - 09:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="8a80b541-0881-41ac-a294-99c0b1586114" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="4712128b-7f00-4941-bf25-41304482d053"><div class="timeline-elem event-elem track-color c17"><span data-event-star="4712128b-7f00-4941-bf25-41304482d053" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>The Diversity and Inclusion Imperative for Software Engineering</div></div></a><div class="small clearfix"><span class="pull-left">15:00 - 16:00</span></div></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="8835f435-32b3-484c-8e13-720f02d6e0cb" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="493bc427-e5b3-4963-9fc7-4e24c64f5316"><div class="timeline-elem event-elem track-color c1"><span data-event-star="493bc427-e5b3-4963-9fc7-4e24c64f5316" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Emerging Perspectives of Application Programming Interface Strategy: A ...</div></div></a><div class="small clearfix"><span class="pull-left">17:00 - 17:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="e3ed19a0-0958-482c-bb3f-f9c2840729ec" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="a8f380e7-d7c0-41e4-bc43-da167301dd34"><div class="timeline-elem event-elem track-color c2"><span data-event-star="a8f380e7-d7c0-41e4-bc43-da167301dd34" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>Exempla Gratis (E.G.): Code Examples for Free</div></div></a><div class="small clearfix"><span class="pull-left">17:03 - 17:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="665cdcb1-7bd4-46a2-99cd-8c7a04b17fc5" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="ac1b400c-5110-4efc-8721-97d081196beb"><div class="timeline-elem event-elem track-color c0"><span data-event-star="ac1b400c-5110-4efc-8721-97d081196beb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Exploring How Deprecated Python Library APIs Are (Not) Handled</div></div></a><div class="small clearfix"><span class="pull-left">17:05 - 17:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Tool Demos" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="81a9c1db-fa5c-43da-a10a-8ab021748b29" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="13423b78-8756-4445-b0e3-0214880a21d3"><div class="timeline-elem event-elem track-color c4"><span data-event-star="13423b78-8756-4445-b0e3-0214880a21d3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Tool Demos</strong></div><div>LibComp: An IntelliJ Plugin for Comparing Java Libraries</div></div></a><div class="small clearfix"><span class="pull-left">17:07 - 17:08</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="c096f7d5-e719-4fda-8ee4-5510ebb01cd8" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="079c0d78-d2bb-417c-bb76-0214018da280"><div class="timeline-elem event-elem track-color c0"><span data-event-star="079c0d78-d2bb-417c-bb76-0214018da280" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Selecting Third-Party Libraries: The Practitioners’ Perspective</div></div></a><div class="small clearfix"><span class="pull-left">17:09 - 17:10</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="927d22b2-553b-4b26-ae51-99f1dcd783d8" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="d174e341-2d13-463f-9e4f-f38b3b4034fb"><div class="timeline-elem event-elem track-color c10"><span data-event-star="d174e341-2d13-463f-9e4f-f38b3b4034fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on APIs</div></div></a><div class="small clearfix"><span class="pull-left">17:11 - 17:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="55303fe3-ad72-47c5-80eb-0b07d29cc3ac" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="3b4ffb98-b031-42a1-b6c3-695dfd2dc9a7"><div class="timeline-elem event-elem track-color c0"><span data-event-star="3b4ffb98-b031-42a1-b6c3-695dfd2dc9a7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>API Method Recommendation via Explicit Matching of Functionality Verb P ...</div></div></a><div class="small clearfix"><span class="pull-left">17:30 - 17:32</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="d7ce95c7-bfb7-4f8b-9065-037fe8f96363" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="f47c9fa3-7cb1-460d-abe4-5a8300cc9d48"><div class="timeline-elem event-elem track-color c0"><span data-event-star="f47c9fa3-7cb1-460d-abe4-5a8300cc9d48" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Code Recommendation for Exception Handling</div></div></a><div class="small clearfix"><span class="pull-left">17:33 - 17:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="bb19e5e0-d666-40fe-aca1-ccf5ec703896" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="cc24b3fa-f8ed-4253-a8bc-efc0e1180353"><div class="timeline-elem event-elem track-color c0"><span data-event-star="cc24b3fa-f8ed-4253-a8bc-efc0e1180353" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>eQual: Informing Early Design Decisions</div></div></a><div class="small clearfix"><span class="pull-left">17:35 - 17:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="eb37a5b2-f9b2-4e2e-8ed3-fef881e6fa15" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="6ecc6b7c-baf9-4433-bb8c-281265f4d02b"><div class="timeline-elem event-elem track-color c0"><span data-event-star="6ecc6b7c-baf9-4433-bb8c-281265f4d02b" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Recommending Stack Overflow Posts for Fixing Runtime Exceptions using F ...</div></div></a><div class="small clearfix"><span class="pull-left">17:37 - 17:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Student Research Competition" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="0dc2d0c9-f778-464e-abd5-46bc42f514f0" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="c7826743-69e4-48da-8164-40671589eddf"><div class="timeline-elem event-elem track-color c9"><span data-event-star="c7826743-69e4-48da-8164-40671589eddf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Student Research Competition</strong></div><div>Recommender Systems: Metric Suggestion Mechanisms Applied to Adaptable ...</div></div></a><div class="small clearfix"><span class="pull-left">17:39 - 17:40</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="99700b67-218b-40c6-8785-222337b4ca23" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="5ec078c3-2f0b-4df8-8b57-e9fcecf75264"><div class="timeline-elem event-elem track-color c0"><span data-event-star="5ec078c3-2f0b-4df8-8b57-e9fcecf75264" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Understanding the Impact of GitHub Suggested Changes on Recommendations ...</div></div></a><div class="small clearfix"><span class="pull-left">17:41 - 17:42</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Wed 11 Nov 2020" data-facet-date-order="201111" data-slot-id="dc46cab4-0d25-4e63-ba34-e4ded83049d0" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="b2bb1d03-3e12-4db1-999f-01684419eea8"><div class="timeline-elem event-elem track-color c10"><span data-event-star="b2bb1d03-3e12-4db1-999f-01684419eea8" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Recommendation</div></div></a><div class="small clearfix"><span class="pull-left">17:43 - 18:00</span></div></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Thu 12 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">1:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">2:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">3:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">4:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">5:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">6:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">7:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">8:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">9:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">10:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">11:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">12:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">13:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">14:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="fa1d5771-a015-4cfe-8492-672d2648e821" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="119b4287-4210-4180-a5ba-d1b4d1164012"><div class="timeline-elem event-elem track-color c0"><span data-event-star="119b4287-4210-4180-a5ba-d1b4d1164012" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Do the Machine Learning Models on a Crowd Sourced Platform Exhibit Bias ...</div></div></a><div class="small clearfix"><span class="pull-left">01:00 - 01:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="1ebfef76-4210-49a6-9641-a169bcf0c460" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="c50480ba-68e8-48bf-9aa6-56214ccf92ef"><div class="timeline-elem event-elem track-color c0"><span data-event-star="c50480ba-68e8-48bf-9aa6-56214ccf92ef" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Fairway: A Way to Build Fair ML Software</div></div></a><div class="small clearfix"><span class="pull-left">01:03 - 01:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Student Research Competition" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="daee022c-2e25-4d5a-a9b4-c3eed02168c3" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="87d18e94-2cdf-48cf-a72d-e0253246bd57"><div class="timeline-elem event-elem track-color c9"><span data-event-star="87d18e94-2cdf-48cf-a72d-e0253246bd57" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Student Research Competition</strong></div><div>Repairing Confusion and Bias Errors for DNN-Based Image Classifiers</div></div></a><div class="small clearfix"><span class="pull-left">01:05 - 01:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="af519e61-af38-42c9-8eef-8aa24488bbdf" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="82547fc6-6b4c-4cb2-b48a-30c2ea23a51f"><div class="timeline-elem event-elem track-color c0"><span data-event-star="82547fc6-6b4c-4cb2-b48a-30c2ea23a51f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Towards Automated Verification of Smart Contract Fairness</div></div></a><div class="small clearfix"><span class="pull-left">01:07 - 01:08</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="3c4ccf9d-6af5-46c5-8d76-af60bcf16433" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="b65941dd-3997-4164-a72a-24df3419dfd1"><div class="timeline-elem event-elem track-color c10"><span data-event-star="b65941dd-3997-4164-a72a-24df3419dfd1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Fairness</div></div></a><div class="small clearfix"><span class="pull-left">01:09 - 01:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="c9fb8621-439b-4e8d-9b00-4bc355486251" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="24115f47-df6a-4ecf-8f4f-d8542f8d908f"><div class="timeline-elem event-elem track-color c0"><span data-event-star="24115f47-df6a-4ecf-8f4f-d8542f8d908f" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>A First Look at Good First Issues on GitHub</div></div></a><div class="small clearfix"><span class="pull-left">01:30 - 01:32</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="b75b5963-ac41-4daa-a97a-44cf7bf6a3ca" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="66f64ffb-90c4-4c67-bbe8-4115ca81e048"><div class="timeline-elem event-elem track-color c0"><span data-event-star="66f64ffb-90c4-4c67-bbe8-4115ca81e048" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>A Theory of the Engagement in Open Source Projects via Summer of Code P ...</div></div></a><div class="small clearfix"><span class="pull-left">01:32 - 01:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="7f4b17e0-a3c8-41f3-9565-8f32e8710c44" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="e6f28199-2ebe-449e-8171-ce28715732c1"><div class="timeline-elem event-elem track-color c0"><span data-event-star="e6f28199-2ebe-449e-8171-ce28715732c1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Biases and Differences in Code Review using Medical Imaging and Eye-Tra ...</div></div></a><div class="small clearfix"><span class="pull-left">01:35 - 01:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="f1293ee9-a971-49bf-babc-c961dd8d7532" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="bcb83775-8804-4103-ade2-68ae496a14b5"><div class="timeline-elem event-elem track-color c0"><span data-event-star="bcb83775-8804-4103-ade2-68ae496a14b5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Does Stress Impact Technical Interview Performance?</div></div></a><div class="small clearfix"><span class="pull-left">01:37 - 01:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="481f8e25-0e3e-4b87-a336-b18f9deb58f2" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="a9f76bf0-16b1-475a-8b7b-273d0842981a"><div class="timeline-elem event-elem track-color c0"><span data-event-star="a9f76bf0-16b1-475a-8b7b-273d0842981a" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Reducing Implicit Gender Biases in Software Development: Does Intergrou ...</div></div></a><div class="small clearfix"><span class="pull-left">01:39 - 01:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="25c2512c-0315-4f9b-8969-e56300de0b5b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="0b848d23-6ae9-45b7-8f5f-d11a7337730d"><div class="timeline-elem event-elem track-color c10"><span data-event-star="0b848d23-6ae9-45b7-8f5f-d11a7337730d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Community</div></div></a><div class="small clearfix"><span class="pull-left">01:41 - 02:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="4887333b-dac7-4e5c-8265-5c899902ad79" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="2e899b98-c77e-4cec-b1a8-e2290631b872"><div class="timeline-elem event-elem track-color c0"><span data-event-star="2e899b98-c77e-4cec-b1a8-e2290631b872" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Flexeme: Untangling Commits Using Lexical Flows</div></div></a><div class="small clearfix"><span class="pull-left">08:00 - 08:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Industry Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="014ad6d4-0120-49e4-b9a7-44c6ac70dde8" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="a9b74d7b-cdb1-488c-913c-56cafc993004"><div class="timeline-elem event-elem track-color c2"><span data-event-star="a9b74d7b-cdb1-488c-913c-56cafc993004" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Industry Papers</strong></div><div>FREPA: An Automated and Formal Approach to Requirement Modeling and Ana ...</div></div></a><div class="small clearfix"><span class="pull-left">08:03 - 08:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="e2879696-631b-4c36-9c63-359ece164b1d" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="7dcb5e36-5716-4db0-821c-9bddc5ddd151"><div class="timeline-elem event-elem track-color c0"><span data-event-star="7dcb5e36-5716-4db0-821c-9bddc5ddd151" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Mining Assumptions for Software Components using Machine Learning</div></div></a><div class="small clearfix"><span class="pull-left">08:05 - 08:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="7b604a68-7cf3-4b2d-893c-5df7c9aa9db0" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="21c4c78d-cefe-4da5-baca-0bbdb42caf47"><div class="timeline-elem event-elem track-color c0"><span data-event-star="21c4c78d-cefe-4da5-baca-0bbdb42caf47" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Mining Input Grammars from Dynamic Control Flow</div></div></a><div class="small clearfix"><span class="pull-left">08:07 - 08:08</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="9c21192b-d09d-4aaf-85de-7ab96210b946" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="f7538a93-8ef5-42ad-a8cd-9e5f64046f79"><div class="timeline-elem event-elem track-color c0"><span data-event-star="f7538a93-8ef5-42ad-a8cd-9e5f64046f79" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>TypeWriter: Neural Type Prediction with Search-Based Validation</div></div></a><div class="small clearfix"><span class="pull-left">08:09 - 08:10</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="f50a04ec-c8a9-4b01-aa5a-1fd2bdc3911b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="96c375eb-7bef-40f2-a4ed-019009efbf43"><div class="timeline-elem event-elem track-color c10"><span data-event-star="96c375eb-7bef-40f2-a4ed-019009efbf43" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Analysis 3</div></div></a><div class="small clearfix"><span class="pull-left">08:11 - 08:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="970baca8-a37d-4d80-9611-d248aca81653" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="3809507f-34f0-4a71-973b-c3d539d3c128"><div class="timeline-elem event-elem track-color c0"><span data-event-star="3809507f-34f0-4a71-973b-c3d539d3c128" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Domain-Independent Interprocedural Program Analysis using Block-Abstrac ...</div></div></a><div class="small clearfix"><span class="pull-left">08:30 - 08:32</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="26e4a422-e327-4add-950f-53b17c06f39b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="93da47e0-b518-4e6b-bc7c-b869ee8662eb"><div class="timeline-elem event-elem track-color c0"><span data-event-star="93da47e0-b518-4e6b-bc7c-b869ee8662eb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Inherent Vacuity for GR(1) Specifications</div></div></a><div class="small clearfix"><span class="pull-left">08:33 - 08:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="3b1ef0d1-1412-45dc-a06e-d005b6816775" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="a8cdeb7c-d5e5-484a-800a-01df2f6b0ee1"><div class="timeline-elem event-elem track-color c0"><span data-event-star="a8cdeb7c-d5e5-484a-800a-01df2f6b0ee1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Interval Counterexamples for Loop Invariant Learning</div></div></a><div class="small clearfix"><span class="pull-left">08:35 - 08:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="ef2da75b-3be2-45fc-994d-3e3a162e5b79" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="e711d64f-ac6b-4d4d-b8ba-3b0e48cce406"><div class="timeline-elem event-elem track-color c0"><span data-event-star="e711d64f-ac6b-4d4d-b8ba-3b0e48cce406" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Modular Collaborative Program Analysis in OPAL</div></div></a><div class="small clearfix"><span class="pull-left">08:37 - 08:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="ece76870-616c-4cba-8a97-4b1f84830e50" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="972dbcf3-c171-4b25-ae50-7502a3d5497d"><div class="timeline-elem event-elem track-color c0"><span data-event-star="972dbcf3-c171-4b25-ae50-7502a3d5497d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Past-Sensitive Pointer Analysis for Symbolic Execution</div></div></a><div class="small clearfix"><span class="pull-left">08:39 - 08:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="2326f8de-407b-42ba-aff9-1ab2ebc3125a" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="c1f6a50e-334d-4cf5-ac2e-42564f1c1856"><div class="timeline-elem event-elem track-color c10"><span data-event-star="c1f6a50e-334d-4cf5-ac2e-42564f1c1856" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Analysis 4</div></div></a><div class="small clearfix"><span class="pull-left">08:41 - 09:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="ca2702cb-6d2d-4e47-b11a-43f36e495e0d" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="6aeb25b4-d94e-4f8b-b564-788ce8a3d1cc"><div class="timeline-elem event-elem track-color c17"><span data-event-star="6aeb25b4-d94e-4f8b-b564-788ce8a3d1cc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>New Future of Work</div></div></a><div class="small clearfix"><span class="pull-left">15:00 - 16:00</span></div></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Thu 12 Nov 2020" data-facet-date-order="201112" data-slot-id="41ea902e-a8a4-4add-ba99-cd050971c0d7" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="50843fd7-ceb1-47eb-b32f-e1794c4b039d"><div class="timeline-elem event-elem track-color c17"><span data-event-star="50843fd7-ceb1-47eb-b32f-e1794c4b039d" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>Real world approaches to human-computer collaboration</div></div></a><div class="small clearfix"><span class="pull-left">17:00 - 18:00</span></div></div></div></div></td></tr></div></table></div></div></div><div class="hidable day-wrapper"><h4 class="day-header"><div><div>Fri 13 Nov</div><p></p><div class="time-zone-info"><small class="text-muted">Displayed time zone: <strong>(UTC) Coordinated Universal Time</strong> <small class="control-time-zone"><a data-toggle="modal" href="#userProgramSettings">change</a></small></small></div></div></h4><div class="timeline-wrap-outer"><div class="timeline-wrap-inner"><table class="table-condensed timeline-table table-striped"><thead><tr class="five-min-steps"><th class="timeline-first-col"></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th></tr><tr><th class="timeline-first-col">Room</th><th colspan="3" class="timeline-header timeline-15m-header hour-header">1:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">2:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">3:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">4:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">5:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">6:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">7:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">8:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">9:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">10:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">11:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">12:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">13:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">14:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">15:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">16:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">17:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th><th colspan="3" class="timeline-header timeline-15m-header hour-header">18:00</th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>15</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>30</small></th><th colspan="3" class="timeline-header timeline-15m-header quarter-header"><small>45</small></th></tr></thead><div class="hidable"><tr class="hidable"><td class="timeline-first-col "><a href="https://2020.esec-fse.org/room/esecfse-2020-venue-virtual-room-1" target="_blank" class="room-link btn btn-room btn-xs navigate">Virtual room 1</a></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="dd11824c-e424-41b7-9200-b04ab0b4f677" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="4212cb98-37f2-4efb-abbc-6f32b82d67dc"><div class="timeline-elem event-elem track-color c0"><span data-event-star="4212cb98-37f2-4efb-abbc-6f32b82d67dc" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>A Randomized Controlled Trial on the Effects of Embedded Computer Langu ...</div></div></a><div class="small clearfix"><span class="pull-left">01:00 - 01:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Tool Demos" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="a467b26c-66ac-43d9-a69d-d5130fee71cb" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="8b81343c-2abf-4afa-bf3d-e14faa2eed6c"><div class="timeline-elem event-elem track-color c4"><span data-event-star="8b81343c-2abf-4afa-bf3d-e14faa2eed6c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Tool Demos</strong></div><div>BugsInPy: A Database of Existing Bugs in Python Programs to Enable Cont ...</div></div></a><div class="small clearfix"><span class="pull-left">01:03 - 01:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="9321559d-404a-4146-930e-91d915b51e0c" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="5100499c-0c8b-4f30-a41f-762693eea451"><div class="timeline-elem event-elem track-color c1"><span data-event-star="5100499c-0c8b-4f30-a41f-762693eea451" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Do Code Review Measures Explain the Incidence of Post-Release Defects? ...</div></div></a><div class="small clearfix"><span class="pull-left">01:05 - 01:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="c1b92ed7-72a0-4c8e-a720-988d2b29d3f9" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="5a8145c2-c28b-49a7-9c1f-7e1674454711"><div class="timeline-elem event-elem track-color c0"><span data-event-star="5a8145c2-c28b-49a7-9c1f-7e1674454711" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>On the Naturalness of Hardware Descriptions</div></div></a><div class="small clearfix"><span class="pull-left">01:07 - 01:08</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="51ecc8da-7854-426d-b696-7e574719f0f0" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="73bbf47c-e8be-4a17-b15a-a5ed56f5e110"><div class="timeline-elem event-elem track-color c0"><span data-event-star="73bbf47c-e8be-4a17-b15a-a5ed56f5e110" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Understanding Build Issue Resolution in Practice: Symptoms and Fix Patterns</div></div></a><div class="small clearfix"><span class="pull-left">01:09 - 01:10</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="02260944-45f1-4337-b5eb-fbf11a4bf7f3" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="f3933025-7506-4a2a-955a-72d083d1cee5"><div class="timeline-elem event-elem track-color c0"><span data-event-star="f3933025-7506-4a2a-955a-72d083d1cee5" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Understanding Type Changes in Java</div></div></a><div class="small clearfix"><span class="pull-left">01:11 - 01:12</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="8c8470d6-863e-47c8-8e2a-ba7bc5470eab" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="10aefdf6-4d49-440d-b8ba-acaba37aec54"><div class="timeline-elem event-elem track-color c10"><span data-event-star="10aefdf6-4d49-440d-b8ba-acaba37aec54" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Empirical 2</div></div></a><div class="small clearfix"><span class="pull-left">01:13 - 01:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Visions and Reflections " data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="7d62054b-2eb2-4788-9ebd-7d9871daa920" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="56063760-d791-4f9a-a4ef-262162262deb"><div class="timeline-elem event-elem track-color c7"><span data-event-star="56063760-d791-4f9a-a4ef-262162262deb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Visions and Reflections </strong></div><div>Beyond Accuracy: Assessing Software Documentation Quality</div></div></a><div class="small clearfix"><span class="pull-left">01:30 - 01:32</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="b8f1388f-d352-4b26-ae01-57c06b072a6e" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="a9f153db-9cd0-4118-85c9-0c292438e1fb"><div class="timeline-elem event-elem track-color c1"><span data-event-star="a9f153db-9cd0-4118-85c9-0c292438e1fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Contextual Documentation Referencing on Stack Overflow</div></div></a><div class="small clearfix"><span class="pull-left">01:33 - 01:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Tool Demos" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="f823799b-041e-4c08-b26e-51624b1299cf" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="5333bdb6-6764-465f-ad2d-f2de00bd4f55"><div class="timeline-elem event-elem track-color c4"><span data-event-star="5333bdb6-6764-465f-ad2d-f2de00bd4f55" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Tool Demos</strong></div><div>DeepCommenter: A Deep Code Comment Generation Tool with Hybrid Lexical ...</div></div></a><div class="small clearfix"><span class="pull-left">01:35 - 01:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="9e4b6547-8f41-4190-95a4-50fb884ca2be" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="80511253-74ed-4c4d-ad24-84b0b5fe8087"><div class="timeline-elem event-elem track-color c0"><span data-event-star="80511253-74ed-4c4d-ad24-84b0b5fe8087" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Docable: Evaluating the Executability of Software Tutorials</div></div></a><div class="small clearfix"><span class="pull-left">01:37 - 01:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="28fcb996-17a0-4d74-bfad-a7fa606be545" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="39aff338-c2d6-4c59-973f-f63dc8db46fb"><div class="timeline-elem event-elem track-color c0"><span data-event-star="39aff338-c2d6-4c59-973f-f63dc8db46fb" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>RulePad: Interactive Authoring of Checkable Design Rules</div></div></a><div class="small clearfix"><span class="pull-left">01:39 - 01:40</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Visions and Reflections " data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="a6da56b9-5b40-4212-8132-edec2b39e507" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="e52a20b7-27f3-4954-98c2-52d8bb0f764e"><div class="timeline-elem event-elem track-color c7"><span data-event-star="e52a20b7-27f3-4954-98c2-52d8bb0f764e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Visions and Reflections </strong></div><div>Software Documentation and Augmented Reality: Love or Arranged Marriage?</div></div></a><div class="small clearfix"><span class="pull-left">01:41 - 01:42</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="9951378a-a77a-41fa-ae4f-d482b4f63eed" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-1"><a href="#" data-event-modal="002e81db-caeb-434f-9f4a-e5ee1cc7a884"><div class="timeline-elem event-elem track-color c10"><span data-event-star="002e81db-caeb-434f-9f4a-e5ee1cc7a884" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Documentation</div></div></a><div class="small clearfix"><span class="pull-left">01:43 - 02:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="30b461eb-9575-431d-ba22-b899d0c59a40" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="694587a6-a6d2-47fd-bff2-64afd9190e7e"><div class="timeline-elem event-elem track-color c0"><span data-event-star="694587a6-a6d2-47fd-bff2-64afd9190e7e" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Baital: An Adaptive Weighted Sampling Approach for Improved t-wise Coverage</div></div></a><div class="small clearfix"><span class="pull-left">08:00 - 08:02</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="4e8143a9-eeaf-4c20-97e0-be0551d6a15b" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="0e28cc6b-692b-4357-998f-1969c25766e3"><div class="timeline-elem event-elem track-color c0"><span data-event-star="0e28cc6b-692b-4357-998f-1969c25766e3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Cost Measures Matter for Mutation Testing Study Validity</div></div></a><div class="small clearfix"><span class="pull-left">08:03 - 08:04</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="12a37d91-899a-4799-b609-895cc0dfdb63" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="b8b20a0a-069c-4bee-8cd2-78ebf694f3bf"><div class="timeline-elem event-elem track-color c1"><span data-event-star="b8b20a0a-069c-4bee-8cd2-78ebf694f3bf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Developing and Evaluating Objective Termination Criteria for Random Testing</div></div></a><div class="small clearfix"><span class="pull-left">08:05 - 08:06</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="91a54870-15aa-4a70-8e59-dc9bc6fbd75f" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="9e88ef75-ff62-4bb9-844a-d111a738b9e6"><div class="timeline-elem event-elem track-color c0"><span data-event-star="9e88ef75-ff62-4bb9-844a-d111a738b9e6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Efficient Binary-Level Coverage Analysis</div></div></a><div class="small clearfix"><span class="pull-left">08:07 - 08:08</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="22a67ef5-4fcf-4435-bd50-44d52b492b39" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="e73948f7-d984-4370-960f-ae29070251dd"><div class="timeline-elem event-elem track-color c0"><span data-event-star="e73948f7-d984-4370-960f-ae29070251dd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Efficiently Finding Higher-Order Mutants</div></div></a><div class="small clearfix"><span class="pull-left">08:09 - 08:10</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="d6e5198e-3128-47e2-9d0a-8bc81ce9ef46" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="9ad205e9-938c-4e16-865a-f7606a73e09c"><div class="timeline-elem event-elem track-color c1"><span data-event-star="9ad205e9-938c-4e16-865a-f7606a73e09c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Selecting Fault Revealing Mutants</div></div></a><div class="small clearfix"><span class="pull-left">08:11 - 08:12</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="3" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="58a72190-09d5-41e5-bcc8-c1a070b90578" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="1d0f04b6-1648-41bd-a014-6c0fe8ffe2d4"><div class="timeline-elem event-elem track-color c10"><span data-event-star="1d0f04b6-1648-41bd-a014-6c0fe8ffe2d4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Testing 3</div></div></a><div class="small clearfix"><span class="pull-left">08:13 - 08:30</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="a826d745-d3e3-48f3-a760-4bea09e16ea2" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="f1da21d7-bd33-42ad-884f-ed2c889586a4"><div class="timeline-elem event-elem track-color c1"><span data-event-star="f1da21d7-bd33-42ad-884f-ed2c889586a4" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>A Taxonomy to Assess and Tailor Risk-based Testing in Recent Testing St ...</div></div></a><div class="small clearfix"><span class="pull-left">08:30 - 08:32</span></div></div></div></div></td><td colspan="1" class="timeline-col empty "></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="fb43d642-1e54-41cb-a39f-f3aded016e3e" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="a5d24dd9-c5be-4c74-8681-cc65d983dbe7"><div class="timeline-elem event-elem track-color c0"><span data-event-star="a5d24dd9-c5be-4c74-8681-cc65d983dbe7" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Detecting Optimization Bugs in Database Engines via Non-optimizing Refe ...</div></div></a><div class="small clearfix"><span class="pull-left">08:33 - 08:34</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="6c4880e0-c902-46bf-abbb-aca710735512" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="218373f6-dc59-477a-9fdf-743e9566fbd1"><div class="timeline-elem event-elem track-color c0"><span data-event-star="218373f6-dc59-477a-9fdf-743e9566fbd1" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>Evolutionary Improvement of Assertion Oracles</div></div></a><div class="small clearfix"><span class="pull-left">08:35 - 08:36</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Journal First" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="17f71d86-892e-4f3a-9b7e-249c91600e63" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="e2ff39ca-382c-4d3b-a730-a78b5a5d9349"><div class="timeline-elem event-elem track-color c1"><span data-event-star="e2ff39ca-382c-4d3b-a730-a78b5a5d9349" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Journal First</strong></div><div>Precise Learn-to-Rank Fault Localization Using Dynamic and Static Featu ...</div></div></a><div class="small clearfix"><span class="pull-left">08:37 - 08:38</span></div></div></div></div></td><td colspan="0" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Research Papers" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="8c3a3558-50f9-49d6-baa6-0ba74041dc7d" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="5991b35a-bd9d-49e3-9762-1bf5518541c3"><div class="timeline-elem event-elem track-color c0"><span data-event-star="5991b35a-bd9d-49e3-9762-1bf5518541c3" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Research Papers</strong></div><div>When Does My Program Do This? Learning Circumstances of Software Behavior</div></div></a><div class="small clearfix"><span class="pull-left">08:39 - 08:40</span></div></div></div></div></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Paper Presentations" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="fcf4d924-b218-4405-b734-51eca35fbbfe" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-8"><a href="#" data-event-modal="e9de39c6-4731-4aa0-9d36-403e53c762a6"><div class="timeline-elem event-elem track-color c10"><span data-event-star="e9de39c6-4731-4aa0-9d36-403e53c762a6" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Paper Presentations</strong></div><div>Conversations on Testing 4</div></div></a><div class="small clearfix"><span class="pull-left">08:41 - 09:00</span></div></div></div></div></td><td colspan="72" class="timeline-col empty "></td><td colspan="12" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="ca64a766-1025-4fe5-a0ec-9c5e3deaedc5" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-15"><a href="#" data-event-modal="8485ac2c-18db-464c-9b12-f4f6e988134c"><div class="timeline-elem event-elem track-color c17"><span data-event-star="8485ac2c-18db-464c-9b12-f4f6e988134c" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>SIGSOFT Town Hall </div></div></a><div class="small clearfix"><span class="pull-left">15:00 - 16:00</span></div></div></div></div></td><td colspan="12" class="timeline-col empty "></td><td colspan="4" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="26fbef49-853f-427b-8dd9-4baca0bfc3ba" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="8d73f70a-e21d-4e98-ace4-226a9fde3df0"><div class="timeline-elem event-elem track-color c17"><span data-event-star="8d73f70a-e21d-4e98-ace4-226a9fde3df0" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>Impact paper: Model Checking Programs</div></div></a><div class="small clearfix"><span class="pull-left">17:00 - 17:18</span></div></div></div></div></td><td colspan="2" class="timeline-col empty "></td><td colspan="6" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="01458cb8-9489-4fef-afb5-cd7d7a953cfb" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-17"><a href="#" data-event-modal="4ac010db-9a80-46ad-904b-1e464cc0bcbd"><div class="timeline-elem event-elem track-color c17"><span data-event-star="4ac010db-9a80-46ad-904b-1e464cc0bcbd" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>Test of Time paper: FUSION: a framework for engineering self-tuning sel ...</div></div></a><div class="small clearfix"><span class="pull-left">17:30 - 18:00</span></div></div></div></div></td><td colspan="1" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="6f0629d6-38bf-4451-803f-a17db75de05f" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-18"><a href="#" data-event-modal="af5042bc-c1ed-4578-b814-dcb41abe7aaf"><div class="timeline-elem event-elem track-color c17"><span data-event-star="af5042bc-c1ed-4578-b814-dcb41abe7aaf" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>Award Announcements (SRC, Reddit)</div></div></a><div class="small clearfix"><span class="pull-left">18:00 - 18:05</span></div></div></div></div></td><td colspan="2" class="timeline-col"><div class="hidable"><div data-facet-track="ESEC/FSE Plenary events" data-facet-date="Fri 13 Nov 2020" data-facet-date-order="201113" data-slot-id="3462f19f-e692-4924-baeb-78a460bb5817" data-facet-room="Virtual room 1" class="hidable"><div class="band hour-18"><a href="#" data-event-modal="6453af95-31cf-440d-9a86-4ad54e176180"><div class="timeline-elem event-elem track-color c17"><span data-event-star="6453af95-31cf-440d-9a86-4ad54e176180" title="Add event to your program"><span class="text-disabled glyphicon glyphicon-star-empty"></span></span><div><strong>ESEC/FSE Plenary events</strong></div><div>Announcement ESEC/FSE 2021 </div></div></a><div class="small clearfix"><span class="pull-left">18:05 - 18:15</span></div></div></div></div></td><td colspan="9" class="timeline-col empty "></td></tr></div></table></div></div></div></div></p></div></div></fieldset></div></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Thu 28 Nov 13:52</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://2020.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="esecfse-2020" /><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://2020.esec-fse.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"esecfse-2020"},],"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://2020.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="esecfse-2020" /><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://2020.esec-fse.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"esecfse-2020"},],"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://2020.esec-fse.org" class="navigate"><span class="glyphicon glyphicon-home"></span> ESEC/FSE 2020</a></h3><div><a href="https://2020.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://2020.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://2020.esec-fse.org/track/esecfse-2020-paper-presentations" class="navigate">Paper Presentations</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-plenary-events" class="navigate">Plenary events</a><br/><a href="https://2020.esec-fse.org/track/fse-2020-papers" class="navigate">Research Papers</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-social-events" class="navigate">Social Events</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-test-of-time-paper" class="navigate">Test of Time Paper Award</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-journal-first" class="navigate">Journal First</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-industry-papers" class="navigate">Industry Papers</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-workshops" class="navigate">Workshops</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-artifacts" class="navigate">Artifacts</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-doctoral-symposium" class="navigate">Doctoral Symposium</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-showcase" class="navigate">Showcase</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-student-research-competition" class="navigate">Student Research Competition</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-tool-demos" class="navigate">Tool Demos</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-visions-and-reflections-" class="navigate">Visions and Reflections </a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-diversity-and-inclusion-program" class="navigate">Diversity and Inclusion Program</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-co-located-events" class="navigate">PROMISE 2020</a><br/><a href="https://2020.esec-fse.org/track/esecfse-2020-student-volunteers" class="navigate">Student Volunteers</a></div><div class="col-sm-6"></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://2020.esec-fse.org/venue/esecfse-2020-venue" class="navigate">Venue: ESEC/FSE 2020 will be held virtually</a><br><a href="https://2020.esec-fse.org/attending/registration" class="navigate">Registration</a><br><a href="https://2020.esec-fse.org/attending/esec%5Esfse-2020-submission-policies" class="navigate">Submission Policies</a><br><a href="https://2020.esec-fse.org/attending/Open_Science_Guidelines" class="navigate">Open Science Guidelines</a><br><a href="https://2020.esec-fse.org/attending/presenter-information" class="navigate">Presenter Information</a></div><div class="col-sm-2"><a href="https://2020.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>