Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 955 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
2 | 3 | 962 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
| ||||
fPosition = scope; if (looksLikeMethodDecl()) { return skipToStatementStart(danglingElse, false); } |
| ||||
fPosition = scope; if (looksLikeAnonymousTypeDecl()) { return skipToStatementStart(danglingElse, false); } |
| |||
fPosition = scope; if ( [[#variableb93ef900]]()) { return skipToStatementStart(danglingElse, false); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b93ef900]] | looksLikeMethodDecl |
1 | 2 | [[#b93ef900]] | looksLikeAnonymousTypeDecl |