Search Results - automated code refactoring
-
1
MUARF: Leveraging Multi-Agent Workflows for Automated Code Refactoring
ISSN: 2574-1934Published: IEEE 27.04.2025Published in Proceedings (IEEE/ACM International Conference on Software Engineering Companion. Online) (27.04.2025)“…Refactoring is crucial for maintaining a project, but it requires developers to understand code structure and system design principles well…”
Get full text
Conference Proceeding -
2
RefactorGPT: a ChatGPT-based multi-agent framework for automated code refactoring
ISSN: 2376-5992, 2376-5992Published: PeerJ. Ltd 14.10.2025Published in PeerJ. Computer science (14.10.2025)“…The rise of large language models has redefined what is computationally possible in code generation, yet their potential in systematic software refactoring remains largely untapped…”
Get full text
Journal Article -
3
Review of Automated Code Refactoring of C# Programs
ISSN: 2300-5963Published: Polish Information Processing Society 2023Published in 2023 18th Conference on Computer Science and Intelligence Systems (FedCSIS) (2023)“…Code refactoring is supported by many Integrated Development Environments. This paper is focused on the automated code refactoring of C# programs…”
Get full text
Conference Proceeding Journal Article -
4
Automated Code Refactoring upon Database-Schema Changes in Web Applications
ISSN: 2643-1572Published: IEEE 01.11.2021Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (01.11.2021)“… These changes bring up a unique refactoring task: updating application code to be consistent with data schema…”
Get full text
Conference Proceeding -
5
Automated Refactoring of Non-Idiomatic Python Code With Pythonic Idioms
ISSN: 0098-5589, 1939-3520Published: New York IEEE 01.11.2024Published in IEEE transactions on software engineering (01.11.2024)“… To assist Python developers in adopting Pythonic idioms, we design and implement an automatic refactoring tool named RIdiom to refactor code with Pythonic idioms…”
Get full text
Journal Article -
6
Enhancing Code Quality Through Automated Refactoring Using Transformer-Based Language Models
ISSN: 2158-107X, 2156-5570Published: 01.01.2025Published in International journal of advanced computer science & applications (01.01.2025)Get full text
Journal Article -
7
Adventure of a Lifetime: Extract Method Refactoring for Rust
ISSN: 2475-1421, 2475-1421Published: New York, NY, USA ACM 16.10.2023Published in Proceedings of ACM on programming languages (16.10.2023)“…We present a design and implementation of the automated "Extract Method" refactoring for Rust programs…”
Get full text
Journal Article -
8
ValExtractor: Reliable Automated Local Variable Extraction in Code Refactoring
ISSN: 1000-9000, 1860-4749Published: Singapore Springer Nature Singapore 01.07.2025Published in Journal of computer science and technology (01.07.2025)“…Extracting local variable is a well-known and widely used refactoring technique designed to enhance code readability by replacing complex expressions with simpler variable references…”
Get full text
Journal Article -
9
Automating SQL Injection and Cross-Site Scripting Vulnerability Remediation in Code
ISSN: 2674-113X, 2674-113XPublished: MDPI AG 12.01.2024Published in Software (12.01.2024)“…) and Cross-Site Scripting (XSS). As is shown by a case study presented in this paper, CARES mitigates these vulnerabilities by refactoring the Java code using the Intercepting Filter design pattern. The flexible, microservice-based CARES design can be readily extended to support other injection vulnerabilities, remediation design patterns, and programming languages…”
Get full text
Journal Article -
10
Automated refactoring of legacy JavaScript code to ES6 modules
ISSN: 0164-1212, 1873-1228Published: Elsevier Inc 01.11.2021Published in The Journal of systems and software (01.11.2021)“… This work studies the automated refactoring of legacy ES5 code to ES6 modules with fine-grained reuse of module contents through the named import/export language constructs…”
Get full text
Journal Article -
11
Insecurity Refactoring: Automated Injection of Vulnerabilities in Source Code
ISSN: 0167-4048, 1872-6208Published: Elsevier Ltd 01.05.2023Published in Computers & security (01.05.2023)“… An implementation of Insecurity Refactoring is formally explained to inject vulnerabilities in source code projects by using static code analysis…”
Get full text
Journal Article -
12
Enhancing Software Engineering With AI: Innovations, Challenges, and Future Directions
ISSN: 1751-8806, 1751-8814Published: Stevenage John Wiley & Sons, Inc 01.01.2025Published in IET software (01.01.2025)“… It examines modern instances of AI‐based requirements analysis, automated code transformation, predictive system modeling, proactive fault monitoring and detection, and advanced project guidance systems…”
Get full text
Journal Article -
13
An automated extract method refactoring approach to correct the long method code smell
ISSN: 0164-1212, 1873-1228Published: Elsevier Inc 01.05.2022Published in The Journal of systems and software (01.05.2022)“…Long Method is amongst the most common code smells in software systems. Despite various attempts to detect the long method code smell, few automated approaches are presented to refactor this smell…”
Get full text
Journal Article -
14
Enhancing automated network function onboarding through language extension and code refactoring
ISSN: 1619-1366, 1619-1374Published: 02.08.2025Published in Software and systems modeling (02.08.2025)Get full text
Journal Article -
15
An empirical evaluation of RAIDE: A semi-automated approach for test smells detection and refactoring
ISSN: 0167-6423, 1872-7964Published: Elsevier B.V 01.01.2024Published in Science of computer programming (01.01.2024)“… Automated support for test code refactoring can significantly enhance its cost-effectiveness…”
Get full text
Journal Article -
16
Enhancing software engineering practices with generative AI: A framework for automated code synthesis and refactoring
ISSN: 2582-8266, 2582-8266Published: 30.10.2024Published in World Journal of Advanced Engineering Technology and Sciences (30.10.2024)“… Automating coding means that predefined tools can bring code suggestions, show and apply refactoring features, and enforce coding standards so developers can devote their efforts to other aspects…”
Get full text
Journal Article -
17
Evaluating Multi-Agent AI Systems for Automated Bug Detection and Code Refactoring
ISSN: 2321-9653, 2321-9653Published: 31.10.2025Published in International journal for research in applied science and engineering technology (31.10.2025)“…This paper evaluates multi-agent AI systems for automating software bug detection and code refactoring…”
Get full text
Journal Article -
18
Automated refactoring to the Strategy design pattern
ISSN: 0950-5849, 1873-6025Published: Amsterdam Elsevier B.V 01.11.2012Published in Information and software technology (01.11.2012)“…► We focus on simplification of conditional logic through automated refactoring to the Strategy design pattern…”
Get full text
Journal Article -
19
Automated Refactoring of Non-Idiomatic Python Code: A Differentiated Replication with LLMS
ISSN: 2643-7171Published: IEEE 27.04.2025Published in Proceedings (IEEE International Conference on Program Comprehension. Online) (27.04.2025)“… familiarity or understandability issues. Recent research contributions have proposed approaches-based on static code analysis and transformation-to automatically identify and enact refactoring opportunities of non-idiomatic code into idiomatic ones…”
Get full text
Conference Proceeding -
20
RePOR: Mimicking humans on refactoring tasks. Are we there yet?
ISSN: 1382-3256, 1573-7616Published: New York Springer US 01.07.2020Published in Empirical software engineering : an international journal (01.07.2020)“…” solutions to recurring design problems. However, little quantitative evidence exists about the impact of automatically refactored code on program comprehension, and in which context automated refactoring can be as effective as manual refactoring…”
Get full text
Journal Article