Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 2 | 0.973 | variable_declarator_list |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 194 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
2 | 1 | 240 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
3 | 1 | 276 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
4 | 1 | 457 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
5 | 1 | 484 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
| ||||
bodyDeclarations = this.codeSnippetParsingUtil.parseClassBodyDeclarations(source.toCharArray(), getDefaultCompilerOptions(), true) |
| ||||
compilationUnitDeclaration = this.codeSnippetParsingUtil.parseCompilationUnit(source.toCharArray(), getDefaultCompilerOptions(), true) |
| ||||
expression = this.codeSnippetParsingUtil.parseExpression(source.toCharArray(), getDefaultCompilerOptions(), true) |
| ||||
expression = this.codeSnippetParsingUtil.parseExpression(source.toCharArray(), getDefaultCompilerOptions(), true) |
| ||||
bodyDeclarations = this.codeSnippetParsingUtil.parseClassBodyDeclarations(source.toCharArray(), getDefaultCompilerOptions(), true) |
| |||
[[#variable62d2f9e0]]= this.codeSnippetParsingUtil. [[#variablea0f482c0]](source.toCharArray(), getDefaultCompilerOptions(), true) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62d2f9e0]] | bodyDeclarations |
1 | 2 | [[#62d2f9e0]] | expression |
1 | 3 | [[#62d2f9e0]] | compilationUnitDeclaration |
1 | 4 | [[#62d2f9e0]] | expression |
1 | 5 | [[#62d2f9e0]] | bodyDeclarations |
2 | 1 | [[#a0f482c0]] | parseClassBodyDeclarations |
2 | 2 | [[#a0f482c0]] | parseExpression |
2 | 3 | [[#a0f482c0]] | parseCompilationUnit |
2 | 4 | [[#a0f482c0]] | parseExpression |
2 | 5 | [[#a0f482c0]] | parseClassBodyDeclarations |