scispace - formally typeset
M

Minxing Tang

Researcher at Humboldt University of Berlin

Publications -  5
Citations -  10

Minxing Tang is an academic researcher from Humboldt University of Berlin. The author has contributed to research in topics: Java bytecode & Regression testing. The author has an hindex of 1, co-authored 5 publications receiving 6 citations.

Papers
More filters
Journal ArticleDOI

Shadow Symbolic Execution with Java PathFinder

TL;DR: In this article, shadow symbolic execution is applied to Java programs and an extension of the Java PathFinder (JPF) project is provided to perform shadow symbolic executions on Java bytecode, which successfully generated test inputs that expose divergences relevant for regression testing.
Journal ArticleDOI

Complete Shadow Symbolic Execution with Java PathFinder

TL;DR: The idea of shadow symbolic execution (SSE) is adapted and combine complete/standard symbolic execution with the idea of four-way forking to expose diverging behavior and attempts to comprehensively test the new be- haviors introduced by a change.
Journal ArticleDOI

Shadow Symbolic Execution with Java PathFinder

TL;DR: This work applies the idea of shadow symbolic execution to Java programs and provides an extension of the Java PathFinder (JPF) project to performshadow symbolic execution on Java bytecode to solve the problem of regression testing.
Posted Content

Towards a Benchmark Set for Program Repair Based on Partial Fixes

TL;DR: In this article, the authors crawled 1500 open-source C repositories on GitHub for partial fixes and proposed a benchmark set of 2204 benchmark tasks for automated program repair based on partial fixes.