CloneSet5532


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.977statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12616
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java
22622
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java
32634
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java
Clone Instance
1
Line Count
2
Source Line
616
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java

                                // there is an equals, so there is a value.
                                key = new String(_s.substring(_start, equalsAt));
                                _start = equalsAt + 1;


Clone Instance
2
Line Count
2
Source Line
622
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java

                                // the next thing is a space, so this is a valueless key
                                key = new String(_s.substring(_start, spaceAt));
                                _start = spaceAt + 1;


Clone Instance
3
Line Count
2
Source Line
634
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java

                                // the next thing is a space, so this is a valueless key
                                key = new String(_s.substring(_start, spaceAt));
                                _start = spaceAt + 1;


Clone AbstractionParameter Count: 1Parameter Bindings

// the next thing is a space, so this is a valueless key
// there is an equals, so there is a value.
key = new String(_s.substring(_start,  [[#variable9d9557a0]]));
_start = [[#variable9d9557a0]] + 1;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9d9557a0]]
spaceAt 
12[[#9d9557a0]]
equalsAt 
13[[#9d9557a0]]
spaceAt