activity
20192025
most citedAndroidCompass: A Dataset of Android Compatibility Checks in Code Repositories

3 citations · 6 across the 10 of their papers we have counts for

collaborators
Showing cs.SEShow all

7 papers · 1 filter

cs.SE2025

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…

cs.SE2025

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…

cs.SE2024

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…

cs.SE2022

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…

cs.SE2021

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…

cs.SE2021★ 3 cited

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…