CloneSet6429


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.965statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14112
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java
24178
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckIterator.java
Clone Instance
1
Line Count
4
Source Line
112
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java

                for (int index = 0; index < URL_PREFIXES.length; index++) {

                        if (word.startsWith(URL_PREFIXES[index]))
                                return true;
                }


Clone Instance
2
Line Count
4
Source Line
178
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckIterator.java

                        for (int index = 0; index < tags.length; index++) {

                                if (fLastToken.equals(tags[index]))
                                        return true;
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

for (int index = 0; index <  [[#variable60b5f4c0]].length; index++) {
  if ( [[#variable60b5ec20]]. [[#variable60b5f580]]( [[#variable60b5f4c0]][index]))
    return true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#60b5f4c0]]
tags 
12[[#60b5f4c0]]
URL_PREFIXES 
21[[#60b5ec20]]
fLastToken 
22[[#60b5ec20]]
word 
31[[#60b5f580]]
equals 
32[[#60b5f580]]
startsWith