CINXE.COM
ISSTA 2022 Contributors - ISSTA 2022
<!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://conf.researchr.org/favicon.ico?28d37e6d7e5e12d24c39bdba0f4f3cfd" rel="shortcut icon" type="image/x-icon" /> <link href="https://conf.researchr.org/stylesheets/common_.css?d7bcca3579a066193caf560ede9d6399" rel="stylesheet" type="text/css" /> <title>ISSTA 2022 Contributors - ISSTA 2022</title> <script type="text/javascript">var show_webdsl_debug=false;</script> <script type="text/javascript">var contextpath="https://conf.researchr.org";</script> <link rel="stylesheet" href="https://conf.researchr.org/stylesheets/bootstrap/css/bootstrap.min.css?7f89537eaf606bff49f5cc1a7c24dbca" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/stylesheets/conf.css?e0c92ee5f52769e04d268b7588469bfe" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.org/getFile/4b16920f-3304-4b00-8edc-b1fbefae0d36/ISSTA.css?1632206842061" type="text/css" /><link rel="stylesheet" href="https://conf.researchr.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://conf.researchr.org/javascript/faceted-filtering.js?b66007ca48ecd1d87e1cdd60e4e42366"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/jquery.tablesorter.combined.min.js?285b21976326641f8f1b910492e6d5d0"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/jquery.tablesorter.pager.min.js?4551cdfea66f45a11ae5548f3d50a06f"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/tablesorter-init.js?ee6babedf1a6be960e4543a1bb57b421"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/bootstrap/js/bootstrap.min.js?2f34b630ffe30ba2ff2b91e3f3c322a1"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/notify.min.js?e86d399917a84b69a4683f504c7a7813"></script> <script type="text/javascript" src="https://conf.researchr.org/javascript/ajax.js?2dbd1cc4f8f2d52ae9c879d7346f4f8a"></script> <script type="text/javascript">$(document).ready( function(){ $('#program-menu a[data-fltr-type]').on('click', function(event){ event.preventDefault(); window.location = $(this).attr('href') + "?" + encodeURIComponent( $(this).data('fltr-type') ) + '=' + encodeURIComponent( $(this).data('fltr-val') ); }) }) </script> <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 async src="https://www.googletagmanager.com/gtag/js?id=G-4G0QWEKVQS"></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 name='keywords' content='issta,software,testing,symposium,research,researchers,practitioners,academics'> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://conf.researchr.org/getImage/issta-2022/carousel/Screen+Shot+2021-09-22+at+10.12.21+PM.jpg?1632322828000'> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='The ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA) is the leading research symposium on software testing and analysis, bringing together academics, industrial researchers, and practitioners to exchange new ideas, problems, and experience on how to analyze and test software systems. 2022 will mark the 31st edition of ISSTA! ISSTA Impact Paper Award Congratulations to the following ISSTA Impact Paper Award: Probabilistic Symbolic Execution: Quantitative Program Analysis through Model Counting Jaco Geldenhuys, Matthew B Dwyer, Willem Visser Don鈥檛 miss t ...'> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='ISSTA 2022 Contributors - ISSTA 2022'> <meta name='description' content='The ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA) is the leading research symposium on software testing and analysis, bringing together academics, industrial researchers, and practitioners to exchange new ideas, problems, and experience on how to analyze and test software systems. 2022 will mark the 31st edition of ISSTA! ISSTA Impact Paper Award Congratulations to the following ISSTA Impact Paper Award: Probabilistic Symbolic Execution: Quantitative Program Analysis through Model Counting Jaco Geldenhuys, Matthew B Dwyer, Willem Visser Don鈥檛 miss t ...'> <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="google-site-verification" content="cnzn0pp7XUZE55tGsWdtwEs69y3Gg7awoHeHWQOMxWY" /> </head> <body id="people-index"><div class="frame"><div class="logobar"><div class="container"><a href="https://conf.researchr.org/home/issta-2022" class="navbar-brand navigate"><span class="brand-text">ISSTA 2022</span></a><div class="place">Mon 18 - Fri 22 July 2022 <a href="https://conf.researchr.org/venue/issta-2022/issta-2022-venue" class="navigate">Online</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://conf.researchr.org/venue/issta-2022/issta-2022-venue" class="navigate">Venue: Online</a></li><li class="block"><a href="https://conf.researchr.org/attending/issta-2022/registration" class="navigate">Registration</a></li><li class="block"><a href="https://conf.researchr.org/attending/issta-2022/information-for-attendees" class="navigate">Information for Attendees</a></li><li class="block"><a href="https://conf.researchr.org/attending/issta-2022/presenter-instruction" class="navigate">Instructions to Presenters</a></li><li class="block"><a href="https://conf.researchr.org/attending/issta-2022/equity%2C-diversity-and-inclusion" class="navigate">Equity, Diversity and Inclusion</a></li></ul></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Sponsorship <span class="caret"></span></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/info/issta-2022/call-for-sponsorship" class="navigate">Call for Sponsorship</a></li><li class="block"><a href="https://conf.researchr.org/info/issta-2022/sponsors-and-supports" class="navigate">Sponsors and Supports</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://conf.researchr.org/program/issta-2022/program-issta-2022/" class="navigate">ISSTA Program</a></li><li class="block"><a href="https://conf.researchr.org/program/issta-2022/program-issta-2022/" 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://conf.researchr.org/info/issta-2022/schedule-overview" class="navigate">Schedule Overview</a></li><li class="block divider"></li><li class="block"><a href="https://conf.researchr.org/program/issta-2022/program-issta-2022/" data-fltr-type="date" data-fltr-val="Mon 18 Jul 2022" class="navigate">Mon 18 Jul</a></li><li class="block"><a href="https://conf.researchr.org/program/issta-2022/program-issta-2022/" data-fltr-type="date" data-fltr-val="Tue 19 Jul 2022" class="navigate">Tue 19 Jul</a></li><li class="block"><a href="https://conf.researchr.org/program/issta-2022/program-issta-2022/" data-fltr-type="date" data-fltr-val="Wed 20 Jul 2022" class="navigate">Wed 20 Jul</a></li><li class="block"><a href="https://conf.researchr.org/program/issta-2022/program-issta-2022/" data-fltr-type="date" data-fltr-val="Thu 21 Jul 2022" class="navigate">Thu 21 Jul</a></li><li class="block"><a href="https://conf.researchr.org/program/issta-2022/program-issta-2022/" data-fltr-type="date" data-fltr-val="Fri 22 Jul 2022" class="navigate">Fri 22 Jul</a></li></ul></li><li id="tracks-in-navbar" class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Tracks <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-3"><div class="row"><div class="col-sm-5"><ul class="block multi-column-dropdown"><li class="block dropdown-header">ISSTA 2022</li><li class="block"><a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" class="navigate">Technical Papers</a></li><li class="block"><a href="https://conf.researchr.org/track/issta-2022/issta-2022-workshops" class="navigate">Workshops</a></li><li class="block"><a href="https://conf.researchr.org/track/issta-2022/issta-2022-artifact-evaluation" class="navigate">Artifact Evaluation</a></li><li class="block"><a href="https://conf.researchr.org/track/issta-2022/issta-2022-tool-demonstrations" class="navigate">Tool Demonstrations</a></li><li class="block"><a href="https://conf.researchr.org/track/issta-2022/issta-2022-doctoral-symposium" class="navigate">Doctoral Symposium</a></li><li class="block"><a href="https://conf.researchr.org/track/issta-2022/issta-2022-student-volunteers" class="navigate">Student Volunteers</a></li><li class="block"><a href="https://conf.researchr.org/track/issta-2022/issta-2022-keynotes" class="navigate">Keynotes</a></li><li class="block"><a href="https://conf.researchr.org/track/issta-2022/issta-2022-sponsors" class="navigate">Sponsors</a></li></ul></div><div class="col-sm-7"><ul class="block multi-column-dropdown"><li class="block dropdown-header">Workshops</li><li class="block"><a href="https://conf.researchr.org/home/issta-2022/aista-2022" class="navigate"><strong>AISTA</strong> </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-2"><div class="row"><div class="col-sm-6"><ul class="block multi-column-dropdown"><li class="block dropdown-header">ISSTA 2022 Committees</li><li class="block"><a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" class="navigate">Organizing Comittee</a></li><li class="block dropdown-header">Track Committees </li><li class="block"><a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" class="navigate"><strong>Technical Papers</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/issta-2022/issta-2022-workshops-workshop-committee" class="navigate"><strong>Workshops</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" class="navigate"><strong>Artifact Evaluation</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" class="navigate"><strong>Tool Demonstrations</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" class="navigate"><strong>Doctoral Symposium</strong></a></li><li class="block"><a href="https://conf.researchr.org/committee/issta-2022/issta-2022-student-volunteers-student-volunteer-committee" class="navigate"><strong>Student Volunteers</strong></a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://conf.researchr.org/people-index/issta-2022" class="navigate"><span class="glyphicon glyphicon-search"></span><sup><span class="glyphicon glyphicon-user"></span></sup> People Index</a></li></ul></div><div class="col-sm-6"><ul class="block multi-column-dropdown"><li class="block dropdown-header">Workshops</li><li class="dropdown dropdown-submenu "><a href="#" data-toggle="dropdown" class="dropdown-toggle"><strong>AISTA</strong></a><ul class="block dropdown-menu"><li class="block"><a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" class="navigate">Organizing Committee</a></li></ul></li></ul></div></div></ul></li><li class="block"><a href="https://conf.researchr.org/search/issta-2022//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://conf.researchr.org/series/issta" 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/issta-2025" class="navigate">ISSTA 2025</a></li><li class="block"><a href="https://2024.issta.org" class="navigate">ISSTA 2024</a></li><li class="block"><a href="https://2023.issta.org" class="navigate">ISSTA 2023</a></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> ISSTA 2022</span></li><li class="block"><a href="https://conf.researchr.org/home/issta-2021" class="navigate">ISSTA 2021</a></li><li class="block"><a href="https://conf.researchr.org/home/issta-2020" class="navigate">ISSTA 2020</a></li><li class="block"><a href="https://conf.researchr.org/home/issta-2019" class="navigate">ISSTA 2019</a></li><li class="block"><a href="https://conf.researchr.org/home/issta-2018" class="navigate">ISSTA 2018</a></li><li class="block"><a href="https://conf.researchr.org/home/issta-2017" class="navigate">ISSTA 2017</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/issta-2022/https%3A%5Es%5Esconf.researchr.org%5Espeople-index%5Esissta-2022" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://conf.researchr.org/signup/issta-2022" class="navigate">Sign up</a></li></ul></div></div></div></div><div id="content" class="container"><div class="page-header"><h1>ISSTA 2022 Contributors</h1></div><div class="faceted-filtering"><div class="panel panel-default"><div class="panel-heading clearfix"><div class="panel-title">Filter</div></div><div class="panel-body"><div class="row"><div class="col-sm-2"><strong>Role Type</strong></div><div class="col-sm-10"><div data-facet-type="role" class="facet-placeholder"></div></div></div><div class="row"><div class="col-sm-2"><strong>Contributing to</strong></div><div class="col-sm-10"><div data-facet-type="conference" class="facet-placeholder"></div></div></div><div class="row"><div class="col-sm-2"><strong>Number of Roles</strong></div><div class="col-sm-10"><div data-facet-type="rolecount" class="facet-placeholder"></div></div></div><div class="row"><div class="col-sm-2"><strong>Country</strong></div><div class="col-sm-10"><div data-facet-type="country" class="facet-placeholder"></div></div></div><div id="search-filter" class="row"><div class="col-sm-2"><strong>Search</strong></div><div class="col-sm-10"><script type="text/javascript">window.oninput_39a5ecf792560a2adba413b5faa8672b = function(){ var q = $( '#39a5ecf792560a2adba413b5faa8672b' ).val(); var hasQuery = q ? true : false; var qRegex = new RegExp(q, "i"); var lim = 5000; var hasClosest = "tr".length; var items = $(".pers-fullname, .pers-affiliation, .pers-country, .item-title"); var hidables = hasClosest ? items.closest("tr") : items; var matchingItems = items.filter( function(){ return ( (!hasQuery && true) || (hasQuery && qRegex.test( $(this).text() )) ); }); var toShow = hasClosest ? matchingItems.closest("tr") : matchingItems; toShow = toShow.slice(0, lim); var toHide = hidables.remove( toShow ); if(!hasQuery){ hidables.toggleClass("filterShow filterHide", false); } else { toHide.toggleClass("filterHide", true).toggleClass("filterShow", false); toShow.toggleClass("filterHide", false).toggleClass("filterShow", true); } updateResultSize(); }; </script><input placeholder="Filter by name, affiliation, country or item" id="39a5ecf792560a2adba413b5faa8672b" type="text" oninput="onkeyupdelay(function(){oninput_39a5ecf792560a2adba413b5faa8672b()});" autofocus="" class="inputString form-control" style="width:225px;"></input></div></div></div></div><h3>Results <small class="text-muted">(<span id="resultsize">436</span>)</small></h3><script type="text/javascript">var sizeElem = document.getElementById('resultsize'); function updateResultSize(){ sizeElem.innerHTML = $('#results-table tr').not('.filterHide').not('[data-is-visible=false]').length; } var postUpdateFacets = updateResultSize; </script><table id="results-table" class="table table-striped table-condensed"><tr data-facet-country="Portugal" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="index-letter">A</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Rui Abreu</span><a href="https://conf.researchr.org/profile/issta-2022/ruiabreu" target="_blank" class="pers-fullname navigate">Abreu, Rui</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Faculty of Engineering, University of Porto, Portugal</strong><span class="pull-right"><strong class="small text-muted pers-country">Portugal</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3914be2f-0913-4a47-8c06-a971fdb4f8a7">Maestro: A Platform for Benchmarking Automatic Program Repair Tools on Software Vulnerabilities</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="11953541-d94a-4562-a1a7-a46f60233307">QMutPy: A Mutation Testing Tool for Quantum Algorithms & Applications in Qiskit</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Pedro Ad茫o</span><a href="https://conf.researchr.org/profile/issta-2022/pedroadao" target="_blank" class="pers-fullname navigate">Ad茫o, Pedro</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IST-ULisboa and Instituto de Telecomunica莽玫es</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3914be2f-0913-4a47-8c06-a971fdb4f8a7">Maestro: A Platform for Benchmarking Automatic Program Repair Tools on Software Vulnerabilities</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Nazareno Aguirre</span><a href="https://conf.researchr.org/profile/issta-2022/nazarenoaguirre" target="_blank" class="pers-fullname navigate">Aguirre, Nazareno</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Rio Cuarto and CONICET, Argentina</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3464babc-e641-4125-9fbc-3d29e2862a8d">ATR: Template-based Repair for Alloy Specifications</a></div></div></div></td></tr><tr data-facet-country="Australia" data-facet-rolecount="4..6" data-facet-rolecount-order="105" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Aldeida Aleti</span><a href="https://conf.researchr.org/profile/issta-2022/aldeidaaleti" target="_blank" class="pers-fullname navigate">Aleti, Aldeida</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Monash University</strong><span class="pull-right"><strong class="small text-muted pers-country">Australia</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Doctoral Symposium Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a82a055a-f71e-4aa3-ae8f-f08287eb2421">Human-in-the-Loop Oracle Learning for Semantic Bugs in String Processing Programs</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="45e60973-3132-4ab8-997b-9425d6a6bab1">Opening</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2eb88ff0-db62-4060-b2d6-772867b125e5">Closing</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Doctoral Symposium Co-Chair in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="4..6" data-facet-rolecount-order="104" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Saba Alimadadi</span><a href="https://conf.researchr.org/profile/issta-2022/sabaalimadadi" target="_blank" class="pers-fullname navigate">Alimadadi, Saba</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Simon Fraser University</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Artifact Evaluation Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Artifact Evaluation Co-Chair in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Nadia Alshahwan</span><a href="https://conf.researchr.org/profile/issta-2022/nadiaalshahwan" target="_blank" class="pers-fullname navigate">Alshahwan, Nadia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Facebook</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Gabin An</span><a href="https://conf.researchr.org/profile/issta-2022/gabinan" target="_blank" class="pers-fullname navigate">An, Gabin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">KAIST</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="95624224-dd43-4b93-b0dc-6f10a3b06853">FDG: A Precise Measurement of Fault Diagnosability Gain of Test Cases</a></div></div></div></td></tr><tr data-facet-country="Greece" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Anastasios Andronidis</span><a href="https://conf.researchr.org/profile/issta-2022/anastasiosandronidis" target="_blank" class="pers-fullname navigate">Andronidis, Anastasios</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Imperial College London, UK</strong><span class="pull-right"><strong class="small text-muted pers-country">Greece</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3f278807-0037-4510-b2c7-b15bca79971b">SnapFuzz: High-Throughput Fuzzing of Network Applications</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Cyrille Artho</span><a href="https://conf.researchr.org/profile/issta-2022/cyrilleartho" target="_blank" class="pers-fullname navigate">Artho, Cyrille</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">KTH Royal Institute of Technology, Sweden</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="c3057289-b83d-4a37-bcaf-e75a089e0585">Finding Permission Bugs in Smart Contracts with Role Mining</a></div></div></div></td></tr><tr data-facet-country="Austria" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wesley Assun莽茫o</span><a href="https://conf.researchr.org/profile/issta-2022/wesleyassuncao" target="_blank" class="pers-fullname navigate">Assun莽茫o, Wesley</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Johannes Kepler University Linz, Austria</strong><span class="pull-right"><strong class="small text-muted pers-country">Austria</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="index-letter">B</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hamid Bagheri</span><a href="https://conf.researchr.org/profile/issta-2022/hamidbagheri" target="_blank" class="pers-fullname navigate">Bagheri, Hamid</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Nebraska-Lincoln</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="4685ad5d-0d8f-4094-854f-7ab37325a729">Combining Solution Reuse and Bound Tightening for Efficient Analysis of Evolving Systems</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3464babc-e641-4125-9fbc-3d29e2862a8d">ATR: Template-based Repair for Alloy Specifications</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jongmoon Baik</span><a href="https://conf.researchr.org/profile/issta-2022/jongmoonbaik" target="_blank" class="pers-fullname navigate">Baik, Jongmoon</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Korea Advanced Institute of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Sponsorship Chair in Organizing Comittee for ISSTA 2022</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sebastian Banescu</span><a href="https://conf.researchr.org/profile/issta-2022/sebastianbanescu" target="_blank" class="pers-fullname navigate">Banescu, Sebastian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Technical University of Munich</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="8aafbc21-8bff-4e77-8c7f-86bc4c9eaf76">An Empirical Study on the Effectiveness of Static C/C++ Analyzers for Vulnerability Detection</a></div></div></div></td></tr><tr data-facet-country="France" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">S茅bastien Bardin</span><a href="https://conf.researchr.org/profile/issta-2022/sebastienbardin" target="_blank" class="pers-fullname navigate">Bardin, S茅bastien</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">CEA LIST, University Paris-Saclay</strong><span class="pull-right"><strong class="small text-muted pers-country">France</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="France" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Guillaume Baudart</span><a href="https://conf.researchr.org/profile/issta-2022/guillaumebaudart" target="_blank" class="pers-fullname navigate">Baudart, Guillaume</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Inria; ENS; PSL University</strong><span class="pull-right"><strong class="small text-muted pers-country">France</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="8b15c77c-650c-416c-aab6-29d4cbc56c9c">The Raise of Machine Learning Hyperparameter Constraints in Python Code</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="4..6" data-facet-rolecount-order="104" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jonathan Bell</span><a href="https://conf.researchr.org/profile/issta-2022/jonathanbell" target="_blank" class="pers-fullname navigate">Bell, Jonathan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Northeastern University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="762c9d1b-603d-47c2-807e-1ec1c7860243">On the Use of Mutation Analysis For Evaluating Student Test Suite Quality</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">United States of America in Program Committee within the ISSTA Doctoral Symposium-track</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Italy" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Antonia Bertolino</span><a href="https://conf.researchr.org/profile/issta-2022/antoniabertolino" target="_blank" class="pers-fullname navigate">Bertolino, Antonia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National Research Council, Italy</strong><span class="pull-right"><strong class="small text-muted pers-country">Italy</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Raheem Beyah</span><a href="https://conf.researchr.org/profile/issta-2022/raheembeyah" target="_blank" class="pers-fullname navigate">Beyah, Raheem</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Georgia Institute of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Aymeric Blot</span><a href="https://conf.researchr.org/profile/issta-2022/aymericblot" target="_blank" class="pers-fullname navigate">Blot, Aymeric</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Eric Bodden</span><a href="https://conf.researchr.org/profile/issta-2022/ericbodden" target="_blank" class="pers-fullname navigate">Bodden, Eric</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Paderborn; Fraunhofer IEM</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b8d3334c-3da0-46d7-9d3d-e919a59bd807">A Large-scale Study of Usability Criteria addressed by Static Analysis Tools</a></div></div></div></td></tr><tr data-facet-country="Romania" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Alexandru Bodea</span><a href="https://conf.researchr.org/profile/issta-2022/alexandrubodea" target="_blank" class="pers-fullname navigate">Bodea, Alexandru</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Student at Babes Bolay University - Faculty of Mathematics and Computer Science</strong><span class="pull-right"><strong class="small text-muted pers-country">Romania</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3c913e38-2ba6-449a-952a-cedeec0a18f4">Pytest-Smell: A smell detection tool for Python unit tests</a></div></div></div></td></tr><tr data-facet-country="India" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Utpal Bora</span><a href="https://conf.researchr.org/profile/issta-2022/utpalbora" target="_blank" class="pers-fullname navigate">Bora, Utpal</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IIT Hyderabad</strong><span class="pull-right"><strong class="small text-muted pers-country">India</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Franz Brausse</span><a href="https://conf.researchr.org/profile/issta-2022/franzbrausse" target="_blank" class="pers-fullname navigate">Brausse, Franz</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The University of Manchester</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a3bfb1a5-53ff-4cc1-a49b-76143d3d1c5b">ESBMC-CHERI: Towards Verification of C Programs for CHERI Platforms with ESBMC</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Tegan Brennan</span><a href="https://conf.researchr.org/profile/issta-2022/teganbrennan1" target="_blank" class="pers-fullname navigate">Brennan, Tegan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Stevens Institute of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Luxembourg" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lionel Briand</span><a href="https://conf.researchr.org/profile/issta-2022/lionelbriand" target="_blank" class="pers-fullname navigate">Briand, Lionel</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Luxembourg; University of Ottawa</strong><span class="pull-right"><strong class="small text-muted pers-country">Luxembourg</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="bdd856af-9c00-4f53-80f5-ab3453af1a7f">ATUA: an Update-driven App Testing Tool</a></div></div></div></td></tr><tr data-facet-country="Argentina" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sim贸n Guti茅rrez Brida</span><a href="https://conf.researchr.org/profile/issta-2022/simongutierrezbrida" target="_blank" class="pers-fullname navigate">Brida, Sim贸n Guti茅rrez</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Rio Cuarto and CONICET, Argentina</strong><span class="pull-right"><strong class="small text-muted pers-country">Argentina</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3464babc-e641-4125-9fbc-3d29e2862a8d">ATR: Template-based Repair for Alloy Specifications</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Quang-Cuong Bui</span><a href="https://conf.researchr.org/profile/issta-2022/quangcuongbui" target="_blank" class="pers-fullname navigate">Bui, Quang-Cuong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Hamburg University of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3914be2f-0913-4a47-8c06-a971fdb4f8a7">Maestro: A Platform for Benchmarking Automatic Program Repair Tools on Software Vulnerabilities</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Frank Busse</span><a href="https://conf.researchr.org/profile/issta-2022/frankbusse" target="_blank" class="pers-fullname navigate">Busse, Frank</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Imperial College London</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="918b496c-c435-46b2-8765-379664323f8b">Combining Static Analysis Error Traces with Dynamic Symbolic Execution (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Marcel B枚hme</span><a href="https://conf.researchr.org/profile/issta-2022/marcelbohme" target="_blank" class="pers-fullname navigate">B枚hme, Marcel</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">MPI-SP, Germany and Monash University, Australia</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a82a055a-f71e-4aa3-ae8f-f08287eb2421">Human-in-the-Loop Oracle Learning for Semantic Bugs in String Processing Programs</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="index-letter">C</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Cristian Cadar</span><a href="https://conf.researchr.org/profile/issta-2022/cristiancadar" target="_blank" class="pers-fullname navigate">Cadar, Cristian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Imperial College London, UK</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3f278807-0037-4510-b2c7-b15bca79971b">SnapFuzz: High-Throughput Fuzzing of Network Applications</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="918b496c-c435-46b2-8765-379664323f8b">Combining Static Analysis Error Traces with Dynamic Symbolic Execution (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Haipeng Cai</span><a href="https://conf.researchr.org/profile/issta-2022/haipengcai" target="_blank" class="pers-fullname navigate">Cai, Haipeng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Washington State University, USA</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="224ba24c-8e7b-4596-91e2-64af367391f2">WASAI: Uncovering Vulnerabilities in Wasm Smart Contracts</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a25e6230-91ee-4af9-92ae-c1c35620b311">NCScope: Hardware-Assisted Analyzer for Native Code in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3efb9ce4-e168-43ce-9cae-8fd32a169623">Automatically Detecting API-induced Compatibility Issues in Android Apps: A Comparative Analysis (Replicability Study)</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yifeng Cai</span><a href="https://conf.researchr.org/profile/issta-2022/yifengcai" target="_blank" class="pers-fullname navigate">Cai, Yifeng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ec4a755-b073-4df5-980c-c667b929715d">TEESlice: Slicing DNN Models for Secure and Efficient Deployment</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jos茅 Campos</span><a href="https://conf.researchr.org/profile/issta-2022/josecampos" target="_blank" class="pers-fullname navigate">Campos, Jos茅</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Faculty of Engineering of University of Porto & LASIGE, Portugal</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="11953541-d94a-4562-a1a7-a46f60233307">QMutPy: A Mutation Testing Tool for Quantum Algorithms & Applications in Qiskit</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Cecilio Cannavacciuolo</span><a href="https://conf.researchr.org/profile/issta-2022/ceciliocannavacciuolo1" target="_blank" class="pers-fullname navigate">Cannavacciuolo, Cecilio</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="82956437-92fd-452b-96ff-c6d53d705ecb">Automatic Generation of Smoke Test Suites for Kubernetes</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Helena Cavalcante</span><a href="https://conf.researchr.org/profile/issta-2022/helenacavalcante" target="_blank" class="pers-fullname navigate">Cavalcante, Helena</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Federal University of Amazonas</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="180defb7-c3ee-4500-8d13-aad50d797e72">ESBMC-Jimple: Verifying Kotlin Programs via Jimple Intermediate Representation</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sang Kil Cha</span><a href="https://conf.researchr.org/profile/issta-2022/sangkilcha" target="_blank" class="pers-fullname navigate">Cha, Sang Kil</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">KAIST, South Korea</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Muxi Chen</span><a href="https://conf.researchr.org/profile/issta-2022/muxichen" target="_blank" class="pers-fullname navigate">Chen, Muxi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1e806901-4ff6-4229-b123-808b25d2d352">HybridRepair: Towards Annotation-Efficient Repair for Deep Learning Models</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Rui Chen</span><a href="https://conf.researchr.org/profile/issta-2022/ruichen" target="_blank" class="pers-fullname navigate">Chen, Rui</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beijing Institute of Control Engineering</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ccc3b7cb-ca4e-4fc4-ada6-3de26496ab8e">SpecChecker-ISA: A Data Sharing Analyzer for Interrupt-driven Embedded Software</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="4eb265b2-4405-4e6d-aab8-a47567e6cb40">Precise and Efficient Atomicity Violation Detection for Interrupt-driven Programs via Staged Path Pruning</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wei Chen</span><a href="https://conf.researchr.org/profile/issta-2022/weichen1" target="_blank" class="pers-fullname navigate">Chen, Wei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software at Chinese Academy of Sciences, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="396cc1a5-9b75-4a99-a941-6900ede725b9">Understanding Device Integration Bugs in Smart Home System</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Weimin Chen</span><a href="https://conf.researchr.org/profile/issta-2022/weiminchen" target="_blank" class="pers-fullname navigate">Chen, Weimin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong Polytechnic University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="224ba24c-8e7b-4596-91e2-64af367391f2">WASAI: Uncovering Vulnerabilities in Wasm Smart Contracts</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiangqun Chen</span><a href="https://conf.researchr.org/profile/issta-2022/xiangqunchen" target="_blank" class="pers-fullname navigate">Chen, Xiangqun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Peking University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ec4a755-b073-4df5-980c-c667b929715d">TEESlice: Slicing DNN Models for Secure and Efficient Deployment</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiao Chen</span><a href="https://conf.researchr.org/profile/issta-2022/xiaochen4" target="_blank" class="pers-fullname navigate">Chen, Xiao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Sun Yat-sen University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0511501e-27a7-466e-adce-c1c0505c2588">SmartDagger : A Bytecode-based Static Analysis Approach for Detecting Cross-contract Vulnerability</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhenyu Chen</span><a href="https://conf.researchr.org/profile/issta-2022/zhenyuchen" target="_blank" class="pers-fullname navigate">Chen, Zhenyu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a5e42e77-ee35-4198-8c8f-497c8fe84e0a">ASRTest: Automated Testing for Deep-Neural-Network-Driven Speech Recognition Systems</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2dba93b0-1c55-4aa5-815b-1a7e120e5015">LiRTest: Augmenting LiDAR Point Clouds for Automated Testing of Autonomous Driving Systems</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="cbb6b72a-184c-451f-95ca-80b0982ef354">UniRLTest: Universal Platform-Independent Testing with Reinforcement Learning via Image Understanding</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiao Cheng</span><a href="https://conf.researchr.org/profile/issta-2022/xiaocheng" target="_blank" class="pers-fullname navigate">Cheng, Xiao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Technology Sydney</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="891d225a-3168-465d-9567-d4ede67a6a2e">Path-Sensitive Code Embedding via Contrastive Learning for Software Vulnerability Detection</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shing-Chi Cheung</span><a href="https://conf.researchr.org/profile/issta-2022/shingchicheung" target="_blank" class="pers-fullname navigate">Cheung, Shing-Chi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Hong Kong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Maria Christakis</span><a href="https://conf.researchr.org/profile/issta-2022/mariachristakis" target="_blank" class="pers-fullname navigate">Christakis, Maria</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">MPI-SWS</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d72b58a5-ca74-40a3-98e5-c96c1ab1b164">Metamorphic Relations via Relaxations: An Approach to Obtain Oracles for Action-Policy Testing</a></div></div></div></td></tr><tr data-facet-country="Austria" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">J眉rgen Cito</span><a href="https://conf.researchr.org/profile/issta-2022/jurgencito" target="_blank" class="pers-fullname navigate">Cito, J眉rgen</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">TU Wien and Meta</strong><span class="pull-right"><strong class="small text-muted pers-country">Austria</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Artifact Evaluation Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Artifact Evaluation Co-Chair in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lucas C. Cordeiro</span><a href="https://conf.researchr.org/profile/issta-2022/lucasccordeiro1" target="_blank" class="pers-fullname navigate">Cordeiro, Lucas C.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Manchester</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a3bfb1a5-53ff-4cc1-a49b-76143d3d1c5b">ESBMC-CHERI: Towards Verification of C Programs for CHERI Platforms with ESBMC</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="180defb7-c3ee-4500-8d13-aad50d797e72">ESBMC-Jimple: Verifying Kotlin Programs via Jimple Intermediate Representation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Maxime Cordy</span><a href="https://conf.researchr.org/profile/issta-2022/maximecordy" target="_blank" class="pers-fullname navigate">Cordy, Maxime</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Luxembourg, Luxembourg</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Committee Member in Organizing Committee within the AISTA-track</a></div></div></div></td></tr><tr data-facet-country="Portugal" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Eduard Costel Pinconschi</span><a href="https://conf.researchr.org/profile/issta-2022/eduardcostelpinconschi" target="_blank" class="pers-fullname navigate">Costel Pinconschi, Eduard</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Instituto Superior T茅cnico, University of Lisboa & INESC-ID</strong><span class="pull-right"><strong class="small text-muted pers-country">Portugal</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3914be2f-0913-4a47-8c06-a971fdb4f8a7">Maestro: A Platform for Benchmarking Automatic Program Repair Tools on Software Vulnerabilities</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="4..6" data-facet-rolecount-order="106" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Christoph Csallner</span><a href="https://conf.researchr.org/profile/issta-2022/christophcsallner" target="_blank" class="pers-fullname navigate">Csallner, Christoph</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Texas at Arlington</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 2-7: Test Generation and Mutation B (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 2-14: Program Repair B (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 2-1: Oracles, Models, and Measurement E (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 1-14: Android A (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 2-5: Android B (part of ISSTA Technical Papers)</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Brazil" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="index-letter">D</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Marcelo d'Amorim</span><a href="https://conf.researchr.org/profile/issta-2022/marcelodamorim" target="_blank" class="pers-fullname navigate">d'Amorim, Marcelo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Federal University of Pernambuco</strong><span class="pull-right"><strong class="small text-muted pers-country">Brazil</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ffcf5a87-d078-4587-858d-d96734e95926">PhD advice panel discussion</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="Australia" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xuan Bach D. Le</span><a href="https://conf.researchr.org/profile/issta-2022/xuanbachdle" target="_blank" class="pers-fullname navigate">D. Le, Xuan Bach</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The University of Melbourne</strong><span class="pull-right"><strong class="small text-muted pers-country">Australia</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a23833f7-ebde-40c4-bc5e-37ba630932fc">Test Mimicry to Assess the Exploitability of Library Vulnerabilities</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Rosiane de Freitas</span><a href="https://conf.researchr.org/profile/issta-2022/rosianedefreitas" target="_blank" class="pers-fullname navigate">de Freitas, Rosiane</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Federal University of Amazonas</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="180defb7-c3ee-4500-8d13-aad50d797e72">ESBMC-Jimple: Verifying Kotlin Programs via Jimple Intermediate Representation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Andrew DeOrio</span><a href="https://conf.researchr.org/profile/issta-2022/andrewdeorio" target="_blank" class="pers-fullname navigate">DeOrio, Andrew</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Michigan</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="762c9d1b-603d-47c2-807e-1ec1c7860243">On the Use of Mutation Analysis For Evaluating Student Test Suite Quality</a></div></div></div></td></tr><tr data-facet-country="Belgium" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xavier Devroey</span><a href="https://conf.researchr.org/profile/issta-2022/xavierdevroey" target="_blank" class="pers-fullname navigate">Devroey, Xavier</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Namur</strong><span class="pull-right"><strong class="small text-muted pers-country">Belgium</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hyunsook Do</span><a href="https://conf.researchr.org/profile/issta-2022/hyunsookdo" target="_blank" class="pers-fullname navigate">Do, Hyunsook</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of North Texas</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Julian Dolby</span><a href="https://conf.researchr.org/profile/issta-2022/juliandolby" target="_blank" class="pers-fullname navigate">Dolby, Julian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IBM Research, USA</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="8b15c77c-650c-416c-aab6-29d4cbc56c9c">The Raise of Machine Learning Hyperparameter Constraints in Python Code</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Alastair F. Donaldson</span><a href="https://conf.researchr.org/profile/issta-2022/alastairdonaldson" target="_blank" class="pers-fullname navigate">Donaldson, Alastair F.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Imperial College London</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="918b496c-c435-46b2-8765-379664323f8b">Combining Static Analysis Error Traces with Dynamic Symbolic Execution (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jin Song Dong</span><a href="https://conf.researchr.org/profile/issta-2022/jinsongdong" target="_blank" class="pers-fullname navigate">Dong, Jin Song</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3426d6c-4aad-49f4-b816-20f989c4d47a">RegMiner: Towards Constructing a Large Regression Dataset from Code Evolution History</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhen Dong</span><a href="https://conf.researchr.org/profile/issta-2022/zhendong1" target="_blank" class="pers-fullname navigate">Dong, Zhen</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Fudan University, China</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="31f27e46-0b8e-4997-aa19-c8946405cf43">iFixDataloss: A Tool for Detecting and Fixing Data Loss Issues in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="90b81cbc-9756-4a7a-b56a-854dc0d4ab28">Detecting and Fixing Data Loss Issues in Android Apps</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wensheng Dou</span><a href="https://conf.researchr.org/profile/issta-2022/wenshengdou" target="_blank" class="pers-fullname navigate">Dou, Wensheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software at Chinese Academy of Sciences; University of Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="396cc1a5-9b75-4a99-a941-6900ede725b9">Understanding Device Integration Bugs in Smart Home System</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiaoning Du</span><a href="https://conf.researchr.org/profile/issta-2022/xiaoningdu" target="_blank" class="pers-fullname navigate">Du, Xiaoning</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Monash University, Australia</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Committee Member in Organizing Committee within the AISTA-track</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Gregory J. Duck</span><a href="https://conf.researchr.org/profile/issta-2022/gregoryjduck" target="_blank" class="pers-fullname navigate">Duck, Gregory J.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0c3f797-e358-43b5-9412-7f693629b7fa">Program Vulnerability Repair via Inductive Inference</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Matthew B Dwyer</span><a href="https://conf.researchr.org/profile/issta-2022/matthewdwyer" target="_blank" class="pers-fullname navigate">Dwyer, Matthew B</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Virginia</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="eb7ba552-1bae-4a16-ace2-dd5f3fc3628f">Probabilistic Symbolic Execution: Quantitative Program Analysis through Model Counting</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">E</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sebastian Elbaum</span><a href="https://conf.researchr.org/profile/issta-2022/sebastianelbaum1" target="_blank" class="pers-fullname navigate">Elbaum, Sebastian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Virginia</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hasan Ferit Eniser</span><a href="https://conf.researchr.org/profile/issta-2022/hasanferiteniser1" target="_blank" class="pers-fullname navigate">Eniser, Hasan Ferit</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">MPI-SWS</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d72b58a5-ca74-40a3-98e5-c96c1ab1b164">Metamorphic Relations via Relaxations: An Approach to Obtain Oracles for Action-Policy Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">F</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ming Fan</span><a href="https://conf.researchr.org/profile/issta-2022/mingfan1" target="_blank" class="pers-fullname navigate">Fan, Ming</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Xi'an Jiaotong University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1137aa7f-954f-445a-9135-44f68052968f">One Step Further: Evaluating Interpreters Using Metamorphic Testing</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chunrong Fang</span><a href="https://conf.researchr.org/profile/issta-2022/chunrongfang" target="_blank" class="pers-fullname navigate">Fang, Chunrong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="cbb6b72a-184c-451f-95ca-80b0982ef354">UniRLTest: Universal Platform-Independent Testing with Reinforcement Learning via Image Understanding</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="5b3560d0-d270-4c82-b194-1771ac6b0178">CIRCLE: Continual Repair across Programming Languages</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mattia Fazzini</span><a href="https://conf.researchr.org/profile/issta-2022/mattiafazzini" target="_blank" class="pers-fullname navigate">Fazzini, Mattia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Minnesota</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Publicity Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3efb9ce4-e168-43ce-9cae-8fd32a169623">Automatically Detecting API-induced Compatibility Issues in Android Apps: A Comparative Analysis (Replicability Study)</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yang Feng</span><a href="https://conf.researchr.org/profile/issta-2022/yangfeng" target="_blank" class="pers-fullname navigate">Feng, Yang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a5e42e77-ee35-4198-8c8f-497c8fe84e0a">ASRTest: Automated Testing for Deep-Neural-Network-Driven Speech Recognition Systems</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2dba93b0-1c55-4aa5-815b-1a7e120e5015">LiRTest: Augmenting LiDAR Point Clouds for Automated Testing of Autonomous Driving Systems</a></div></div></div></td></tr><tr data-facet-country="South Africa" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Bernd Fischer</span><a href="https://conf.researchr.org/profile/issta-2022/berndfischer" target="_blank" class="pers-fullname navigate">Fischer, Bernd</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Stellenbosch University, South Africa</strong><span class="pull-right"><strong class="small text-muted pers-country">South Africa</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Daniel Fortunato</span><a href="https://conf.researchr.org/profile/issta-2022/danielfortunato1" target="_blank" class="pers-fullname navigate">Fortunato, Daniel</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">INESC-ID, University of Porto</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="11953541-d94a-4562-a1a7-a46f60233307">QMutPy: A Mutation Testing Tool for Quantum Algorithms & Applications in Qiskit</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michael Franz</span><a href="https://conf.researchr.org/profile/issta-2022/michaelfranz" target="_blank" class="pers-fullname navigate">Franz, Michael</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of California, Irvine</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0cd901bb-c601-4b40-bb78-de43fdab150c">Improving Cross-Platform Binary Analysis using Representation Learning via Graph Alignment</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Gordon Fraser</span><a href="https://conf.researchr.org/profile/issta-2022/gordonfraser" target="_blank" class="pers-fullname navigate">Fraser, Gordon</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Passau</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Marcelo F. Frias</span><a href="https://conf.researchr.org/profile/issta-2022/marceloffrias" target="_blank" class="pers-fullname navigate">Frias, Marcelo F.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Dept. of Software Engineering Instituto Tecnol贸gico de Buenos Aires</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3464babc-e641-4125-9fbc-3d29e2862a8d">ATR: Template-based Repair for Alloy Specifications</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="index-letter">G</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Dongdong Gao</span><a href="https://conf.researchr.org/profile/issta-2022/dongdonggao" target="_blank" class="pers-fullname navigate">Gao, Dongdong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beijing Institute of Control Engineering and Beijing Sunwise Information Technology Ltd</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ccc3b7cb-ca4e-4fc4-ada6-3de26496ab8e">SpecChecker-ISA: A Data Sharing Analyzer for Interrupt-driven Embedded Software</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="4eb265b2-4405-4e6d-aab8-a47567e6cb40">Precise and Efficient Atomicity Violation Detection for Interrupt-driven Programs via Staged Path Pruning</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiang Gao</span><a href="https://conf.researchr.org/profile/issta-2022/xianggao" target="_blank" class="pers-fullname navigate">Gao, Xiang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beihang University, China</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0c3f797-e358-43b5-9412-7f693629b7fa">Program Vulnerability Repair via Inductive Inference</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yu Gao</span><a href="https://conf.researchr.org/profile/issta-2022/yugao" target="_blank" class="pers-fullname navigate">Gao, Yu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software, Chinese Academy of Sciences, China</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zeyu Gao</span><a href="https://conf.researchr.org/profile/issta-2022/zeyugao" target="_blank" class="pers-fullname navigate">Gao, Zeyu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Science and Technology of China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b444948f-d290-4e29-915d-2c1aa1efa956">jTrans: Jump-Aware Transformer for Binary Code Similarity Detection</a></div></div></div></td></tr><tr data-facet-country="Sweden" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Gregory Gay</span><a href="https://conf.researchr.org/profile/issta-2022/gregorygay" target="_blank" class="pers-fullname navigate">Gay, Gregory</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Chalmers and the University of Gothenburg</strong><span class="pull-right"><strong class="small text-muted pers-country">Sweden</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="Australia" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Charaka Geethal</span><a href="https://conf.researchr.org/profile/issta-2022/charakageethal" target="_blank" class="pers-fullname navigate">Geethal, Charaka</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Monash University</strong><span class="pull-right"><strong class="small text-muted pers-country">Australia</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a82a055a-f71e-4aa3-ae8f-f08287eb2421">Human-in-the-Loop Oracle Learning for Semantic Bugs in String Processing Programs</a></div></div></div></td></tr><tr data-facet-country="South Africa" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jaco Geldenhuys</span><a href="https://conf.researchr.org/profile/issta-2022/jacogeldenhuys" target="_blank" class="pers-fullname navigate">Geldenhuys, Jaco</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Stellenbosch, South Africa</strong><span class="pull-right"><strong class="small text-muted pers-country">South Africa</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="eb7ba552-1bae-4a16-ace2-dd5f3fc3628f">Probabilistic Symbolic Execution: Quantitative Program Analysis through Model Counting</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Asem Ghaleb</span><a href="https://conf.researchr.org/profile/issta-2022/asemghaleb1" target="_blank" class="pers-fullname navigate">Ghaleb, Asem</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of British Columbia</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ff3a72e0-bda2-4751-bf66-895284fccc59">eTainter: Detecting Gas-Related Vulnerabilities in Smart Contracts</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ali Ghanbari</span><a href="https://conf.researchr.org/profile/issta-2022/alighanbari" target="_blank" class="pers-fullname navigate">Ghanbari, Ali</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Iowa State University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="68cda9a2-5b17-4bd8-898a-7a883c6d7ed3">Faster Mutation Analysis with MeMu</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="c180566d-c97f-41a4-be04-0c62217eb5fb">Patch Correctness Assessment in Automated Program Repair Based on the Impact of Patches on Production and Test Code</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Pritam Gharat</span><a href="https://conf.researchr.org/profile/issta-2022/pritamgharat1" target="_blank" class="pers-fullname navigate">Gharat, Pritam</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Imperial College London</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="918b496c-c435-46b2-8765-379664323f8b">Combining Static Analysis Error Traces with Dynamic Symbolic Execution (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michael W. Godfrey</span><a href="https://conf.researchr.org/profile/issta-2022/mikegodfrey" target="_blank" class="pers-fullname navigate">Godfrey, Michael W.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Waterloo, Canada</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="14650850-01db-4b0f-a87f-6d15808cdc36">DocTer: Documentation-Guided Fuzzing for Testing Deep Learning API Functions</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuanjun Gong</span><a href="https://conf.researchr.org/profile/issta-2022/yuanjungong" target="_blank" class="pers-fullname navigate">Gong, Yuanjun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Renmin University of China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="748cfcac-a3fd-41ac-b390-8dc06b46aba9">Hunting Bugs with Accelerated Optimal Graph Vertex Matching</a></div></div></div></td></tr><tr data-facet-country="Spain" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Alessandra Gorla</span><a href="https://conf.researchr.org/profile/issta-2022/alessandragorla" target="_blank" class="pers-fullname navigate">Gorla, Alessandra</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IMDEA Software Institute</strong><span class="pull-right"><strong class="small text-muted pers-country">Spain</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="Malta" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Neville Grech</span><a href="https://conf.researchr.org/profile/issta-2022/nevillegrech" target="_blank" class="pers-fullname navigate">Grech, Neville</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Malta</strong><span class="pull-right"><strong class="small text-muted pers-country">Malta</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mark Grechanik</span><a href="https://conf.researchr.org/profile/issta-2022/markgrechanik" target="_blank" class="pers-fullname navigate">Grechanik, Mark</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Illinois at Chicago</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Alex Groce</span><a href="https://conf.researchr.org/profile/issta-2022/alexgroce" target="_blank" class="pers-fullname navigate">Groce, Alex</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Northern Arizona University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Timo P. Gros</span><a href="https://conf.researchr.org/profile/issta-2022/timopgros" target="_blank" class="pers-fullname navigate">Gros, Timo P.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Saarland University, Germany</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d72b58a5-ca74-40a3-98e5-c96c1ab1b164">Metamorphic Relations via Relaxations: An Approach to Obtain Oracles for Action-Policy Testing</a></div></div></div></td></tr><tr data-facet-country="Australia" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">John Grundy</span><a href="https://conf.researchr.org/profile/issta-2022/johngrundy" target="_blank" class="pers-fullname navigate">Grundy, John</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Monash University</strong><span class="pull-right"><strong class="small text-muted pers-country">Australia</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3efb9ce4-e168-43ce-9cae-8fd32a169623">Automatically Detecting API-induced Compatibility Issues in Android Apps: A Comparative Analysis (Replicability Study)</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Arjun Guha</span><a href="https://conf.researchr.org/profile/issta-2022/arjunguha" target="_blank" class="pers-fullname navigate">Guha, Arjun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Northeastern University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="762c9d1b-603d-47c2-807e-1ec1c7860243">On the Use of Mutation Analysis For Evaluating Student Test Suite Quality</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">An Guo</span><a href="https://conf.researchr.org/profile/issta-2022/anguo" target="_blank" class="pers-fullname navigate">Guo, An</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2dba93b0-1c55-4aa5-815b-1a7e120e5015">LiRTest: Augmenting LiDAR Point Clouds for Automated Testing of Autonomous Driving Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shengjian Guo</span><a href="https://conf.researchr.org/profile/issta-2022/shengjianguo" target="_blank" class="pers-fullname navigate">Guo, Shengjian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Baidu Security</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="877528ba-62e1-4732-b25f-6526d9ea6ed1">Detecting Multi-Sensor Fusion Errors in Advanced Driver-Assistance Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wunan Guo</span><a href="https://conf.researchr.org/profile/issta-2022/wunanguo" target="_blank" class="pers-fullname navigate">Guo, Wunan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Fudan University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="31f27e46-0b8e-4997-aa19-c8946405cf43">iFixDataloss: A Tool for Detecting and Fixing Data Loss Issues in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="90b81cbc-9756-4a7a-b56a-854dc0d4ab28">Detecting and Fixing Data Loss Issues in Android Apps</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yao Guo</span><a href="https://conf.researchr.org/profile/issta-2022/yaoguo" target="_blank" class="pers-fullname navigate">Guo, Yao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Peking University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ec4a755-b073-4df5-980c-c667b929715d">TEESlice: Slicing DNN Models for Secure and Efficient Deployment</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">H</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sylvain Hall茅</span><a href="https://conf.researchr.org/profile/issta-2022/sylvainhalle" target="_blank" class="pers-fullname navigate">Hall茅, Sylvain</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Universit茅 du Qu茅bec 脿 Chicoutimi</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mohammad Hamdaqa</span><a href="https://conf.researchr.org/profile/issta-2022/mohammadhamdaqa" target="_blank" class="pers-fullname navigate">Hamdaqa, Mohammad</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Polytechnique Montreal</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Meng Han</span><a href="https://conf.researchr.org/profile/issta-2022/menghan" target="_blank" class="pers-fullname navigate">Han, Meng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Binjiang Institute of Zhejiang University & Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiaodong Hao</span><a href="https://conf.researchr.org/profile/issta-2022/xiaodonghao" target="_blank" class="pers-fullname navigate">Hao, Xiaodong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="5b3560d0-d270-4c82-b194-1771ac6b0178">CIRCLE: Continual Repair across Programming Languages</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mark Harman</span><a href="https://conf.researchr.org/profile/issta-2022/markharman1" target="_blank" class="pers-fullname navigate">Harman, Mark</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Meta Platforms, Inc. and UCL</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Behnaz Hassanshahi</span><a href="https://conf.researchr.org/profile/issta-2022/behnazhassanshahi" target="_blank" class="pers-fullname navigate">Hassanshahi, Behnaz</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Oracle Labs, Australia</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 3-2: Fuzzing and Friends C (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 2-10: Static Analysis and Specifications Testing B (part of ISSTA Technical Papers)</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Pinjia He</span><a href="https://conf.researchr.org/profile/issta-2022/pinjiahe" target="_blank" class="pers-fullname navigate">He, Pinjia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong, Shenzhen</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e5d0bfc1-1dbe-4251-a7bb-d660261fc933">AEON: A Method for Automatic Evaluation of NLP Test Cases</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="53cf8458-27e6-44e3-8bb5-f7395684f02b">Automated Testing of Image Captioning Systems</a></div><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Committee Member in Organizing Committee within the AISTA-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Tieke He</span><a href="https://conf.researchr.org/profile/issta-2022/tiekehe" target="_blank" class="pers-fullname navigate">He, Tieke</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="5b3560d0-d270-4c82-b194-1771ac6b0178">CIRCLE: Continual Repair across Programming Languages</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Tobias He脽</span><a href="https://conf.researchr.org/profile/issta-2022/tobiashe" target="_blank" class="pers-fullname navigate">He脽, Tobias</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Ulm</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Martin Hirzel</span><a href="https://conf.researchr.org/profile/issta-2022/martinhirzel" target="_blank" class="pers-fullname navigate">Hirzel, Martin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IBM Research</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="8b15c77c-650c-416c-aab6-29d4cbc56c9c">The Raise of Machine Learning Hyperparameter Constraints in Python Code</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">J枚rg Hoffmann</span><a href="https://conf.researchr.org/profile/issta-2022/jorghoffmann" target="_blank" class="pers-fullname navigate">Hoffmann, J枚rg</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Saarland University and DFKI, Germany</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d72b58a5-ca74-40a3-98e5-c96c1ab1b164">Metamorphic Relations via Relaxations: An Approach to Obtain Oracles for Action-Policy Testing</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sanghyun Hong</span><a href="https://conf.researchr.org/profile/issta-2022/sanghyunhong" target="_blank" class="pers-fullname navigate">Hong, Sanghyun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Oregon State University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0cd901bb-c601-4b40-bb78-de43fdab150c">Improving Cross-Platform Binary Analysis using Representation Learning via Graph Alignment</a></div></div></div></td></tr><tr data-facet-country="Australia" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Tony Hosking</span><a href="https://conf.researchr.org/profile/issta-2022/tonyhosking" target="_blank" class="pers-fullname navigate">Hosking, Tony</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Australian National University</strong><span class="pull-right"><strong class="small text-muted pers-country">Australia</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yang Hu</span><a href="https://conf.researchr.org/profile/issta-2022/yanghu1" target="_blank" class="pers-fullname navigate">Hu, Yang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The University of Texas at Austin</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhisheng Hu</span><a href="https://conf.researchr.org/profile/issta-2022/zhishenghu" target="_blank" class="pers-fullname navigate">Hu, Zhisheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Baidu Security</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="877528ba-62e1-4732-b25f-6526d9ea6ed1">Detecting Multi-Sensor Fusion Errors in Advanced Driver-Assistance Systems</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jeff Huang</span><a href="https://conf.researchr.org/profile/issta-2022/jeffhuang" target="_blank" class="pers-fullname navigate">Huang, Jeff</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Texas A&M University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jen-tse Huang</span><a href="https://conf.researchr.org/profile/issta-2022/jentsehuang" target="_blank" class="pers-fullname navigate">Huang, Jen-tse</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e5d0bfc1-1dbe-4251-a7bb-d660261fc933">AEON: A Method for Automatic Evaluation of NLP Test Cases</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jianjun Huang</span><a href="https://conf.researchr.org/profile/issta-2022/jianjunhuang" target="_blank" class="pers-fullname navigate">Huang, Jianjun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Renmin University of China, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="748cfcac-a3fd-41ac-b390-8dc06b46aba9">Hunting Bugs with Accelerated Optimal Graph Vertex Matching</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Pei Huang</span><a href="https://conf.researchr.org/profile/issta-2022/peihuang" target="_blank" class="pers-fullname navigate">Huang, Pei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">State Key Laboratory of Computer Science, Institution of Software, Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="01836101-fb47-4e59-a27c-6d024e4b2ad9">蔚-weakened Robustness of Deep Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Tao Huang</span><a href="https://conf.researchr.org/profile/issta-2022/taohuang" target="_blank" class="pers-fullname navigate">Huang, Tao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="396cc1a5-9b75-4a99-a941-6900ede725b9">Understanding Device Integration Bugs in Smart Home System</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Nguyen Quoc Viet Hung</span><a href="https://conf.researchr.org/profile/issta-2022/nguyenquocviethung" target="_blank" class="pers-fullname navigate">Hung, Nguyen Quoc Viet</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Griffith University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="5b3560d0-d270-4c82-b194-1771ac6b0178">CIRCLE: Continual Repair across Programming Languages</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">I</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ahmed Irfan</span><a href="https://conf.researchr.org/profile/issta-2022/ahmedirfan1" target="_blank" class="pers-fullname navigate">Irfan, Ahmed</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Amazon Web Services</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="dda12aea-9346-4d36-b187-cb00b2556edc">Testing Dafny (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">J</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Reyhaneh Jabbarvand</span><a href="https://conf.researchr.org/profile/issta-2022/reyhanehjabbarvand" target="_blank" class="pers-fullname navigate">Jabbarvand, Reyhaneh</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Illinois, Urbana-Champain</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Switzerland" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Gunel Jahangirova</span><a href="https://conf.researchr.org/profile/issta-2022/guneljahangirova" target="_blank" class="pers-fullname navigate">Jahangirova, Gunel</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">USI Lugano, Switzerland</strong><span class="pull-right"><strong class="small text-muted pers-country">Switzerland</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Workshops Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-workshops-workshop-committee" target="_blank" class="navigate">Workshops Co-Chair in Workshop Committee within the ISSTA Workshops-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Kaihang Ji</span><a href="https://conf.researchr.org/profile/issta-2022/kaihangji" target="_blank" class="pers-fullname navigate">Ji, Kaihang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="119adf4c-5d44-4a91-a493-2a38601d1229">TELL: Log Level Suggestions via Modeling Multi-level Code Block Information</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Pin Ji</span><a href="https://conf.researchr.org/profile/issta-2022/pinji" target="_blank" class="pers-fullname navigate">Ji, Pin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a5e42e77-ee35-4198-8c8f-497c8fe84e0a">ASRTest: Automated Testing for Deep-Neural-Network-Driven Speech Recognition Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shouling Ji</span><a href="https://conf.researchr.org/profile/issta-2022/shoulingji" target="_blank" class="pers-fullname navigate">Ji, Shouling</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhenlan Ji</span><a href="https://conf.researchr.org/profile/issta-2022/zhenlanji" target="_blank" class="pers-fullname navigate">Ji, Zhenlan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Fuqi Jia</span><a href="https://conf.researchr.org/profile/issta-2022/fuqijia" target="_blank" class="pers-fullname navigate">Jia, Fuqi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">State Key Laboratory of Computer Science, Institution of Software, Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="01836101-fb47-4e59-a27c-6d024e4b2ad9">蔚-weakened Robustness of Deep Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wang Jialai</span><a href="https://conf.researchr.org/profile/issta-2022/wangjialai" target="_blank" class="pers-fullname navigate">Jialai, Wang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b58149e6-14e2-4bb1-9a85-3274f34b81a3">BET: Black-box Efficient Testing for Convolutional Neural Networks</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yu Jiang</span><a href="https://conf.researchr.org/profile/issta-2022/yujiang" target="_blank" class="pers-fullname navigate">Jiang, Yu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="651c710d-8484-410d-860b-034595c771ca">Unicorn: Detect Runtime Error in Time-Series Databases With Hybrid Input Synthesis</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wuxia Jin</span><a href="https://conf.researchr.org/profile/issta-2022/wuxiajin1" target="_blank" class="pers-fullname navigate">Jin, Wuxia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Xi'an Jiaotong University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1137aa7f-954f-445a-9135-44f68052968f">One Step Further: Evaluating Interpreters Using Metamorphic Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ren茅 Just</span><a href="https://conf.researchr.org/profile/issta-2022/renejust" target="_blank" class="pers-fullname navigate">Just, Ren茅</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Washington</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">K</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lucien K. L. Ng</span><a href="https://conf.researchr.org/profile/issta-2022/lucienklng" target="_blank" class="pers-fullname navigate">K. L. Ng, Lucien</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ec4a755-b073-4df5-980c-c667b929715d">TEESlice: Slicing DNN Models for Secure and Efficient Deployment</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hong Jin Kang</span><a href="https://conf.researchr.org/profile/issta-2022/hongjinkang1" target="_blank" class="pers-fullname navigate">Kang, Hong Jin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Singapore Management University, Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a23833f7-ebde-40c4-bc5e-37ba630932fc">Test Mimicry to Assess the Exploitability of Library Vulnerabilities</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Gilad Katz</span><a href="https://conf.researchr.org/profile/issta-2022/giladkatz" target="_blank" class="pers-fullname navigate">Katz, Gilad</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Ben-Gurion University of the Negev</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b444948f-d290-4e29-915d-2c1aa1efa956">jTrans: Jump-Aware Transformer for Binary Code Similarity Detection</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Omer Katz</span><a href="https://conf.researchr.org/profile/issta-2022/omerkatz" target="_blank" class="pers-fullname navigate">Katz, Omer</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Google</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mike Kaufman</span><a href="https://conf.researchr.org/profile/issta-2022/mikekaufman" target="_blank" class="pers-fullname navigate">Kaufman, Mike</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Microsoft Corporation</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="29b261d4-df25-4f20-bfe6-7cddb16b6cc1">Using Pre-trained Language Models to Resolve Textual and Semantic Merge Conflicts (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="India" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Kuljit Kaur Chahal</span><a href="https://conf.researchr.org/profile/issta-2022/kuljitkaurchahal" target="_blank" class="pers-fullname navigate">Kaur Chahal, Kuljit</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Guru Nanak Dev University, Amritsar, India</strong><span class="pull-right"><strong class="small text-muted pers-country">India</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Samantha Syeda Khairunnesa</span><a href="https://conf.researchr.org/profile/issta-2022/samanthasyedakhairunnesa" target="_blank" class="pers-fullname navigate">Khairunnesa, Samantha Syeda</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Bradley University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Dongsun Kim</span><a href="https://conf.researchr.org/profile/issta-2022/dongsunkim" target="_blank" class="pers-fullname navigate">Kim, Dongsun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Kyungpook National University</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Web Co-Chair in Organizing Comittee for ISSTA 2022</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Geunwoo Kim</span><a href="https://conf.researchr.org/profile/issta-2022/geunwookim" target="_blank" class="pers-fullname navigate">Kim, Geunwoo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of California, Irvine, USA</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0cd901bb-c601-4b40-bb78-de43fdab150c">Improving Cross-Platform Binary Analysis using Representation Learning via Graph Alignment</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mijung Kim</span><a href="https://conf.researchr.org/profile/issta-2022/mijungkimunist" target="_blank" class="pers-fullname navigate">Kim, Mijung</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">UNIST</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="14650850-01db-4b0f-a87f-6d15808cdc36">DocTer: Documentation-Guided Fuzzing for Testing Deep Learning API Functions</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Miryung Kim</span><a href="https://conf.researchr.org/profile/issta-2022/miryungkim" target="_blank" class="pers-fullname navigate">Kim, Miryung</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of California at Los Angeles, USA</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="abee9c9d-6fe5-4800-920c-548ee04275cf">Software Developer Tools for Democratizing Heterogeneous Computing Applications</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Myeongsoo Kim</span><a href="https://conf.researchr.org/profile/issta-2022/myeongsookim1" target="_blank" class="pers-fullname navigate">Kim, Myeongsoo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0b4cc58f-db72-4163-901d-961b86c36e8e">Automated Test Generation for REST APIs: No Time to Rest Yet</a></div></div></div></td></tr><tr data-facet-country="India" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Raghavan Komondoor</span><a href="https://conf.researchr.org/profile/issta-2022/raghavankomondoor" target="_blank" class="pers-fullname navigate">Komondoor, Raghavan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IISc Bengaluru</strong><span class="pull-right"><strong class="small text-muted pers-country">India</strong></span></div><div class="col-sm-6"><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 1-7: Static Analysis and Specifications Testing A (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 1-2: Test Generation and Mutation A (part of ISSTA Technical Papers)</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Konstantin Korovin</span><a href="https://conf.researchr.org/profile/issta-2022/konstantinkorovin" target="_blank" class="pers-fullname navigate">Korovin, Konstantin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Manchester</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a3bfb1a5-53ff-4cc1-a49b-76143d3d1c5b">ESBMC-CHERI: Towards Verification of C Programs for CHERI Platforms with ESBMC</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">L</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shuvendu K. Lahiri</span><a href="https://conf.researchr.org/profile/issta-2022/shuvendulahiri" target="_blank" class="pers-fullname navigate">Lahiri, Shuvendu K.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Microsoft Research</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="29b261d4-df25-4f20-bfe6-7cddb16b6cc1">Using Pre-trained Language Models to Resolve Textual and Semantic Merge Conflicts (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sumit Lahiri</span><a href="https://conf.researchr.org/profile/issta-2022/sumitlahiri" target="_blank" class="pers-fullname navigate">Lahiri, Sumit</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Indian Institute Of Technology Kanpur</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6cb7f7d-34eb-4481-aad4-23d295426f0f">Almost Correct Invariants: Synthesizing Inductive Invariants by Fuzzing Proofs</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wing Lam</span><a href="https://conf.researchr.org/profile/issta-2022/winglam" target="_blank" class="pers-fullname navigate">Lam, Wing</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Illinois at Urbana-Champaign</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ffcf5a87-d078-4587-858d-d96734e95926">PhD advice panel discussion</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wing Lam</span><a href="https://conf.researchr.org/profile/issta-2022/winglam1" target="_blank" class="pers-fullname navigate">Lam, Wing</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">George Mason University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">John Lange</span><a href="https://conf.researchr.org/profile/issta-2022/johnlange" target="_blank" class="pers-fullname navigate">Lange, John</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Oak Ridge National Lab/University of Pittsburgh</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3b7b4e5-7a82-4a85-83b5-6f2ce42864bd">Deadlock Prediction via Generalized Dependency</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Caroline Lemieux</span><a href="https://conf.researchr.org/profile/issta-2022/carolinelemieux" target="_blank" class="pers-fullname navigate">Lemieux, Caroline</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of British Columbia</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chao Li</span><a href="https://conf.researchr.org/profile/issta-2022/chaoli1" target="_blank" class="pers-fullname navigate">Li, Chao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beijing Institute of Control Engineering and Beijing Sunwise Information Technology Ltd</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ccc3b7cb-ca4e-4fc4-ada6-3de26496ab8e">SpecChecker-ISA: A Data Sharing Analyzer for Interrupt-driven Embedded Software</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="4eb265b2-4405-4e6d-aab8-a47567e6cb40">Precise and Efficient Atomicity Violation Detection for Interrupt-driven Programs via Staged Path Pruning</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chengpeng Li</span><a href="https://conf.researchr.org/profile/issta-2022/chengpengli" target="_blank" class="pers-fullname navigate">Li, Chengpeng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Texas at Austin</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="190877ac-4990-49f7-8690-a224b7100430">Evolution-Aware Detection of Order-Dependent Flaky Tests</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="4..6" data-facet-rolecount-order="105" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ding Li</span><a href="https://conf.researchr.org/profile/issta-2022/dingli" target="_blank" class="pers-fullname navigate">Li, Ding</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Peking University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 3-1: Static Analysis and Specifications Testing C (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 3-4: Fuzzing and Friends E (part of ISSTA Technical Papers)</a></div><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ec4a755-b073-4df5-980c-c667b929715d">TEESlice: Slicing DNN Models for Secure and Efficient Deployment</a></div><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Committee Member in Organizing Committee within the AISTA-track</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Haoliang Li</span><a href="https://conf.researchr.org/profile/issta-2022/haoliangli" target="_blank" class="pers-fullname navigate">Li, Haoliang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">City University of Hong Kong</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3fccf6fd-e721-4e80-8cb1-23ff633b5b6d">Cross-Lingual Transfer Learning for Statistical Type Inference</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jing Li</span><a href="https://conf.researchr.org/profile/issta-2022/jingli3" target="_blank" class="pers-fullname navigate">Li, Jing</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong Polytech University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0351e97-6447-4021-8863-fa8570a64dd5">An Extensive Study on Pre-trained Models for Program Understanding and Generation</a></div></div></div></td></tr><tr data-facet-country="Australia" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Li Li</span><a href="https://conf.researchr.org/profile/issta-2022/lili" target="_blank" class="pers-fullname navigate">Li, Li</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Monash University</strong><span class="pull-right"><strong class="small text-muted pers-country">Australia</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3efb9ce4-e168-43ce-9cae-8fd32a169623">Automatically Detecting API-induced Compatibility Issues in Android Apps: A Comparative Analysis (Replicability Study)</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Qi Li</span><a href="https://conf.researchr.org/profile/issta-2022/qili3" target="_blank" class="pers-fullname navigate">Li, Qi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b58149e6-14e2-4bb1-9a85-3274f34b81a3">BET: Black-box Efficient Testing for Convolutional Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xin Li</span><a href="https://conf.researchr.org/profile/issta-2022/xinli" target="_blank" class="pers-fullname navigate">Li, Xin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="cbb6b72a-184c-451f-95ca-80b0982ef354">UniRLTest: Universal Platform-Independent Testing with Reinforcement Learning via Image Understanding</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xuandong Li</span><a href="https://conf.researchr.org/profile/issta-2022/xuandongli" target="_blank" class="pers-fullname navigate">Li, Xuandong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="73a2a1ae-3f6a-429c-970c-bdb0eb0e25bc">Detecting Resource Utilization Bugs Induced by Variant Lifecycles in Android</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yi Li</span><a href="https://conf.researchr.org/profile/issta-2022/yili" target="_blank" class="pers-fullname navigate">Li, Yi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="c3057289-b83d-4a37-bcaf-e75a089e0585">Finding Permission Bugs in Smart Contracts with Role Mining</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3fccf6fd-e721-4e80-8cb1-23ff633b5b6d">Cross-Lingual Transfer Learning for Statistical Type Inference</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yitong Li</span><a href="https://conf.researchr.org/profile/issta-2022/yitongli1" target="_blank" class="pers-fullname navigate">Li, Yitong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Waterloo</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="14650850-01db-4b0f-a87f-6d15808cdc36">DocTer: Documentation-Guided Fuzzing for Testing Deep Learning API Functions</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yu Li</span><a href="https://conf.researchr.org/profile/issta-2022/yuli" target="_blank" class="pers-fullname navigate">Li, Yu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1e806901-4ff6-4229-b123-808b25d2d352">HybridRepair: Towards Annotation-Efficient Repair for Deep Learning Models</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yue Li</span><a href="https://conf.researchr.org/profile/issta-2022/yueli" target="_blank" class="pers-fullname navigate">Li, Yue</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuekang Li</span><a href="https://conf.researchr.org/profile/issta-2022/yuekangli" target="_blank" class="pers-fullname navigate">Li, Yuekang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="390821ed-da2f-4e2a-9b7f-e45a117ef481">Efficient Greybox Fuzzing of Applications in Linux-based IoT Devices via Enhanced User-mode Emulation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yun Li</span><a href="https://conf.researchr.org/profile/issta-2022/yunli1" target="_blank" class="pers-fullname navigate">Li, Yun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Huawei Technologies Co., Ltd.</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zheming Li</span><a href="https://conf.researchr.org/profile/issta-2022/zhemingli" target="_blank" class="pers-fullname navigate">Li, Zheming</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f25202a1-95b8-4d30-b807-6168be042bd4">PrIntFuzz: Fuzzing Linux Drivers via Automated Virtual Device Simulation</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhiming Li</span><a href="https://conf.researchr.org/profile/issta-2022/zhimingli1" target="_blank" class="pers-fullname navigate">Li, Zhiming</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University, Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3fccf6fd-e721-4e80-8cb1-23ff633b5b6d">Cross-Lingual Transfer Learning for Statistical Type Inference</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zongjie Li</span><a href="https://conf.researchr.org/profile/issta-2022/zongjieli1" target="_blank" class="pers-fullname navigate">Li, Zongjie</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zongpeng Li</span><a href="https://conf.researchr.org/profile/issta-2022/zongpengli" target="_blank" class="pers-fullname navigate">Li, Zongpeng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b58149e6-14e2-4bb1-9a85-3274f34b81a3">BET: Black-box Efficient Testing for Convolutional Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Bin Liang</span><a href="https://conf.researchr.org/profile/issta-2022/binliang" target="_blank" class="pers-fullname navigate">Liang, Bin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Renmin University of China, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="748cfcac-a3fd-41ac-b390-8dc06b46aba9">Hunting Bugs with Accelerated Optimal Graph Vertex Matching</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hong Liang</span><a href="https://conf.researchr.org/profile/issta-2022/hongliang1" target="_blank" class="pers-fullname navigate">Liang, Hong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jie Liang</span><a href="https://conf.researchr.org/profile/issta-2022/jieliang" target="_blank" class="pers-fullname navigate">Liang, Jie</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">School of Software, Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="651c710d-8484-410d-860b-034595c771ca">Unicorn: Detect Runtime Error in Time-Series Databases With Hybrid Input Synthesis</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhenkai Liang</span><a href="https://conf.researchr.org/profile/issta-2022/zhenkailiang" target="_blank" class="pers-fullname navigate">Liang, Zhenkai</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="119adf4c-5d44-4a91-a493-2a38601d1229">TELL: Log Level Suggestions via Modeling Multi-level Code Block Information</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zeqin Liao</span><a href="https://conf.researchr.org/profile/issta-2022/zeqinliao1" target="_blank" class="pers-fullname navigate">Liao, Zeqin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Sun Yat-sen University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0511501e-27a7-466e-adce-c1c0505c2588">SmartDagger : A Bytecode-based Static Analysis Approach for Detecting Cross-contract Vulnerability</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Bo Lin</span><a href="https://conf.researchr.org/profile/issta-2022/bolin2" target="_blank" class="pers-fullname navigate">Lin, Bo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Defense Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Changting Lin</span><a href="https://conf.researchr.org/profile/issta-2022/changtinglin" target="_blank" class="pers-fullname navigate">Lin, Changting</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Binjiang Institute of Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Qingwei Lin</span><a href="https://conf.researchr.org/profile/issta-2022/qingweilin" target="_blank" class="pers-fullname navigate">Lin, Qingwei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Microsoft Research</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shang-Wei Lin</span><a href="https://conf.researchr.org/profile/issta-2022/shangweilin" target="_blank" class="pers-fullname navigate">Lin, Shang-Wei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="c3057289-b83d-4a37-bcaf-e75a089e0585">Finding Permission Bugs in Smart Contracts with Role Mining</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yun Lin</span><a href="https://conf.researchr.org/profile/issta-2022/yunlin" target="_blank" class="pers-fullname navigate">Lin, Yun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3426d6c-4aad-49f4-b816-20f989c4d47a">RegMiner: Towards Constructing a Large Regression Dataset from Code Evolution History</a></div><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Committee Member in Organizing Committee within the AISTA-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Stephan Lipp</span><a href="https://conf.researchr.org/profile/issta-2022/stephanlipp" target="_blank" class="pers-fullname navigate">Lipp, Stephan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Technical University of Munich</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="8aafbc21-8bff-4e77-8c7f-86bc4c9eaf76">An Empirical Study on the Effectiveness of Static C/C++ Analyzers for Vulnerability Detection</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Bingyan Liu</span><a href="https://conf.researchr.org/profile/issta-2022/bingyanliu" target="_blank" class="pers-fullname navigate">Liu, Bingyan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Peking University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ec4a755-b073-4df5-980c-c667b929715d">TEESlice: Slicing DNN Models for Secure and Efficient Deployment</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jia Liu</span><a href="https://conf.researchr.org/profile/issta-2022/jialiu" target="_blank" class="pers-fullname navigate">Liu, Jia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a5e42e77-ee35-4198-8c8f-497c8fe84e0a">ASRTest: Automated Testing for Deep-Neural-Network-Driven Speech Recognition Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jiahao Liu</span><a href="https://conf.researchr.org/profile/issta-2022/jiahaoliu" target="_blank" class="pers-fullname navigate">Liu, Jiahao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="119adf4c-5d44-4a91-a493-2a38601d1229">TELL: Log Level Suggestions via Modeling Multi-level Code Block Information</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Minghao Liu</span><a href="https://conf.researchr.org/profile/issta-2022/minghaoliu" target="_blank" class="pers-fullname navigate">Liu, Minghao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software, Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="01836101-fb47-4e59-a27c-6d024e4b2ad9">蔚-weakened Robustness of Deep Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Pei Liu</span><a href="https://conf.researchr.org/profile/issta-2022/peiliu" target="_blank" class="pers-fullname navigate">Liu, Pei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Monash University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3efb9ce4-e168-43ce-9cae-8fd32a169623">Automatically Detecting API-induced Compatibility Issues in Android Apps: A Comparative Analysis (Replicability Study)</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ting Liu</span><a href="https://conf.researchr.org/profile/issta-2022/tingliu" target="_blank" class="pers-fullname navigate">Liu, Ting</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Xi'an Jiaotong University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1137aa7f-954f-445a-9135-44f68052968f">One Step Further: Evaluating Interpreters Using Metamorphic Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Tongping Liu</span><a href="https://conf.researchr.org/profile/issta-2022/tongpingliu1" target="_blank" class="pers-fullname navigate">Liu, Tongping</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Massachusetts at Amherst</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3b7b4e5-7a82-4a85-83b5-6f2ce42864bd">Deadlock Prediction via Generalized Dependency</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xuwei Liu</span><a href="https://conf.researchr.org/profile/issta-2022/xuweiliu1" target="_blank" class="pers-fullname navigate">Liu, Xuwei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Purdue University, USA</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="30011566-d1f2-447c-98f3-13af392f09a4">TensileFuzz: Facilitating Seed Input Generation in Fuzzing via String Constraint Solving</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yang Liu</span><a href="https://conf.researchr.org/profile/issta-2022/yangliu" target="_blank" class="pers-fullname navigate">Liu, Yang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="390821ed-da2f-4e2a-9b7f-e45a117ef481">Efficient Greybox Fuzzing of Applications in Linux-based IoT Devices via Enhanced User-mode Emulation</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3fccf6fd-e721-4e80-8cb1-23ff633b5b6d">Cross-Lingual Transfer Learning for Statistical Type Inference</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ye Liu</span><a href="https://conf.researchr.org/profile/issta-2022/yeliu" target="_blank" class="pers-fullname navigate">Liu, Ye</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University, Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="c3057289-b83d-4a37-bcaf-e75a089e0585">Finding Permission Bugs in Smart Contracts with Role Mining</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yulei Liu</span><a href="https://conf.researchr.org/profile/issta-2022/yuleiliu" target="_blank" class="pers-fullname navigate">Liu, Yulei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="cbb6b72a-184c-451f-95ca-80b0982ef354">UniRLTest: Universal Platform-Independent Testing with Reinforcement Learning via Image Understanding</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhibo Liu</span><a href="https://conf.researchr.org/profile/issta-2022/zhiboliu" target="_blank" class="pers-fullname navigate">Liu, Zhibo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Hong Kong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">David Lo</span><a href="https://conf.researchr.org/profile/issta-2022/davidlo" target="_blank" class="pers-fullname navigate">Lo, David</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Singapore Management University</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a23833f7-ebde-40c4-bc5e-37ba630932fc">Test Mimicry to Assess the Exploitability of Library Vulnerabilities</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Panos Louridas</span><a href="https://conf.researchr.org/profile/issta-2022/panoslouridas" target="_blank" class="pers-fullname navigate">Louridas, Panos</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Athens University of Economics and Business</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yifei Lu</span><a href="https://conf.researchr.org/profile/issta-2022/yifeilu1" target="_blank" class="pers-fullname navigate">Lu, Yifei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="73a2a1ae-3f6a-429c-970c-bdb0eb0e25bc">Detecting Resource Utilization Bugs Induced by Variant Lifecycles in Android</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chuan Luo</span><a href="https://conf.researchr.org/profile/issta-2022/chuanluo" target="_blank" class="pers-fullname navigate">Luo, Chuan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beihang University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="4..6" data-facet-rolecount-order="104" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiapu Luo</span><a href="https://conf.researchr.org/profile/issta-2022/xiapuluo" target="_blank" class="pers-fullname navigate">Luo, Xiapu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Hong Kong Polytechnic University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f25202a1-95b8-4d30-b807-6168be042bd4">PrIntFuzz: Fuzzing Linux Drivers via Automated Virtual Device Simulation</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="224ba24c-8e7b-4596-91e2-64af367391f2">WASAI: Uncovering Vulnerabilities in Wasm Smart Contracts</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a25e6230-91ee-4af9-92ae-c1c35620b311">NCScope: Hardware-Assisted Analyzer for Native Code in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ac33ef67-ae4e-416d-b0d2-fb7fc9debb0c">Park: Accelerating Smart Contract Vulnerability Detection via Parallel-fork Symbolic Execution</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chenyang Lyu</span><a href="https://conf.researchr.org/profile/issta-2022/chenyanglyu" target="_blank" class="pers-fullname navigate">Lyu, Chenyang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michael Lyu</span><a href="https://conf.researchr.org/profile/issta-2022/michaellyu" target="_blank" class="pers-fullname navigate">Lyu, Michael</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e5d0bfc1-1dbe-4251-a7bb-d660261fc933">AEON: A Method for Automatic Evaluation of NLP Test Cases</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">M</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Feifei Ma</span><a href="https://conf.researchr.org/profile/issta-2022/feifeima" target="_blank" class="pers-fullname navigate">Ma, Feifei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software, Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="01836101-fb47-4e59-a27c-6d024e4b2ad9">蔚-weakened Robustness of Deep Neural Networks</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lei Ma</span><a href="https://conf.researchr.org/profile/issta-2022/leima" target="_blank" class="pers-fullname navigate">Ma, Lei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Alberta</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Session chair" data-facet-conference="AISTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/home/issta-2022/aista-2022" target="_blank" class="navigate">Session Chair of Main Session (part of AISTA)</a></div><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Co-chair in Organizing Committee within the AISTA-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Pingchuan Ma</span><a href="https://conf.researchr.org/profile/issta-2022/pingchuanma" target="_blank" class="pers-fullname navigate">Ma, Pingchuan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">HKUST</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Siqi Ma</span><a href="https://conf.researchr.org/profile/issta-2022/siqima1" target="_blank" class="pers-fullname navigate">Ma, Siqi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">the University of Queensland</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f25202a1-95b8-4d30-b807-6168be042bd4">PrIntFuzz: Fuzzing Linux Drivers via Automated Virtual Device Simulation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zheyu Ma</span><a href="https://conf.researchr.org/profile/issta-2022/zheyuma1" target="_blank" class="pers-fullname navigate">Ma, Zheyu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f25202a1-95b8-4d30-b807-6168be042bd4">PrIntFuzz: Fuzzing Linux Drivers via Automated Virtual Device Simulation</a></div></div></div></td></tr><tr data-facet-country="Denmark" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Magnus Madsen</span><a href="https://conf.researchr.org/profile/issta-2022/magnusmadsen" target="_blank" class="pers-fullname navigate">Madsen, Magnus</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Aarhus University</strong><span class="pull-right"><strong class="small text-muted pers-country">Denmark</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sonal Mahajan</span><a href="https://conf.researchr.org/profile/issta-2022/sonalmahajan" target="_blank" class="pers-fullname navigate">Mahajan, Sonal</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Uber Technologies Inc.</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Student Volunteer Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-student-volunteers-student-volunteer-committee" target="_blank" class="navigate">Student Volunteer Co-Chair in Student Volunteer Committee within the ISSTA Student Volunteers-track</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Andrian Marcus</span><a href="https://conf.researchr.org/profile/issta-2022/andrianmarcus" target="_blank" class="pers-fullname navigate">Marcus, Andrian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Texas at Dallas</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="68cda9a2-5b17-4bd8-898a-7a883c6d7ed3">Faster Mutation Analysis with MeMu</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="c180566d-c97f-41a4-be04-0c62217eb5fb">Patch Correctness Assessment in Automated Program Repair Based on the Impact of Patches on Production and Test Code</a></div></div></div></td></tr><tr data-facet-country="Italy" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Leonardo Mariani</span><a href="https://conf.researchr.org/profile/issta-2022/leonardomariani" target="_blank" class="pers-fullname navigate">Mariani, Leonardo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Milano-Bicocca</strong><span class="pull-right"><strong class="small text-muted pers-country">Italy</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="82956437-92fd-452b-96ff-c6d53d705ecb">Automatic Generation of Smoke Test Suites for Kubernetes</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Darko Marinov</span><a href="https://conf.researchr.org/profile/issta-2022/darkomarinov" target="_blank" class="pers-fullname navigate">Marinov, Darko</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Illinois at Urbana-Champaign</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0f28de76-0ac4-4ee1-aad1-ddea8953547a">After graduation: academia vs industry</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hong Mei</span><a href="https://conf.researchr.org/profile/issta-2022/hongmei2" target="_blank" class="pers-fullname navigate">Mei, Hong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Peking University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3426d6c-4aad-49f4-b816-20f989c4d47a">RegMiner: Towards Constructing a Large Regression Dataset from Code Evolution History</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Kristof Meixner</span><a href="https://conf.researchr.org/profile/issta-2022/kristofmeixner" target="_blank" class="pers-fullname navigate">Meixner, Kristof</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">TU Wien</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Rafael Menezes</span><a href="https://conf.researchr.org/profile/issta-2022/rafaelmenezes" target="_blank" class="pers-fullname navigate">Menezes, Rafael</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Manchester</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a3bfb1a5-53ff-4cc1-a49b-76143d3d1c5b">ESBMC-CHERI: Towards Verification of C Programs for CHERI Platforms with ESBMC</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="180defb7-c3ee-4500-8d13-aad50d797e72">ESBMC-Jimple: Verifying Kotlin Programs via Jimple Intermediate Representation</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ruijie Meng</span><a href="https://conf.researchr.org/profile/issta-2022/ruijiemeng1" target="_blank" class="pers-fullname navigate">Meng, Ruijie</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore, Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="Austria" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Gabriela Karoline Michelon</span><a href="https://conf.researchr.org/profile/issta-2022/gabrielakarolinemichelon" target="_blank" class="pers-fullname navigate">Michelon, Gabriela Karoline</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Johannes Kepler University Linz</strong><span class="pull-right"><strong class="small text-muted pers-country">Austria</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ana Milanova</span><a href="https://conf.researchr.org/profile/issta-2022/anamilanova" target="_blank" class="pers-fullname navigate">Milanova, Ana</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Rensselaer Polytechnic Institute</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="8b15c77c-650c-416c-aab6-29d4cbc56c9c">The Raise of Machine Learning Hyperparameter Constraints in Python Code</a></div></div></div></td></tr><tr data-facet-country="Brazil" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Breno Miranda</span><a href="https://conf.researchr.org/profile/issta-2022/brenomiranda" target="_blank" class="pers-fullname navigate">Miranda, Breno</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Federal University of Pernambuco</strong><span class="pull-right"><strong class="small text-muted pers-country">Brazil</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Tool demonstration Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Tool demonstration Co-Chair in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sasa Misailovic</span><a href="https://conf.researchr.org/profile/issta-2022/sasamisailovic" target="_blank" class="pers-fullname navigate">Misailovic, Sasa</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Illinois at Urbana-Champaign</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ffcf5a87-d078-4587-858d-d96734e95926">PhD advice panel discussion</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shouvick Mondal</span><a href="https://conf.researchr.org/profile/issta-2022/shouvickmondal1" target="_blank" class="pers-fullname navigate">Mondal, Shouvick</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Concordia University, Montreal, Canada</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Austin Mordahl</span><a href="https://conf.researchr.org/profile/issta-2022/austinmordahl" target="_blank" class="pers-fullname navigate">Mordahl, Austin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Texas at Dallas</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Daniel Moura</span><a href="https://conf.researchr.org/profile/issta-2022/danielmoura" target="_blank" class="pers-fullname navigate">Moura, Daniel</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Federal University of Amazonas</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="180defb7-c3ee-4500-8d13-aad50d797e72">ESBMC-Jimple: Verifying Kotlin Programs via Jimple Intermediate Representation</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Rebecca Moussa</span><a href="https://conf.researchr.org/profile/issta-2022/rebeccamoussa" target="_blank" class="pers-fullname navigate">Moussa, Rebecca</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University College London</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f13c1e10-6437-412a-831b-354c96e215bf">On the Use of Evaluation Measures for Defect Prediction Studies</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Todd Mytkowicz</span><a href="https://conf.researchr.org/profile/issta-2022/toddmytkowicz" target="_blank" class="pers-fullname navigate">Mytkowicz, Todd</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Microsoft Research</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="29b261d4-df25-4f20-bfe6-7cddb16b6cc1">Using Pre-trained Language Models to Resolve Textual and Semantic Merge Conflicts (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="Denmark" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Anders M酶ller</span><a href="https://conf.researchr.org/profile/issta-2022/andersmoller" target="_blank" class="pers-fullname navigate">M酶ller, Anders</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Aarhus University</strong><span class="pull-right"><strong class="small text-muted pers-country">Denmark</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Switzerland" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Peter M眉ller</span><a href="https://conf.researchr.org/profile/issta-2022/petermller" target="_blank" class="pers-fullname navigate">M眉ller, Peter</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">ETH Zurich</strong><span class="pull-right"><strong class="small text-muted pers-country">Switzerland</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">N</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Marcus Nachtigall</span><a href="https://conf.researchr.org/profile/issta-2022/marcusnachtigall1" target="_blank" class="pers-fullname navigate">Nachtigall, Marcus</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Heinz Nixdorf Institute, Paderborn University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b8d3334c-3da0-46d7-9d3d-e919a59bd807">A Large-scale Study of Usability Criteria addressed by Static Analysis Tools</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuhong Nan</span><a href="https://conf.researchr.org/profile/issta-2022/yuhongnan" target="_blank" class="pers-fullname navigate">Nan, Yuhong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Sun Yat-sen University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0511501e-27a7-466e-adce-c1c0505c2588">SmartDagger : A Bytecode-based Static Analysis Approach for Detecting Cross-contract Vulnerability</a></div></div></div></td></tr><tr data-facet-country="Australia" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Neelofar Neelofar</span><a href="https://conf.researchr.org/profile/issta-2022/neelofarneelofar" target="_blank" class="pers-fullname navigate">Neelofar, Neelofar</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Monash University</strong><span class="pull-right"><strong class="small text-muted pers-country">Australia</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Siang Hwee Ng</span><a href="https://conf.researchr.org/profile/issta-2022/sianghweeng" target="_blank" class="pers-fullname navigate">Ng, Siang Hwee</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3426d6c-4aad-49f4-b816-20f989c4d47a">RegMiner: Towards Constructing a Large Regression Dataset from Code Evolution History</a></div></div></div></td></tr><tr data-facet-country="Luxembourg" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chanh-Duc Ngo</span><a href="https://conf.researchr.org/profile/issta-2022/chanhducngo" target="_blank" class="pers-fullname navigate">Ngo, Chanh-Duc</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Luxembourg</strong><span class="pull-right"><strong class="small text-muted pers-country">Luxembourg</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="bdd856af-9c00-4f53-80f5-ab3453af1a7f">ATUA: an Update-driven App Testing Tool</a></div></div></div></td></tr><tr data-facet-country="Switzerland" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lisa Nguyen Quang Do</span><a href="https://conf.researchr.org/profile/issta-2022/lisanguyenquangdo" target="_blank" class="pers-fullname navigate">Nguyen Quang Do, Lisa</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Google</strong><span class="pull-right"><strong class="small text-muted pers-country">Switzerland</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Switzerland in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="Italy" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Phuong T. Nguyen</span><a href="https://conf.researchr.org/profile/issta-2022/phuongtnguyen" target="_blank" class="pers-fullname navigate">Nguyen, Phuong T.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of L鈥橝quila</strong><span class="pull-right"><strong class="small text-muted pers-country">Italy</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">ThanhVu Nguyen</span><a href="https://conf.researchr.org/profile/issta-2022/thanhvunguyen" target="_blank" class="pers-fullname navigate">Nguyen, ThanhVu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">George Mason University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3464babc-e641-4125-9fbc-3d29e2862a8d">ATR: Template-based Repair for Alloy Specifications</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Truong Giang Nguyen</span><a href="https://conf.researchr.org/profile/issta-2022/truonggiangnguyen" target="_blank" class="pers-fullname navigate">Nguyen, Truong Giang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">School of Computing and Information Systems, Singapore Management University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a23833f7-ebde-40c4-bc5e-37ba630932fc">Test Mimicry to Assess the Exploitability of Library Vulnerabilities</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yannic Noller</span><a href="https://conf.researchr.org/profile/issta-2022/yannicnoller" target="_blank" class="pers-fullname navigate">Noller, Yannic</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">O</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hakjoo Oh</span><a href="https://conf.researchr.org/profile/issta-2022/hakjoooh" target="_blank" class="pers-fullname navigate">Oh, Hakjoo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Korea University</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">John-Paul Ore</span><a href="https://conf.researchr.org/profile/issta-2022/johnpaulore" target="_blank" class="pers-fullname navigate">Ore, John-Paul</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">North Carolina State University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Alessandro Orso</span><a href="https://conf.researchr.org/profile/issta-2022/alessandroorso" target="_blank" class="pers-fullname navigate">Orso, Alessandro</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Georgia Tech</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0b4cc58f-db72-4163-901d-961b86c36e8e">Automated Test Generation for REST APIs: No Time to Rest Yet</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Alex Orso</span><a href="https://conf.researchr.org/profile/issta-2022/alexorso" target="_blank" class="pers-fullname navigate">Orso, Alex</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Georgia Institute of Technology </strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3e7bd6b2-c45a-4985-a224-75e07684adc1">Publishing strategies</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">P</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Rohan Padhye</span><a href="https://conf.researchr.org/profile/issta-2022/rohanpadhye" target="_blank" class="pers-fullname navigate">Padhye, Rohan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Carnegie Mellon University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Minxue Pan</span><a href="https://conf.researchr.org/profile/issta-2022/minxuepan" target="_blank" class="pers-fullname navigate">Pan, Minxue</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="73a2a1ae-3f6a-429c-970c-bdb0eb0e25bc">Detecting Resource Utilization Bugs Induced by Variant Lifecycles in Android</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Qi Pang</span><a href="https://conf.researchr.org/profile/issta-2022/qipang" target="_blank" class="pers-fullname navigate">Pang, Qi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">HKUST</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1d4ad240-e412-4ae8-a8bf-74306e764f2c">MDPFuzz: Testing Models Solving Markov Decision Processes</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jihyeok Park</span><a href="https://conf.researchr.org/profile/issta-2022/jihyeokpark" target="_blank" class="pers-fullname navigate">Park, Jihyeok</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Oracle Labs, Australia</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Web Co-Chair in Organizing Comittee for ISSTA 2022</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Corina S. Pasareanu</span><a href="https://conf.researchr.org/profile/issta-2022/corinaspasareanu" target="_blank" class="pers-fullname navigate">Pasareanu, Corina S.</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Carnegie Mellon University Silicon Valley, NASA Ames Research Center</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a23833f7-ebde-40c4-bc5e-37ba630932fc">Test Mimicry to Assess the Exploitability of Library Vulnerabilities</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Luxembourg" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Fabrizio Pastore</span><a href="https://conf.researchr.org/profile/issta-2022/fabriziopastore" target="_blank" class="pers-fullname navigate">Pastore, Fabrizio</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Luxembourg</strong><span class="pull-right"><strong class="small text-muted pers-country">Luxembourg</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="bdd856af-9c00-4f53-80f5-ab3453af1a7f">ATUA: an Update-driven App Testing Tool</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Karthik Pattabiraman</span><a href="https://conf.researchr.org/profile/issta-2022/karthikpattabiraman" target="_blank" class="pers-fullname navigate">Pattabiraman, Karthik</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of British Columbia</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ff3a72e0-bda2-4751-bf66-895284fccc59">eTainter: Detecting Gas-Related Vulnerabilities in Smart Contracts</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yu Pei</span><a href="https://conf.researchr.org/profile/issta-2022/yupei" target="_blank" class="pers-fullname navigate">Pei, Yu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Hong Kong Polytechnic University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="73a2a1ae-3f6a-429c-970c-bdb0eb0e25bc">Detecting Resource Utilization Bugs Induced by Variant Lifecycles in Android</a></div></div></div></td></tr><tr data-facet-country="Israel" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hila Peleg</span><a href="https://conf.researchr.org/profile/issta-2022/hilapeleg" target="_blank" class="pers-fullname navigate">Peleg, Hila</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Technion</strong><span class="pull-right"><strong class="small text-muted pers-country">Israel</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Tool demonstration Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Tool demonstration Co-Chair in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chao Peng</span><a href="https://conf.researchr.org/profile/issta-2022/chaopeng" target="_blank" class="pers-fullname navigate">Peng, Chao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">ByteDance, China</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xin Peng</span><a href="https://conf.researchr.org/profile/issta-2022/xinpeng" target="_blank" class="pers-fullname navigate">Peng, Xin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Fudan University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="31f27e46-0b8e-4997-aa19-c8946405cf43">iFixDataloss: A Tool for Detecting and Fixing Data Loss Issues in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="90b81cbc-9756-4a7a-b56a-854dc0d4ab28">Detecting and Fixing Data Loss Issues in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3426d6c-4aad-49f4-b816-20f989c4d47a">RegMiner: Towards Constructing a Large Regression Dataset from Code Evolution History</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">James Perretta</span><a href="https://conf.researchr.org/profile/issta-2022/jamesperretta" target="_blank" class="pers-fullname navigate">Perretta, James</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Northeastern University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="762c9d1b-603d-47c2-807e-1ec1c7860243">On the Use of Mutation Analysis For Evaluating Student Test Suite Quality</a></div></div></div></td></tr><tr data-facet-country="Switzerland" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mauro Pezze</span><a href="https://conf.researchr.org/profile/issta-2022/mauropezze" target="_blank" class="pers-fullname navigate">Pezze, Mauro</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">USI Lugano; Schaffhausen Institute of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">Switzerland</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hung Viet Pham</span><a href="https://conf.researchr.org/profile/issta-2022/hungvietpham" target="_blank" class="pers-fullname navigate">Pham, Hung Viet</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Waterloo</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="14650850-01db-4b0f-a87f-6d15808cdc36">DocTer: Documentation-Guided Fuzzing for Testing Deep Learning API Functions</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Thuan Pham</span><a href="https://conf.researchr.org/profile/issta-2022/thuanpham" target="_blank" class="pers-fullname navigate">Pham, Thuan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The University of Melbourne</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a82a055a-f71e-4aa3-ae8f-f08287eb2421">Human-in-the-Loop Oracle Learning for Semantic Bugs in String Processing Programs</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Oskar Picus</span><a href="https://conf.researchr.org/profile/issta-2022/oskarpicus" target="_blank" class="pers-fullname navigate">Picus, Oskar</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ebcda8ab-bab9-4f79-9c76-56cd061e1967">A tool support for bug triage automation</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ruzica Piskac</span><a href="https://conf.researchr.org/profile/issta-2022/ruzicapiskac" target="_blank" class="pers-fullname navigate">Piskac, Ruzica</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Yale University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="29b261d4-df25-4f20-bfe6-7cddb16b6cc1">Using Pre-trained Language Models to Resolve Textual and Semantic Merge Conflicts (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sorawee Porncharoenwase</span><a href="https://conf.researchr.org/profile/issta-2022/soraweeporncharoenwase1" target="_blank" class="pers-fullname navigate">Porncharoenwase, Sorawee</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Washington</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="dda12aea-9346-4d36-b187-cb00b2556edc">Testing Dafny (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michael Pradel</span><a href="https://conf.researchr.org/profile/issta-2022/michaelpradel" target="_blank" class="pers-fullname navigate">Pradel, Michael</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Stuttgart</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="65911dbb-78ef-48a4-928c-9816e2ee0b6a">Neural Software Analysis: the Good, the Bad, and the Ugly</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Alexander Pretschner</span><a href="https://conf.researchr.org/profile/issta-2022/alexanderpretschner" target="_blank" class="pers-fullname navigate">Pretschner, Alexander</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">TU Munich</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="8aafbc21-8bff-4e77-8c7f-86bc4c9eaf76">An Empirical Study on the Effectiveness of Static C/C++ Analyzers for Vulnerability Detection</a></div></div></div></td></tr><tr data-facet-country="India" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Rahul Purandare</span><a href="https://conf.researchr.org/profile/issta-2022/rahulpurandare" target="_blank" class="pers-fullname navigate">Purandare, Rahul</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IIIT-Delhi</strong><span class="pull-right"><strong class="small text-muted pers-country">India</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">Q</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xu, Qiang</span><a href="https://conf.researchr.org/profile/issta-2022/xuqiang" target="_blank" class="pers-fullname navigate">Qiang, Xu,</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1e806901-4ff6-4229-b123-808b25d2d352">HybridRepair: Towards Annotation-Efficient Repair for Deep Learning Models</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xinran Qin</span><a href="https://conf.researchr.org/profile/issta-2022/xinranqin" target="_blank" class="pers-fullname navigate">Qin, Xinran</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">South China University of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="53cf8458-27e6-44e3-8bb5-f7395684f02b">Automated Testing of Image Captioning Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zheng Qin</span><a href="https://conf.researchr.org/profile/issta-2022/zhengqin" target="_blank" class="pers-fullname navigate">Qin, Zheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Han Qiu</span><a href="https://conf.researchr.org/profile/issta-2022/hanqiu" target="_blank" class="pers-fullname navigate">Qiu, Han</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b444948f-d290-4e29-915d-2c1aa1efa956">jTrans: Jump-Aware Transformer for Binary Code Similarity Detection</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b58149e6-14e2-4bb1-9a85-3274f34b81a3">BET: Black-box Efficient Testing for Convolutional Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wenjie Qu</span><a href="https://conf.researchr.org/profile/issta-2022/wenjiequ" target="_blank" class="pers-fullname navigate">Qu, Wenjie</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Huazhong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b444948f-d290-4e29-915d-2c1aa1efa956">jTrans: Jump-Aware Transformer for Binary Code Similarity Detection</a></div></div></div></td></tr><tr data-facet-country="Brazil" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">R</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mikhail R. Gadelha</span><a href="https://conf.researchr.org/profile/issta-2022/mikhailrgadelha" target="_blank" class="pers-fullname navigate">R. Gadelha, Mikhail</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Igalia</strong><span class="pull-right"><strong class="small text-muted pers-country">Brazil</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a3bfb1a5-53ff-4cc1-a49b-76143d3d1c5b">ESBMC-CHERI: Towards Verification of C Programs for CHERI Platforms with ESBMC</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ingkarat Rak-amnouykit</span><a href="https://conf.researchr.org/profile/issta-2022/ingkaratrakamnouykit" target="_blank" class="pers-fullname navigate">Rak-amnouykit, Ingkarat</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Rensselaer Polytechnic Institute</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="8b15c77c-650c-416c-aab6-29d4cbc56c9c">The Raise of Machine Learning Hyperparameter Constraints in Python Code</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zvonimir Rakamaric</span><a href="https://conf.researchr.org/profile/issta-2022/zvonimirrakamaric1" target="_blank" class="pers-fullname navigate">Rakamaric, Zvonimir</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Amazon Web Services</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="dda12aea-9346-4d36-b187-cb00b2556edc">Testing Dafny (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="Spain" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Aurora Ram铆rez</span><a href="https://conf.researchr.org/profile/issta-2022/auroraramirez" target="_blank" class="pers-fullname navigate">Ram铆rez, Aurora</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of C贸rdoba</strong><span class="pull-right"><strong class="small text-muted pers-country">Spain</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Baishakhi Ray</span><a href="https://conf.researchr.org/profile/issta-2022/baishakhiray" target="_blank" class="pers-fullname navigate">Ray, Baishakhi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Columbia University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="877528ba-62e1-4732-b25f-6526d9ea6ed1">Detecting Multi-Sensor Fusion Errors in Advanced Driver-Assistance Systems</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Giles Reger</span><a href="https://conf.researchr.org/profile/issta-2022/gilesreger" target="_blank" class="pers-fullname navigate">Reger, Giles</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Manchester</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a3bfb1a5-53ff-4cc1-a49b-76143d3d1c5b">ESBMC-CHERI: Towards Verification of C Programs for CHERI Platforms with ESBMC</a></div></div></div></td></tr><tr data-facet-country="Argentina" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Germ谩n Regis</span><a href="https://conf.researchr.org/profile/issta-2022/germanregis" target="_blank" class="pers-fullname navigate">Regis, Germ谩n</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Universidad Nacional de R铆o Cuarto</strong><span class="pull-right"><strong class="small text-muted pers-country">Argentina</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3464babc-e641-4125-9fbc-3d29e2862a8d">ATR: Template-based Repair for Alloy Specifications</a></div></div></div></td></tr><tr data-facet-country="Portugal" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sofia Reis</span><a href="https://conf.researchr.org/profile/issta-2022/sofiareis" target="_blank" class="pers-fullname navigate">Reis, Sofia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Instituto Superior T茅cnico, U. Lisboa & INESC-ID</strong><span class="pull-right"><strong class="small text-muted pers-country">Portugal</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Letu Ren</span><a href="https://conf.researchr.org/profile/issta-2022/leturen" target="_blank" class="pers-fullname navigate">Ren, Letu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Department of Computer Science and Technology, Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f25202a1-95b8-4d30-b807-6168be042bd4">PrIntFuzz: Fuzzing Linux Drivers via Automated Virtual Device Simulation</a></div></div></div></td></tr><tr data-facet-country="Italy" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Juri Di Rocco</span><a href="https://conf.researchr.org/profile/issta-2022/juridirocco" target="_blank" class="pers-fullname navigate">Rocco, Juri Di</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of L'Aquila</strong><span class="pull-right"><strong class="small text-muted pers-country">Italy</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yi Rong</span><a href="https://conf.researchr.org/profile/issta-2022/yirong1" target="_blank" class="pers-fullname navigate">Rong, Yi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b58149e6-14e2-4bb1-9a85-3274f34b81a3">BET: Black-box Efficient Testing for Convolutional Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Subhajit Roy</span><a href="https://conf.researchr.org/profile/issta-2022/subhajitroy" target="_blank" class="pers-fullname navigate">Roy, Subhajit</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IIT Kanpur, India</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6cb7f7d-34eb-4481-aad4-23d295426f0f">Almost Correct Invariants: Synthesizing Inductive Invariants by Fuzzing Proofs</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Abhik Roychoudhury</span><a href="https://conf.researchr.org/profile/issta-2022/abhikroychoudhury" target="_blank" class="pers-fullname navigate">Roychoudhury, Abhik</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0c3f797-e358-43b5-9412-7f693629b7fa">Program Vulnerability Repair via Inductive Inference</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Julia Rubin</span><a href="https://conf.researchr.org/profile/issta-2022/juliarubin" target="_blank" class="pers-fullname navigate">Rubin, Julia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of British Columbia</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ff3a72e0-bda2-4751-bf66-895284fccc59">eTainter: Detecting Gas-Related Vulnerabilities in Smart Contracts</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Cindy Rubio-Gonz谩lez</span><a href="https://conf.researchr.org/profile/issta-2022/cindyrubiogonzalez" target="_blank" class="pers-fullname navigate">Rubio-Gonz谩lez, Cindy</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of California at Davis</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Neha Rungta</span><a href="https://conf.researchr.org/profile/issta-2022/neharungta" target="_blank" class="pers-fullname navigate">Rungta, Neha</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Amazon Web Services</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="dda12aea-9346-4d36-b187-cb00b2556edc">Testing Dafny (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="4..6" data-facet-rolecount-order="105" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sukyoung Ryu</span><a href="https://conf.researchr.org/profile/issta-2022/sukyoungryu" target="_blank" class="pers-fullname navigate">Ryu, Sukyoung</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">KAIST</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">General Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-keynotes" target="_blank" class="navigate">Session Chair of Keynote (part of ISSTA Keynotes)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-keynotes" target="_blank" class="navigate">Session Chair of Keynote (part of ISSTA Keynotes)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-keynotes" target="_blank" class="navigate">Session Chair of Impact Paper Presentation (part of ISSTA Keynotes)</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0b3b354a-9929-4eb9-9047-be33542d4bc4">Award Presentations & Chair Report</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">S</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Federica Sarro</span><a href="https://conf.researchr.org/profile/issta-2022/federicasarro" target="_blank" class="pers-fullname navigate">Sarro, Federica</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University College London</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f13c1e10-6437-412a-831b-354c96e215bf">On the Use of Evaluation Measures for Defect Prediction Studies</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Riccardo Scandariato</span><a href="https://conf.researchr.org/profile/issta-2022/riccardoscandariato2" target="_blank" class="pers-fullname navigate">Scandariato, Riccardo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Hamburg University of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3914be2f-0913-4a47-8c06-a971fdb4f8a7">Maestro: A Platform for Benchmarking Automatic Program Repair Tools on Software Vulnerabilities</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michael Schlichtig</span><a href="https://conf.researchr.org/profile/issta-2022/michaelschlichtig" target="_blank" class="pers-fullname navigate">Schlichtig, Michael</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Heinz Nixdorf Institute, Paderborn University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b8d3334c-3da0-46d7-9d3d-e919a59bd807">A Large-scale Study of Usability Criteria addressed by Static Analysis Tools</a></div></div></div></td></tr><tr data-facet-country="Austria" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michael Schr枚der</span><a href="https://conf.researchr.org/profile/issta-2022/michaelschroder" target="_blank" class="pers-fullname navigate">Schr枚der, Michael</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">TU Wien</strong><span class="pull-right"><strong class="small text-muted pers-country">Austria</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Koushik Sen</span><a href="https://conf.researchr.org/profile/issta-2022/koushiksen" target="_blank" class="pers-fullname navigate">Sen, Koushik</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of California at Berkeley</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Romania" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Camelia Serban</span><a href="https://conf.researchr.org/profile/issta-2022/cameliaserban" target="_blank" class="pers-fullname navigate">Serban, Camelia</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Department of Computer Science, Babes-Bolyai University</strong><span class="pull-right"><strong class="small text-muted pers-country">Romania</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ebcda8ab-bab9-4f79-9c76-56cd061e1967">A tool support for bug triage automation</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ridwan Salihin Shariffdeen</span><a href="https://conf.researchr.org/profile/issta-2022/ridwansalihinshariffdeen" target="_blank" class="pers-fullname navigate">Shariffdeen, Ridwan Salihin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Arnab Sharma</span><a href="https://conf.researchr.org/profile/issta-2022/arnabsharma" target="_blank" class="pers-fullname navigate">Sharma, Arnab</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Paderborn</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jiasi Shen</span><a href="https://conf.researchr.org/profile/issta-2022/jiasishen" target="_blank" class="pers-fullname navigate">Shen, Jiasi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Massachusetts Institute of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Committee Member in Organizing Committee within the AISTA-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Liwei Shen</span><a href="https://conf.researchr.org/profile/issta-2022/liweishen" target="_blank" class="pers-fullname navigate">Shen, Liwei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Fudan University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="31f27e46-0b8e-4997-aa19-c8946405cf43">iFixDataloss: A Tool for Detecting and Fixing Data Loss Issues in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="90b81cbc-9756-4a7a-b56a-854dc0d4ab28">Detecting and Fixing Data Loss Issues in Android Apps</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="4..6" data-facet-rolecount-order="106" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">August Shi</span><a href="https://conf.researchr.org/profile/issta-2022/augustshi" target="_blank" class="pers-fullname navigate">Shi, August</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Texas at Austin</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Doctoral Symposium Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="190877ac-4990-49f7-8690-a224b7100430">Evolution-Aware Detection of Order-Dependent Flaky Tests</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="45e60973-3132-4ab8-997b-9425d6a6bab1">Opening</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2eb88ff0-db62-4060-b2d6-772867b125e5">Closing</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Doctoral Symposium Co-Chair in Program Committee within the ISSTA Doctoral Symposium-track</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wenchang Shi</span><a href="https://conf.researchr.org/profile/issta-2022/wenchangshi" target="_blank" class="pers-fullname navigate">Shi, Wenchang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Renmin University of China, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="748cfcac-a3fd-41ac-b390-8dc06b46aba9">Hunting Bugs with Accelerated Optimal Graph Vertex Matching</a></div></div></div></td></tr><tr data-facet-country="Luxembourg" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Donghwan Shin</span><a href="https://conf.researchr.org/profile/issta-2022/donghwanshin" target="_blank" class="pers-fullname navigate">Shin, Donghwan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Luxembourg</strong><span class="pull-right"><strong class="small text-muted pers-country">Luxembourg</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Student Volunteer Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-student-volunteers-student-volunteer-committee" target="_blank" class="navigate">Student Volunteer Co-Chair in Student Volunteer Committee within the ISSTA Student Volunteers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Fedor Shmarov</span><a href="https://conf.researchr.org/profile/issta-2022/fedorshmarov" target="_blank" class="pers-fullname navigate">Shmarov, Fedor</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The University of Manchester</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a3bfb1a5-53ff-4cc1-a49b-76143d3d1c5b">ESBMC-CHERI: Towards Verification of C Programs for CHERI Platforms with ESBMC</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ali Shokri</span><a href="https://conf.researchr.org/profile/issta-2022/alishokri" target="_blank" class="pers-fullname navigate">Shokri, Ali</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Rochester Institute of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="France" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Somesh Singh</span><a href="https://conf.researchr.org/profile/issta-2022/someshsingh" target="_blank" class="pers-fullname navigate">Singh, Somesh</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">INRIA, ENS Lyon</strong><span class="pull-right"><strong class="small text-muted pers-country">France</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Saurabh Sinha</span><a href="https://conf.researchr.org/profile/issta-2022/saurabhsinha" target="_blank" class="pers-fullname navigate">Sinha, Saurabh</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">IBM Research</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0b4cc58f-db72-4163-901d-961b86c36e8e">Automated Test Generation for REST APIs: No Time to Rest Yet</a></div></div></div></td></tr><tr data-facet-country="Greece" data-facet-rolecount="4..6" data-facet-rolecount-order="105" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yannis Smaragdakis</span><a href="https://conf.researchr.org/profile/issta-2022/yannissmaragdakis" target="_blank" class="pers-fullname navigate">Smaragdakis, Yannis</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Athens</strong><span class="pull-right"><strong class="small text-muted pers-country">Greece</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Program Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-keynotes" target="_blank" class="navigate">Session Chair of Keynote (part of ISSTA Keynotes)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-keynotes" target="_blank" class="navigate">Session Chair of Keynote (part of ISSTA Keynotes)</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0b3b354a-9929-4eb9-9047-be33542d4bc4">Award Presentations & Chair Report</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Program Chair in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Luxembourg" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jeongju Sohn</span><a href="https://conf.researchr.org/profile/issta-2022/jeongjusohn" target="_blank" class="pers-fullname navigate">Sohn, Jeongju</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Luxembourg, Luxembourg</strong><span class="pull-right"><strong class="small text-muted pers-country">Luxembourg</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Dokyung Song</span><a href="https://conf.researchr.org/profile/issta-2022/dokyungsong" target="_blank" class="pers-fullname navigate">Song, Dokyung</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Yonsei University, South Korea</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0cd901bb-c601-4b40-bb78-de43fdab150c">Improving Cross-Platform Binary Analysis using Representation Learning via Graph Alignment</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wei Song</span><a href="https://conf.researchr.org/profile/issta-2022/weisong" target="_blank" class="pers-fullname navigate">Song, Wei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="6c5cd4ef-2389-46a6-9050-9c840cfb32d4">PermDroid: Automatically Testing Permission-Related Behaviour of Android Applications</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xuezhi Song</span><a href="https://conf.researchr.org/profile/issta-2022/xuezhisong" target="_blank" class="pers-fullname navigate">Song, Xuezhi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Fudan University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3426d6c-4aad-49f4-b816-20f989c4d47a">RegMiner: Towards Constructing a Large Regression Dataset from Code Evolution History</a></div></div></div></td></tr><tr data-facet-country="Greece" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Diomidis Spinellis</span><a href="https://conf.researchr.org/profile/issta-2022/diomidisspinellis" target="_blank" class="pers-fullname navigate">Spinellis, Diomidis</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Athens University of Economics and Business; Delft University of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">Greece</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Steffen Sp盲the</span><a href="https://conf.researchr.org/profile/issta-2022/steffenspathe" target="_blank" class="pers-fullname navigate">Sp盲the, Steffen</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Friedrich Schiller University Jena</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Clay Stevens</span><a href="https://conf.researchr.org/profile/issta-2022/claystevens" target="_blank" class="pers-fullname navigate">Stevens, Clay</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Nebraska-Lincoln</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="4685ad5d-0d8f-4094-854f-7ab37325a729">Combining Solution Reuse and Bound Tightening for Efficient Analysis of Evolving Systems</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ting Su</span><a href="https://conf.researchr.org/profile/issta-2022/tingsu" target="_blank" class="pers-fullname navigate">Su, Ting</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">East China Normal University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="31f27e46-0b8e-4997-aa19-c8946405cf43">iFixDataloss: A Tool for Detecting and Fixing Data Loss Issues in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="90b81cbc-9756-4a7a-b56a-854dc0d4ab28">Detecting and Fixing Data Loss Issues in Android Apps</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuxin Su</span><a href="https://conf.researchr.org/profile/issta-2022/yuxinsu1" target="_blank" class="pers-fullname navigate">Su, Yuxin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Sun Yat-sen University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e5d0bfc1-1dbe-4251-a7bb-d660261fc933">AEON: A Method for Automatic Evaluation of NLP Test Cases</a></div></div></div></td></tr><tr data-facet-country="Australia" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yulei Sui</span><a href="https://conf.researchr.org/profile/issta-2022/yuleisui" target="_blank" class="pers-fullname navigate">Sui, Yulei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of New South Wales</strong><span class="pull-right"><strong class="small text-muted pers-country">Australia</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="891d225a-3168-465d-9567-d4ede67a6a2e">Path-Sensitive Code Embedding via Contrastive Learning for Software Vulnerability Detection</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jun Sun</span><a href="https://conf.researchr.org/profile/issta-2022/junsun" target="_blank" class="pers-fullname navigate">Sun, Jun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Singapore Management University</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a05e94e7-ef95-4dd7-a498-4054b0f8ccf0">Neural Network Fairness: Verification and Repair</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Limin Sun</span><a href="https://conf.researchr.org/profile/issta-2022/liminsun" target="_blank" class="pers-fullname navigate">Sun, Limin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beijing Key Laboratory of IOT Information Security Technology, Institute of Information Engineering, CAS, China; School of Cyber Security, University of Chinese Academy of Sciences, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="390821ed-da2f-4e2a-9b7f-e45a117ef481">Efficient Greybox Fuzzing of Applications in Linux-based IoT Devices via Enhanced User-mode Emulation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zihan Sun</span><a href="https://conf.researchr.org/profile/issta-2022/zihansun" target="_blank" class="pers-fullname navigate">Sun, Zihan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beijing University of Posts and Telecommunications</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="224ba24c-8e7b-4596-91e2-64af367391f2">WASAI: Uncovering Vulnerabilities in Wasm Smart Contracts</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chico Sundermann</span><a href="https://conf.researchr.org/profile/issta-2022/chicosundermann" target="_blank" class="pers-fullname navigate">Sundermann, Chico</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Ulm</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">T</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hanzhuo Tan</span><a href="https://conf.researchr.org/profile/issta-2022/hanzhuotan" target="_blank" class="pers-fullname navigate">Tan, Hanzhuo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Southern University of Science and Technology, The Hong Kong Polytechnic University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0351e97-6447-4021-8863-fa8570a64dd5">An Extensive Study on Pre-trained Models for Program Understanding and Generation</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lin Tan</span><a href="https://conf.researchr.org/profile/issta-2022/lintan" target="_blank" class="pers-fullname navigate">Tan, Lin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Purdue University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="14650850-01db-4b0f-a87f-6d15808cdc36">DocTer: Documentation-Guided Fuzzing for Testing Deep Learning API Functions</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shin Hwei Tan</span><a href="https://conf.researchr.org/profile/issta-2022/shinhweitan" target="_blank" class="pers-fullname navigate">Tan, Shin Hwei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Southern University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lei Tang</span><a href="https://conf.researchr.org/profile/issta-2022/leitang1" target="_blank" class="pers-fullname navigate">Tang, Lei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div></div></div></td></tr><tr data-facet-country="Canada" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yiming Tang</span><a href="https://conf.researchr.org/profile/issta-2022/yimingtang" target="_blank" class="pers-fullname navigate">Tang, Yiming</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Concordia University</strong><span class="pull-right"><strong class="small text-muted pers-country">Canada</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wei Tian</span><a href="https://conf.researchr.org/profile/issta-2022/weitian" target="_blank" class="pers-fullname navigate">Tian, Wei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Fudan University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="31f27e46-0b8e-4997-aa19-c8946405cf43">iFixDataloss: A Tool for Detecting and Fixing Data Loss Issues in Android Apps</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="90b81cbc-9756-4a7a-b56a-854dc0d4ab28">Detecting and Fixing Data Loss Issues in Android Apps</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuan Tian</span><a href="https://conf.researchr.org/profile/issta-2022/yuantian1" target="_blank" class="pers-fullname navigate">Tian, Yuan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Virginia</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Frank Tip</span><a href="https://conf.researchr.org/profile/issta-2022/franktip" target="_blank" class="pers-fullname navigate">Tip, Frank</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Northeastern University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Cristina-Maria Tiutin</span><a href="https://conf.researchr.org/profile/issta-2022/cristinamariatiutin" target="_blank" class="pers-fullname navigate">Tiutin, Cristina-Maria</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ae35477-556b-4fee-8a7c-08dd1d308586">Test Case Prioritization based on Neural Networks Classification</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Abhishek Tiwari</span><a href="https://conf.researchr.org/profile/issta-2022/abhishektiwari" target="_blank" class="pers-fullname navigate">Tiwari, Abhishek</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Passau, Germany</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="Switzerland" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Paolo Tonella</span><a href="https://conf.researchr.org/profile/issta-2022/paolotonella" target="_blank" class="pers-fullname navigate">Tonella, Paolo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">USI Lugano</strong><span class="pull-right"><strong class="small text-muted pers-country">Switzerland</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0ff3def9-a39d-476b-83f5-5eb167351e19">Simple Techniques Work Surprisingly Well for Neural Network Test Prioritization and Active Learning (Replicability Study)</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Emina Torlak</span><a href="https://conf.researchr.org/profile/issta-2022/eminatorlak" target="_blank" class="pers-fullname navigate">Torlak, Emina</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Amazon Web Services</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="dda12aea-9346-4d36-b187-cb00b2556edc">Testing Dafny (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michele Tufano</span><a href="https://conf.researchr.org/profile/issta-2022/micheletufano" target="_blank" class="pers-fullname navigate">Tufano, Michele</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Microsoft</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-tool-demonstrations-program-committee" target="_blank" class="navigate">Committee Member in Program Committee within the ISSTA Tool Demonstrations-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Alexi Turcotte</span><a href="https://conf.researchr.org/profile/issta-2022/alexiturcotte" target="_blank" class="pers-fullname navigate">Turcotte, Alexi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Northeastern University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="Romania" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">V</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Andreea Vescan</span><a href="https://conf.researchr.org/profile/issta-2022/andreeavescan" target="_blank" class="pers-fullname navigate">Vescan, Andreea</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Babes-Bolyai University</strong><span class="pull-right"><strong class="small text-muted pers-country">Romania</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ae35477-556b-4fee-8a7c-08dd1d308586">Test Case Prioritization based on Neural Networks Classification</a></div></div></div></td></tr><tr data-facet-country="South Africa" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Willem Visser</span><a href="https://conf.researchr.org/profile/issta-2022/willemvisser1" target="_blank" class="pers-fullname navigate">Visser, Willem</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Stellenbosch University</strong><span class="pull-right"><strong class="small text-muted pers-country">South Africa</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="eb7ba552-1bae-4a16-ace2-dd5f3fc3628f">Probabilistic Symbolic Execution: Quantitative Program Analysis through Model Counting</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="index-letter">W</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Boxiang Wang</span><a href="https://conf.researchr.org/profile/issta-2022/boxiangwang1" target="_blank" class="pers-fullname navigate">Wang, Boxiang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Xidian University and Beijing Sunwise Information Technology Ltd</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ccc3b7cb-ca4e-4fc4-ada6-3de26496ab8e">SpecChecker-ISA: A Data Sharing Analyzer for Interrupt-driven Embedded Software</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="4eb265b2-4405-4e6d-aab8-a47567e6cb40">Precise and Efficient Atomicity Violation Detection for Interrupt-driven Programs via Staged Path Pruning</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chengpeng Wang</span><a href="https://conf.researchr.org/profile/issta-2022/chengpengwang" target="_blank" class="pers-fullname navigate">Wang, Chengpeng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Dong Wang</span><a href="https://conf.researchr.org/profile/issta-2022/dongwang" target="_blank" class="pers-fullname navigate">Wang, Dong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of software, Chinese academy of sciences</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Guancheng Wang</span><a href="https://conf.researchr.org/profile/issta-2022/guanchengwang" target="_blank" class="pers-fullname navigate">Wang, Guancheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Peking University, China</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hao Wang</span><a href="https://conf.researchr.org/profile/issta-2022/haowang3" target="_blank" class="pers-fullname navigate">Wang, Hao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b444948f-d290-4e29-915d-2c1aa1efa956">jTrans: Jump-Aware Transformer for Binary Code Similarity Detection</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Haoyu Wang</span><a href="https://conf.researchr.org/profile/issta-2022/haoyuwang" target="_blank" class="pers-fullname navigate">Wang, Haoyu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Huazhong University of Science and Technology, China</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="224ba24c-8e7b-4596-91e2-64af367391f2">WASAI: Uncovering Vulnerabilities in Wasm Smart Contracts</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="891d225a-3168-465d-9567-d4ede67a6a2e">Path-Sensitive Code Embedding via Contrastive Learning for Software Vulnerability Detection</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mingzhe Wang</span><a href="https://conf.researchr.org/profile/issta-2022/mingzhewang" target="_blank" class="pers-fullname navigate">Wang, Mingzhe</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="651c710d-8484-410d-860b-034595c771ca">Unicorn: Detect Runtime Error in Time-Series Databases With Hybrid Input Synthesis</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Qinying Wang</span><a href="https://conf.researchr.org/profile/issta-2022/qinyingwang" target="_blank" class="pers-fullname navigate">Wang, Qinying</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shangwen Wang</span><a href="https://conf.researchr.org/profile/issta-2022/shangwenwang" target="_blank" class="pers-fullname navigate">Wang, Shangwen</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Defense Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shuai Wang</span><a href="https://conf.researchr.org/profile/issta-2022/shuaiwang1" target="_blank" class="pers-fullname navigate">Wang, Shuai</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Hong Kong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Session chair" data-facet-conference="AISTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/home/issta-2022/aista-2022" target="_blank" class="navigate">Session Chair of Main Session (part of AISTA)</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1d4ad240-e412-4ae8-a8bf-74306e764f2c">MDPFuzz: Testing Models Solving Markov Decision Processes</a></div><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Co-chair in Organizing Committee within the AISTA-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Tao Wang</span><a href="https://conf.researchr.org/profile/issta-2022/taowang3" target="_blank" class="pers-fullname navigate">Wang, Tao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="396cc1a5-9b75-4a99-a941-6900ede725b9">Understanding Device Integration Bugs in Smart Home System</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ting Wang</span><a href="https://conf.researchr.org/profile/issta-2022/tingwang2" target="_blank" class="pers-fullname navigate">Wang, Ting</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Pennsylvania State University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a25e6230-91ee-4af9-92ae-c1c35620b311">NCScope: Hardware-Assisted Analyzer for Native Code in Android Apps</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wei Wang</span><a href="https://conf.researchr.org/profile/issta-2022/weiwang4" target="_blank" class="pers-fullname navigate">Wang, Wei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wenhai Wang</span><a href="https://conf.researchr.org/profile/issta-2022/wenhaiwang" target="_blank" class="pers-fullname navigate">Wang, Wenhai</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wenxi Wang</span><a href="https://conf.researchr.org/profile/issta-2022/wenxiwang" target="_blank" class="pers-fullname navigate">Wang, Wenxi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Texas at Austin</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wenxuan Wang</span><a href="https://conf.researchr.org/profile/issta-2022/wenxuanwang" target="_blank" class="pers-fullname navigate">Wang, Wenxuan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e5d0bfc1-1dbe-4251-a7bb-d660261fc933">AEON: A Method for Automatic Evaluation of NLP Test Cases</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiang Wang</span><a href="https://conf.researchr.org/profile/issta-2022/xiangwang" target="_blank" class="pers-fullname navigate">Wang, Xiang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Science and Technology of China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="119adf4c-5d44-4a91-a493-2a38601d1229">TELL: Log Level Suggestions via Modeling Multi-level Code Block Information</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yicheng Wang</span><a href="https://conf.researchr.org/profile/issta-2022/yichengwang1" target="_blank" class="pers-fullname navigate">Wang, Yicheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuancheng Wang</span><a href="https://conf.researchr.org/profile/issta-2022/yuanchengwang" target="_blank" class="pers-fullname navigate">Wang, Yuancheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong, Shenzhen</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="53cf8458-27e6-44e3-8bb5-f7395684f02b">Automated Testing of Image Captioning Systems</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuke Wang</span><a href="https://conf.researchr.org/profile/issta-2022/yukewang" target="_blank" class="pers-fullname navigate">Wang, Yuke</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">UC Santa Barbara</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhe Wang</span><a href="https://conf.researchr.org/profile/issta-2022/zhewang" target="_blank" class="pers-fullname navigate">Wang, Zhe</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">State Key Laboratory of Computer Architecture, Institute of Computing Technology, Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jiali Wei</span><a href="https://conf.researchr.org/profile/issta-2022/jialiwei" target="_blank" class="pers-fullname navigate">Wei, Jiali</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Xi'an Jiaotong University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1137aa7f-954f-445a-9135-44f68052968f">One Step Further: Evaluating Interpreters Using Metamorphic Testing</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jun Wei</span><a href="https://conf.researchr.org/profile/issta-2022/junwei" target="_blank" class="pers-fullname navigate">Wei, Jun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software at Chinese Academy of Sciences; University of Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="396cc1a5-9b75-4a99-a941-6900ede725b9">Understanding Device Integration Bugs in Smart Home System</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Qiuyang Wei</span><a href="https://conf.researchr.org/profile/issta-2022/qiuyangwei" target="_blank" class="pers-fullname navigate">Wei, Qiuyang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wenying Wei</span><a href="https://conf.researchr.org/profile/issta-2022/wenyingwei1" target="_blank" class="pers-fullname navigate">Wei, Wenying</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Xi'an Jiaotong University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1137aa7f-954f-445a-9135-44f68052968f">One Step Further: Evaluating Interpreters Using Metamorphic Testing</a></div></div></div></td></tr><tr data-facet-country="Switzerland" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michael Weiss</span><a href="https://conf.researchr.org/profile/issta-2022/michaelweiss" target="_blank" class="pers-fullname navigate">Weiss, Michael</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Universit脿 della Svizzera italiana (USI)</strong><span class="pull-right"><strong class="small text-muted pers-country">Switzerland</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0ff3def9-a39d-476b-83f5-5eb167351e19">Simple Techniques Work Surprisingly Well for Neural Network Test Prioritization and Active Learning (Replicability Study)</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United Kingdom" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">John Wickerson</span><a href="https://conf.researchr.org/profile/issta-2022/johnwickerson" target="_blank" class="pers-fullname navigate">Wickerson, John</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Imperial College London</strong><span class="pull-right"><strong class="small text-muted pers-country">United Kingdom</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="4..6" data-facet-rolecount-order="104" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Stefan Winter</span><a href="https://conf.researchr.org/profile/issta-2022/stefanwinter" target="_blank" class="pers-fullname navigate">Winter, Stefan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">LMU Munich</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 3-13: Oracles, Models, and Measurement F (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 3-3: Test Generation and Mutation C (part of ISSTA Technical Papers)</a></div><div data-facet-role="Session chair" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" target="_blank" class="navigate">Session Chair of Session 3-5: Concurrency, IoT, Embedded C (part of ISSTA Technical Papers)</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jingzheng Wu</span><a href="https://conf.researchr.org/profile/issta-2022/jingzhengwu" target="_blank" class="pers-fullname navigate">Wu, Jingzheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software, The Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lei Wu</span><a href="https://conf.researchr.org/profile/issta-2022/leiwu1" target="_blank" class="pers-fullname navigate">Wu, Lei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="224ba24c-8e7b-4596-91e2-64af367391f2">WASAI: Uncovering Vulnerabilities in Wasm Smart Contracts</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shuohan Wu</span><a href="https://conf.researchr.org/profile/issta-2022/shuohanwu" target="_blank" class="pers-fullname navigate">Wu, Shuohan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong Polytechnic University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a25e6230-91ee-4af9-92ae-c1c35620b311">NCScope: Hardware-Assisted Analyzer for Native Code in Android Apps</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yijian Wu</span><a href="https://conf.researchr.org/profile/issta-2022/yijianwu" target="_blank" class="pers-fullname navigate">Wu, Yijian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Fudan University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3426d6c-4aad-49f4-b816-20f989c4d47a">RegMiner: Towards Constructing a Large Regression Dataset from Code Evolution History</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhiyong Wu</span><a href="https://conf.researchr.org/profile/issta-2022/zhiyongwu" target="_blank" class="pers-fullname navigate">Wu, Zhiyong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University, China</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="651c710d-8484-410d-860b-034595c771ca">Unicorn: Detect Runtime Error in Time-Series Databases With Hybrid Input Synthesis</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Valentin W眉stholz</span><a href="https://conf.researchr.org/profile/issta-2022/valentinwustholz" target="_blank" class="pers-fullname navigate">W眉stholz, Valentin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">ConsenSys</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d72b58a5-ca74-40a3-98e5-c96c1ab1b164">Metamorphic Relations via Relaxations: An Approach to Obtain Oracles for Action-Policy Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">X</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Dongwei Xiao</span><a href="https://conf.researchr.org/profile/issta-2022/dongweixiao" target="_blank" class="pers-fullname navigate">Xiao, Dongwei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xusheng Xiao</span><a href="https://conf.researchr.org/profile/issta-2022/xushengxiao1" target="_blank" class="pers-fullname navigate">Xiao, Xusheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Case Western Reserve University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ffcf5a87-d078-4587-858d-d96734e95926">PhD advice panel discussion</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Danning Xie</span><a href="https://conf.researchr.org/profile/issta-2022/danningxie" target="_blank" class="pers-fullname navigate">Xie, Danning</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Purdue University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="14650850-01db-4b0f-a87f-6d15808cdc36">DocTer: Documentation-Guided Fuzzing for Testing Deep Learning API Functions</a></div></div></div></td></tr><tr data-facet-country="Singapore" data-facet-rolecount="1..3" data-facet-rolecount-order="103" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiaofei Xie</span><a href="https://conf.researchr.org/profile/issta-2022/xiaofeixie" target="_blank" class="pers-fullname navigate">Xie, Xiaofei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Singapore Management University, Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country">Singapore</strong></span></div><div class="col-sm-6"><div data-facet-role="Session chair" data-facet-conference="AISTA" class="hidable small item-title"><small title="Chaired Session" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/home/issta-2022/aista-2022" target="_blank" class="navigate">Session Chair of Main Session (part of AISTA)</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3fccf6fd-e721-4e80-8cb1-23ff633b5b6d">Cross-Lingual Transfer Learning for Statistical Type Inference</a></div><div data-facet-role="Committee member" data-facet-conference="AISTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/aista-2022-papers-chair" target="_blank" class="navigate">Co-chair in Organizing Committee within the AISTA-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Qi Xin</span><a href="https://conf.researchr.org/profile/issta-2022/qixin1" target="_blank" class="pers-fullname navigate">Xin, Qi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Wuhan University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0b4cc58f-db72-4163-901d-961b86c36e8e">Automated Test Generation for REST APIs: No Time to Rest Yet</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jiacheng Xu</span><a href="https://conf.researchr.org/profile/issta-2022/jiachengxu" target="_blank" class="pers-fullname navigate">Xu, Jiacheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhengzi Xu</span><a href="https://conf.researchr.org/profile/issta-2022/zhengzixu1" target="_blank" class="pers-fullname navigate">Xu, Zhengzi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3fccf6fd-e721-4e80-8cb1-23ff633b5b6d">Cross-Lingual Transfer Learning for Statistical Type Inference</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhou Xu</span><a href="https://conf.researchr.org/profile/issta-2022/zhouxu" target="_blank" class="pers-fullname navigate">Xu, Zhou</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Wuhan University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1137aa7f-954f-445a-9135-44f68052968f">One Step Further: Evaluating Interpreters Using Metamorphic Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">Y</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hanmei Yang</span><a href="https://conf.researchr.org/profile/issta-2022/hanmeiyang" target="_blank" class="pers-fullname navigate">Yang, Hanmei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Massachusetts Amherst</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3b7b4e5-7a82-4a85-83b5-6f2ce42864bd">Deadlock Prediction via Generalized Dependency</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Mengfei Yang</span><a href="https://conf.researchr.org/profile/issta-2022/mengfeiyang" target="_blank" class="pers-fullname navigate">Yang, Mengfei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">China Academy of Space Technology, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ccc3b7cb-ca4e-4fc4-ada6-3de26496ab8e">SpecChecker-ISA: A Data Sharing Analyzer for Interrupt-driven Embedded Software</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="4eb265b2-4405-4e6d-aab8-a47567e6cb40">Precise and Efficient Atomicity Violation Detection for Interrupt-driven Programs via Staged Path Pruning</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shuaihao Yang</span><a href="https://conf.researchr.org/profile/issta-2022/shuaihaoyang" target="_blank" class="pers-fullname navigate">Yang, Shuaihao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="6c5cd4ef-2389-46a6-9050-9c840cfb32d4">PermDroid: Automatically Testing Permission-Related Behaviour of Android Applications</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wei Yang</span><a href="https://conf.researchr.org/profile/issta-2022/weiyang" target="_blank" class="pers-fullname navigate">Yang, Wei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Texas at Dallas</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ffcf5a87-d078-4587-858d-d96734e95926">PhD advice panel discussion</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-doctoral-symposium-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Doctoral Symposium-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuting Yang</span><a href="https://conf.researchr.org/profile/issta-2022/yutingyang" target="_blank" class="pers-fullname navigate">Yang, Yuting</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Computing Technology,Chinese Academy of Sciences; University of Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="01836101-fb47-4e59-a27c-6d024e4b2ad9">蔚-weakened Robustness of Deep Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jiayi Yao</span><a href="https://conf.researchr.org/profile/issta-2022/yaojiayi" target="_blank" class="pers-fullname navigate">Yao, Jiayi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong, Shenzhen</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="53cf8458-27e6-44e3-8bb5-f7395684f02b">Automated Testing of Image Captioning Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hengkai Ye</span><a href="https://conf.researchr.org/profile/issta-2022/hengkaiye" target="_blank" class="pers-fullname navigate">Ye, Hengkai</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Purdue University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b58149e6-14e2-4bb1-9a85-3274f34b81a3">BET: Black-box Efficient Testing for Convolutional Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hongzhi Yin</span><a href="https://conf.researchr.org/profile/issta-2022/hongzhiyin" target="_blank" class="pers-fullname navigate">Yin, Hongzhi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The University of Queensland</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="5b3560d0-d270-4c82-b194-1771ac6b0178">CIRCLE: Continual Repair across Programming Languages</a></div></div></div></td></tr><tr data-facet-country="South Korea" data-facet-rolecount="4..6" data-facet-rolecount-order="104" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shin Yoo</span><a href="https://conf.researchr.org/profile/issta-2022/shinyoo" target="_blank" class="pers-fullname navigate">Yoo, Shin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">KAIST</strong><span class="pull-right"><strong class="small text-muted pers-country">South Korea</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-organizing-comittee" target="_blank" class="navigate">Workshops Co-Chair in Organizing Comittee for ISSTA 2022</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="95624224-dd43-4b93-b0dc-6f10a3b06853">FDG: A Precise Measurement of Fault Diagnosability Gain of Test Cases</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-workshops-workshop-committee" target="_blank" class="navigate">Workshops Co-Chair in Workshop Committee within the ISSTA Workshops-track</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wei You</span><a href="https://conf.researchr.org/profile/issta-2022/weiyou1" target="_blank" class="pers-fullname navigate">You, Wei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Renmin University of China</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="30011566-d1f2-447c-98f3-13af392f09a4">TensileFuzz: Facilitating Seed Input Generation in Fuzzing via String Constraint Solving</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="748cfcac-a3fd-41ac-b390-8dc06b46aba9">Hunting Bugs with Accelerated Optimal Graph Vertex Matching</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Michal Young</span><a href="https://conf.researchr.org/profile/issta-2022/michalyoung" target="_blank" class="pers-fullname navigate">Young, Michal</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Oregon</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">BoXi Yu</span><a href="https://conf.researchr.org/profile/issta-2022/boxiyu1" target="_blank" class="pers-fullname navigate">Yu, BoXi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong, Shenzhen</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="53cf8458-27e6-44e3-8bb5-f7395684f02b">Automated Testing of Image Captioning Systems</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Shengcheng Yu</span><a href="https://conf.researchr.org/profile/issta-2022/shengchengyu" target="_blank" class="pers-fullname navigate">Yu, Shengcheng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="cbb6b72a-184c-451f-95ca-80b0982ef354">UniRLTest: Universal Platform-Independent Testing with Reinforcement Learning via Image Understanding</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Tingting Yu</span><a href="https://conf.researchr.org/profile/issta-2022/tingtingyu3" target="_blank" class="pers-fullname navigate">Yu, Tingting</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beijing Institute of Control Engineering and Beijing Sunwise Information Technology Ltd</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ccc3b7cb-ca4e-4fc4-ada6-3de26496ab8e">SpecChecker-ISA: A Data Sharing Analyzer for Interrupt-driven Embedded Software</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="4eb265b2-4405-4e6d-aab8-a47567e6cb40">Precise and Efficient Atomicity Violation Detection for Interrupt-driven Programs via Staged Path Pruning</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wei Yuan</span><a href="https://conf.researchr.org/profile/issta-2022/weiyuan1" target="_blank" class="pers-fullname navigate">Yuan, Wei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The University of Queensland</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="5b3560d0-d270-4c82-b194-1771ac6b0178">CIRCLE: Continual Repair across Programming Languages</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuanyuan Yuan</span><a href="https://conf.researchr.org/profile/issta-2022/yuanyuanyuan" target="_blank" class="pers-fullname navigate">Yuan, Yuanyuan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="1d4ad240-e412-4ae8-a8bf-74306e764f2c">MDPFuzz: Testing Models Solving Markov Decision Processes</a></div><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yexiao Yun</span><a href="https://conf.researchr.org/profile/issta-2022/yexiaoyun" target="_blank" class="pers-fullname navigate">Yun, Yexiao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="cbb6b72a-184c-451f-95ca-80b0982ef354">UniRLTest: Universal Platform-Independent Testing with Reinforcement Learning via Image Understanding</a></div></div></div></td></tr><tr data-facet-country="Germany" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="index-letter">Z</div><div class="col-sm-2"><strong><span class="hidden pers-fullname">Andreas Zeller</span><a href="https://conf.researchr.org/profile/issta-2022/andreaszeller" target="_blank" class="pers-fullname navigate">Zeller, Andreas</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">CISPA</strong><span class="pull-right"><strong class="small text-muted pers-country">Germany</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-technical-papers-program-committee" target="_blank" class="navigate">Programme Committee in Program Committee within the ISSTA Technical Papers-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jun Zeng</span><a href="https://conf.researchr.org/profile/issta-2022/junzeng" target="_blank" class="pers-fullname navigate">Zeng, Jun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="119adf4c-5d44-4a91-a493-2a38601d1229">TELL: Log Level Suggestions via Modeling Multi-level Code Block Information</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhengran Zeng</span><a href="https://conf.researchr.org/profile/issta-2022/zhengranzeng" target="_blank" class="pers-fullname navigate">Zeng, Zhengran</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Southern University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0351e97-6447-4021-8863-fa8570a64dd5">An Extensive Study on Pre-trained Models for Program Understanding and Generation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zigang Zeng</span><a href="https://conf.researchr.org/profile/issta-2022/zigangzeng" target="_blank" class="pers-fullname navigate">Zeng, Zigang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="6c5cd4ef-2389-46a6-9050-9c840cfb32d4">PermDroid: Automatically Testing Permission-Related Behaviour of Android Applications</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Cen Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/cenzhang1" target="_blank" class="pers-fullname navigate">Zhang, Cen</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="390821ed-da2f-4e2a-9b7f-e45a117ef481">Efficient Greybox Fuzzing of Applications in Linux-based IoT Devices via Enhanced User-mode Emulation</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="4..6" data-facet-rolecount-order="104" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chao Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/chaozhang" target="_blank" class="pers-fullname navigate">Zhang, Chao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b444948f-d290-4e29-915d-2c1aa1efa956">jTrans: Jump-Aware Transformer for Binary Code Similarity Detection</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b58149e6-14e2-4bb1-9a85-3274f34b81a3">BET: Black-box Efficient Testing for Convolutional Neural Networks</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f25202a1-95b8-4d30-b807-6168be042bd4">PrIntFuzz: Fuzzing Linux Drivers via Automated Virtual Device Simulation</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a25e6230-91ee-4af9-92ae-c1c35620b311">NCScope: Hardware-Assisted Analyzer for Native Code in Android Apps</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Guanqin Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/guanqinzhang" target="_blank" class="pers-fullname navigate">Zhang, Guanqin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Technology Sydney</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="891d225a-3168-465d-9567-d4ede67a6a2e">Path-Sensitive Code Embedding via Contrastive Learning for Software Vulnerability Detection</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Haotian Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/haotianzhang" target="_blank" class="pers-fullname navigate">Zhang, Haotian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation"></strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0351e97-6447-4021-8863-fa8570a64dd5">An Extensive Study on Pre-trained Models for Program Understanding and Generation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jialu Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/jialuzhang" target="_blank" class="pers-fullname navigate">Zhang, Jialu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Yale University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="29b261d4-df25-4f20-bfe6-7cddb16b6cc1">Using Pre-trained Language Models to Resolve Textual and Semantic Merge Conflicts (Experience Paper)</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jian Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/jianzhang1" target="_blank" class="pers-fullname navigate">Zhang, Jian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software at Chinese Academy of Sciences, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="748cfcac-a3fd-41ac-b390-8dc06b46aba9">Hunting Bugs with Accelerated Optimal Graph Vertex Matching</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="01836101-fb47-4e59-a27c-6d024e4b2ad9">蔚-weakened Robustness of Deep Neural Networks</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jianping Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/jianpingzhang" target="_blank" class="pers-fullname navigate">Zhang, Jianping</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Chinese University of Hong Kong</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e5d0bfc1-1dbe-4251-a7bb-d660261fc933">AEON: A Method for Automatic Evaluation of NLP Test Cases</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Kangkang Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/kangkangzhang" target="_blank" class="pers-fullname navigate">Zhang, Kangkang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="396cc1a5-9b75-4a99-a941-6900ede725b9">Understanding Device Integration Bugs in Smart Home System</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Lingming Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/lingmingzhang" target="_blank" class="pers-fullname navigate">Zhang, Lingming</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Illinois at Urbana-Champaign</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0351e97-6447-4021-8863-fa8570a64dd5">An Extensive Study on Pre-trained Models for Program Understanding and Generation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Quanjun Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/quanjunzhang" target="_blank" class="pers-fullname navigate">Zhang, Quanjun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="5b3560d0-d270-4c82-b194-1771ac6b0178">CIRCLE: Continual Repair across Programming Languages</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Sai Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/saizhang" target="_blank" class="pers-fullname navigate">Zhang, Sai</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Google Cloud</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0f28de76-0ac4-4ee1-aad1-ddea8953547a">After graduation: academia vs industry</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiangyu Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/xiangyuzhang" target="_blank" class="pers-fullname navigate">Zhang, Xiangyu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Purdue University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="30011566-d1f2-447c-98f3-13af392f09a4">TensileFuzz: Facilitating Seed Input Generation in Fuzzing via String Constraint Solving</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="14650850-01db-4b0f-a87f-6d15808cdc36">DocTer: Documentation-Guided Fuzzing for Testing Deep Learning API Functions</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xiaohui Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/xiaohuizhang" target="_blank" class="pers-fullname navigate">Zhang, Xiaohui</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Renmin University of China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="748cfcac-a3fd-41ac-b390-8dc06b46aba9">Hunting Bugs with Accelerated Optimal Graph Vertex Matching</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xinyang Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/xinyangzhang" target="_blank" class="pers-fullname navigate">Zhang, Xinyang</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Baidu Security</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="877528ba-62e1-4732-b25f-6526d9ea6ed1">Detecting Multi-Sensor Fusion Errors in Advanced Driver-Assistance Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Xuhong Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/xuhongzhang" target="_blank" class="pers-fullname navigate">Zhang, Xuhong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yiyu Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/yiyuzhang" target="_blank" class="pers-fullname navigate">Zhang, Yiyu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuntong Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/yuntongzhang" target="_blank" class="pers-fullname navigate">Zhang, Yuntong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">National University of Singapore</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0c3f797-e358-43b5-9412-7f693629b7fa">Program Vulnerability Repair via Inductive Inference</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yuqun Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/yuqunzhang1" target="_blank" class="pers-fullname navigate">Zhang, Yuqun</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Southern University of Science and Technology</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e0351e97-6447-4021-8863-fa8570a64dd5">An Extensive Study on Pre-trained Models for Program Understanding and Generation</a></div></div></div></td></tr><tr data-facet-country="United States" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhuo Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/zhuozhang" target="_blank" class="pers-fullname navigate">Zhang, Zhuo</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Purdue University</strong><span class="pull-right"><strong class="small text-muted pers-country">United States</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="30011566-d1f2-447c-98f3-13af392f09a4">TensileFuzz: Facilitating Seed Input Generation in Fuzzing via String Constraint Solving</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ziqi Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/ziqizhang" target="_blank" class="pers-fullname navigate">Zhang, Ziqi</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Peking University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="AISTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="7ec4a755-b073-4df5-980c-c667b929715d">TEESlice: Slicing DNN Models for Secure and Efficient Deployment</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ziqian Zhang</span><a href="https://conf.researchr.org/profile/issta-2022/ziqianzhang" target="_blank" class="pers-fullname navigate">Zhang, Ziqian</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="cbb6b72a-184c-451f-95ca-80b0982ef354">UniRLTest: Universal Platform-Independent Testing with Reinforcement Learning via Image Understanding</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Binbin Zhao</span><a href="https://conf.researchr.org/profile/issta-2022/binbinzhao" target="_blank" class="pers-fullname navigate">Zhao, Binbin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Georgia Institute of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3cbe0480-14ab-4ee1-a6dd-856c4a6cc57b">A Large-Scale Empirical Analysis of the Vulnerabilities Introduced by Third-party Components in IoT Firmware</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="2a225fc8-44cd-4f73-afd8-f99759f0ce34">SLIME: Program-sensitive Energy Allocation for Fuzzing</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Bodong Zhao</span><a href="https://conf.researchr.org/profile/issta-2022/bodongzhao" target="_blank" class="pers-fullname navigate">Zhao, Bodong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="f25202a1-95b8-4d30-b807-6168be042bd4">PrIntFuzz: Fuzzing Linux Drivers via Automated Virtual Device Simulation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yanjie Zhao</span><a href="https://conf.researchr.org/profile/issta-2022/yanjiezhao" target="_blank" class="pers-fullname navigate">Zhao, Yanjie</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Monash University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3efb9ce4-e168-43ce-9cae-8fd32a169623">Automatically Detecting API-induced Compatibility Issues in Android Apps: A Comparative Analysis (Replicability Study)</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhe Zhao</span><a href="https://conf.researchr.org/profile/issta-2022/zhezhao" target="_blank" class="pers-fullname navigate">Zhao, Zhe</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">ShanghaiTech University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Committee member" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Member of Committee" class="text-muted"><span class="label-primary label"><span class="glyphicon glyphicon-user"></span></span></small> <a href="https://conf.researchr.org/committee/issta-2022/issta-2022-artifact-evaluation-artifact-evaluation-committee" target="_blank" class="navigate">Committee Member in Artifact Evaluation Committee within the ISSTA Artifact Evaluation-track</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhihong Zhao</span><a href="https://conf.researchr.org/profile/issta-2022/zhihongzhao" target="_blank" class="pers-fullname navigate">Zhao, Zhihong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanjing Tech Unniversity</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a5e42e77-ee35-4198-8c8f-497c8fe84e0a">ASRTest: Automated Testing for Deep-Neural-Network-Driven Speech Recognition Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Guolong Zheng</span><a href="https://conf.researchr.org/profile/issta-2022/guolongzheng" target="_blank" class="pers-fullname navigate">Zheng, Guolong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Nebraska Lincoln</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="3464babc-e641-4125-9fbc-3d29e2862a8d">ATR: Template-based Repair for Alloy Specifications</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Peilin Zheng</span><a href="https://conf.researchr.org/profile/issta-2022/peilinzheng" target="_blank" class="pers-fullname navigate">Zheng, Peilin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Sun Yat-sen University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ac33ef67-ae4e-416d-b0d2-fb7fc9debb0c">Park: Accelerating Smart Contract Vulnerability Detection via Parallel-fork Symbolic Execution</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yaowen Zheng</span><a href="https://conf.researchr.org/profile/issta-2022/yaowenzheng" target="_blank" class="pers-fullname navigate">Zheng, Yaowen</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Nanyang Technological University; Beijing Key Laboratory of IOT Information Security Technology, Institute of Information Engineering, CAS, China;</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="390821ed-da2f-4e2a-9b7f-e45a117ef481">Efficient Greybox Fuzzing of Applications in Linux-based IoT Devices via Enhanced User-mode Emulation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yingying Zheng</span><a href="https://conf.researchr.org/profile/issta-2022/yingyingzheng" target="_blank" class="pers-fullname navigate">Zheng, Yingying</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software Chinese Academy of Sciences</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="d6c38954-0883-4d81-8ed3-89ad380b8f83">Finding Bugs in Gremlin-Based Graph Database Systems via Randomized Differential Testing</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="102" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zibin Zheng</span><a href="https://conf.researchr.org/profile/issta-2022/zibinzheng1" target="_blank" class="pers-fullname navigate">Zheng, Zibin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">School of Data and Computer Science, Sun Yat-sen University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="ac33ef67-ae4e-416d-b0d2-fb7fc9debb0c">Park: Accelerating Smart Contract Vulnerability Detection via Parallel-fork Symbolic Execution</a></div><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="0511501e-27a7-466e-adce-c1c0505c2588">SmartDagger : A Bytecode-based Static Analysis Approach for Detecting Cross-contract Vulnerability</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhenyu Zhong</span><a href="https://conf.researchr.org/profile/issta-2022/zhenyuzhong" target="_blank" class="pers-fullname navigate">Zhong, Zhenyu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Baidu USA</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="877528ba-62e1-4732-b25f-6526d9ea6ed1">Detecting Multi-Sensor Fusion Errors in Advanced Driver-Assistance Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Zhiqing Zhong</span><a href="https://conf.researchr.org/profile/issta-2022/zhiqingzhong" target="_blank" class="pers-fullname navigate">Zhong, Zhiqing</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">South China University of Technology</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="53cf8458-27e6-44e3-8bb5-f7395684f02b">Automated Testing of Image Captioning Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Ziyuan Zhong</span><a href="https://conf.researchr.org/profile/issta-2022/ziyuanzhong" target="_blank" class="pers-fullname navigate">Zhong, Ziyuan</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Columbia University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="877528ba-62e1-4732-b25f-6526d9ea6ed1">Detecting Multi-Sensor Fusion Errors in Advanced Driver-Assistance Systems</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Chijin Zhou</span><a href="https://conf.researchr.org/profile/issta-2022/chijinzhou1" target="_blank" class="pers-fullname navigate">Zhou, Chijin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="651c710d-8484-410d-860b-034595c771ca">Unicorn: Detect Runtime Error in Time-Series Databases With Hybrid Input Synthesis</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hao Zhou</span><a href="https://conf.researchr.org/profile/issta-2022/haozhou2" target="_blank" class="pers-fullname navigate">Zhou, Hao</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">The Hong Kong Polytechnic University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a25e6230-91ee-4af9-92ae-c1c35620b311">NCScope: Hardware-Assisted Analyzer for Native Code in Android Apps</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jinpeng Zhou</span><a href="https://conf.researchr.org/profile/issta-2022/jinpengzhou" target="_blank" class="pers-fullname navigate">Zhou, Jinpeng</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">University of Pittsburgh</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="e3b7b4e5-7a82-4a85-83b5-6f2ce42864bd">Deadlock Prediction via Generalized Dependency</a></div></div></div></td></tr><tr data-facet-country="China" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Yajin Zhou</span><a href="https://conf.researchr.org/profile/issta-2022/yajinzhou" target="_blank" class="pers-fullname navigate">Zhou, Yajin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Zhejiang University</strong><span class="pull-right"><strong class="small text-muted pers-country">China</strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="a25e6230-91ee-4af9-92ae-c1c35620b311">NCScope: Hardware-Assisted Analyzer for Native Code in Android Apps</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Hongsong Zhu</span><a href="https://conf.researchr.org/profile/issta-2022/hongsongzhu" target="_blank" class="pers-fullname navigate">Zhu, Hongsong</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Beijing Key Laboratory of IOT Information Security Technology, Institute of Information Engineering, CAS, China; School of Cyber Security, University of Chinese Academy of Sciences, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="390821ed-da2f-4e2a-9b7f-e45a117ef481">Efficient Greybox Fuzzing of Applications in Linux-based IoT Devices via Enhanced User-mode Emulation</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jiaxin Zhu</span><a href="https://conf.researchr.org/profile/issta-2022/jiaxinzhu" target="_blank" class="pers-fullname navigate">Zhu, Jiaxin</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Institute of Software at Chinese Academy of Sciences, China</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="396cc1a5-9b75-4a99-a941-6900ede725b9">Understanding Device Integration Bugs in Smart Home System</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Wenyu Zhu</span><a href="https://conf.researchr.org/profile/issta-2022/wenyuzhu" target="_blank" class="pers-fullname navigate">Zhu, Wenyu</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b444948f-d290-4e29-915d-2c1aa1efa956">jTrans: Jump-Aware Transformer for Binary Code Similarity Detection</a></div></div></div></td></tr><tr data-facet-country="-unspecified-" data-facet-rolecount="1..3" data-facet-rolecount-order="101" class="hidable"><td><div class="row"><div class="col-sm-2"><strong><span class="hidden pers-fullname">Jianwei Zhuge</span><a href="https://conf.researchr.org/profile/issta-2022/jianweizhuge" target="_blank" class="pers-fullname navigate">Zhuge, Jianwei</a></strong></div><div class="col-sm-4"><strong class="small pers-affiliation">Tsinghua University</strong><span class="pull-right"><strong class="small text-muted pers-country"></strong></span></div><div class="col-sm-6"><div data-facet-role="Contributor/Author" data-facet-conference="ISSTA" class="hidable small item-title"><small title="Contributed Item" class="text-muted"><span class="label-default label"><span class="glyphicon glyphicon-file"></span></span></small> <a href="#" data-event-modal="b444948f-d290-4e29-915d-2c1aa1efa956">jTrans: Jump-Aware Transformer for Binary Code Similarity Detection</a></div></div></div></td></tr></table></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Mon 25 Nov 17:26</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://conf.researchr.org/eventDetailsModalByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_131600131703c411e65b13378d08eb1f6672b5a0259" value="1" /><input type="hidden" name="context" value="issta-2022" /><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://conf.researchr.org/eventDetailsModalByAjaxConferenceEdition","eventDetailsModalByAjaxConferenceEdition_ia0_3c411e65b13378d08eb1f6672b5a0259", [{"name":"context", "value":"issta-2022"},],"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://conf.researchr.org/eventStarByAjaxConferenceEdition" accept-charset="UTF-8" method="POST" class="hidden"><input type="hidden" name="form_509860938088b48fd14544d4239b498a2cf339e02b" value="1" /><input type="hidden" name="context" value="issta-2022" /><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://conf.researchr.org/eventStarByAjaxConferenceEdition","eventStarByAjaxConferenceEdition_ia0_88b48fd14544d4239b498a2cf339e02b", [{"name":"context", "value":"issta-2022"},],"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://conf.researchr.org/home/issta-2022" class="navigate"><span class="glyphicon glyphicon-home"></span> ISSTA 2022</a></h3><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://conf.researchr.org/support/issta-2022" 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://conf.researchr.org/track/issta-2022/issta-2022-technical-papers" class="navigate">Technical Papers</a><br/><a href="https://conf.researchr.org/track/issta-2022/issta-2022-workshops" class="navigate">Workshops</a><br/><a href="https://conf.researchr.org/track/issta-2022/issta-2022-artifact-evaluation" class="navigate">Artifact Evaluation</a><br/><a href="https://conf.researchr.org/track/issta-2022/issta-2022-tool-demonstrations" class="navigate">Tool Demonstrations</a><br/><a href="https://conf.researchr.org/track/issta-2022/issta-2022-doctoral-symposium" class="navigate">Doctoral Symposium</a><br/><a href="https://conf.researchr.org/track/issta-2022/issta-2022-student-volunteers" class="navigate">Student Volunteers</a><br/><a href="https://conf.researchr.org/track/issta-2022/issta-2022-keynotes" class="navigate">Keynotes</a><br/><a href="https://conf.researchr.org/track/issta-2022/issta-2022-sponsors" class="navigate">Sponsors</a></div><div class="col-sm-6"><h4>Workshops</h4><a href="https://conf.researchr.org/home/issta-2022/aista-2022" class="navigate">AISTA 2022</a></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://conf.researchr.org/venue/issta-2022/issta-2022-venue" class="navigate">Venue: Online</a><br><a href="https://conf.researchr.org/attending/issta-2022/registration" class="navigate">Registration</a><br><a href="https://conf.researchr.org/attending/issta-2022/information-for-attendees" class="navigate">Information for Attendees</a><br><a href="https://conf.researchr.org/attending/issta-2022/presenter-instruction" class="navigate">Instructions to Presenters</a><br><a href="https://conf.researchr.org/attending/issta-2022/equity%2C-diversity-and-inclusion" class="navigate">Equity, Diversity and Inclusion</a></div><div class="col-sm-2"><a href="https://conf.researchr.org/signup/issta-2022" 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>