CloneSet7882


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.978statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121129
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java
22460
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessingState.java
Clone Instance
1
Line Count
2
Source Line
1129
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java

                        in = new DataInputStream(new BufferedInputStream(new FileInputStream(file)));
                        int version = in.readInt();


Clone Instance
2
Line Count
2
Source Line
460
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessingState.java

                                in = new DataInputStream(new BufferedInputStream(new FileInputStream(timestampsFile)));
                                int size = in.readInt();


Clone AbstractionParameter Count: 2Parameter Bindings

in = new DataInputStream(new BufferedInputStream(new FileInputStream( [[#variable4e46dd00]])));
int  [[#variable4ece6c60]]= in.readInt();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e46dd00]]
file 
12[[#4e46dd00]]
timestampsFile 
21[[#4ece6c60]]
version 
22[[#4ece6c60]]
size