Skip to main content

Showing 1–2 of 2 results for author: Martin-Lopez, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.15149  [pdf, other

    cs.SE

    On the Generalizability of Deep Learning-based Code Completion Across Programming Language Versions

    Authors: Matteo Ciniselli, Alberto Martin-Lopez, Gabriele Bavota

    Abstract: Code completion is a key feature of Integrated Development Environments (IDEs), aimed at predicting the next tokens a developer is likely to write, hel** them write code faster and with less effort. Modern code completion approaches are often powered by deep learning (DL) models. However, the swift evolution of programming languages poses a critical challenge to the performance of DL-based code… ▽ More

    Submitted 22 March, 2024; originally announced March 2024.

  2. arXiv:2005.03320  [pdf, other

    cs.SE

    Specification and Automated Analysis of Inter-Parameter Dependencies in Web APIs

    Authors: Alberto Martin-Lopez, Sergio Segura, Carlos Müller, Antonio Ruiz-Cortés

    Abstract: Web services often impose inter-parameter dependencies that restrict the way in which two or more input parameters can be combined to form valid calls to the service. Unfortunately, current specification languages for web services like the OpenAPI Specification (OAS) provide no support for the formal description of such dependencies, which makes it hardly possible to automatically discover and int… ▽ More

    Submitted 7 May, 2020; originally announced May 2020.

    ACM Class: H.0; D.2