Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.966 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 241 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreator.java |
2 | 4 | 268 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreator.java |
| ||||
for (int index = 0; index < exceptionLength; index++) { if (index > 0) fBuffer.append(","); //$NON-NLS-1$ fBuffer.append(Signature.toString(exceptionTypes[index])); } |
| ||||
for (int index = 0; index < signatures.length; index++) { if (index > 0) fBuffer.append(","); //$NON-NLS-1$ fBuffer.append(Signature.toString(signatures[index])); } |
| |||
for (int index = 0; index < [[#variable9c67a4c0]]; index++) { if (index > 0) fBuffer.append(","); //$NON-NLS-1$ fBuffer.append(Signature.toString( [[#variable9c67a3a0]][index])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c67a4c0]] | signatures.length |
1 | 2 | [[#9c67a4c0]] | exceptionLength |
2 | 1 | [[#9c67a3a0]] | signatures |
2 | 2 | [[#9c67a3a0]] | exceptionTypes |