Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 2393 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 1 | 297 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/InternalNamingConventions.java |
3 | 1 | 350 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/SourceIndexerRequestor.java |
| ||||
System.arraycopy(excludedNames, 0, excludedNames = new char[excludedNameCount * 2][], 0, excludedNameCount); |
| ||||
System.arraycopy(names, 0, names = new char[nameCount * 2][], 0, nameCount); |
| ||||
System.arraycopy(enclosingTypeNames, 0, enclosingTypeNames = new char[depth * 2][], 0, depth); |
| |||
System.arraycopy( [[#variable5558ac40]], 0, [[#variable5558ac40]]= new char[ [[#variable5558abc0]] * 2][], 0, [[#variable5558abc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5558ac40]] | excludedNames |
1 | 2 | [[#5558ac40]] | names |
1 | 3 | [[#5558ac40]] | enclosingTypeNames |
2 | 1 | [[#5558abc0]] | excludedNameCount |
2 | 2 | [[#5558abc0]] | nameCount |
2 | 3 | [[#5558abc0]] | depth |