Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1129 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java |
2 | 2 | 460 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessingState.java |
| ||||
in = new DataInputStream(new BufferedInputStream(new FileInputStream(file))); int version = in.readInt(); |
| ||||
in = new DataInputStream(new BufferedInputStream(new FileInputStream(timestampsFile))); int size = in.readInt(); |
| |||
in = new DataInputStream(new BufferedInputStream(new FileInputStream( [[#variable4e46dd00]]))); int [[#variable4ece6c60]]= in.readInt(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e46dd00]] | file |
1 | 2 | [[#4e46dd00]] | timestampsFile |
2 | 1 | [[#4ece6c60]] | version |
2 | 2 | [[#4ece6c60]] | size |