spoon
spoon copied to clipboard
How to Implement Angelic Value with Spoon for APR
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:
-
Does Spoon support runtime tracing or manipulation of code during test execution to detect such values?
-
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