Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 631 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java |
2 | 1 | 113 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ClassFileMatchLocator.java |
| ||||
name = CharOperation.subarray(className, packageNameIndex + 1, className.length); |
| ||||
name = CharOperation.subarray(name, lastSlash + 1, name.length); |
| |||
name = CharOperation.subarray( [[#variablea07f8c80]], [[#variablea07f8c20]] + 1, [[#variablea07f8c80]].length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a07f8c80]] | className |
1 | 2 | [[#a07f8c80]] | name |
2 | 1 | [[#a07f8c20]] | packageNameIndex |
2 | 2 | [[#a07f8c20]] | lastSlash |