CloneSet6944


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.972statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14280
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java
24287
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java
Clone Instance
1
Line Count
4
Source Line
280
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java

                                if (sameLength && matchFirstChar && CharOperation.equals(pattern, name, this.isCaseSensitive)) {
                                        return POSSIBLE_FULL_MATCH;
                                }
                                break;


Clone Instance
2
Line Count
4
Source Line
287
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java

                        if (canBePrefix && matchFirstChar && CharOperation.prefixEquals(pattern, name, this.isCaseSensitive)) {
                                return POSSIBLE_PREFIX_MATCH;
                        }
                        break;


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variable54448180]]&& matchFirstChar && CharOperation. [[#variable544485e0]](pattern, name, this.isCaseSensitive)) {
  return [[#variable544486c0]];
}
break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54448180]]
canBePrefix 
12[[#54448180]]
sameLength 
21[[#544485e0]]
prefixEquals 
22[[#544485e0]]
equals 
31[[#544486c0]]
POSSIBLE_PREFIX_MATCH 
32[[#544486c0]]
POSSIBLE_FULL_MATCH