CloneSet3199


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.965class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1764
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/CompilationUnitRange.java
2724
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeTuple.java
Clone Instance
1
Line Count
7
Source Line
64
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/CompilationUnitRange.java

        public boolean equals(Object obj) {
                if (this == obj)
                        return true;
                if ( !(obj instanceof CompilationUnitRange))
                        return false;
                CompilationUnitRange other = (CompilationUnitRange) obj;
                return fCompilationUnit.equals(other.fCompilationUnit) && fSourceRange.equals(other.fSourceRange);
        }


Clone Instance
2
Line Count
7
Source Line
24
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeTuple.java

        public boolean equals(Object obj) {
                if (this == obj)
                        return true;
                if ( !(obj instanceof TypeTuple))
                        return false;
                TypeTuple other = (TypeTuple) obj;
                return fFirst.equals(other.fFirst) && fSecond.equals(other.fSecond);
        }


Clone AbstractionParameter Count: 3Parameter Bindings

public boolean equals(Object obj) {
  if (this == obj)
    return true;
  if ( !(obj instanceof [[#variable5f4ba1c0]]))
    return false;
   [[#variable5f4ba1c0]] other = ( [[#variable5f4ba1c0]]) obj;
  return [[#variable5f4bb520]].equals(other. [[#variable5f4bb520]]) && [[#variable5f4ba1a0]].equals(other. [[#variable5f4ba1a0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f4ba1c0]]
TypeTuple 
12[[#5f4ba1c0]]
CompilationUnitRange 
21[[#5f4bb520]]
fFirst 
22[[#5f4bb520]]
fCompilationUnit 
31[[#5f4ba1a0]]
fSecond 
32[[#5f4ba1a0]]
fSourceRange