Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.954 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 31 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/InsideSubRoutineFlowContext.java |
2 | 4 | 34 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/SwitchFlowContext.java |
| ||||
public String individualToString() { StringBuffer buffer = new StringBuffer("Inside SubRoutine flow context"); //$NON-NLS-1$ buffer.append("[initsOnReturn -").append(this.initsOnReturn.toString()).append(']'); //$NON-NLS-1$ return buffer.toString(); } |
| ||||
public String individualToString() { StringBuffer buffer = new StringBuffer("Switch flow context"); //$NON-NLS-1$ buffer.append("[initsOnBreak -").append(initsOnBreak.toString()).append(']'); //$NON-NLS-1$ return buffer.toString(); } |
| |||
public String individualToString() { StringBuffer buffer = new StringBuffer( [[#variable9dfc0d00]]); //$NON-NLS-1$ buffer.append( [[#variable9dfc0c80]]).append( [[#variable9dfc0ba0]].toString()).append(']'); //$NON-NLS-1$ return buffer.toString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9dfc0d00]] | "Switch flow context" |
1 | 2 | [[#9dfc0d00]] | "Inside SubRoutine flow context" |
2 | 1 | [[#9dfc0c80]] | "[initsOnBreak -" |
2 | 2 | [[#9dfc0c80]] | "[initsOnReturn -" |
3 | 1 | [[#9dfc0ba0]] | initsOnBreak |
3 | 2 | [[#9dfc0ba0]] | this.initsOnReturn |