CloneSet829


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
101320.974class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110612
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
210664
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
310689
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
410915
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
5101088
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
6101154
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
7101170
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
8101195
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
9101261
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
10101286
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
11101325
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
12101355
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
13101371
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
Clone Instance
1
Line Count
10
Source Line
612
Source File
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) {
        }


Clone Instance
2
Line Count
10
Source Line
664
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(CastExpression)
         */
        public void endVisit(CastExpression node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(CatchClause)
         */
        public void endVisit(CatchClause node) {
        }


Clone Instance
3
Line Count
10
Source Line
689
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(ClassInstanceCreation)
         */
        public void endVisit(ClassInstanceCreation node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(CompilationUnit)
         */
        public void endVisit(CompilationUnit node) {
        }


Clone Instance
4
Line Count
10
Source Line
915
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(FieldAccess)
         */
        public void endVisit(FieldAccess node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(FieldDeclaration)
         */
        public void endVisit(FieldDeclaration node) {
        }


Clone Instance
5
Line Count
10
Source Line
1088
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(InstanceofExpression)
         */
        public void endVisit(InstanceofExpression node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(Javadoc)
         */
        public void endVisit(Javadoc node) {
        }


Clone Instance
6
Line Count
10
Source Line
1154
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(NumberLiteral)
         */
        public void endVisit(NumberLiteral node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(PackageDeclaration)
         */
        public void endVisit(PackageDeclaration node) {
        }


Clone Instance
7
Line Count
10
Source Line
1170
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(SimpleType)
         */
        public void endVisit(ParameterizedType node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(ParenthesizedExpression)
         */
        public void endVisit(ParenthesizedExpression node) {
        }


Clone Instance
8
Line Count
10
Source Line
1195
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(PrefixExpression)
         */
        public void endVisit(PrefixExpression node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(PrimitiveType)
         */
        public void endVisit(PrimitiveType node) {
        }


Clone Instance
9
Line Count
10
Source Line
1261
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(StringLiteral)
         */
        public void endVisit(StringLiteral node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(SuperConstructorInvocation)
         */
        public void endVisit(SuperConstructorInvocation node) {
        }


Clone Instance
10
Line Count
10
Source Line
1286
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @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
        }


Clone Instance
11
Line Count
10
Source Line
1325
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(ThrowStatement)
         */
        public void endVisit(ThrowStatement node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(TryStatement)
         */
        public void endVisit(TryStatement node) {
        }


Clone Instance
12
Line Count
10
Source Line
1355
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(TypeLiteral)
         */
        public void endVisit(TypeLiteral node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(VariableDeclarationExpression)
         */
        public void endVisit(VariableDeclarationExpression node) {
        }


Clone Instance
13
Line Count
10
Source Line
1371
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

        /**
         * @see ASTVisitor#endVisit(VariableDeclarationFragment)
         */
        public void endVisit(VariableDeclarationFragment node) {
                if ( !isActive() || hasErrors())
                        return;
                storeInstruction();
        }

        /**
         * @see ASTVisitor#endVisit(VariableDeclarationStatement)
         */
        public void endVisit(VariableDeclarationStatement node) {
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * @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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b19bc7e0]]
VariableDeclarationFragment 
12[[#b19bc7e0]]
TypeLiteral 
13[[#b19bc7e0]]
ThrowStatement 
14[[#b19bc7e0]]
SuperMethodInvocation 
15[[#b19bc7e0]]
StringLiteral 
16[[#b19bc7e0]]
PrefixExpression 
17[[#b19bc7e0]]
ParameterizedType 
18[[#b19bc7e0]]
NumberLiteral 
19[[#b19bc7e0]]
InstanceofExpression 
110[[#b19bc7e0]]
FieldAccess 
111[[#b19bc7e0]]
ClassInstanceCreation 
112[[#b19bc7e0]]
CastExpression 
113[[#b19bc7e0]]
ArrayType 
21[[#be6f3e00]]
VariableDeclarationStatement 
22[[#be6f3e00]]
VariableDeclarationExpression 
23[[#be6f3e00]]
TryStatement 
24[[#be6f3e00]]
SwitchCase 
25[[#be6f3e00]]
SuperConstructorInvocation 
26[[#be6f3e00]]
PrimitiveType 
27[[#be6f3e00]]
ParenthesizedExpression 
28[[#be6f3e00]]
PackageDeclaration 
29[[#be6f3e00]]
Javadoc 
210[[#be6f3e00]]
FieldDeclaration 
211[[#be6f3e00]]
CompilationUnit 
212[[#be6f3e00]]
CatchClause 
213[[#be6f3e00]]
AssertStatement