Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 118 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/JavaElementTransfer.java |
2 | 2 | 112 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/TypedSourceTransfer.java |
| ||||
int count = in.readInt(); IJavaElement[] results = new IJavaElement[count]; |
| ||||
int count = in.readInt(); TypedSource[] results = new TypedSource[count]; |
| |||
int count = in.readInt(); [[#variablebafe44e0]][] results = new [[#variablebafe44e0]][count]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bafe44e0]] | TypedSource |
1 | 2 | [[#bafe44e0]] | IJavaElement |