<< §4.3.(b) Missing base call | ↑ Table of Contents ↑ | §4.3.(d) Parameter tunneling >> |
§4.3.(c) Duplicate base call
If a callin method contains several base calls, the compiler gives a warning if this will result in duplicate base call invocations on all paths (definitely duplicate) or on some paths (potentially duplicate). Again super/tsuper calls are included in the flow analysis (see 4.3(b)).
<< §4.3.(b) Missing base call | ↑ Table of Contents ↑ | §4.3.(d) Parameter tunneling >> |