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.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 130 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/CompilationUnitDelta.java |
2 | 1 | 132 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/CompilationUnitDelta.java |
| ||||
MethodDeclaration prev = findMethod(fPrevAst, visitor, methodName, signature); |
| ||||
MethodDeclaration curr = findMethod(fCurrentAst, visitor, methodName, signature); |
| |||
MethodDeclaration [[#variablea1551460]]= findMethod( [[#variablea15513c0]], visitor, methodName, signature); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a1551460]] | curr |
1 | 2 | [[#a1551460]] | prev |
2 | 1 | [[#a15513c0]] | fCurrentAst |
2 | 2 | [[#a15513c0]] | fPrevAst |