Skip to content

Commit

Permalink
docs(spgroup#31): response TODO question
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosamaatheus committed Dec 22, 2020
1 parent e864cdb commit 380327d
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,14 @@ In this case, this condition will be executed for the call to the foo() method a
kill(unit);
}

// TODO Check treatment in case 'for'
/* TODO Check treatment in case 'for'
- Jimple does not exist for. The command is done using the goto.
- The variables of the force are marked as IN_BETWEEN so they do not enter the abstraction.
- The goto instructions have the following format "if i0> = 1 goto label2;" in this case,
they are treated as "IfStmt" and do not enter either the "if(unit instanceof AssignStmt)" nor the "else if(unit instanceof InvokeStmt)".
*/
} else if (unit instanceof InvokeStmt) {
InvokeStmt invokeStmt = (InvokeStmt) unit;
Statement stmt = getStatementAssociatedWithUnit(sm, unit, changeTag);
Expand Down

0 comments on commit 380327d

Please sign in to comment.