Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 6 | 1 | 0.985 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 340 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
2 | 6 | 348 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
3 | 6 | 356 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
4 | 6 | 364 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
5 | 6 | 372 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
6 | 6 | 380 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
| ||||
protected void consumeMethodInvocationName() { super.consumeMethodInvocationName(); popElement(K_SELECTOR); MessageSend messageSend = (MessageSend) expressionStack[expressionPtr]; if (messageSend == assistNode) { this.lastCheckPoint = messageSend.sourceEnd + 1; } } |
| ||||
protected void consumeMethodInvocationNameWithTypeArguments() { super.consumeMethodInvocationNameWithTypeArguments(); popElement(K_SELECTOR); MessageSend messageSend = (MessageSend) expressionStack[expressionPtr]; if (messageSend == assistNode) { this.lastCheckPoint = messageSend.sourceEnd + 1; } } |
| ||||
protected void consumeMethodInvocationPrimary() { super.consumeMethodInvocationPrimary(); popElement(K_SELECTOR); MessageSend messageSend = (MessageSend) expressionStack[expressionPtr]; if (messageSend == assistNode) { this.lastCheckPoint = messageSend.sourceEnd + 1; } } |
| ||||
protected void consumeMethodInvocationPrimaryWithTypeArguments() { super.consumeMethodInvocationPrimaryWithTypeArguments(); popElement(K_SELECTOR); MessageSend messageSend = (MessageSend) expressionStack[expressionPtr]; if (messageSend == assistNode) { this.lastCheckPoint = messageSend.sourceEnd + 1; } } |
| ||||
protected void consumeMethodInvocationSuper() { super.consumeMethodInvocationSuper(); popElement(K_SELECTOR); MessageSend messageSend = (MessageSend) expressionStack[expressionPtr]; if (messageSend == assistNode) { this.lastCheckPoint = messageSend.sourceEnd + 1; } } |
| ||||
protected void consumeMethodInvocationSuperWithTypeArguments() { super.consumeMethodInvocationSuperWithTypeArguments(); popElement(K_SELECTOR); MessageSend messageSend = (MessageSend) expressionStack[expressionPtr]; if (messageSend == assistNode) { this.lastCheckPoint = messageSend.sourceEnd + 1; } } |
| |||
protected void [[#variable95dbcce0]]() { super. [[#variable95dbcce0]](); popElement(K_SELECTOR); MessageSend messageSend = (MessageSend) expressionStack[expressionPtr]; if (messageSend == assistNode) { this.lastCheckPoint = messageSend.sourceEnd + 1; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95dbcce0]] | consumeMethodInvocationName |
1 | 2 | [[#95dbcce0]] | consumeMethodInvocationNameWithTypeArguments |
1 | 3 | [[#95dbcce0]] | consumeMethodInvocationPrimary |
1 | 4 | [[#95dbcce0]] | consumeMethodInvocationPrimaryWithTypeArguments |
1 | 5 | [[#95dbcce0]] | consumeMethodInvocationSuper |
1 | 6 | [[#95dbcce0]] | consumeMethodInvocationSuperWithTypeArguments |