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.974 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 590 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
2 | 4 | 597 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
| ||||
out.writeInt(qLength); for (int j = 0; j < qLength; j++) { index = (Integer) internedQualifiedNames.get(qNames[j]); out.writeInt(index.intValue()); } |
| ||||
out.writeInt(sLength); for (int j = 0; j < sLength; j++) { index = (Integer) internedSimpleNames.get(sNames[j]); out.writeInt(index.intValue()); } |
| |||
out.writeInt( [[#variable580bcca0]]); for (int j = 0; j < [[#variable580bcca0]]; j++) { index = (Integer) [[#variable580bcc40]].get( [[#variable580bcbe0]][j]); out.writeInt(index.intValue()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#580bcca0]] | qLength |
1 | 2 | [[#580bcca0]] | sLength |
2 | 1 | [[#580bcc40]] | internedQualifiedNames |
2 | 2 | [[#580bcc40]] | internedSimpleNames |
3 | 1 | [[#580bcbe0]] | qNames |
3 | 2 | [[#580bcbe0]] | sNames |