CloneSet7031


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14102
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/JavaSearchNameEnvironment.java
25112
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/JavaSearchNameEnvironment.java
Clone Instance
1
Line Count
4
Source Line
102
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/JavaSearchNameEnvironment.java

                                                    {
                                        // target doesn't exist any longer
                                        // just resize cpLocations
                                        System.arraycopy(cpLocations, 0, cpLocations = new ClasspathLocation[cpLocations.length - 1], 0, index);
                                                    }


Clone Instance
2
Line Count
5
Source Line
112
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/JavaSearchNameEnvironment.java

                                           {
                        // problem opening zip file or getting root kind
                        // consider root corrupt and ignore
                        // just resize cpLocations
                        System.arraycopy(cpLocations, 0, cpLocations = new ClasspathLocation[cpLocations.length - 1], 0, index);
                                           }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  // target doesn't exist any longer
  // problem opening zip file or getting root kind
  // consider root corrupt and ignore
  // just resize cpLocations
  System.arraycopy(cpLocations, 0, cpLocations = new ClasspathLocation[cpLocations.length - 1], 0, index);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None