Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 9 | 2 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1949 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 2 | 2081 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
3 | 2 | 2238 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
4 | 2 | 2559 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
5 | 2 | 2748 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
6 | 2 | 2790 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
7 | 2 | 2977 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
8 | 2 | 4408 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
9 | 2 | 6299 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.ANONYMOUS_CLASS_DECLARATION, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(currentType)); |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.FIELD_REF, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(field.declaringClass)); |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.ANONYMOUS_CLASS_DECLARATION, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(currentType)); |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.FIELD_REF, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(field.declaringClass)); |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.FIELD_REF, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(receiverType)); |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.METHOD_REF, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(receiverType)); |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.FIELD_REF, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(field.declaringClass)); |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.METHOD_DECLARATION, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(method.declaringClass)); |
| ||||
CompletionProposal proposal = this.createProposal(CompletionProposal.POTENTIAL_METHOD_DECLARATION, this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature(reference)); |
| |||
CompletionProposal proposal = this.createProposal(CompletionProposal. [[#variable60693420]], this.actualCompletionPosition); proposal.setDeclarationSignature(getSignature( [[#variableb1f5b480]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60693420]] | FIELD_REF |
1 | 2 | [[#60693420]] | METHOD_REF |
1 | 3 | [[#60693420]] | ANONYMOUS_CLASS_DECLARATION |
1 | 4 | [[#60693420]] | FIELD_REF |
1 | 5 | [[#60693420]] | METHOD_DECLARATION |
1 | 6 | [[#60693420]] | POTENTIAL_METHOD_DECLARATION |
1 | 7 | [[#60693420]] | FIELD_REF |
1 | 8 | [[#60693420]] | FIELD_REF |
1 | 9 | [[#60693420]] | ANONYMOUS_CLASS_DECLARATION |
2 | 1 | [[#b1f5b480]] | field.declaringClass |
2 | 2 | [[#b1f5b480]] | receiverType |
2 | 3 | [[#b1f5b480]] | currentType |
2 | 4 | [[#b1f5b480]] | receiverType |
2 | 5 | [[#b1f5b480]] | method.declaringClass |
2 | 6 | [[#b1f5b480]] | reference |
2 | 7 | [[#b1f5b480]] | field.declaringClass |
2 | 8 | [[#b1f5b480]] | field.declaringClass |
2 | 9 | [[#b1f5b480]] | currentType |