CloneSet8900


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.988statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141047
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java
231065
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java
Clone Instance
1
Line Count
4
Source Line
1047
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java

                                        if (isInBlock)
                                                fIndent = getBlockIndent(mayBeMethodBody == READ_IDENT, isTypeBody);
                                        // else: fIndent set by previous calls
                                        return fPreviousPos;


Clone Instance
2
Line Count
3
Source Line
1065
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java

                                                if (isInBlock)
                                                        fIndent = getBlockIndent(mayBeMethodBody == READ_IDENT, isTypeBody);
                                                return pos; // it's not - do as with all the above


Clone AbstractionParameter Count: 1Parameter Bindings

if (isInBlock)
  fIndent = getBlockIndent(mayBeMethodBody == READ_IDENT, isTypeBody);
// else: fIndent set by previous calls
return [[#variablea1561fc0]]; // it's not - do as with all the above
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a1561fc0]]
pos 
12[[#a1561fc0]]
fPreviousPos