CINXE.COM
TechDebt 2025 - Technical Papers - TechDebt 2025
<!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>TechDebt 2025 - Technical Papers - TechDebt 2025</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/stylesheets/logobar.css?d68c282160782c2b5f5bfb8ceb47a30e" 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/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> <meta prefix='og: http://ogp.me/ns#' property='og:title' content='TechDebt 2025 - Technical Papers - TechDebt 2025'> <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='description' content='Technical Debt stands as a pivotal metaphor in the realm of software evolution, representing development shortcuts taken for expediency that cause the degradation of internal software quality. A critical element of the technical debt metaphor is its ability to bridge the communication gap between technical and non-technical stakeholders within software development teams. The International Conference on Technical Debt (TechDebt) is the flagship conference dedicated to discuss how to identify, address, and manage technical debt in software projects. This premier event unites leading research ...'> <meta prefix='og: http://ogp.me/ns#' property='og:description' content='Technical Debt stands as a pivotal metaphor in the realm of software evolution, representing development shortcuts taken for expediency that cause the degradation of internal software quality. A critical element of the technical debt metaphor is its ability to bridge the communication gap between technical and non-technical stakeholders within software development teams. The International Conference on Technical Debt (TechDebt) is the flagship conference dedicated to discuss how to identify, address, and manage technical debt in software projects. This premier event unites leading research ...'> <meta prefix='og: http://ogp.me/ns#' property='og:image' content='https://conf.researchr.org/getImage/TechDebt-2025/carousel/Panoramic-view-of-downtown-Ottawa-with-Parliament-Hill-100913_016-Credit-Ottawa-Tourism-2400x1601.jpg?1717063383000'> <script type="text/javascript">var ignoreHashChange = false; function hashChangeFunc(){ // show active tab on hash in url if (window.location.hash !== ''){ var hashTargetAll = $('a[href="' + window.location.hash + '"]'); if(hashTargetAll.length){ var hashTarget = hashTargetAll.filter('[data-toggle="tab"]') if( hashTarget.length ){ hashTarget = hashTarget.first(); hashTarget.tab('show'); } else { hashTarget = hashTargetAll.first(); } // and open parent tabs in case the target element is nested in a tab var parentPane = hashTarget.closest( '.tab-pane' ); if(parentPane.length){ $('.nav a[href="#'+ parentPane.attr('id') +'"]').tab('show'); } var parentCollapse = hashTarget.closest( '.panel-collapse:not(.in)' ).collapse('show'); } } return false; } $(document).ready(function(){ var tabFromRequestUrl = window.location.hash !== '' ? $('a[href="' + window.location.hash + '"][data-toggle="tab"]') : []; var initUrlHash = window.location.hash; hashChangeFunc() if( tabFromRequestUrl.length ){ //Prevent the browser to auto-scroll to the anchor of the tab window.location.hash = ""; } //make in-page #links open the tabs if ($._data( $(window)[0], 'events' ).hashchange == undefined){ $(window).on('hashchange', hashChangeFunc); } if(tabFromRequestUrl.length){ setTimeout( function(){ ignoreHashChange = true; history.replaceState(null, null, initUrlHash); ignoreHashChange = false; }, 10 ); } }); var autoTabFunction = function(node){ // remember the hash in the URL without jumping $('a[data-toggle="tab"]:not(.no-hash):not(.bound)').addClass('bound').on('shown.bs.tab', function(e){ var newhash = '#' + $(e.target).attr('href').substr(1); if(history.replaceState){ history.replaceState(null, null, newhash); } else{ location.hash = newhash; } }); //When no tab is active, set the first one to active $(node).find('.nav-tabs:not(.bound), .nav-pills:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).find('.active').length){ $(this).children().first().addClass('active'); } }); $(node).find('.tab-content:not(.bound)').addClass('bound').each(function(){ if( $(this).children().length > 0 && 1 > $(this).children('.active').length){ $(this).children('.tab-pane').first().addClass('active'); } }); } </script> <script type="text/javascript">function addEventModalLoadOnClick( containerNode ){ $(containerNode).find( "a[data-event-modal]" ).on("click", function(e){ var eventId = $(this).data("event-modal"); var modalElem = $("#modal-" + eventId); if(modalElem.length){ modalElem.modal({ backdrop: 'static', keyboard: true}, 'show'); } else { var loaderElem = $("#event-modal-loader"); loaderElem.find("input.event-id-input").val( eventId ); loaderElem.find("#load-modal-action").click(); } e.preventDefault(); } ); } </script><script type="text/javascript">function addStarredEventOnClick( containerNode ){ $(containerNode).find( "[data-event-star]" ).on("click", function(e){ var eventId = $(this).data("event-star"); var starEventFormElem = $("#event-star-form"); starEventFormElem.find("input.event-id-input").val( eventId ); starEventFormElem.find("#star-event-action").click(); e.preventDefault(); e.stopPropagation(); } ); } </script><script type="text/javascript">function pauseOnCloseModal( modalid ){ //pauses video (only youtube at the moment) when closing modal $('#' + modalid).on('hidden.bs.modal', function () { $(this).find('.embed-container iframe[src*=enablejsapi]').each( function(){ this.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*') } ); } ) } </script> </head> <body id="track"><div class="frame"><div class="logobar"><div class="container"><a href="https://conf.researchr.org/home/TechDebt-2025" class="navbar-brand navigate"><span class="brand-text">TechDebt 2025</span></a><div class="place">Sun 27 - Mon 28 April 2025 <a href="https://conf.researchr.org/venue/TechDebt-2025/icse-2025-venue" class="navigate">Ottawa, Ontario, Canada</a></div><div class="place2">co-located with <a href="https://conf.researchr.org/home/icse-2025" class="navigate">ICSE 2025</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 id="tracks-in-navbar" class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Call for Papers <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-1"><div class="row"><div class="col-sm-12"><ul class="block multi-column-dropdown"><li class="block dropdown-header">TechDebt 2025</li><li class="block"><a href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-main" class="navigate">Technical Papers</a></li><li class="block"><a href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-journal-first" class="navigate">Journal First</a></li><li class="block"><a href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-junior-program-committee" class="navigate">Junior Program Committee</a></li></ul></div></div></ul></li><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/TechDebt-2025/icse-2025-venue" class="navigate">Venue: Rogers Centre, Ottawa (formerly Shaw Centre)</a></li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/keynotes" class="navigate">Keynotes</a></li><li class="block dropdown-header">ICSE 2025</li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/registration" class="indent navigate">Registration</a></li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/Hotels" class="indent navigate">Hotels</a></li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/visa-and-travel-authorization" class="indent navigate">Visa and Travel Authorization</a></li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/Travelling" class="indent navigate">Travelling to Ottawa</a></li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/gettingAroundOttawa" class="indent navigate">Getting Around Ottawa</a></li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/Code+of+Conduct" class="indent navigate">Code of Conduct</a></li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/Diversity+and+Inclusion+Plan" class="indent navigate">Equity, Diversity, and Inclusion Plan</a></li><li class="block"><a href="https://conf.researchr.org/attending/TechDebt-2025/fun+activities" class="indent navigate">Fun Activities</a></li></ul></li><li class="block"><a href="https://conf.researchr.org/info/TechDebt-2025/mentoring-program" class="navigate">Mentoring Program</a></li><li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle">Organization <span class="caret"></span></a><ul class="block dropdown-menu multi-column columns-1"><div class="row"><div class="col-sm-12"><ul class="block multi-column-dropdown"><li class="block dropdown-header">TechDebt 2025 Committees</li><li class="block"><a href="https://conf.researchr.org/committee/TechDebt-2025/TechDebt-2025-junior-pc-members" class="navigate">Junior PC members</a></li><li class="block"><a href="https://conf.researchr.org/committee/TechDebt-2025/TechDebt-2025-organizing-committee" class="navigate">Organizing Committee</a></li><li class="block dropdown-header">Contributors</li><li class="block"><a href="https://conf.researchr.org/people-index/TechDebt-2025" class="navigate"><span class="glyphicon glyphicon-search"></span><sup><span class="glyphicon glyphicon-user"></span></sup> People Index</a></li></ul></div></div></ul></li><li class="block"><a href="https://conf.researchr.org/search/TechDebt-2025//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/TechDebt" class="navigate"><span class="glyphicon glyphicon-home"></span> Series</a></li><li class="block divider"></li><li class="block"><span class="text-muted" style="margin-left: 2px;"><span class="glyphicon glyphicon-hand-right"></span> TechDebt 2025</span></li><li class="block"><a href="https://conf.researchr.org/home/TechDebt-2024" class="navigate">TechDebt 2024</a></li><li class="block"><a href="https://2023.techdebtconf.org" class="navigate">TechDebt 2023</a></li><li class="block"><a href="https://2022.techdebtconf.org" class="navigate">TechDebt 2022</a></li><li class="block"><a href="https://2021.techdebtconf.org" class="navigate">TechDebt 2021</a></li><li class="block"><a href="https://2020.techdebtconf.org" class="navigate">TechDebt 2020</a></li><li class="block"><a href="https://2019.techdebtconf.org" class="navigate">TechDebt 2019</a></li><li class="block"><a href="https://2018.techdebtconf.org" class="navigate">TechDebt 2018</a></li></ul></li></ul><div class="navbar-right"><ul class="block nav navbar-nav"><li class="block"><a href="https://conf.researchr.org/signin/TechDebt-2025/https%3A%5Es%5Esconf.researchr.org%5Estrack%5EsTechDebt-2025%5EsTechDebt-2025-main" rel="nofollow" class="navigate">Sign in</a></li><li class="block"><a href="https://conf.researchr.org/signup/TechDebt-2025" class="navigate">Sign up</a></li></ul></div></div></div></div><div id="content" class="container"><div class="page-header"><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://conf.researchr.org/home/icse-2025" class="navigate">ICSE 2025</a> (<a href="https://conf.researchr.org/series/icse" class="navigate">series</a>) / </span><span class="text-muted small"><span class="glyphicon glyphicon-home"></span> <a href="https://conf.researchr.org/home/TechDebt-2025" class="navigate">TechDebt 2025</a> (<a href="https://conf.researchr.org/series/TechDebt" class="navigate">series</a>) / </span><h1>Technical Papers<span class="pull-right small h1">TechDebt 2025</span></h1></div><div class="row"><div class="col-sm-8"><ul id="tab" class="nav nav-pills"><li><a href="#About" data-toggle="tab">About</a></li><li><a href="#Call-for-Papers" data-toggle="tab">Call for Papers</a></li></ul><script type="text/javascript">(function(){ var post_process_function = function(n){ var node=(n&&n.nodeType === 1)?n:document; autoTabFunction(node); }; var original_post_process_func = ajax_post_process; ajax_post_process = function(){ original_post_process_func.apply(this,arguments); post_process_function.apply(this,arguments); }; $(document).ready( post_process_function ); })(); </script><div class="tab-content"><div id="About" class="tab-pane "><p>Technical Debt stands as a pivotal metaphor in the realm of software evolution, representing development shortcuts taken for expediency that cause the degradation of internal software quality. A critical element of the technical debt metaphor is its ability to bridge the communication gap between technical and non-technical stakeholders within software development teams. The International Conference on Technical Debt (TechDebt) is the flagship conference dedicated to discuss how to identify, address, and manage technical debt in software projects. This premier event unites leading researchers and practitioners in software engineering to explore diverse strategies for managing various forms of technical debt, share experiences and best practices, and identify the most pressing challenges faced by both industry and academia.</p> <p>The 8th International Conference on Technical Debt will be held in April 2025 in Ottawa, Ontario, Canada. As the previous editions, TechDebt will be co-located with the 47th International Conference on Software Engineering (ICSE 2025).</p> </div><div id="Call-for-Papers" class="tab-pane "><h2>Call for Papers</h2><p><h2><a href="#motivation" id="motivation" class="anchor-link">Motivation</a></h2> <p>Technical Debt stands as a pivotal metaphor in the realm of software evolution, representing development shortcuts taken for expediency that cause the degradation of internal software quality. A critical element of the technical debt metaphor is its ability to bridge the communication gap between technical and non-technical stakeholders within software development teams. The International Conference on Technical Debt (TechDebt) is the flagship conference dedicated to discuss how to identify, address, and manage technical debt in software projects. This premier event unites leading researchers and practitioners in software engineering to explore diverse strategies for managing various forms of technical debt, share experiences and best practices, and identify the most pressing challenges faced by both industry and academia.</p> <p>The 8th International Conference on Technical Debt will be held in April 2025 in Ottawa, Ontario, Canada. As the previous editions, TechDebt will be co-located with the 47th International Conference on Software Engineering (ICSE 2025).</p> <h2><a href="#topics" id="topics" class="anchor-link">Topics</a></h2> <p>The TechDebt conference warmly invites research and practical contributions to its Technical Track. The topics of interest include, but are not limited to:</p> <h4><a href="#investigations-on-specific-technical-debt-types" id="investigations-on-specific-technical-debt-types" class="anchor-link">Investigations on Specific Technical Debt Types</a></h4> <ul> <li>Specific technical debt types (e.g., test debt, build debt, architectural debt)</li> <li>Less studied kinds of technical debt (e.g., requirement, documentation, security debt)</li> <li>Other types of debt (e.g., social debt, process debt)</li> <li>Debt in specific domains (e.g., AI-based systems, mobile applications)</li> </ul> <h4><a href="#case-studies-and-practical-experiences" id="case-studies-and-practical-experiences" class="anchor-link">Case Studies and Practical Experiences</a></h4> <ul> <li>Case studies on successful and unsuccessful technical debt management practices</li> <li>Case studies on the remediation of technical debt in real-world projects</li> <li>Experiences from industry on managing and paying down technical debt</li> <li>Empirical evidence on the effectiveness of technical debt management tools and approaches</li> </ul> <h4><a href="#tools-and-approaches-for-managing-technical-debt" id="tools-and-approaches-for-managing-technical-debt" class="anchor-link">Tools and Approaches for Managing Technical Debt</a></h4> <ul> <li>Tools, demos, and libraries to identify, assess, and manage technical debt</li> <li>Methods and frameworks for identifying, monitoring, and managing technical debt</li> <li>Decision frameworks for prioritizing debt items against features and other debts</li> <li>Estimation of technical debt principal and interest</li> <li>Quality assurance practices to minimize and address technical debt</li> </ul> <h4><a href="#human-and-organizational-factors" id="human-and-organizational-factors" class="anchor-link">Human and Organizational Factors</a></h4> <ul> <li>Human factors in managing technical debt (e.g., team dynamics, communication challenges)</li> <li>Stakeholder perspectives and concerns about technical debt</li> <li>The impact of organizational culture and processes on technical debt accumulation and repayment</li> </ul> <h4><a href="#emerging-trends-in-technical-debt-research" id="emerging-trends-in-technical-debt-research" class="anchor-link">Emerging Trends in Technical Debt Research</a></h4> <ul> <li>Use of artificial intelligence and machine learning for technical debt management</li> <li>Software visualization techniques for technical debt identification and monitoring</li> <li>New trends in technical debt for AI-driven systems and mobile applications</li> <li>The role of software economics in shaping technical debt decisions</li> </ul> <h4><a href="#position-and-vision-papers" id="position-and-vision-papers" class="anchor-link">Position and Vision Papers</a></h4> <ul> <li>Position and vision papers offering novel perspectives on technical debt</li> <li>New conceptual frameworks and metrics to study technical debt and its evolution</li> </ul> <h2><a href="#paper-categories" id="paper-categories" class="anchor-link">Paper categories</a></h2> <p>We invite submissions of papers to the Technical Track in any areas related to the theme and goal of the conference in the following categories:</p> <ul> <li><strong>Research Papers (up to 10 pages, plus 2 pages for references only)</strong>: Innovative and significant original research in the field</li> <li><strong>Experience Papers (up to 10 pages, plus 2 pages for references only)</strong>: Experiences, case studies, challenges, problems, and solutions gathered from industrial contexts.</li> <li><strong>Short Papers (up to 5 pages, plus 2 pages for references only)</strong>: Early stages of research, new ideas, visions, and/or reflections; or technical debt-related tools.</li> </ul> <p>All submissions must not exceed their page limit for the main text, inclusive of all figures, tables, appendices, etc. Two more pages containing only references are permitted. All submissions must be in PDF.</p> <p>Upon acceptance, papers will be included in the 8th International Conference on Technical Debt proceedings.</p> <h2><a href="#evaluation-criteria" id="evaluation-criteria" class="anchor-link">Evaluation criteria</a></h2> <p>Submissions must be original and unpublished work. Each paper submitted to the main Technical Track will undergo a rigorous review process by at least three members of the program committee.</p> <ol> <li><strong>Novelty</strong>: The novelty and innovativeness of contributed solutions, problem formulations, methodologies, theories, and/or evaluations, i.e., the extent to which the paper is sufficiently original with respect to the state-of-the-art.</li> <li><strong>Rigor</strong>: The soundness, clarity, and depth of a technical or theoretical contribution, and the level of thoroughness and completeness of an evaluation.</li> <li><strong>Relevance</strong>: The significance and/or potential impact of the research on the field of software engineering.</li> <li><strong>Verifiability and Transparency</strong>: The extent to which the paper includes sufficient information to understand how an innovation works; to understand how data was obtained, analyzed, and interpreted; and how the paper supports independent verification or replication of the paper鈥檚 claimed contributions. Any artifacts attached to or linked from the paper will be checked by one reviewer.</li> <li><strong>Presentation</strong>: The clarity of the exposition in the paper.</li> </ol> <p>Reviewers will carefully consider all of the above criteria during the review process, and authors should take great care in clearly addressing them all. The paper should clearly explain and justify the claimed contributions. The weighting and relevance of the above criteria vary for paper types, e.g., a vision paper is primarily evaluated on novelty and relevance and not verifiability.</p> <h2><a href="#junior-pc" id="junior-pc" class="anchor-link">Junior PC</a></h2> <p>TechDebt 2025 proudly introduces a Junior Program Committee (Junior PC), which operates alongside the main program committee to enhance the review process and mentor the next generation of researchers. Composed of early-career scholars, the Junior PC reviews a subset of papers under the guidance of experienced mentors. The feedback they provide offers additional input to authors, enriching the TechDebt review process while ensuring high-quality reviews and supporting the growth of future leaders in the field of technical debt.</p> <h2><a href="#submission-process" id="submission-process" class="anchor-link">Submission process</a></h2> <p>TechDebt 2025 uses a doubly anonymous reviewing model for the Technical Track. Therefore, all submissions to this track have to fulfill the <strong>doubly-anonymous reviewing requirements</strong> (refer to the <a href="https://conf.researchr.org/info/icse-2025/submitting-to-icse2025%3A-q%26a">ICSE Q&A</a> for more details). Any submission that does not comply with these requirements may be desk-rejected without further review.</p> <p>Papers must be submitted electronically via the TechDebtConf2025 HotCRP site.</p> <p><strong>Submission site</strong>: <a href="https://techdebt2025.hotcrp.com">https://techdebt2025.hotcrp.com</a>.</p> <p>Submissions must conform to the IEEE conference proceedings template, specified in the IEEE Conference Proceedings Formatting Guidelines (title in 24pt font and full text in 10pt type, LaTeX users must use <code>\documentclass[10pt,conference]{IEEEtran}</code> without including the <code>compsoc</code> or <code>compsocconf</code> options).</p> <p>Link: <a href="https://www.ieee.org/conferences/publishing/templates.html">https://www.ieee.org/conferences/publishing/templates.html</a></p> <h2><a href="#open-science-policy" id="open-science-policy" class="anchor-link">Open Science policy</a></h2> <p>Openness in science is key to fostering progress via transparency, reproducibility, and replicability. While all submissions will undergo the same review process independent of whether or not they disclose their analysis code or data, we strongly encourage authors to make data available upon submission (either privately or publicly) and especially upon acceptance (publicly). If the authors cannot disclose industrial or otherwise non-public data, they should provide an explicit (short) statement in the paper.</p> <h2><a href="#accepted-papers-and-attendance-expectations" id="accepted-papers-and-attendance-expectations" class="anchor-link">Accepted papers and attendance expectations</a></h2> <p>After acceptance, the list of paper authors cannot be changed under any circumstances, and the list of authors on camera-ready papers must be identical to those on submitted papers. After acceptance, paper titles can not be changed except by permission of the Program Co-Chairs, and only then when referees recommend a change for clarity or accuracy with paper content.</p> <p>If a submission is accepted, at least one author of the paper is required to register for TechDebt 2025 and present the paper.</p> <h2><a href="#important-dates" id="important-dates" class="anchor-link">Important dates</a></h2> <ul> <li>Abstract deadline: Nov 8, 2024</li> <li>Paper deadline: Nov 15, 2024</li> <li>Author notification: Jan 10, 2025</li> <li>Camera ready deadline: Jan 31, 2025</li> </ul> <h3><a href="#mentoring-program" id="mentoring-program" class="anchor-link">Mentoring Program</a></h3> <p>Authors can make use of the <strong>Mentoring Program</strong> to offer mentorship to help bring new researchers to the community and assist those who would like to improve their papers by getting independent advice to ensure that papers are consistent with the existing technical debt body of work, focus on critical open challenges, and are accessible to everyone. Check out the <a href="https://conf.researchr.org/info/TechDebt-2025/mentoring-program">Mentoring Program here</a>.</p> </p></div></div></div><div class="col-sm-4 sidebar"><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title">Important Dates<span class="pull-right"><small><span class="glyphicon glyphicon-globe"></span><span class="glyphicon glyphicon-time"></span> AoE (UTC-12h)</small></span></div></div><table class="table table-hover important-dates-in-sidebar"><tr href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-main" class="clickable-row text-success"><td>Fri 10 Jan 2025<br/>Notification</td></tr><tr href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-main" class="clickable-row text-success"><td>Wed 5 Feb 2025<br/>Camera Ready</td></tr><tr href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-main" class="clickable-row past"><td>Fri 22 Nov 2024<span class="pull-right"><span title="Date changed at Thu 14 Nov 2024" class="label-warning label">updated</span></span><br/>Papers</td></tr><tr href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-main" class="clickable-row past"><td><strong>Fri 15 Nov 2024</strong><span class="pull-right"><span title="Date changed at Sun 10 Nov 2024" class="label-warning label">updated</span></span><br/><strong>Abstract</strong></td></tr></table></div><div class="panel panel-primary"><div class="panel-heading clearfix"><div class="panel-title">Submission Link</div></div><div class="panel-body"><small><span class="text-muted"><span class="glyphicon glyphicon-new-window"></span></span> <a href="https://techdebt2025.hotcrp.com" title="Submission link for Call for Papers" target="_blank" class="navigate">https://techdebt2025.hotcrp.com</a></small></div></div></div></div><div id="messages-placeholder" class="alert alert-warning" style="display:none;"><a data-dismiss="alert" class="close">x</a><em>Sun 24 Nov 05:42</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="TechDebt-2025" /><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":"TechDebt-2025"},],"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="TechDebt-2025" /><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":"TechDebt-2025"},],"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/TechDebt-2025" class="navigate"><span class="glyphicon glyphicon-home"></span> TechDebt 2025</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/TechDebt-2025" 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>TechDebt 2025</h4><a href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-main" class="navigate">Technical Papers</a><br/><a href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-journal-first" class="navigate">Journal First</a><br/><a href="https://conf.researchr.org/track/TechDebt-2025/TechDebt-2025-junior-program-committee" class="navigate">Junior Program Committee</a></div><div class="col-sm-6"></div></div></div><div class="col-sm-2"><h4>Attending</h4><a href="https://conf.researchr.org/venue/TechDebt-2025/icse-2025-venue" class="navigate">Venue: Rogers Centre, Ottawa (formerly Shaw Centre)</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/keynotes" class="navigate">Keynotes</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/registration" class="navigate">Registration</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/Hotels" class="navigate">Hotels</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/visa-and-travel-authorization" class="navigate">Visa and Travel Authorization Information for ICSE 2025 and its Co-Located Events</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/Travelling" class="navigate">Travelling to Ottawa</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/gettingAroundOttawa" class="navigate">Getting Around Ottawa</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/Code+of+Conduct" class="navigate">Code of Conduct for ICSE 2025 and its Co-Located Events</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/Diversity+and+Inclusion+Plan" class="navigate">Equity, Diversity, and Inclusion Plan for ICSE 2025</a><br><a href="https://conf.researchr.org/attending/TechDebt-2025/fun+activities" class="navigate">Fun Activities</a></div><div class="col-sm-2"><a href="https://conf.researchr.org/signup/TechDebt-2025" 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>