On 25/04/2017 02:58, Mandy Chung wrote:
: Indeed looks a little odd. I prefer using isPresent since this method intends to return true if the target is not in the resolved graph.return !cf.findModule(target).isPresent();
Lots of ways to this, what you have looks okay to me. -Alan