16 citations · 31 across the 15 of their papers we have counts for
17 papers · 1 filter
Measuring and Exploiting Contextual Bias in LLM-Assisted Security Code Review
Dimitris Mitropoulos, Nikolaos Alexopoulos, Georgios Alexopoulos +1
Automated Code Review (ACR) systems integrating Large Language Models (LLMs) are increasingly adopted in software development workflows, ranging from interactive assistants to auto…
Learning from Change: Predictive Models for Incident Prevention in a Regulated IT Environment
Eileen Kapel, Jan Lennartz, Luis Cruz +2
Effective IT change management is important for businesses that depend on software and services, particularly in highly regulated sectors such as finance, where operational reliabi…
Awakening: Modern Challenges and Opportunities of Software Engineering Research
Diomidis Spinellis, Zoe Kotti
Software engineering research benefited for decades from openly available tools, accessible systems, and problems that could be studied at modest scale. Today, many of the most rel…
Bridging Behavioral Biometrics and Source Code Stylometry: A Survey of Programmer Attribution
Marek Horvath, Emilia Pietrikova, Diomidis Spinellis
Programmer attribution seeks to identify or verify the author of a source code artifact using stylistic, structural, or behavioural characteristics. This problem has been studied a…
Source Code Hotspots: A Diagnostic Method for Quality Issues
Saleha Muzammil, Mughees Ur Rehman, Zoe Kotti +1
Software source code often harbours "hotspots": small portions of the code that change far more often than the rest of the project and thus concentrate maintenance activity. We min…
The Fools are Certain; the Wise are Doubtful: Exploring LLM Confidence in Code Completion
Zoe Kotti, Konstantina Dritsa, Diomidis Spinellis +1
Code completion entails the task of providing missing tokens given a surrounding context. It can boost developer productivity and serve as a code discovery tool. Code completion ha…