paper-with-me

홈 › Papers

Automated Code Review Using Large Language Models at Ericsson: An Experience Report

2025-07-25 · Shweta Ramesh, Joy Bose, Hamender Singh, A K Raghavan, Sujoy Roychowdhury, Giriprasad Sridhara, Nishrith Saini, Ricardo Britto arxiv

Code review is one of the primary means of assuring the quality of released software along with testing and static analysis. However, code review requires experienced developers who may not always have the time to perform an in-depth review of code. Thus, automating code review can help alleviate the cognitive burden on experienced software developers allowing them to focus on their primary activities of writing code to add new features and fix bugs. In this paper, we describe our experience in using Large Language Models towards automating the code review process in Ericsson. We describe the development of a lightweight tool using LLMs and static program analysis. We then describe our preliminary experiments with experienced developers in evaluating our code review tool and the encouraging results.

📄 PDF Abstract BibTeX arXiv:2507.19115

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Using Machine Intelligence to Prioritise Code Review Requests

2021-02-11 · Nishrith Saini, Ricardo Britto

Modern Code Review (MCR) is the process of reviewing new code changes that need to be merged with an existing codebase. As a developer, one may receive many code review requests every day, i.e., the review requests need …

Icing on the Cake: Automatic Code Summarization at Ericsson

2024-08-19 · Giriprasad Sridhara, Sujoy Roychowdhury, Sumit Soman, Ranjani H G 외

This paper presents our findings on the automatic summarization of Java methods within Ericsson, a global telecommunications company. We evaluate the performance of an approach called Automatic Semantic Augmentation of P…

Code SummarizationInformation RetrievalLarge Language ModelRetrieval

Automated Code Review Using Large Language Models with Symbolic Reasoning

2025-07-24 · Busra Icoz, Goksel Biricik arxiv

Code review is one of the key processes in the software development lifecycle and is essential to maintain code quality. However, manual code review is subjective and time consuming. Given its rule-based nature, code rev…

Logical Reasoning

Assign Hysteresis Parameter For Ericsson BTS Power Saving Algorithm Using Unsupervised Learning

2021-07-05 · Thaer Sahmoud, Wesam Ashor

Gaza Strip suffers from a chronic electricity deficit that affects all industries including the telecommunication field, so there is a need to optimize and reduce power consumption of the telecommunication equipment. In …

Clustering

CodeReviewQA: The Code Review Comprehension Assessment for Large Language Models

2025-03-20 · Hong Yi Lin, Chunhua Liu, Haoyu Gao, Patanamon Thongtanunam 외

State-of-the-art large language models (LLMs) have demonstrated impressive code generation capabilities but struggle with real-world software engineering tasks, such as revising source code to address code reviews, hinde…

Code GenerationMultiple-choiceText Matching