CloneSet6520


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

                               {
                                // if we can't find the matching brace, the heuristic is to unindent
                                // by one against the normal position
                                int pos = findReferencePosition(offset, danglingElse, false, matchParen, matchCase);
                                fIndent--;
                                return pos;
                               }


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

                             {
                                // if we can't find the matching paren, the heuristic is to unindent
                                // by one against the normal position
                                int pos = findReferencePosition(offset, danglingElse, matchBrace, false, matchCase);
                                fIndent--;
                                return pos;
                             }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  // if we can't find the matching brace, the heuristic is to unindent
  // if we can't find the matching paren, the heuristic is to unindent
  // by one against the normal position
  int pos = findReferencePosition(offset, danglingElse,  [[#variable61c6f440]],  [[#variable61c6f460]], matchCase);
  fIndent--;
  return pos;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61c6f440]]
false 
12[[#61c6f440]]
matchBrace 
21[[#61c6f460]]
matchParen 
22[[#61c6f460]]
false