CloneSet2799


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8250.955block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18116
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java
28264
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java
Clone Instance
1
Line Count
8
Source Line
116
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java

                                                                                                 {
                        Integer key = new Integer(inputLine);
                        List outputLines = (List) fLineInfo.get(key);
                        if (outputLines == null) {
                                outputLines = new ArrayList();
                                fLineInfo.put(key, outputLines);
                        }
                        outputLines.add(new int[] {
                                                   outputStartLine, outputLineRange
                                                  } );
                                                                                                 }


Clone Instance
2
Line Count
8
Source Line
264
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java

                                                                                                       {
                        Integer key = new Integer(outputStartLine);
                        List inputLines = (List) fOutputLineToInputLine.get(key);
                        if (inputLines == null) {
                                inputLines = new ArrayList();
                                fOutputLineToInputLine.put(key, inputLines);
                        }
                        inputLines.add(new int[] {
                                                  lineFileId, inputStartLine
                                                 } );
                                                                                                       }


Clone AbstractionParameter Count: 5Parameter Bindings

{
  Integer key = new Integer( [[#variableb1e4fd80]]);
  List  [[#variableb1e4fd20]]= (List)  [[#variableb1e4fca0]].get(key);
  if ( [[#variableb1e4fd20]]== null) {
     [[#variableb1e4fd20]]= new ArrayList();
     [[#variableb1e4fca0]].put(key,  [[#variableb1e4fd20]]);
  }
   [[#variableb1e4fd20]].add(new int[] {
                                          [[#variableb1e4faa0]],
                                          [[#variableb1e4fd40]]
                                       } );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1e4fd80]]
outputStartLine 
12[[#b1e4fd80]]
inputLine 
21[[#b1e4fd20]]
inputLines 
22[[#b1e4fd20]]
outputLines 
31[[#b1e4fca0]]
fOutputLineToInputLine 
32[[#b1e4fca0]]
fLineInfo 
41[[#b1e4faa0]]
lineFileId 
42[[#b1e4faa0]]
outputStartLine 
51[[#b1e4fd40]]
inputStartLine 
52[[#b1e4fd40]]
outputLineRange