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

EDB/fact selection #6

Open
rainLiuplus opened this issue Jan 10, 2023 · 0 comments
Open

EDB/fact selection #6

rainLiuplus opened this issue Jan 10, 2023 · 0 comments

Comments

@rainLiuplus
Copy link
Collaborator

The following questions pertain to choosing the appropriate EDBs and facts to repair programs.

  1. What is the method for selecting the EDBs that will be symbolized to generate target tuples?

    To repair NPE bugs, a method that selects the 'if' related facts is enough. But the method should be general to handle other types of bugs. Alternatively, should this method not be one-size-fits-all and require customization for specific types of bugs?

  2. After identifying 1-minial set of facts that are required for target tuples, which of those facts should be removed to prevent the generation of the target tuples?

    In order to fix NPE bugs, we should remove the negated facts (i.e., add the corresponding positive facts). Similar as 1., do we need to design a general method that can handle other kinds of bugs?

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

No branches or pull requests

1 participant