Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.962 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 206 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern.java |
2 | 1 | 200 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeDeclarationPattern.java |
| ||||
this.typeParameterSignatures = CharOperation.splitOn(',', key, start, slash); |
| ||||
this.enclosingTypeNames = CharOperation.splitOn('.', key, start, last); |
| |||
this. [[#variablebe4ae820]]= CharOperation.splitOn( [[#variablebe4ae780]], key, start, [[#variablebe4ae6e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#be4ae820]] | typeParameterSignatures |
1 | 2 | [[#be4ae820]] | enclosingTypeNames |
2 | 1 | [[#be4ae780]] | ',' |
2 | 2 | [[#be4ae780]] | '.' |
3 | 1 | [[#be4ae6e0]] | slash |
3 | 2 | [[#be4ae6e0]] | last |