| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 13 | 2 | 0.974 | class_body_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 612 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 2 | 10 | 664 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 3 | 10 | 689 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 4 | 10 | 915 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 5 | 10 | 1088 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 6 | 10 | 1154 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 7 | 10 | 1170 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 8 | 10 | 1195 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 9 | 10 | 1261 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 10 | 10 | 1286 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 11 | 10 | 1325 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 12 | 10 | 1355 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 13 | 10 | 1371 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
/**
* @see ASTVisitor#endVisit(ArrayType)
*/
public void endVisit(ArrayType node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(AssertStatement)
*/
public void endVisit(AssertStatement node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(CastExpression)
*/
public void endVisit(CastExpression node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(CatchClause)
*/
public void endVisit(CatchClause node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(ClassInstanceCreation)
*/
public void endVisit(ClassInstanceCreation node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(CompilationUnit)
*/
public void endVisit(CompilationUnit node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(FieldAccess)
*/
public void endVisit(FieldAccess node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(FieldDeclaration)
*/
public void endVisit(FieldDeclaration node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(InstanceofExpression)
*/
public void endVisit(InstanceofExpression node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(Javadoc)
*/
public void endVisit(Javadoc node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(NumberLiteral)
*/
public void endVisit(NumberLiteral node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(PackageDeclaration)
*/
public void endVisit(PackageDeclaration node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(SimpleType)
*/
public void endVisit(ParameterizedType node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(ParenthesizedExpression)
*/
public void endVisit(ParenthesizedExpression node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(PrefixExpression)
*/
public void endVisit(PrefixExpression node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(PrimitiveType)
*/
public void endVisit(PrimitiveType node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(StringLiteral)
*/
public void endVisit(StringLiteral node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(SuperConstructorInvocation)
*/
public void endVisit(SuperConstructorInvocation node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(SuperMethodInvocation)
*/
public void endVisit(SuperMethodInvocation node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(SwitchCase)
*/
public void endVisit(SwitchCase node) {
// never called
}
|
| ||||
/**
* @see ASTVisitor#endVisit(ThrowStatement)
*/
public void endVisit(ThrowStatement node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(TryStatement)
*/
public void endVisit(TryStatement node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(TypeLiteral)
*/
public void endVisit(TypeLiteral node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(VariableDeclarationExpression)
*/
public void endVisit(VariableDeclarationExpression node) {
}
|
| ||||
/**
* @see ASTVisitor#endVisit(VariableDeclarationFragment)
*/
public void endVisit(VariableDeclarationFragment node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(VariableDeclarationStatement)
*/
public void endVisit(VariableDeclarationStatement node) {
}
|
| |||
/**
* @see ASTVisitor#endVisit(VariableDeclarationFragment)
*/
/**
* @see ASTVisitor#endVisit(TypeLiteral)
*/
/**
* @see ASTVisitor#endVisit(ThrowStatement)
*/
/**
* @see ASTVisitor#endVisit(SuperMethodInvocation)
*/
/**
* @see ASTVisitor#endVisit(StringLiteral)
*/
/**
* @see ASTVisitor#endVisit(PrefixExpression)
*/
/**
* @see ASTVisitor#endVisit(SimpleType)
*/
/**
* @see ASTVisitor#endVisit(NumberLiteral)
*/
/**
* @see ASTVisitor#endVisit(InstanceofExpression)
*/
/**
* @see ASTVisitor#endVisit(FieldAccess)
*/
/**
* @see ASTVisitor#endVisit(ClassInstanceCreation)
*/
/**
* @see ASTVisitor#endVisit(CastExpression)
*/
/**
* @see ASTVisitor#endVisit(ArrayType)
*/
public void endVisit( [[#variableb19bc7e0]] node) {
if ( !isActive() || hasErrors())
return;
storeInstruction();
}
/**
* @see ASTVisitor#endVisit(VariableDeclarationStatement)
*/
/**
* @see ASTVisitor#endVisit(VariableDeclarationExpression)
*/
/**
* @see ASTVisitor#endVisit(TryStatement)
*/
/**
* @see ASTVisitor#endVisit(SwitchCase)
*/
/**
* @see ASTVisitor#endVisit(SuperConstructorInvocation)
*/
/**
* @see ASTVisitor#endVisit(PrimitiveType)
*/
/**
* @see ASTVisitor#endVisit(ParenthesizedExpression)
*/
/**
* @see ASTVisitor#endVisit(PackageDeclaration)
*/
/**
* @see ASTVisitor#endVisit(Javadoc)
*/
/**
* @see ASTVisitor#endVisit(FieldDeclaration)
*/
/**
* @see ASTVisitor#endVisit(CompilationUnit)
*/
/**
* @see ASTVisitor#endVisit(CatchClause)
*/
/**
* @see ASTVisitor#endVisit(AssertStatement)
*/
public void endVisit( [[#variablebe6f3e00]] node) {
// never called
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b19bc7e0]] | VariableDeclarationFragment |
| 1 | 2 | [[#b19bc7e0]] | TypeLiteral |
| 1 | 3 | [[#b19bc7e0]] | ThrowStatement |
| 1 | 4 | [[#b19bc7e0]] | SuperMethodInvocation |
| 1 | 5 | [[#b19bc7e0]] | StringLiteral |
| 1 | 6 | [[#b19bc7e0]] | PrefixExpression |
| 1 | 7 | [[#b19bc7e0]] | ParameterizedType |
| 1 | 8 | [[#b19bc7e0]] | NumberLiteral |
| 1 | 9 | [[#b19bc7e0]] | InstanceofExpression |
| 1 | 10 | [[#b19bc7e0]] | FieldAccess |
| 1 | 11 | [[#b19bc7e0]] | ClassInstanceCreation |
| 1 | 12 | [[#b19bc7e0]] | CastExpression |
| 1 | 13 | [[#b19bc7e0]] | ArrayType |
| 2 | 1 | [[#be6f3e00]] | VariableDeclarationStatement |
| 2 | 2 | [[#be6f3e00]] | VariableDeclarationExpression |
| 2 | 3 | [[#be6f3e00]] | TryStatement |
| 2 | 4 | [[#be6f3e00]] | SwitchCase |
| 2 | 5 | [[#be6f3e00]] | SuperConstructorInvocation |
| 2 | 6 | [[#be6f3e00]] | PrimitiveType |
| 2 | 7 | [[#be6f3e00]] | ParenthesizedExpression |
| 2 | 8 | [[#be6f3e00]] | PackageDeclaration |
| 2 | 9 | [[#be6f3e00]] | Javadoc |
| 2 | 10 | [[#be6f3e00]] | FieldDeclaration |
| 2 | 11 | [[#be6f3e00]] | CompilationUnit |
| 2 | 12 | [[#be6f3e00]] | CatchClause |
| 2 | 13 | [[#be6f3e00]] | AssertStatement |