Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.983 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1070 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java |
2 | 7 | 1088 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java |
| ||||
if (problemsCount != 0) { // propagate and record problems final CategorizedProblem[] problems = recordedParsingInformation.problems; for (int i = 0, max = block.statements().size(); i < max; i++) { propagateErrors((ASTNode) block.statements().get(i), problems, data); } compilationUnit.setProblems(problems); } |
| ||||
if (problemsCount != 0) { // propagate and record problems final CategorizedProblem[] problems = recordedParsingInformation.problems; for (int i = 0, max = typeDeclaration.bodyDeclarations().size(); i < max; i++) { propagateErrors((ASTNode) typeDeclaration.bodyDeclarations().get(i), problems, data); } compilationUnit.setProblems(problems); } |
| |||
if (problemsCount != 0) { // propagate and record problems final CategorizedProblem[] problems = recordedParsingInformation.problems; for (int i = 0, max = [[#variablea4f09200]]. [[#variablea4f09120]]().size(); i < max; i++) { propagateErrors((ASTNode) [[#variablea4f09200]]. [[#variablea4f09120]]().get(i), problems, data); } compilationUnit.setProblems(problems); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4f09200]] | typeDeclaration |
1 | 2 | [[#a4f09200]] | block |
2 | 1 | [[#a4f09120]] | bodyDeclarations |
2 | 2 | [[#a4f09120]] | statements |