Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 928 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 7 | 949 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
| ||||
if (topKnownElementKind(COMPLETION_OR_ASSIST_PARSER, 1) == K_INSIDE_THROW_STATEMENT && topKnownElementInfo(COMPLETION_OR_ASSIST_PARSER, 1) == this.bracketDepth) { pushOnElementStack(K_NEXT_TYPEREF_IS_EXCEPTION); type = getTypeReference(0); popElement(K_NEXT_TYPEREF_IS_EXCEPTION); } else { type = getTypeReference(0); } |
| ||||
if (topKnownElementKind(COMPLETION_OR_ASSIST_PARSER, 1) == K_INSIDE_THROW_STATEMENT && topKnownElementInfo(COMPLETION_OR_ASSIST_PARSER, 1) == this.bracketDepth) { pushOnElementStack(K_NEXT_TYPEREF_IS_EXCEPTION); type = getTypeReference(0); popElement(K_NEXT_TYPEREF_IS_EXCEPTION); } else { type = getTypeReference(0); } |
| |||
if (topKnownElementKind(COMPLETION_OR_ASSIST_PARSER, 1) == K_INSIDE_THROW_STATEMENT && topKnownElementInfo(COMPLETION_OR_ASSIST_PARSER, 1) == this.bracketDepth) { pushOnElementStack(K_NEXT_TYPEREF_IS_EXCEPTION); type = getTypeReference(0); popElement(K_NEXT_TYPEREF_IS_EXCEPTION); } else { type = getTypeReference(0); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |