56 citations · 249 across the 39 of their papers we have counts for
6 papers · 2 filters
Test Case Prioritization Using Partial Attention
Quanjun Zhang, Chunrong Fang, Weisong Sun +2
Test case prioritization (TCP) aims to reorder the regression test suite with a goal of increasing the fault detection rate. Various TCP techniques have been proposed based on diff…
An Extractive-and-Abstractive Framework for Source Code Summarization
Weisong Sun, Chunrong Fang, Yuchen Chen +6
(Source) Code summarization aims to automatically generate summaries/comments for a given code snippet in the form of natural language. Such summaries play a key role in helping de…
CIRCLE: Continual Repair across Programming Languages
Wei Yuan, Quanjun Zhang, Tieke He +4
Automatic Program Repair (APR) aims at fixing buggy source code with less manual debugging efforts, which plays a vital role in improving software reliability and development produ…
Investigating Coverage Guided Fuzzing with Mutation Testing
Ruixiang Qian, Quanjun Zhang, Chunrong Fang +1
Coverage guided fuzzing (CGF) is an effective testing technique which has detected hundreds of thousands of bugs from various software applications. It focuses on maximizing code c…
Program Repair: Automated vs. Manual
Quanjun Zhang, Yuan Zhao, Weisong Sun +3
Various automated program repair (APR) techniques have been proposed to fix bugs automatically in the last decade. Although recent researches have made significant progress on the…
Code Search based on Context-aware Code Translation
Weisong Sun, Chunrong Fang, Yuchen Chen +3
Code search is a widely used technique by developers during software development. It provides semantically similar implementations from a large code corpus to developers based on t…