Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2576 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
2 | 3 | 3026 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
int id = scanIdentifier(string, p + 1); p = id; |
| ||||
int e = scanGenericEnd(string, p + 1); // once we hit type arguments there are no more package prefixes p = e; |
| |||
int [[#variablec3395f80]]= [[#variablebd310f80]](string, p + 1); // once we hit type arguments there are no more package prefixes p = [[#variablec3395f80]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c3395f80]] | e |
1 | 2 | [[#c3395f80]] | id |
2 | 1 | [[#bd310f80]] | scanGenericEnd |
2 | 2 | [[#bd310f80]] | scanIdentifier |