Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.989 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 289 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreator.java |
2 | 4 | 298 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/StubCreator.java |
| ||||
appendFlags(type); fBuffer.append(" interface "); //$NON-NLS-1$ fBuffer.append(type.getElementName()); appendTypeParameters(type.getTypeParameters()); |
| ||||
appendFlags(type); fBuffer.append(" class "); //$NON-NLS-1$ fBuffer.append(type.getElementName()); appendTypeParameters(type.getTypeParameters()); |
| |||
appendFlags(type); fBuffer.append( [[#variable4e564300]]); //$NON-NLS-1$ fBuffer.append(type.getElementName()); appendTypeParameters(type.getTypeParameters()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e564300]] | " interface " |
1 | 2 | [[#4e564300]] | " class " |