Eric
Thanks
Dave
If the instructor someone else could help clarify this, it would be
greatly appreciated.
Cheers
Dave
For the START node for testMethod, why is the set {o},{o,p}? Yet after the RETURN for the method, the set is only {o,p}?
Thanks,
Michelle
For example, inside testMethod, at o==null, we know that our solution
set {o,p} currently indicates to us that o may be null. Does that
mean we can "prune" the branch where o==null is false? In the
solution you put {p} on the false branch, but would it be okay to just
ignore this branch altogether and not even compute it?
Kevin