Visual augmentation of source code editors: A systematic mapping study

M Sulír, M Bačíková, S Chodarev, J Porubän - Journal of Visual Languages …, 2018 - Elsevier
Source code written in textual programming languages is typically edited in integrated
development environments (IDEs) or specialized code editors. These tools often display …

Code recommendation for exception handling

T Nguyen, P Vu, T Nguyen - Proceedings of the 28th ACM Joint Meeting …, 2020 - dl.acm.org
Exception handling is an effective mechanism to avoid unexpected runtime errors. However,
novice programmers might fail to handle exceptions properly, causing serious errors like …

Where to handle an exception? Recommending exception handling locations from a global perspective

X Jia, S Chen, X Zhou, X Li, R Yu… - 2021 IEEE/ACM 29th …, 2021 - ieeexplore.ieee.org
Exception handling is an effective mechanism to guarantee software reliability in modern
programming languages. An exception interrupts the program execution and propagates …

A reflection on “an exploratory study on exception handling bugs in java programs”

F Ebert, F Castor, A Serebrenik - 2020 IEEE 27th International …, 2020 - ieeexplore.ieee.org
Exception handling is a feature provided by most mainstream programming languages, and
typically involves constructs to throw and handle error signals. On the one hand, early work …

Improving Programming Productivity with Statistical Models

T Nguyen - 2022 - search.proquest.com
Modern applications often need to have very short time-to-market and upgrade cycles, and
thus, short development time. To address this requirement, application developers often rely …