| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 9 | 4 | 0.963 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 1478 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 2 | 7 | 1557 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 3 | 7 | 1849 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 4 | 7 | 1973 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 5 | 7 | 2150 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 6 | 7 | 3308 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 7 | 7 | 3603 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 8 | 7 | 3615 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| 9 | 7 | 3627 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
/**
* @see ASTVisitor#visit(AnonymousClassDeclaration)
*/
public boolean visit(AnonymousClassDeclaration node) {
if ( !isActive()) {
return true;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_Anonymous_type_declaration_cannot_be_used_in_an_evaluation_expression_2);
return false;
}
|
| ||||
/**
* @see ASTVisitor#visit(AssertStatement)
*/
public boolean visit(AssertStatement node) {
if ( !isActive()) {
return false;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_Assert_statement_cannot_be_used_in_an_evaluation_expression_3);
return true;
}
|
| ||||
/**
* @see ASTVisitor#visit(CatchClause)
*/
public boolean visit(CatchClause node) {
if ( !isActive()) {
return false;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_Catch_clause_cannot_be_used_in_an_evaluation_expression_6);
return true;
}
|
| ||||
/**
* @see ASTVisitor#visit(ConstructorInvocation)
*/
public boolean visit(ConstructorInvocation node) {
if ( !isActive()) {
return false;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_this_constructor_invocation_cannot_be_used_in_an_evaluation_expression_9);
return false;
}
|
| ||||
/* (non-Javadoc)
* @see org.eclipse.jdt.core.dom.ASTVisitor#visit(org.eclipse.jdt.core.dom.EnumDeclaration)
*/
public boolean visit(EnumDeclaration node) {
if ( !isActive()) {
return true;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_0);
return false;
}
|
| ||||
/**
* @see ASTVisitor#visit(SuperConstructorInvocation)
*/
public boolean visit(SuperConstructorInvocation node) {
if ( !isActive()) {
return false;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_super_constructor_invocation_cannot_be_used_in_an_evaluation_expression_19);
return false;
}
|
| ||||
/**
* @see ASTVisitor#visit(TryStatement)
*/
public boolean visit(TryStatement node) {
if ( !isActive()) {
return false;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_Try_statement_cannot_be_used_in_an_evaluation_expression_23);
return true;
}
|
| ||||
/**
* @see ASTVisitor#visit(TypeDeclaration)
*/
public boolean visit(TypeDeclaration node) {
if ( !isActive()) {
return true;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_Type_declaration_cannot_be_used_in_an_evaluation_expression_24);
return false;
}
|
| ||||
/**
* @see ASTVisitor#visit(TypeDeclarationStatement)
*/
public boolean visit(TypeDeclarationStatement node) {
if ( !isActive()) {
return true;
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages.ASTInstructionCompiler_Type_declaration_statement_cannot_be_used_in_an_evaluation_expression_25);
return false;
}
|
| |||
/**
* @see ASTVisitor#visit(AnonymousClassDeclaration)
*/
/**
* @see ASTVisitor#visit(AssertStatement)
*/
/**
* @see ASTVisitor#visit(CatchClause)
*/
/**
* @see ASTVisitor#visit(ConstructorInvocation)
*/
/* (non-Javadoc)
* @see org.eclipse.jdt.core.dom.ASTVisitor#visit(org.eclipse.jdt.core.dom.EnumDeclaration)
*/
/**
* @see ASTVisitor#visit(SuperConstructorInvocation)
*/
/**
* @see ASTVisitor#visit(TryStatement)
*/
/**
* @see ASTVisitor#visit(TypeDeclaration)
*/
/**
* @see ASTVisitor#visit(TypeDeclarationStatement)
*/
public boolean visit( [[#variable5b466c00]] node) {
if ( !isActive()) {
return [[#variable5b466aa0]];
}
setHasError(true);
addErrorMessage(EvaluationEngineMessages. [[#variable5b466a60]]);
return [[#variable5b466b20]];
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5b466c00]] | AnonymousClassDeclaration |
| 1 | 2 | [[#5b466c00]] | AssertStatement |
| 1 | 3 | [[#5b466c00]] | CatchClause |
| 1 | 4 | [[#5b466c00]] | ConstructorInvocation |
| 1 | 5 | [[#5b466c00]] | EnumDeclaration |
| 1 | 6 | [[#5b466c00]] | SuperConstructorInvocation |
| 1 | 7 | [[#5b466c00]] | TryStatement |
| 1 | 8 | [[#5b466c00]] | TypeDeclaration |
| 1 | 9 | [[#5b466c00]] | TypeDeclarationStatement |
| 2 | 1 | [[#5b466aa0]] | true |
| 2 | 2 | [[#5b466aa0]] | false |
| 2 | 3 | [[#5b466aa0]] | false |
| 2 | 4 | [[#5b466aa0]] | false |
| 2 | 5 | [[#5b466aa0]] | true |
| 2 | 6 | [[#5b466aa0]] | false |
| 2 | 7 | [[#5b466aa0]] | false |
| 2 | 8 | [[#5b466aa0]] | true |
| 2 | 9 | [[#5b466aa0]] | true |
| 3 | 1 | [[#5b466a60]] | ASTInstructionCompiler_Anonymous_type_declaration_cannot_be_used_in_an_evaluation_expression_2 |
| 3 | 2 | [[#5b466a60]] | ASTInstructionCompiler_Assert_statement_cannot_be_used_in_an_evaluation_expression_3 |
| 3 | 3 | [[#5b466a60]] | ASTInstructionCompiler_Catch_clause_cannot_be_used_in_an_evaluation_expression_6 |
| 3 | 4 | [[#5b466a60]] | ASTInstructionCompiler_this_constructor_invocation_cannot_be_used_in_an_evaluation_expression_9 |
| 3 | 5 | [[#5b466a60]] | ASTInstructionCompiler_0 |
| 3 | 6 | [[#5b466a60]] | ASTInstructionCompiler_super_constructor_invocation_cannot_be_used_in_an_evaluation_expression_19 |
| 3 | 7 | [[#5b466a60]] | ASTInstructionCompiler_Try_statement_cannot_be_used_in_an_evaluation_expression_23 |
| 3 | 8 | [[#5b466a60]] | ASTInstructionCompiler_Type_declaration_cannot_be_used_in_an_evaluation_expression_24 |
| 3 | 9 | [[#5b466a60]] | ASTInstructionCompiler_Type_declaration_statement_cannot_be_used_in_an_evaluation_expression_25 |
| 4 | 1 | [[#5b466b20]] | false |
| 4 | 2 | [[#5b466b20]] | true |
| 4 | 3 | [[#5b466b20]] | true |
| 4 | 4 | [[#5b466b20]] | false |
| 4 | 5 | [[#5b466b20]] | false |
| 4 | 6 | [[#5b466b20]] | false |
| 4 | 7 | [[#5b466b20]] | true |
| 4 | 8 | [[#5b466b20]] | false |
| 4 | 9 | [[#5b466b20]] | false |