Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 84 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/PatternConstructor.java |
2 | 5 | 92 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/PatternConstructor.java |
3 | 5 | 105 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/PatternConstructor.java |
| ||||
if (quoting) { out.append("\\E"); //$NON-NLS-1$ quoting = false; } out.append(".*"); //$NON-NLS-1$ |
| ||||
if (quoting) { out.append("\\E"); //$NON-NLS-1$ quoting = false; } out.append("."); //$NON-NLS-1$ |
| ||||
if (quoting) { out.append("\\E"); //$NON-NLS-1$ quoting = false; } out.append("\\\\"); //$NON-NLS-1$ |
| |||
if (quoting) { out.append("\\E"); //$NON-NLS-1$ quoting = false; } out.append( [[#variable5f570020]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f570020]] | "\\\\" |
1 | 2 | [[#5f570020]] | "." |
1 | 3 | [[#5f570020]] | ".*" |