CloneSet8022


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.978statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12274
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java
22115
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java
Clone Instance
1
Line Count
2
Source Line
274
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java

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


Clone Instance
2
Line Count
2
Source Line
115
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java

                if (this.isCamelCase && matchFirstChar && CharOperation.camelCaseMatch(qualifiedPattern, qualifiedTypeName)) {
                        return POSSIBLE_CAMELCASE_MATCH;
                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (this.isCamelCase && matchFirstChar && CharOperation.camelCaseMatch( [[#variable50201260]],  [[#variable502011a0]])) {
  return POSSIBLE_CAMELCASE_MATCH;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50201260]]
pattern 
12[[#50201260]]
qualifiedPattern 
21[[#502011a0]]
name 
22[[#502011a0]]
qualifiedTypeName