}
public void collectSourcePathConflict(List<MappingConflictChecker> targetLoopNodeList) {
if ((m_deName != null && isLoopNode()) || isRoot()) {
if (hasMappings()) {
MappingConflictChecker conflict = new MappingConflictChecker(getTreeMapper(), this);
targetLoopNodeList.add(conflict);
} else {
return;
}
}