3 papers
cs.SE2025
A Dataset and Preliminary Study of Using GPT-5 for Code-change Impact Analysis
Katharina Stengg, Christian Macho, Martin Pinzger
Understanding source code changes and their impact on other code entities is a crucial skill in software development. However, the analysis of code changes and their impact is ofte…
cs.SE2025
Teralizer: Semantics-Based Test Generalization from Conventional Unit Tests to Property-Based Tests
Johann Glock, Clemens Bauer, Martin Pinzger
Conventional unit tests validate single input-output pairs, leaving most inputs of an execution path untested. Property-based testing addresses this shortcoming by generating multi…
cs.SE2025
Lost in Translation? Converting RegExes for Log Parsing into Dynatrace Pattern Language
Julian Fragner, Christian Macho, Bernhard Dieber +1
Log files provide valuable information for detecting and diagnosing problems in enterprise software applications and data centers. Several log analytics tools and platforms were de…