Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 4 | 0.957 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 56 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractMethodCompletionProposal.java |
2 | 4 | 102 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java |
3 | 4 | 45 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ImplementInterfaceProposal.java |
| ||||
Assert.isTrue(binding != null && Bindings.isDeclarationBinding(binding)); fNode = invocationNode; fSenderBinding = binding; |
| ||||
Assert.isTrue(binding != null && Bindings.isDeclarationBinding(binding)); fInvocationNode = invocationNode; fSenderBinding = binding; |
| ||||
Assert.isTrue(binding != null && Bindings.isDeclarationBinding(binding)); fBinding = binding; fAstRoot = astRoot; |
| |||
Assert.isTrue(binding != null && Bindings.isDeclarationBinding(binding)); [[#variable93aa8640]]= [[#variable94d71b40]]; [[#variable93778700]]= [[#variable93aa8560]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#93aa8640]] | fNode |
1 | 2 | [[#93aa8640]] | fInvocationNode |
1 | 3 | [[#93aa8640]] | fBinding |
2 | 1 | [[#94d71b40]] | invocationNode |
2 | 2 | [[#94d71b40]] | invocationNode |
2 | 3 | [[#94d71b40]] | binding |
3 | 1 | [[#93778700]] | fSenderBinding |
3 | 2 | [[#93778700]] | fSenderBinding |
3 | 3 | [[#93778700]] | fAstRoot |
4 | 1 | [[#93aa8560]] | binding |
4 | 2 | [[#93aa8560]] | binding |
4 | 3 | [[#93aa8560]] | astRoot |