Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 6 | 0.950 | import_statements[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 27 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/BinaryExpressionFragmentBuilder.java |
2 | 8 | 40 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
import org.eclipse.jdt.internal.compiler.ast.CharLiteral; import org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess; import org.eclipse.jdt.internal.compiler.ast.CompoundAssignment; import org.eclipse.jdt.internal.compiler.ast.ConditionalExpression; import org.eclipse.jdt.internal.compiler.ast.DoubleLiteral; import org.eclipse.jdt.internal.compiler.ast.EqualExpression; import org.eclipse.jdt.internal.compiler.ast.Expression; import org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral; |
| ||||
import org.eclipse.jdt.internal.compiler.ast.CharLiteral; import org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess; import org.eclipse.jdt.internal.compiler.ast.Clinit; import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; import org.eclipse.jdt.internal.compiler.ast.CompoundAssignment; import org.eclipse.jdt.internal.compiler.ast.ConditionalExpression; import org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration; import org.eclipse.jdt.internal.compiler.ast.ContinueStatement; |
| |||
import org.eclipse.jdt.internal.compiler.ast.CharLiteral; import org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess; import org.eclipse.jdt.internal.compiler.ast. [[#variable77b29e00]]; import org.eclipse.jdt.internal.compiler.ast. [[#variable77b29d60]]; import org.eclipse.jdt.internal.compiler.ast. [[#variable77b29ce0]]; import org.eclipse.jdt.internal.compiler.ast. [[#variable77b29c00]]; import org.eclipse.jdt.internal.compiler.ast. [[#variable77b29b40]]; import org.eclipse.jdt.internal.compiler.ast. [[#variable77b29b20]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77b29e00]] | Clinit |
1 | 2 | [[#77b29e00]] | CompoundAssignment |
2 | 1 | [[#77b29d60]] | CompilationUnitDeclaration |
2 | 2 | [[#77b29d60]] | ConditionalExpression |
3 | 1 | [[#77b29ce0]] | CompoundAssignment |
3 | 2 | [[#77b29ce0]] | DoubleLiteral |
4 | 1 | [[#77b29c00]] | ConditionalExpression |
4 | 2 | [[#77b29c00]] | EqualExpression |
5 | 1 | [[#77b29b40]] | ConstructorDeclaration |
5 | 2 | [[#77b29b40]] | Expression |
6 | 1 | [[#77b29b20]] | ContinueStatement |
6 | 2 | [[#77b29b20]] | ExtendedStringLiteral |