Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.953 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 145 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/ConnectorImpl.java |
2 | 6 | 230 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/ConnectorImpl.java |
| ||||
protected StringArgumentImpl(String name, String description, String label, boolean mustSpecify) { super(name, description, label, mustSpecify); } public String value() { return fValue; } |
| ||||
protected BooleanArgumentImpl(String name, String description, String label, boolean mustSpecify) { super(name, description, label, mustSpecify); } public String value() { return fValue.toString(); } |
| |||
protected [[#variable9d954100]](String name, String description, String label, boolean mustSpecify) { super(name, description, label, mustSpecify); } public String value() { return [[#variable9d954120]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d954100]] | BooleanArgumentImpl |
1 | 2 | [[#9d954100]] | StringArgumentImpl |
2 | 1 | [[#9d954120]] | fValue.toString() |
2 | 2 | [[#9d954120]] | fValue |