27 citations · 38 across the 4 of their papers we have counts for
4 papers
CoCoFuzzing: Testing Neural Code Models with Coverage-Guided Fuzzing
Moshi Wei, Yuchao Huang, Jinqiu Yang +2
Deep learning-based code processing models have shown good performance for tasks such as predicting method names, summarizing programs, and comment generation. However, despite the…
Studying Duplicate Logging Statements and Their Relationships with Code Clones
Zhenhao Li, Tse-Hsun, Chen +2
In this paper, we focus on studying duplicate logging statements, which are logging statements that have the same static text message. We manually studied over 4K duplicate logging…
A First Look at the Deprecation of RESTful APIs: An Empirical Study
Jerin Yasmin, Yuan Tian, Jinqiu Yang
REpresentational State Transfer (REST) is considered as one standard software architectural style to build web APIs that can integrate software systems over the internet. However,…
Automatically Extracting Web API Specifications from HTML Documentation
Jinqiu Yang, Erik Wittern, Annie T. T. Ying +2
Web API specifications are machine-readable descriptions of APIs. These specifications, in combination with related tooling, simplify and support the consumption of APIs. However,…