| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 0 | 1.000 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 49 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Message.java |
| 2 | 8 | 74 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Message.java |
| ||||
if (message == null) {
throw new IllegalArgumentException();
}
if (startPosition < -1) {
throw new IllegalArgumentException();
}
this.message = message;
this.startPosition = startPosition;
|
| ||||
if (message == null) {
throw new IllegalArgumentException();
}
if (startPosition < -1) {
throw new IllegalArgumentException();
}
this.message = message;
this.startPosition = startPosition;
|
| |||
if (message == null) {
throw new IllegalArgumentException();
}
if (startPosition < -1) {
throw new IllegalArgumentException();
}
this.message = message;
this.startPosition = startPosition;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||