Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 39 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTRecoveryPropagator.java |
2 | 1 | 42 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTRecoveryPropagator.java |
3 | 1 | 57 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTRecoveryPropagator.java |
| ||||
this.endingTokens.put(BooleanLiteral.class , new int[] { TerminalTokens.TokenNamefalse, TerminalTokens.TokenNametrue } ); |
| ||||
this.endingTokens.put(ClassInstanceCreation.class , new int[] { TerminalTokens.TokenNameRBRACE, TerminalTokens.TokenNameRPAREN } ); |
| ||||
this.endingTokens.put(PostfixExpression.class , new int[] { TerminalTokens.TokenNamePLUS_PLUS, TerminalTokens.TokenNameMINUS_MINUS } ); |
| |||
this.endingTokens.put( [[#variable95096c20]].class , new int[] { TerminalTokens. [[#variable95096b80]], TerminalTokens. [[#variable95096ae0]] } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95096c20]] | PostfixExpression |
1 | 2 | [[#95096c20]] | ClassInstanceCreation |
1 | 3 | [[#95096c20]] | BooleanLiteral |
2 | 1 | [[#95096b80]] | TokenNamePLUS_PLUS |
2 | 2 | [[#95096b80]] | TokenNameRBRACE |
2 | 3 | [[#95096b80]] | TokenNamefalse |
3 | 1 | [[#95096ae0]] | TokenNameMINUS_MINUS |
3 | 2 | [[#95096ae0]] | TokenNameRPAREN |
3 | 3 | [[#95096ae0]] | TokenNametrue |