Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.971 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 153 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ReferenceCollection.java |
2 | 5 | 166 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ReferenceCollection.java |
| ||||
if (qualifiedStrings == null) return EmptyQualifiedNames; int length = qualifiedStrings.elementSize; if (length == 0) return EmptyQualifiedNames; char[][][] result = new char[length][][]; |
| ||||
if (qualifiedNames == null) return EmptyQualifiedNames; int length = qualifiedNames.length; if (length == 0) return EmptyQualifiedNames; char[][][] keepers = new char[length][][]; |
| |||
if ( [[#variablea084fda0]]== null) return EmptyQualifiedNames; int length = [[#variablea084fda0]]. [[#variablea084fd00]]; if (length == 0) return EmptyQualifiedNames; char[][][] [[#variablea084fd20]]= new char[length][][]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a084fda0]] | qualifiedStrings |
1 | 2 | [[#a084fda0]] | qualifiedNames |
2 | 1 | [[#a084fd00]] | elementSize |
2 | 2 | [[#a084fd00]] | length |
3 | 1 | [[#a084fd20]] | result |
3 | 2 | [[#a084fd20]] | keepers |