Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Implement Angelic Value with Spoon for APR #5803

Open
ramsey-coding opened this issue May 9, 2024 · 0 comments
Open

How to Implement Angelic Value with Spoon for APR #5803

ramsey-coding opened this issue May 9, 2024 · 0 comments
Labels

Comments

@ramsey-coding
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant