CloneSet1983


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22740.950class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122128
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
222289
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
322352
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
422520
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
5221033
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
6221296
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
7221401
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
Clone Instance
1
Line Count
22
Source Line
128
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

        /**
         * @see IBytecodeVisitor#_astore(int, int)
         */
        public void _astore(int pc, int index) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_athrow(int)
         */
        public void _athrow(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_baload(int)
         */
        public void _baload(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_bastore(int)
         */
        public void _bastore(int pc) {
                // default behavior is to do nothing
        }


Clone Instance
2
Line Count
22
Source Line
289
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

        /**
         * @see IBytecodeVisitor#_dload(int, int)
         */
        public void _dload(int pc, int index) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_dmul(int)
         */
        public void _dmul(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_dneg(int)
         */
        public void _dneg(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_drem(int)
         */
        public void _drem(int pc) {
                // default behavior is to do nothing
        }


Clone Instance
3
Line Count
22
Source Line
352
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

        /**
         * @see IBytecodeVisitor#_dstore(int, int)
         */
        public void _dstore(int pc, int index) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_dsub(int)
         */
        public void _dsub(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_dup_x1(int)
         */
        public void _dup_x1(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_dup_x2(int)
         */
        public void _dup_x2(int pc) {
                // default behavior is to do nothing
        }


Clone Instance
4
Line Count
22
Source Line
520
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

        /**
         * @see IBytecodeVisitor#_fload(int, int)
         */
        public void _fload(int pc, int index) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_fmul(int)
         */
        public void _fmul(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_fneg(int)
         */
        public void _fneg(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_frem(int)
         */
        public void _frem(int pc) {
                // default behavior is to do nothing
        }


Clone Instance
5
Line Count
22
Source Line
1033
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

        /**
         * @see IBytecodeVisitor#_istore(int, int)
         */
        public void _istore(int pc, int index) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_isub(int)
         */
        public void _isub(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_iushr(int)
         */
        public void _iushr(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_ixor(int)
         */
        public void _ixor(int pc) {
                // default behavior is to do nothing
        }


Clone Instance
6
Line Count
22
Source Line
1296
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

        /**
         * @see IBytecodeVisitor#_lstore(int, int)
         */
        public void _lstore(int pc, int index) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_lsub(int)
         */
        public void _lsub(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_lushr(int)
         */
        public void _lushr(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_lxor(int)
         */
        public void _lxor(int pc) {
                // default behavior is to do nothing
        }


Clone Instance
7
Line Count
22
Source Line
1401
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

        /**
         * @see IBytecodeVisitor#_ret(int, int)
         */
        public void _ret(int pc, int index) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_return(int)
         */
        public void _return(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_saload(int)
         */
        public void _saload(int pc) {
                // default behavior is to do nothing
        }

        /**
         * @see IBytecodeVisitor#_sastore(int)
         */
        public void _sastore(int pc) {
                // default behavior is to do nothing
        }


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * @see IBytecodeVisitor#_ret(int, int)
         */
/**
         * @see IBytecodeVisitor#_lstore(int, int)
         */
/**
         * @see IBytecodeVisitor#_istore(int, int)
         */
/**
         * @see IBytecodeVisitor#_fload(int, int)
         */
/**
         * @see IBytecodeVisitor#_dstore(int, int)
         */
/**
         * @see IBytecodeVisitor#_dload(int, int)
         */
/**
         * @see IBytecodeVisitor#_astore(int, int)
         */
public void [[#variableba646740]](int pc, int index) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_return(int)
         */
/**
         * @see IBytecodeVisitor#_lsub(int)
         */
/**
         * @see IBytecodeVisitor#_isub(int)
         */
/**
         * @see IBytecodeVisitor#_fmul(int)
         */
/**
         * @see IBytecodeVisitor#_dsub(int)
         */
/**
         * @see IBytecodeVisitor#_dmul(int)
         */
/**
         * @see IBytecodeVisitor#_athrow(int)
         */
public void [[#variableba646720]](int pc) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_saload(int)
         */
/**
         * @see IBytecodeVisitor#_lushr(int)
         */
/**
         * @see IBytecodeVisitor#_iushr(int)
         */
/**
         * @see IBytecodeVisitor#_fneg(int)
         */
/**
         * @see IBytecodeVisitor#_dup_x1(int)
         */
/**
         * @see IBytecodeVisitor#_dneg(int)
         */
/**
         * @see IBytecodeVisitor#_baload(int)
         */
public void [[#variableba646640]](int pc) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_sastore(int)
         */
/**
         * @see IBytecodeVisitor#_lxor(int)
         */
/**
         * @see IBytecodeVisitor#_ixor(int)
         */
/**
         * @see IBytecodeVisitor#_frem(int)
         */
/**
         * @see IBytecodeVisitor#_dup_x2(int)
         */
/**
         * @see IBytecodeVisitor#_drem(int)
         */
/**
         * @see IBytecodeVisitor#_bastore(int)
         */
public void [[#variableba646620]](int pc) {
// default behavior is to do nothing
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#ba646740]]
_ret 
12[[#ba646740]]
_lstore 
13[[#ba646740]]
_istore 
14[[#ba646740]]
_fload 
15[[#ba646740]]
_dstore 
16[[#ba646740]]
_dload 
17[[#ba646740]]
_astore 
21[[#ba646720]]
_return 
22[[#ba646720]]
_lsub 
23[[#ba646720]]
_isub 
24[[#ba646720]]
_fmul 
25[[#ba646720]]
_dsub 
26[[#ba646720]]
_dmul 
27[[#ba646720]]
_athrow 
31[[#ba646640]]
_saload 
32[[#ba646640]]
_lushr 
33[[#ba646640]]
_iushr 
34[[#ba646640]]
_fneg 
35[[#ba646640]]
_dup_x1 
36[[#ba646640]]
_dneg 
37[[#ba646640]]
_baload 
41[[#ba646620]]
_sastore 
42[[#ba646620]]
_lxor 
43[[#ba646620]]
_ixor 
44[[#ba646620]]
_frem 
45[[#ba646620]]
_dup_x2 
46[[#ba646620]]
_drem 
47[[#ba646620]]
_bastore