Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 117 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java |
2 | 5 | 336 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java |
3 | 5 | 404 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java |
| ||||
if (fieldDecls != null) { for (int i = 0, max = fieldDecls.length; i < max; i++) { if (fieldDecls[i].binding == targetField) { this.sourceStart = fieldDecls[i].sourceStart; return; } } } |
| ||||
if (methodDecls != null) { for (int i = 0, length = methodDecls.length; i < length; i++) { if (methodDecls[i].binding == accessedConstructor) { this.sourceStart = methodDecls[i].sourceStart; return; } } } |
| ||||
if (methodDecls != null) { for (int i = 0, length = methodDecls.length; i < length; i++) { if (methodDecls[i].binding == accessedMethod) { this.sourceStart = methodDecls[i].sourceStart; return; } } } |
| |||
if ( [[#variable52a9c1a0]]!= null) { for (int i = 0, [[#variable52a9c120]]= [[#variable52a9c1a0]].length; i < [[#variable52a9c120]]; i++) { if ( [[#variable52a9c1a0]][i].binding == [[#variable52a9c020]]) { this.sourceStart = [[#variable52a9c1a0]][i].sourceStart; return; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52a9c1a0]] | methodDecls |
1 | 2 | [[#52a9c1a0]] | methodDecls |
1 | 3 | [[#52a9c1a0]] | fieldDecls |
2 | 1 | [[#52a9c120]] | length |
2 | 2 | [[#52a9c120]] | length |
2 | 3 | [[#52a9c120]] | max |
3 | 1 | [[#52a9c020]] | accessedMethod |
3 | 2 | [[#52a9c020]] | accessedConstructor |
3 | 3 | [[#52a9c020]] | targetField |