You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: