Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.985 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 105 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
2 | 4 | 397 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
| ||||
List parameters = createParameters(unit, imports, ast, binding, decl, null); List thrownExceptions = decl.thrownExceptions(); ITypeBinding[] excTypes = binding.getExceptionTypes(); |
| ||||
List parameters = createParameters(unit, imports, ast, binding, decl, context); List thrownExceptions = decl.thrownExceptions(); ITypeBinding[] excTypes = binding.getExceptionTypes(); |
| |||
List parameters = createParameters(unit, imports, ast, binding, decl, [[#variable5a06c800]]); List thrownExceptions = decl.thrownExceptions(); ITypeBinding[] excTypes = binding.getExceptionTypes(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a06c800]] | null |
1 | 2 | [[#5a06c800]] | context |