The following document contains the results of PMD's CPD 4.2.2.
File | Line |
---|---|
net\sourceforge\jgeocoder\test\JGeocoderParserTestClient.java | 20 |
net\sourceforge\jgeocoder\test\JGeocoderParserTestClient.java | 39 |
JGeocodeAddress ret = jg.geocodeAddress(in); System.out.println("Parsed: "+ CommonUtils.nvl(AddressStandardizer.toSingleLine(ret.getParsedAddr()), "null")); System.out.println("Normalized: "+ CommonUtils.nvl(AddressStandardizer.toSingleLine(ret.getNormalizedAddr()), "null")); System.out.println("Geocoded: "+ CommonUtils.nvl(AddressStandardizer.toSingleLine(ret.getGeocodedAddr()), "null")); System.out.println(ret.toStringMultiLine()); CommonUtils.printElapsed(start, TimeUnit.SECONDS); |