CloneSet6424


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16278
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java
26304
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java
Clone Instance
1
Line Count
6
Source Line
278
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java

                TextEdit[] children = edits.getChildren();
                int i = 0;
                while ( !(children[i] instanceof RangeMarker)) {
                        i++;
                }
                i++;


Clone Instance
2
Line Count
6
Source Line
304
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java

                TextEdit[] children = edits.getChildren();
                int i = 0;
                while ( !(children[i] instanceof RangeMarker)) {
                        i++;
                }
                i++;


Clone AbstractionParameter Count: 0Parameter Bindings

TextEdit[] children = edits.getChildren();
int i = 0;
while ( !(children[i] instanceof RangeMarker)) {
  i++;
}
i++;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None