CloneSet7358


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.980executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161373
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java
261382
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java
Clone Instance
1
Line Count
6
Source Line
1373
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java

                                                           {
                                        if (fPrefs.prefMethodDeclDeepIndent)
                                                return setFirstElementAlignment(pos, bound);
                                        else {
                                                fIndent = fPrefs.prefMethodDeclIndent;
                                                return pos;
                                        }
                                                           }


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

                                                                   {
                                                if (fPrefs.prefMethodCallDeepIndent)
                                                        return setFirstElementAlignment(pos, bound);
                                                else {
                                                        fIndent = fPrefs.prefMethodCallIndent;
                                                        return pos;
                                                }
                                                                   }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  if (fPrefs. [[#variable57f74aa0]])
    return setFirstElementAlignment(pos, bound);
  else {
    fIndent = fPrefs. [[#variable57f74a20]];
    return pos;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57f74aa0]]
prefMethodDeclDeepIndent 
12[[#57f74aa0]]
prefMethodCallDeepIndent 
21[[#57f74a20]]
prefMethodDeclIndent 
22[[#57f74a20]]
prefMethodCallIndent