code path propagation

This commit is contained in:
Jindra Pet��k
2013-07-12 20:44:42 +02:00
parent fd17adac1b
commit 547add2a74
272 changed files with 821 additions and 697 deletions
@@ -126,4 +126,9 @@ public class ActionWith extends Action implements GraphSourceItemContainer {
public HashMap<Integer, String> getRegNames() {
return new HashMap<>();
}
@Override
public String getName() {
return null;
}
}