CloneSet510


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110245
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/SelectorUtils.java
210427
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/SelectorUtils.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
245
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/SelectorUtils.java

if (patIdxTmp == patIdxStart + 1) {
  // '**/**' situation, so skip one
  patIdxStart++;
  continue ;
}
// Find the pattern between padIdxStart & padIdxTmp in str between
// strIdxStart & strIdxEnd
int patLength = (patIdxTmp - patIdxStart - 1);
int strLength = (strIdxEnd - strIdxStart + 1);
int foundIdx = -1;


First
Previous
Clone Instance
2
Line Count
10
Source Line
427
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/SelectorUtils.java

if (patIdxTmp == patIdxStart + 1) {
  // Two stars next to each other, skip the first one.
  patIdxStart++;
  continue ;
}
// Find the pattern between padIdxStart & padIdxTmp in str between
// strIdxStart & strIdxEnd
int patLength = (patIdxTmp - patIdxStart - 1);
int strLength = (strIdxEnd - strIdxStart + 1);
int foundIdx = -1;


Clone AbstractionParameter Count: 0Parameter Bindings

if (patIdxTmp == patIdxStart + 1) {
  // Two stars next to each other, skip the first one.
  // '**/**' situation, so skip one
  patIdxStart++;
  continue ;
}
// Find the pattern between padIdxStart & padIdxTmp in str between
// strIdxStart & strIdxEnd
int patLength = (patIdxTmp - patIdxStart - 1);
int strLength = (strIdxEnd - strIdxStart + 1);
int foundIdx = -1;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None