CPD Results

The following document contains the results of PMD's CPD 6.55.0.

Duplications

File Line
org/sentrysoftware/printf4j/Printf4J.java 379
org/sentrysoftware/printf4j/Printf4J.java 399
percentMatcher.appendReplacement(formatResultBuilder, "");
								break;
							}
							StringBuilder integerFormatStringBuilder = new StringBuilder(prefix);
							integerFormatStringBuilder.append('%');
							if (options != null) { integerFormatStringBuilder.append(options); }
							if (options == null || !options.contains("0") && !precision.startsWith("0")) {
								integerFormatStringBuilder.append("0");
							}
No results.