2 papers
cs.SE2026
Exploring Semantic Stability Across Reviews in the Linux Kernel
Lucas Ciziks, Paulo Meirelles, Marco Aurélio Gerosa
Code review is credited with substantially changing a patch's code between its first submission and the version that eventually lands. However, prior work typically studied only th…
cs.SE2024
How do annotations affect Java code readability?
Eduardo Guerra, Everaldo Gomes, Jeferson Ferreira +4
Context: Code annotations have gained widespread popularity in programming languages, offering developers the ability to attach metadata to code elements to define custom behaviors…