Venkatesh Vinayakarao
YOU?
Author Swipe
View article: Duplicate Bug Report Detection: How Far Are We?
Duplicate Bug Report Detection: How Far Are We? Open
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 bee…
View article: Duplicate Bug Report Detection: How Far Are We?
Duplicate Bug Report Detection: How Far Are We? Open
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 bee…
View article: Evaluating commit message generation
Evaluating commit message generation Open
Commit messages play an important role in several software engineering tasks\nsuch as program comprehension and understanding program evolution. However,\nprogrammers neglect to write good commit messages. Hence, several Commit\nMessage Ge…
View article: Replacements and Replaceables: Making the Case for Code Variants
Replacements and Replaceables: Making the Case for Code Variants Open
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 varia…
View article: ANNE
ANNE Open
Code search with natural language terms performs poorly because programming concepts do not always lexically match their syntactic forms. For example, in Java, the programming concept "array" does not match with its syntactic representatio…