CloneSet8878


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22240.950class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122621
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
2221068
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
Clone Instance
1
Line Count
22
Source Line
621
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

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

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

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

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


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

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

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

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

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


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * @see IBytecodeVisitor#_jsr(int, int)
         */
/**
         * @see IBytecodeVisitor#_goto(int, int)
         */
public void [[#variableb43853c0]](int pc, int branchOffset) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_l2d(int)
         */
/**
         * @see IBytecodeVisitor#_i2b(int)
         */
public void [[#variableb4385860]](int pc) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_l2f(int)
         */
/**
         * @see IBytecodeVisitor#_i2c(int)
         */
public void [[#variableb4385960]](int pc) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_l2i(int)
         */
/**
         * @see IBytecodeVisitor#_i2d(int)
         */
public void [[#variableb4385940]](int pc) {
// default behavior is to do nothing
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b43853c0]]
_jsr 
12[[#b43853c0]]
_goto 
21[[#b4385860]]
_l2d 
22[[#b4385860]]
_i2b 
31[[#b4385960]]
_l2f 
32[[#b4385960]]
_i2c 
41[[#b4385940]]
_l2i 
42[[#b4385940]]
_i2d