CloneSet9749


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12834
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java
22837
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java
Clone Instance
1
Line Count
2
Source Line
834
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java

        if (UTF8Cache.get(ConstantPool.ClinitSignature) >= constantPoolIndex) {
                UTF8Cache.remove(ConstantPool.ClinitSignature);
        }


Clone Instance
2
Line Count
2
Source Line
837
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java

        if (UTF8Cache.get(ConstantPool.Clinit) >= constantPoolIndex) {
                UTF8Cache.remove(ConstantPool.Clinit);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (UTF8Cache.get(ConstantPool. [[#variablebe47c0e0]]) >= constantPoolIndex) {
  UTF8Cache.remove(ConstantPool. [[#variablebe47c0e0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#be47c0e0]]
Clinit 
12[[#be47c0e0]]
ClinitSignature