===================================================================== Found a 28 line (125 tokens) duplication in the following files: Starting at line 208 of /usr/local/dashboard/working/yp/src/org/cougaar/yp/YPClientComponent.java Starting at line 319 of /usr/local/dashboard/working/yp/src/org/cougaar/yp/YPClientComponent.java currentContext + ") returned " + parents); }; if (parents == null) { // waiting on community callback so let callbacks handle it return; } else if (parents.size() == 0) { // No more parents callback.setNextContext(null); return; } boolean waiting = false; boolean ypCommunity = false; for (Iterator iterator = parents.iterator(); iterator.hasNext();) { String parentName = (String) iterator.next(); crl = new CommunityResponseListener() { public void getResponse(CommunityResponse resp){ Community parent = (Community) resp.getContent(); if (ypCommunity(parent)) { if (!ypServers(parent).isEmpty()) { callback.setNextContext(parent); } else {