spoon icon indicating copy to clipboard operation
spoon copied to clipboard

How to Implement Angelic Value with Spoon for APR

Open ramsey-coding opened this issue 1 year ago • 0 comments

Describe the bug

I am exploring how to implement angelic value computation within Java programs using Spoon, inspired by its use in tools such as Nopol.

Angelic values are hypothetical values used in conditional statements that can make failing test cases pass, and are crucial for identifying necessary changes to fix buggy code.

I would appreciate some guidance on the following:

  1. Does Spoon support runtime tracing or manipulation of code during test execution to detect such values?

  2. How can Spoon be used to dynamically modify code to test different "angelic" conditions?

Thank you for your insights!

Source code you are trying to analyze/transform

No response

Source code for your Spoon processing

No response

Actual output

No response

Expected output

No response

Spoon Version

11.0.0

JVM Version

latest

What operating system are you using?

MACOS

ramsey-coding avatar May 09 '24 21:05 ramsey-coding