| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.995 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 79 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| 2 | 6 | 1791 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream.java |
| ||||
Integer newValue = new Integer(this.position);
if (this.variablesModificationsPositions.size() == 0 || !this.variablesModificationsPositions.get(this.variablesModificationsPositions.size() - 1).equals(newValue)) {
this.variablesModificationsPositions.add(newValue);
}
storeStackMapFrame();
super.addDefinitelyAssignedVariables(scope, initStateIndex);
|
| ||||
Integer newValue = new Integer(this.position);
if (this.variablesModificationsPositions.size() == 0 || !this.variablesModificationsPositions.get(this.variablesModificationsPositions.size() - 1).equals(newValue)) {
this.variablesModificationsPositions.add(newValue);
}
storeStackMapFrame();
super.removeNotDefinitelyAssignedVariables(scope, initStateIndex);
|
| |||
Integer newValue = new Integer(this.position);
if (this.variablesModificationsPositions.size() == 0 || !this.variablesModificationsPositions.get(this.variablesModificationsPositions.size() - 1).equals(newValue)) {
this.variablesModificationsPositions.add(newValue);
}
storeStackMapFrame();
super. [[#variable4fe16160]](scope, initStateIndex);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4fe16160]] | addDefinitelyAssignedVariables |
| 1 | 2 | [[#4fe16160]] | removeNotDefinitelyAssignedVariables |