Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.955 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 865 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
2 | 6 | 878 | 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; } |
| ||||
{ // 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; } |
| |||
{ // 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61c6f440]] | false |
1 | 2 | [[#61c6f440]] | matchBrace |
2 | 1 | [[#61c6f460]] | matchParen |
2 | 2 | [[#61c6f460]] | false |