Compares 2 nodes to determine whether they should match. TODO: Check if more comparisons are needed TODO: Consider moving out to a separate class, implementing an interface @param a first node @param b potential match for a @return true if nodes match, false otherwise
(final Node a, final Node b)
source not stored for this graph (policy: none)
no test coverage detected