nestedVerificationExceptions.clear();
verifiedComponentAdapters.clear();
try {
super.traverse(node);
if (!nestedVerificationExceptions.isEmpty()) {
throw new PicoVerificationException(new ArrayList<RuntimeException>(nestedVerificationExceptions));
}
} finally {
nestedVerificationExceptions.clear();
verifiedComponentAdapters.clear();
}