CloneSet8552


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.976statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121783
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java
22456
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java
Clone Instance
1
Line Count
2
Source Line
1783
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java

                if (isCamelCase && matchFirstChar && CharOperation.camelCaseMatch(pattern, name)) {
                        return true;
                }


Clone Instance
2
Line Count
2
Source Line
456
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java

                        if (isCamelCase && matchFirstChar && CharOperation.camelCaseMatch(patternTypeName, typeName)) {
                                return true;
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (isCamelCase && matchFirstChar && CharOperation.camelCaseMatch( [[#variableb448b860]],  [[#variableb448b8a0]])) {
  return true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b448b860]]
pattern 
12[[#b448b860]]
patternTypeName 
21[[#b448b8a0]]
name 
22[[#b448b8a0]]
typeName