CloneSet6730


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.963class_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131885
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java
231127
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
3
Source Line
1885
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java

                                          {
                        public int compare(Object a, Object b) {
                                return ((JavaElement) a).toStringWithAncestors().compareTo(((JavaElement) b).toStringWithAncestors());
                        }
                                          }


Clone Instance
2
Line Count
3
Source Line
1127
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                                                               {
                        public int compare(Object a, Object b) {
                                return ((SearchDocument) a).getPath().compareTo(((SearchDocument) b).getPath());
                        }
                                                               }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  public int compare(Object a, Object b) {
    return (( [[#variable63eb6880]]) a). [[#variable63eb6be0]]().compareTo((( [[#variable63eb6880]]) b). [[#variable63eb6be0]]());
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63eb6880]]
SearchDocument 
12[[#63eb6880]]
JavaElement 
21[[#63eb6be0]]
getPath 
22[[#63eb6be0]]
toStringWithAncestors