3 citations · 6 across the 10 of their papers we have counts for
7 papers · 1 filter
On Assessing the Relevance of Code Reviews Authored by Generative Models
Robert Heumüller, Frank Ortmeier
The use of large language models like ChatGPT in code review offers promising efficiency gains but also raises concerns about correctness and safety. Existing evaluation methods fo…
Previously on... Automating Code Review
Robert Heumüller, Frank Ortmeier
Modern Code Review (MCR) is a standard practice in software engineering, yet it demands substantial time and resource investments. Recent research has increasingly explored automat…
ASAP-Repair: API-Specific Automated Program Repair Based on API Usage Graphs
Sebastian Nielebock, Paul Blockhaus, Jacob Krüger +1
Modern software development relies on the reuse of code via Application Programming Interfaces (APIs). Such reuse relieves developers from learning and developing established algor…
Automated Change Rule Inference for Distance-Based API Misuse Detection
Sebastian Nielebock, Paul Blockhaus, Jacob Krüger +1
Developers build on Application Programming Interfaces (APIs) to reuse existing functionalities of code libraries. Despite the benefits of reusing established libraries (e.g., time…
An Experimental Analysis of Graph-Distance Algorithms for Comparing API Usages
Sebastian Nielebock, Paul Blockhaus, Jacob Krüger +1
Modern software development heavily relies on the reuse of functionalities through Application Programming Interfaces (APIs). However, client developers can have issues identifying…
AndroidCompass: A Dataset of Android Compatibility Checks in Code Repositories
Sebastian Nielebock, Paul Blockhaus, Jacob Krüger +1
Many developers and organizations implement apps for Android, the most widely used operating system for mobile devices. Common problems developers face are the various hardware dev…