Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 354 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/Buffer.java |
2 | 3 | 136 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CommitWorkingCopyOperation.java |
| ||||
// Create bytes array byte[] bytes = encoding == null ? stringContents.getBytes(): stringContents.getBytes(encoding); |
| ||||
byte[] bytes = encoding == null ? contents.getBytes(): contents.getBytes(encoding); |
| |||
// Create bytes array byte[] bytes = encoding == null ? [[#variablebf23cec0]].getBytes(): [[#variablebf23cec0]].getBytes(encoding); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bf23cec0]] | stringContents |
1 | 2 | [[#bf23cec0]] | contents |