Skip to main content

Showing 1–3 of 3 results for author: Vinayakarao, V

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

    cs.SE

    Duplicate Bug Report Detection: How Far Are We?

    Authors: Ting Zhang, DongGyun Han, Venkatesh Vinayakarao, Ivana Clairine Irsan, Bowen Xu, Ferdian Thung, David Lo, Lingxiao Jiang

    Abstract: Many Duplicate Bug Report Detection (DBRD) techniques have been proposed in the research literature. The industry uses some other techniques. Unfortunately, there is insufficient comparison among them, and it is unclear how far we have been. This work fills this gap by comparing the aforementioned techniques. To compare them, we first need a benchmark that can estimate how a tool would perform if… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

    Comments: Accepted by ACM Transactions on Software Engineering and Methodology

  2. Evaluating Commit Message Generation: To BLEU Or Not To BLEU?

    Authors: Samanta Dey, Venkatesh Vinayakarao, Monika Gupta, Sampath Dechu

    Abstract: Commit messages play an important role in several software engineering tasks such as program comprehension and understanding program evolution. However, programmers neglect to write good commit messages. Hence, several Commit Message Generation (CMG) tools have been proposed. We observe that the recent state of the art CMG tools use simple and easy to compute automated evaluation metrics such as B… ▽ More

    Submitted 20 April, 2022; originally announced April 2022.

    Comments: 6 pages, 3 tables, ICSE-NIER 2022 Conference

  3. arXiv:2006.03844  [pdf, other

    cs.SE

    Replacements and Replaceables: Making the Case for Code Variants

    Authors: Venkatesh Vinayakarao, Devika Sondhi, Sumit Keswani, Rahul Purandare, Anita Sarma

    Abstract: There are often multiple ways to implement the same requirement in source code. Different implementation choices can result in code snippets that are similar, and have been defined in multiple ways: code clones, examples, simions and variants. Currently, there is a lack of a consistent and unambiguous definition of such types of code snippets. Here we present a characterization study of code varia… ▽ More

    Submitted 14 June, 2020; v1 submitted 6 June, 2020; originally announced June 2020.

    ACM Class: D.2.m; D.2.13