Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.972 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 1371 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
2 | 6 | 1728 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java |
| ||||
boolean insideConstructorCall = false; boolean insideTypeAnnotation = false; FieldBinding foundField = null; // can be a problem field which is answered if a valid field is not found ProblemFieldBinding foundInsideProblem = null; // inside Constructor call or inside static context Scope scope = this ; int depth = 0; |
| ||||
boolean insideConstructorCall = false; boolean insideTypeAnnotation = false; MethodBinding foundMethod = null; MethodBinding foundProblem = null; Scope scope = this ; int depth = 0; |
| |||
boolean insideConstructorCall = false; boolean insideTypeAnnotation = false; [[#variable9dd07660]] [[#variablea0bb5740]]= null; [[#variable9df2c6e0]] [[#variable653fdb40]]= null; // inside Constructor call or inside static context Scope scope = this ; int depth = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dd07660]] | MethodBinding |
1 | 2 | [[#9dd07660]] | FieldBinding |
2 | 1 | [[#a0bb5740]] | foundMethod |
2 | 2 | [[#a0bb5740]] | foundField |
3 | 1 | [[#9df2c6e0]] | MethodBinding |
3 | 2 | [[#9df2c6e0]] | // can be a problem field which is answered if a valid field is not found ProblemFieldBinding |
4 | 1 | [[#653fdb40]] | foundProblem |
4 | 2 | [[#653fdb40]] | foundInsideProblem |