3 papers
cs.SE2026
Foundation Models as Oracles for Refactoring Correctness Detection
Rohit Gheyi, Rian Melo, Jonhnanthan Oliveira +2
Refactoring tools in popular Integrated Development Environments (IDEs) can introduce unintended behavioral changes or compilation errors, a persistent challenge that undermines de…
cs.SE2025
Agentic LMs: Hunting Down Test Smells
Rian Melo, Pedro Simões, Rohit Gheyi +5
Test smells reduce test suite reliability and complicate maintenance. While many methods detect test smells, few support automated removal, and most rely on static analysis or mach…
cs.SE2025
RefModel: Detecting Refactorings using Foundation Models
Pedro Simões, Rohit Gheyi, Rian Melo +3
Refactoring is a common software engineering practice that improves code quality without altering program behavior. Although tools like ReExtractor+, RefactoringMiner, and RefDiff…