Skip to content

Better SkipBlock strategy (for benchmark felix-4960) #15

@seongjoonh

Description

@seongjoonh

We want to synthesize a patch that skips the entire if statement for the following code:

void someMethod() {
...
r = p.foo(); // NPE sink, where 'p' is the null pointer.
if (...) {
  r.xyz();
} else {
  for (...) {
     r.goo();
 }
return ...;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions