CloneSet5751


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
36260.952class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13679
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
236177
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java
Clone Instance
1
Line Count
36
Source Line
79
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/ByteCodeVisitorAdapter.java

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

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

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

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

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

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


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

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

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

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

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

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

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


Clone AbstractionParameter Count: 6Parameter Bindings

/**
         * @see IBytecodeVisitor#_anewarray(int, int, IConstantPoolEntry)
         */
/**
         * @see IBytecodeVisitor#_checkcast(int, int, IConstantPoolEntry)
         */
public void [[#variable945a64c0]](int pc, int index, IConstantPoolEntry constantClass) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_areturn(int)
         */
/**
         * @see IBytecodeVisitor#_d2f(int)
         */
public void [[#variable945a6440]](int pc) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_arraylength(int)
         */
/**
         * @see IBytecodeVisitor#_d2i(int)
         */
public void [[#variable945a63c0]](int pc) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_astore_0(int)
         */
/**
         * @see IBytecodeVisitor#_d2l(int)
         */
public void [[#variable945a6280]](int pc) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_astore_1(int)
         */
/**
         * @see IBytecodeVisitor#_dadd(int)
         */
public void [[#variable945a6340]](int pc) {
// default behavior is to do nothing
}

/**
         * @see IBytecodeVisitor#_astore_2(int)
         */
/**
         * @see IBytecodeVisitor#_daload(int)
         */
public void [[#variable945a6260]](int pc) {
// default behavior is to do nothing
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#945a64c0]]
_anewarray 
12[[#945a64c0]]
_checkcast 
21[[#945a6440]]
_areturn 
22[[#945a6440]]
_d2f 
31[[#945a63c0]]
_arraylength 
32[[#945a63c0]]
_d2i 
41[[#945a6280]]
_astore_0 
42[[#945a6280]]
_d2l 
51[[#945a6340]]
_astore_1 
52[[#945a6340]]
_dadd 
61[[#945a6260]]
_astore_2 
62[[#945a6260]]
_daload